@charset "UTF-8";
.topgap{margin-top:40px;}
.bold700{font-weight:700;}
.poppins-bold{font-family: Poppins-Bold, Poppins, Arial, sans-serif;}
.block-introduction .illustration.illustration-1{transform: translate(-50%, 50%)!important;}
.slash:before {
background: #902fdd;
background: linear-gradient(25deg, #902fdd, #008dff);
content: "";
height: 5rem;
left: -1rem;
position: absolute;
top: .4rem;
transform: skewX(-25deg);
width: 2rem;
z-index: -1;
} .choices {
font-size: 16px;
margin-bottom: 24px;
position: relative
}
.choices:focus {
outline: none
}
.choices:last-child {
margin-bottom: 0
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
background-color: #eaeaea;
cursor: not-allowed;
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none
}
.choices.is-disabled .choices__item {
cursor: not-allowed
}
.choices [hidden] {
display: none !important
}
.choices[data-type*=select-one] {
cursor: pointer
}
.choices[data-type*=select-one] .choices__inner {
padding-bottom: 7.5px
}
.choices[data-type*=select-one] .choices__input {
background-color: #fff;
border-bottom: 1px solid #ddd;
display: block;
margin: 0;
padding: 10px;
width: 100%
}
.choices[data-type*=select-one] .choices__button {
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
background-size: 8px;
border-radius: 10em;
height: 20px;
margin-right: 25px;
margin-top: -10px;
opacity: .5;
padding: 0;
position: absolute;
right: 0;
top: 50%;
width: 20px
}
.choices[data-type*=select-one] .choices__button:focus,
.choices[data-type*=select-one] .choices__button:hover {
opacity: 1
}
.choices[data-type*=select-one] .choices__button:focus {
box-shadow: 0 0 0 2px #00bcd4
}
.choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
display: none
}
.choices[data-type*=select-one]:after {
border: 5px solid transparent;
border-top-color: #333;
content: "";
height: 0;
margin-top: -2.5px;
pointer-events: none;
position: absolute;
right: 11.5px;
top: 50%;
width: 0
}
.choices[data-type*=select-one].is-open:after {
border-color: transparent transparent #333;
margin-top: -7.5px
}
.choices[data-type*=select-one][dir=rtl]:after {
left: 11.5px;
right: auto
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
left: 0;
margin-left: 25px;
margin-right: 0;
right: auto
}
.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
cursor: text
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJtMi41OTIuMDQ0IDE4LjM2NCAxOC4zNjQtMi41NDggMi41NDhMLjA0NCAyLjU5MnoiLz48cGF0aCBkPSJNMCAxOC4zNjQgMTguMzY0IDBsMi41NDggMi41NDhMMi41NDggMjAuOTEyeiIvPjwvZz48L3N2Zz4=);
background-size: 8px;
border-left: 1px solid #008fa1;
border-radius: 0;
display: inline-block;
line-height: 1;
margin: 0 -4px 0 8px;
opacity: .75;
padding-left: 16px;
position: relative;
width: 8px
}
.choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=select-multiple] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover {
opacity: 1
}
.choices__inner {
background-color: #f9f9f9;
border: 1px solid #ddd;
border-radius: 2.5px;
display: inline-block;
font-size: 14px;
min-height: 44px;
overflow: hidden;
padding: 7.5px 7.5px 3.75px;
vertical-align: top;
width: 100%
}
.is-focused .choices__inner,
.is-open .choices__inner {
border-color: #b7b7b7
}
.is-open .choices__inner {
border-radius: 2.5px 2.5px 0 0
}
.is-flipped.is-open .choices__inner {
border-radius: 0 0 2.5px 2.5px
}
.choices__list {
list-style: none;
margin: 0;
padding-left: 0
}
.choices__list--single {
display: inline-block;
padding: 4px 16px 4px 4px;
width: 100%
}
[dir=rtl] .choices__list--single {
padding-left: 16px;
padding-right: 4px
}
.choices__list--single .choices__item {
width: 100%
}
.choices__list--multiple {
display: inline
}
.choices__list--multiple .choices__item {
background-color: #00bcd4;
border: 1px solid #00a5bb;
border-radius: 20px;
box-sizing: border-box;
color: #fff;
display: inline-block;
font-size: 12px;
font-weight: 500;
margin-bottom: 3.75px;
margin-right: 3.75px;
padding: 4px 10px;
vertical-align: middle;
word-break: break-all
}
.choices__list--multiple .choices__item[data-deletable] {
padding-right: 5px
}
[dir=rtl] .choices__list--multiple .choices__item {
margin-left: 3.75px;
margin-right: 0
}
.choices__list--multiple .choices__item.is-highlighted {
background-color: #00a5bb;
border: 1px solid #008fa1
}
.is-disabled .choices__list--multiple .choices__item {
background-color: #aaa;
border: 1px solid #919191
}
.choices__list--dropdown {
background-color: #fff;
border: 1px solid #ddd;
border-bottom-left-radius: 2.5px;
border-bottom-right-radius: 2.5px;
margin-top: -1px;
overflow: hidden;
position: absolute;
top: 100%;
visibility: hidden;
width: 100%;
will-change: visibility;
word-break: break-all;
z-index: 1
}
.choices__list--dropdown.is-active {
visibility: visible
}
.is-open .choices__list--dropdown {
border-color: #b7b7b7
}
.is-flipped .choices__list--dropdown {
border-radius: .25rem .25rem 0 0;
bottom: 100%;
margin-bottom: -1px;
margin-top: 0;
top: auto
}
.choices__list--dropdown .choices__list {
-webkit-overflow-scrolling: touch;
max-height: 300px;
overflow: auto;
position: relative;
will-change: scroll-position
}
.choices__list--dropdown .choices__item {
font-size: 14px;
padding: 10px;
position: relative
}
[dir=rtl] .choices__list--dropdown .choices__item {
text-align: right
}
@media (min-width:640px) {
.choices__list--dropdown .choices__item--selectable {
padding-right: 100px
}
.choices__list--dropdown .choices__item--selectable:after {
content: attr(data-select-text);
font-size: 12px;
opacity: 0;
position: absolute;
right: 10px;
top: 50%;
transform: translateY(-50%)
}
[dir=rtl] .choices__list--dropdown .choices__item--selectable {
padding-left: 100px;
padding-right: 10px;
text-align: right
}
[dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
left: 10px;
right: auto
}
}
.choices__list--dropdown .choices__item--selectable.is-highlighted {
background-color: #f2f2f2
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
opacity: .5
}
.choices__item {
cursor: default
}
.choices__item--selectable {
cursor: pointer
}
.choices__item--disabled {
cursor: not-allowed;
opacity: .5;
-webkit-user-select: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none
}
.choices__heading {
border-bottom: 1px solid #f7f7f7;
color: gray;
font-size: 12px;
font-weight: 600;
padding: 10px
}
.choices__button {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background-color: transparent;
background-position: 50%;
background-repeat: no-repeat;
border: 0;
cursor: pointer;
text-indent: -9999px
}
.choices__button:focus {
outline: none
}
.choices__input {
background-color: #f9f9f9;
border: 0;
border-radius: 0;
display: inline-block;
font-size: 14px;
margin-bottom: 5px;
max-width: 100%;
padding: 4px 0 4px 2px;
vertical-align: baseline
}
.choices__input:focus {
outline: 0
}
[dir=rtl] .choices__input {
padding-left: 0;
padding-right: 2px
}
.choices__placeholder {
opacity: .5
} html.has-scroll-smooth {
overflow: hidden
}
html.has-scroll-dragging {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
}
.has-scroll-smooth body {
overflow: hidden
}
.has-scroll-smooth [data-scroll-container] {
min-height: 100vh
}
[data-scroll-direction=horizontal] [data-scroll-container] {
display: inline-block;
height: 100vh;
white-space: nowrap
}
[data-scroll-direction=horizontal] [data-scroll-section] {
display: inline-block;
height: 100%;
vertical-align: top;
white-space: nowrap
}
.c-scrollbar {
height: 100%;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transform-origin: center right;
transition: transform .3s, opacity .3s;
width: 11px
}
.c-scrollbar:hover {
transform: scaleX(1.45)
}
.c-scrollbar:hover,
.has-scroll-dragging .c-scrollbar,
.has-scroll-scrolling .c-scrollbar {
opacity: 1
}
[data-scroll-direction=horizontal] .c-scrollbar {
bottom: 0;
height: 10px;
top: auto;
transform: scaleY(1);
width: 100%
}
[data-scroll-direction=horizontal] .c-scrollbar:hover {
transform: scaleY(1.3)
}
.c-scrollbar_thumb {
background-color: #000;
border-radius: 10px;
cursor: -webkit-grab;
cursor: grab;
margin: 2px;
opacity: .5;
position: absolute;
right: 0;
top: 0;
width: 7px
}
.has-scroll-dragging .c-scrollbar_thumb {
cursor: -webkit-grabbing;
cursor: grabbing
}
[data-scroll-direction=horizontal] .c-scrollbar_thumb {
bottom: 0;
right: auto
}

html {
-ms-text-size-adjust: 100%;
font-family: sans-serif
}
body {
margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block
}
audio,
canvas,
progress,
video {
vertical-align: baseline
}
a {
background: transparent
}
a:active,
a:hover {
outline: 0
}
b,
strong {
font-weight: 700
}
#error .r-1 .title,
h1 {
font-size: 2em;
margin: .67em 0
}
mark {
background: #ff0
}
img {
border: 0
}
figure {
margin: 1em 40px
}
hr {
box-sizing: content-box;
height: 0
}
pre {
overflow: auto
}
code,
kbd,
pre,
samp {
font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
margin: 0
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
-webkit-appearance: button;
cursor: pointer
}
button[disabled],
html input[disabled] {
cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0
}
input {
line-height: normal
}
input[type=checkbox],
input[type=radio] {
box-sizing: border-box;
padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
height: auto
}
input[type=search] {
-webkit-appearance: textfield;
box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
fieldset {
border: 1px solid silver;
margin: 0 2px;
padding: .35em .625em .75em
}
legend,
td,
th {
padding: 0
}
#error .r-1 .title,
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
select,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
border: 0;
font: inherit;
font-size: 100%;
margin: 0;
padding: 0;
vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
display: block
}
ol,
ul {
list-style: none
}
blockquote,
q {
quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
content: ""
}
table {
border-collapse: collapse;
border-spacing: 0
}
button,
input {
font: inherit
}
.mac button,
.mac input {
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-osx-font-smoothing: antialiased
}
button {
cursor: pointer
} html {
-webkit-text-size-adjust: 100%;
box-sizing: border-box;
height: 100%
}
*,
:after,
:before {
box-sizing: inherit;
outline: none;
position: relative
}
:after,
:before {
text-decoration: inherit;
vertical-align: inherit
}
* {
background-repeat: no-repeat;
margin: 0;
padding: 0
}
audio:not([controls]) {
display: none;
height: 0
}
hr {
overflow: visible
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block
}
small {
font-size: 80%
}
[hidden],
template {
display: none
}
abbr[title] {
border-bottom: 1px dotted;
text-decoration: none
}
a {
-webkit-text-decoration-skip: objects;
background-color: transparent
}
a:active,
a:hover {
outline-width: 0
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace
}
b,
strong {
font-weight: bolder
}
dfn {
font-style: italic
}
mark {
background-color: #ff0;
color: #000
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline
}
sub {
bottom: -.25em
}
sup {
top: -.5em
}
input {
border-radius: 0
}
[type=number] {
width: auto
}
[type=search] {
-webkit-appearance: textfield;
outline-offset: -2px
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
-webkit-appearance: none
}
textarea {
overflow: auto;
resize: vertical
}
button,
input,
optgroup,
select,
textarea {
font: inherit
}
optgroup {
font-weight: 700
}
button {
overflow: visible
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
border-style: 0;
padding: 0
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
outline: 1px dotted ButtonText
}
[type=reset],
[type=submit],
button,
html [type=button] {
-webkit-appearance: button
}
button,
select {
text-transform: none
}
button,
input,
select,
textarea {
background-color: transparent;
border-style: none;
color: inherit
}
select {
-moz-appearance: none;
-webkit-appearance: none
}
select::-ms-expand {
display: none
}
select::-ms-value {
color: currentColor
}
legend {
border: 0;
color: inherit;
display: table;
max-width: 100%;
white-space: normal
}
::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit
}
::-webkit-input-placeholder {
color: inherit;
opacity: .54
}
img {
border-style: none
}
progress {
vertical-align: baseline
}
svg:not(:root) {
overflow: hidden
}
audio,
canvas,
progress,
video {
display: inline-block
}
@media screen {
[hidden~=screen] {
display: inherit
}
[hidden~=screen]:not(:active):not(:focus):not(:target) {
clip: rect(0 0 0 0) !important;
position: absolute !important
}
}
[aria-busy=true] {
cursor: progress
}
[aria-controls] {
cursor: pointer
}
[aria-disabled] {
cursor: default
}
::-moz-selection {
background: #000;
color: #fff;
text-shadow: none
}
::selection {
background: #000;
color: #fff;
text-shadow: none
}
a {
color: inherit
}
.right {
float: right
}
.left {
float: left
}
.d-table {
display: table;
height: 100%;
width: 100%
}
.d-cell {
display: table-cell;
vertical-align: middle;
width: 100%
}
.basicLightbox {
align-items: center;
background: rgba(0, 0, 0, .8);
display: flex;
height: 100vh;
justify-content: center;
left: 0;
opacity: .01;
position: fixed;
top: 0;
transition: opacity .4s ease;
width: 100%;
will-change: opacity;
z-index: 1000
}
.basicLightbox--visible {
opacity: 1
}
.basicLightbox__placeholder {
max-width: 100%;
transform: scale(.9);
transition: transform .4s ease;
will-change: transform;
z-index: 1
}
.basicLightbox__placeholder>iframe:first-child:last-child,
.basicLightbox__placeholder>img:first-child:last-child,
.basicLightbox__placeholder>video:first-child:last-child {
bottom: 0;
display: block;
left: 0;
margin: auto;
max-height: 95%;
max-width: 95%;
position: absolute;
right: 0;
top: 0
}
.basicLightbox__placeholder>iframe:first-child:last-child,
.basicLightbox__placeholder>video:first-child:last-child {
pointer-events: auto
}
.basicLightbox__placeholder>img:first-child:last-child,
.basicLightbox__placeholder>video:first-child:last-child {
height: auto;
width: auto
}
.basicLightbox--iframe .basicLightbox__placeholder,
.basicLightbox--img .basicLightbox__placeholder,
.basicLightbox--video .basicLightbox__placeholder {
height: 100%;
pointer-events: none;
width: 100%
}
.basicLightbox--visible .basicLightbox__placeholder {
transform: scale(1)
}
.grid {
margin: 0 auto;
max-width: 1170px;
padding: 0
}
.grid,
.grid .row {
position: relative;
width: 100%
}
.grid .row:after {
clear: both;
content: "";
display: table
}
@media screen and (max-width:1280px) {
.grid {
width: calc(100% - 12rem)
}
}
@media screen and (max-width:1023px) {
.grid {
width: calc(100% - 8rem)
}
}
[class*=column] {
float: left;
min-height: 1px;
width: 5.9829059829%
}
[class*=column].right {
float: right
}
.column-1 {
width: 5.9829059829%
}
.column-2 {
width: 14.5299145299%
}
.column-3 {
width: 23.0769230769%
}
.column-4 {
width: 31.6239316239%
}
.column-5 {
width: 40.1709401709%
}
.column-6 {
width: 48.7179487179%
}
.column-7 {
width: 57.264957265%
}
.column-8 {
width: 65.811965812%
}
.column-9 {
width: 74.358974359%
}
.column-10 {
width: 82.905982906%
}
.column-11 {
width: 91.452991453%
}
.column-12 {
width: 100%
}
.f-left {
float: left
}
.f-right {
float: right
}
.cf {
pointer-events: none
}
.cf:after {
clear: both;
content: "";
display: table
}
.abs {
float: none;
position: absolute
}
.img-responsive:before {
content: "";
display: block;
padding-top: calc(var(--aspect-ratio)*100%)
}
.img-responsive .img-responsive__item {
border: 0;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
.img-responsive .img-responsive__item img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
width: 100%
}
.img-responsive .img-responsive__item img.w-full {
height: auto;
width: 100%
}
img:not([src]):not([srcset]) {
visibility: hidden
}
@media screen and (max-width:1023px) {
.grid {
max-width: 50rem
}
.abs {
left: auto !important;
margin: 0 auto;
position: relative !important;
right: auto !important;
top: auto !important
}
[class*=column]:not(.no-responsive) {
float: none;
margin-left: 0 !important;
width: 5.9829059829%
}
[class*=column].no-responsive {
width: 5.9829059829%
}
.column-1:not(.no-responsive) {
width: 100% !important
}
.column-1.no-responsive {
width: 5.9829059829%
}
.column-2:not(.no-responsive) {
width: 100% !important
}
.column-2.no-responsive {
width: 14.5299145299%
}
.column-3:not(.no-responsive) {
width: 100% !important
}
.column-3.no-responsive {
width: 23.0769230769%
}
.column-4:not(.no-responsive) {
width: 100% !important
}
.column-4.no-responsive {
width: 31.6239316239%
}
.column-5:not(.no-responsive) {
width: 100% !important
}
.column-5.no-responsive {
width: 40.1709401709%
}
.column-6:not(.no-responsive) {
width: 100% !important
}
.column-6.no-responsive {
width: 48.7179487179%
}
.column-7:not(.no-responsive) {
width: 100% !important
}
.column-7.no-responsive {
width: 57.264957265%
}
.column-8:not(.no-responsive) {
width: 100% !important
}
.column-8.no-responsive {
width: 65.811965812%
}
.column-9:not(.no-responsive) {
width: 100% !important
}
.column-9.no-responsive {
width: 74.358974359%
}
.column-10:not(.no-responsive) {
width: 100% !important
}
.column-10.no-responsive {
width: 82.905982906%
}
.column-11:not(.no-responsive) {
width: 100% !important
}
.column-11.no-responsive {
width: 91.452991453%
}
.column-12:not(.no-responsive) {
width: 100% !important
}
.column-12.no-responsive {
width: 100%
}
}
@font-face {
text-rendering: optimizeLegibility;
font-family: Poppins-Regular;
font-style: normal;
font-weight: 700;
src: url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/Poppins-Regular.ttf) format("truetype"), url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/Poppins-Regular.woff2) format("woff");
}
@font-face {
text-rendering: optimizeLegibility;
font-family: Poppins-Bold;
font-style: normal;
font-weight: 700;
src: url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/Poppins-Bold.ttf) format("truetype"), url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/Poppins-Bold.woff2) format("woff");;
}
@font-face {
text-rendering: optimizeLegibility;
font-family: Poppins-Light;
font-style: normal;
font-weight: 700;
src: url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/Poppins-Light.ttf) format("truetype"), url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/Poppins-Light.woff) format("woff");;
}
@font-face {
text-rendering: optimizeLegibility;
font-family: AvertaStd-Bold;
font-style: normal;
font-weight: 700;
src: url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/AvertaStd-Bold.eot);
src: url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/AvertaStd-Bold.eot?#iefix) format("embedded-opentype"), url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/AvertaStd-Bold.woff) format("woff"), url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/AvertaStd-Bold.ttf) format("truetype"), url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/AvertaStd-Bold.svg#AvertaStd-Bold) format("svg")
}
@font-face {
text-rendering: optimizeLegibility;
font-family: AvertaStd-Light;
font-style: normal;
font-weight: 400;
src: url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/AvertaStd-Light.eot);
src: url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/AvertaStd-Light.eot?#iefix) format("embedded-opentype"), url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/AvertaStd-Light.woff) format("woff"), url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/AvertaStd-Light.ttf) format("truetype"), url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/AvertaStd-Light.svg#AvertaStd-Light) format("svg")
}
@font-face {
text-rendering: optimizeLegibility;
font-family: AvertaStd-Regular;
font-style: normal;
font-weight: 400;
src: url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/AvertaStd-Regular.eot);
src: url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/AvertaStd-Regular.eot?#iefix) format("embedded-opentype"), url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/AvertaStd-Regular.woff) format("woff"), url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/AvertaStd-Regular.ttf) format("truetype"), url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/AvertaStd-Regular.svg#AvertaStd-Regular) format("svg")
}
@font-face {
text-rendering: optimizeLegibility;
font-family: AvertaStd-RegularItalic;
font-style: italic;
font-weight: 400;
src: url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/AvertaStd-RegularItalic.eot);
src: url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/AvertaStd-RegularItalic.eot?#iefix) format("embedded-opentype"), url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/AvertaStd-RegularItalic.woff) format("woff"), url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/AvertaStd-RegularItalic.ttf) format("truetype"), url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/fonts/AvertaStd-RegularItalic.svg#AvertaStd-RegularItalic) format("svg")
}
.button-rect .button__inner {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-family: Poppins-Bold, Arial, sans-serif;
font-size: 1.4rem;
letter-spacing: .03em;
line-height: 1.4;
padding: 1.9rem 3rem 1.6rem;
text-decoration: none;
text-transform: uppercase;
transition: color .6s cubic-bezier(.165, .84, .44, 1)
}
.button-rect .button__inner:before {
background-color: transparent;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
transition: transform .3s cubic-bezier(.165, .84, .44, 1), background-color .3s cubic-bezier(.165, .84, .44, 1);
width: 100%
}
html.desktop .button-rect .button__inner:hover:before {
transform: skewX(-25deg)
}
.button-rect.transparent-cyan .button__inner {
color: #45daf1
}
.button-rect.transparent-cyan .button__inner:before {
border: 1px solid #45daf1
}
html.desktop .button-rect.transparent-cyan .button__inner:hover {
color: #fff
}
html.desktop .button-rect.transparent-cyan .button__inner:hover:before {
background-color: #45daf1
}
.button-rect.transparent-green .button__inner {
color: #21e8d8
}
.button-rect.transparent-green .button__inner:before {
border: 1px solid #21e8d8
}
html.desktop .button-rect.transparent-green .button__inner:hover {
color: #fff
}
html.desktop .button-rect.transparent-green .button__inner:hover:before {
background-color: #21e8d8
}
.button-rect.white .button__inner {
color: #fff
}
.button-rect.white .button__inner:before {
border: 1px solid #fff
}
html.desktop .button-rect.white .button__inner:hover {
color: #0d1125
}
html.desktop .button-rect.white .button__inner:hover:before {
background-color: #fff
}
@media screen and (max-width:1023px) {
.button-rect .button__inner {
padding: 1.7rem 3rem 1.6rem
}
}
.button-line {
display: inline-block
}
.button-line .button__inner {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
align-items: center;
display: flex;
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 1.4rem;
letter-spacing: .03em;
line-height: 1.4rem;
text-transform: uppercase;
transition: color .6s cubic-bezier(.165, .84, .44, 1)
}
.button-line .button__inner svg {
height: 1.7rem;
margin-left: 1rem;
transition: transform .6s cubic-bezier(.165, .84, .44, 1);
width: 1.7rem
}
html.desktop .button-line .button__inner:hover {
color: #fff
}
html.desktop .button-line .button__inner:hover svg {
transform: translate(4px)
}
[data-animation-type=draw] {
opacity: 0;
transform: translateY(80px)
}
[data-animation-type=fade] {
opacity: 0;
transform: translate3d(0, 50px, 0);
visibility: hidden
}
html.has-dom-ready [data-animation-type=fade] {
transition: all 1.2s cubic-bezier(.165, .84, .44, 1)
}
html.has-dom-ready [data-animation-type=fade].is-inview {
opacity: 1;
transform: translateZ(0);
visibility: visible
}
[data-animation-type=fade-down] {
opacity: 0;
transform: translate3d(0, -50px, 0);
visibility: hidden
}
html.mobile [data-animation-type=fade-down] {
transform: translate3d(0, 50px, 0)
}
html.has-dom-ready [data-animation-type=fade-down] {
transition: all 1.2s cubic-bezier(.165, .84, .44, 1)
}
html.has-dom-ready [data-animation-type=fade-down].is-inview {
opacity: 1;
transform: translateZ(0);
visibility: visible
}
[data-animation-type=chars] .line {
overflow: hidden;
padding-bottom: .14em
}
[data-animation-type=chars] .line.line1 {
margin-top: 0
}
[data-animation-type=chars] .char {
opacity: 0;
transform: translate3d(0, 100%, 0)
}
[data-animation-type=chars] .char:nth-child(1n) {
transition-delay: 25ms !important
}
[data-animation-type=chars] .char:nth-child(2n) {
transition-delay: .05s !important
}
[data-animation-type=chars] .char:nth-child(3n) {
transition-delay: 75ms !important
}
[data-animation-type=chars] .char:nth-child(4n) {
transition-delay: .1s !important
}
[data-animation-type=chars] .char:nth-child(5n) {
transition-delay: .125s !important
}
[data-animation-type=chars] .char:nth-child(6n) {
transition-delay: .15s !important
}
[data-animation-type=chars] .char:nth-child(7n) {
transition-delay: .175s !important
}
[data-animation-type=chars] .char:nth-child(8n) {
transition-delay: .2s !important
}
[data-animation-type=chars] .char:nth-child(9n) {
transition-delay: .225s !important
}
[data-animation-type=chars] .char:nth-child(10n) {
transition-delay: .25s !important
}
[data-animation-type=chars] .char:nth-child(11n) {
transition-delay: .275s !important
}
[data-animation-type=chars] .char:nth-child(12n) {
transition-delay: .3s !important
}
[data-animation-type=chars] .char:nth-child(13n) {
transition-delay: .325s !important
}
[data-animation-type=chars] .char:nth-child(14n) {
transition-delay: .35s !important
}
[data-animation-type=chars] .char:nth-child(15n) {
transition-delay: .375s !important
}
[data-animation-type=chars] .char:nth-child(16n) {
transition-delay: .4s !important
}
[data-animation-type=chars] .char:nth-child(17n) {
transition-delay: .425s !important
}
[data-animation-type=chars] .char:nth-child(18n) {
transition-delay: .45s !important
}
[data-animation-type=chars] .char:nth-child(19n) {
transition-delay: .475s !important
}
[data-animation-type=chars] .char:nth-child(20n) {
transition-delay: .5s !important
}
[data-animation-type=chars] .char:nth-child(21n) {
transition-delay: .525s !important
}
[data-animation-type=chars] .char:nth-child(22n) {
transition-delay: .55s !important
}
[data-animation-type=chars] .char:nth-child(23n) {
transition-delay: .575s !important
}
[data-animation-type=chars] .char:nth-child(24n) {
transition-delay: .6s !important
}
[data-animation-type=chars] .char:nth-child(25n) {
transition-delay: .625s !important
}
[data-animation-type=chars] .char:nth-child(26n) {
transition-delay: .65s !important
}
[data-animation-type=chars] .char:nth-child(27n) {
transition-delay: .675s !important
}
[data-animation-type=chars] .char:nth-child(28n) {
transition-delay: .7s !important
}
[data-animation-type=chars] .char:nth-child(29n) {
transition-delay: .725s !important
}
[data-animation-type=chars] .char:nth-child(30n) {
transition-delay: .75s !important
}
[data-animation-type=chars] .char:nth-child(31n) {
transition-delay: .775s !important
}
[data-animation-type=chars] .char:nth-child(32n) {
transition-delay: .8s !important
}
[data-animation-type=chars] .char:nth-child(33n) {
transition-delay: .825s !important
}
[data-animation-type=chars] .char:nth-child(34n) {
transition-delay: .85s !important
}
[data-animation-type=chars] .char:nth-child(35n) {
transition-delay: .875s !important
}
[data-animation-type=chars] .char:nth-child(36n) {
transition-delay: .9s !important
}
[data-animation-type=chars] .char:nth-child(37n) {
transition-delay: .925s !important
}
[data-animation-type=chars] .char:nth-child(38n) {
transition-delay: .95s !important
}
[data-animation-type=chars] .char:nth-child(39n) {
transition-delay: .975s !important
}
[data-animation-type=chars] .char:nth-child(40n) {
transition-delay: 1s !important
}
[data-animation-type=chars] .char:nth-child(41n) {
transition-delay: 1.025s !important
}
[data-animation-type=chars] .char:nth-child(42n) {
transition-delay: 1.05s !important
}
[data-animation-type=chars] .char:nth-child(43n) {
transition-delay: 1.075s !important
}
[data-animation-type=chars] .char:nth-child(44n) {
transition-delay: 1.1s !important
}
[data-animation-type=chars] .char:nth-child(45n) {
transition-delay: 1.125s !important
}
[data-animation-type=chars] .char:nth-child(46n) {
transition-delay: 1.15s !important
}
[data-animation-type=chars] .char:nth-child(47n) {
transition-delay: 1.175s !important
}
[data-animation-type=chars] .char:nth-child(48n) {
transition-delay: 1.2s !important
}
[data-animation-type=chars] .char:nth-child(49n) {
transition-delay: 1.225s !important
}
[data-animation-type=chars] .char:nth-child(50n) {
transition-delay: 1.25s !important
}
[data-animation-type=chars] .char:nth-child(51n) {
transition-delay: 1.275s !important
}
[data-animation-type=chars] .char:nth-child(52n) {
transition-delay: 1.3s !important
}
[data-animation-type=chars] .char:nth-child(53n) {
transition-delay: 1.325s !important
}
[data-animation-type=chars] .char:nth-child(54n) {
transition-delay: 1.35s !important
}
[data-animation-type=chars] .char:nth-child(55n) {
transition-delay: 1.375s !important
}
[data-animation-type=chars] .char:nth-child(56n) {
transition-delay: 1.4s !important
}
[data-animation-type=chars] .char:nth-child(57n) {
transition-delay: 1.425s !important
}
[data-animation-type=chars] .char:nth-child(58n) {
transition-delay: 1.45s !important
}
[data-animation-type=chars] .char:nth-child(59n) {
transition-delay: 1.475s !important
}
[data-animation-type=chars] .char:nth-child(60n) {
transition-delay: 1.5s !important
}
[data-animation-type=chars] .char:nth-child(61n) {
transition-delay: 1.525s !important
}
[data-animation-type=chars] .char:nth-child(62n) {
transition-delay: 1.55s !important
}
[data-animation-type=chars] .char:nth-child(63n) {
transition-delay: 1.575s !important
}
[data-animation-type=chars] .char:nth-child(64n) {
transition-delay: 1.6s !important
}
[data-animation-type=chars] .char:nth-child(65n) {
transition-delay: 1.625s !important
}
[data-animation-type=chars] .char:nth-child(66n) {
transition-delay: 1.65s !important
}
[data-animation-type=chars] .char:nth-child(67n) {
transition-delay: 1.675s !important
}
[data-animation-type=chars] .char:nth-child(68n) {
transition-delay: 1.7s !important
}
[data-animation-type=chars] .char:nth-child(69n) {
transition-delay: 1.725s !important
}
[data-animation-type=chars] .char:nth-child(70n) {
transition-delay: 1.75s !important
}
[data-animation-type=chars] .char:nth-child(71n) {
transition-delay: 1.775s !important
}
[data-animation-type=chars] .char:nth-child(72n) {
transition-delay: 1.8s !important
}
[data-animation-type=chars] .char:nth-child(73n) {
transition-delay: 1.825s !important
}
[data-animation-type=chars] .char:nth-child(74n) {
transition-delay: 1.85s !important
}
[data-animation-type=chars] .char:nth-child(75n) {
transition-delay: 1.875s !important
}
[data-animation-type=chars] .char:nth-child(76n) {
transition-delay: 1.9s !important
}
[data-animation-type=chars] .char:nth-child(77n) {
transition-delay: 1.925s !important
}
[data-animation-type=chars] .char:nth-child(78n) {
transition-delay: 1.95s !important
}
[data-animation-type=chars] .char:nth-child(79n) {
transition-delay: 1.975s !important
}
[data-animation-type=chars] .char:nth-child(80n) {
transition-delay: 2s !important
}
[data-animation-type=chars] .char:nth-child(81n) {
transition-delay: 2.025s !important
}
[data-animation-type=chars] .char:nth-child(82n) {
transition-delay: 2.05s !important
}
[data-animation-type=chars] .char:nth-child(83n) {
transition-delay: 2.075s !important
}
[data-animation-type=chars] .char:nth-child(84n) {
transition-delay: 2.1s !important
}
[data-animation-type=chars] .char:nth-child(85n) {
transition-delay: 2.125s !important
}
[data-animation-type=chars] .char:nth-child(86n) {
transition-delay: 2.15s !important
}
[data-animation-type=chars] .char:nth-child(87n) {
transition-delay: 2.175s !important
}
[data-animation-type=chars] .char:nth-child(88n) {
transition-delay: 2.2s !important
}
[data-animation-type=chars] .char:nth-child(89n) {
transition-delay: 2.225s !important
}
[data-animation-type=chars] .char:nth-child(90n) {
transition-delay: 2.25s !important
}
[data-animation-type=chars] .char:nth-child(91n) {
transition-delay: 2.275s !important
}
[data-animation-type=chars] .char:nth-child(92n) {
transition-delay: 2.3s !important
}
[data-animation-type=chars] .char:nth-child(93n) {
transition-delay: 2.325s !important
}
[data-animation-type=chars] .char:nth-child(94n) {
transition-delay: 2.35s !important
}
[data-animation-type=chars] .char:nth-child(95n) {
transition-delay: 2.375s !important
}
[data-animation-type=chars] .char:nth-child(96n) {
transition-delay: 2.4s !important
}
[data-animation-type=chars] .char:nth-child(97n) {
transition-delay: 2.425s !important
}
[data-animation-type=chars] .char:nth-child(98n) {
transition-delay: 2.45s !important
}
[data-animation-type=chars] .char:nth-child(99n) {
transition-delay: 2.475s !important
}
[data-animation-type=chars] .char:nth-child(100n) {
transition-delay: 2.5s !important
}
html.has-dom-ready [data-animation-type=chars] .char {
transition: transform 1.2s cubic-bezier(.165, .84, .44, 1), opacity 1.2s cubic-bezier(.165, .84, .44, 1)
}
html.has-dom-ready [data-animation-type=chars].is-inview .char {
opacity: 1;
transform: translateZ(0) rotate(.01deg);
visibility: visible
}
[data-animation-type=words] .word {
overflow: hidden;
position: relative
}
[data-animation-type=words] .word .overflow-wrapper {
opacity: 0;
position: relative;
transform: translate3d(0, 90%, 0)
}
[data-animation-type=words] .word:nth-child(1n) .overflow-wrapper {
transition-delay: 25ms !important
}
[data-animation-type=words] .word:nth-child(2n) .overflow-wrapper {
transition-delay: .05s !important
}
[data-animation-type=words] .word:nth-child(3n) .overflow-wrapper {
transition-delay: 75ms !important
}
[data-animation-type=words] .word:nth-child(4n) .overflow-wrapper {
transition-delay: .1s !important
}
[data-animation-type=words] .word:nth-child(5n) .overflow-wrapper {
transition-delay: .125s !important
}
[data-animation-type=words] .word:nth-child(6n) .overflow-wrapper {
transition-delay: .15s !important
}
[data-animation-type=words] .word:nth-child(7n) .overflow-wrapper {
transition-delay: .175s !important
}
[data-animation-type=words] .word:nth-child(8n) .overflow-wrapper {
transition-delay: .2s !important
}
[data-animation-type=words] .word:nth-child(9n) .overflow-wrapper {
transition-delay: .225s !important
}
[data-animation-type=words] .word:nth-child(10n) .overflow-wrapper {
transition-delay: .25s !important
}
[data-animation-type=words] .word:nth-child(11n) .overflow-wrapper {
transition-delay: .275s !important
}
[data-animation-type=words] .word:nth-child(12n) .overflow-wrapper {
transition-delay: .3s !important
}
[data-animation-type=words] .word:nth-child(13n) .overflow-wrapper {
transition-delay: .325s !important
}
[data-animation-type=words] .word:nth-child(14n) .overflow-wrapper {
transition-delay: .35s !important
}
[data-animation-type=words] .word:nth-child(15n) .overflow-wrapper {
transition-delay: .375s !important
}
[data-animation-type=words] .word:nth-child(16n) .overflow-wrapper {
transition-delay: .4s !important
}
[data-animation-type=words] .word:nth-child(17n) .overflow-wrapper {
transition-delay: .425s !important
}
[data-animation-type=words] .word:nth-child(18n) .overflow-wrapper {
transition-delay: .45s !important
}
[data-animation-type=words] .word:nth-child(19n) .overflow-wrapper {
transition-delay: .475s !important
}
[data-animation-type=words] .word:nth-child(20n) .overflow-wrapper {
transition-delay: .5s !important
}
[data-animation-type=words] .word:nth-child(21n) .overflow-wrapper {
transition-delay: .525s !important
}
[data-animation-type=words] .word:nth-child(22n) .overflow-wrapper {
transition-delay: .55s !important
}
[data-animation-type=words] .word:nth-child(23n) .overflow-wrapper {
transition-delay: .575s !important
}
[data-animation-type=words] .word:nth-child(24n) .overflow-wrapper {
transition-delay: .6s !important
}
[data-animation-type=words] .word:nth-child(25n) .overflow-wrapper {
transition-delay: .625s !important
}
[data-animation-type=words] .word:nth-child(26n) .overflow-wrapper {
transition-delay: .65s !important
}
[data-animation-type=words] .word:nth-child(27n) .overflow-wrapper {
transition-delay: .675s !important
}
[data-animation-type=words] .word:nth-child(28n) .overflow-wrapper {
transition-delay: .7s !important
}
[data-animation-type=words] .word:nth-child(29n) .overflow-wrapper {
transition-delay: .725s !important
}
[data-animation-type=words] .word:nth-child(30n) .overflow-wrapper {
transition-delay: .75s !important
}
[data-animation-type=words] .word:nth-child(31n) .overflow-wrapper {
transition-delay: .775s !important
}
[data-animation-type=words] .word:nth-child(32n) .overflow-wrapper {
transition-delay: .8s !important
}
[data-animation-type=words] .word:nth-child(33n) .overflow-wrapper {
transition-delay: .825s !important
}
[data-animation-type=words] .word:nth-child(34n) .overflow-wrapper {
transition-delay: .85s !important
}
[data-animation-type=words] .word:nth-child(35n) .overflow-wrapper {
transition-delay: .875s !important
}
[data-animation-type=words] .word:nth-child(36n) .overflow-wrapper {
transition-delay: .9s !important
}
[data-animation-type=words] .word:nth-child(37n) .overflow-wrapper {
transition-delay: .925s !important
}
[data-animation-type=words] .word:nth-child(38n) .overflow-wrapper {
transition-delay: .95s !important
}
[data-animation-type=words] .word:nth-child(39n) .overflow-wrapper {
transition-delay: .975s !important
}
[data-animation-type=words] .word:nth-child(40n) .overflow-wrapper {
transition-delay: 1s !important
}
[data-animation-type=words] .word:nth-child(41n) .overflow-wrapper {
transition-delay: 1.025s !important
}
[data-animation-type=words] .word:nth-child(42n) .overflow-wrapper {
transition-delay: 1.05s !important
}
[data-animation-type=words] .word:nth-child(43n) .overflow-wrapper {
transition-delay: 1.075s !important
}
[data-animation-type=words] .word:nth-child(44n) .overflow-wrapper {
transition-delay: 1.1s !important
}
[data-animation-type=words] .word:nth-child(45n) .overflow-wrapper {
transition-delay: 1.125s !important
}
[data-animation-type=words] .word:nth-child(46n) .overflow-wrapper {
transition-delay: 1.15s !important
}
[data-animation-type=words] .word:nth-child(47n) .overflow-wrapper {
transition-delay: 1.175s !important
}
[data-animation-type=words] .word:nth-child(48n) .overflow-wrapper {
transition-delay: 1.2s !important
}
[data-animation-type=words] .word:nth-child(49n) .overflow-wrapper {
transition-delay: 1.225s !important
}
[data-animation-type=words] .word:nth-child(50n) .overflow-wrapper {
transition-delay: 1.25s !important
}
[data-animation-type=words] .word:nth-child(51n) .overflow-wrapper {
transition-delay: 1.275s !important
}
[data-animation-type=words] .word:nth-child(52n) .overflow-wrapper {
transition-delay: 1.3s !important
}
[data-animation-type=words] .word:nth-child(53n) .overflow-wrapper {
transition-delay: 1.325s !important
}
[data-animation-type=words] .word:nth-child(54n) .overflow-wrapper {
transition-delay: 1.35s !important
}
[data-animation-type=words] .word:nth-child(55n) .overflow-wrapper {
transition-delay: 1.375s !important
}
[data-animation-type=words] .word:nth-child(56n) .overflow-wrapper {
transition-delay: 1.4s !important
}
[data-animation-type=words] .word:nth-child(57n) .overflow-wrapper {
transition-delay: 1.425s !important
}
[data-animation-type=words] .word:nth-child(58n) .overflow-wrapper {
transition-delay: 1.45s !important
}
[data-animation-type=words] .word:nth-child(59n) .overflow-wrapper {
transition-delay: 1.475s !important
}
[data-animation-type=words] .word:nth-child(60n) .overflow-wrapper {
transition-delay: 1.5s !important
}
[data-animation-type=words] .word:nth-child(61n) .overflow-wrapper {
transition-delay: 1.525s !important
}
[data-animation-type=words] .word:nth-child(62n) .overflow-wrapper {
transition-delay: 1.55s !important
}
[data-animation-type=words] .word:nth-child(63n) .overflow-wrapper {
transition-delay: 1.575s !important
}
[data-animation-type=words] .word:nth-child(64n) .overflow-wrapper {
transition-delay: 1.6s !important
}
[data-animation-type=words] .word:nth-child(65n) .overflow-wrapper {
transition-delay: 1.625s !important
}
[data-animation-type=words] .word:nth-child(66n) .overflow-wrapper {
transition-delay: 1.65s !important
}
[data-animation-type=words] .word:nth-child(67n) .overflow-wrapper {
transition-delay: 1.675s !important
}
[data-animation-type=words] .word:nth-child(68n) .overflow-wrapper {
transition-delay: 1.7s !important
}
[data-animation-type=words] .word:nth-child(69n) .overflow-wrapper {
transition-delay: 1.725s !important
}
[data-animation-type=words] .word:nth-child(70n) .overflow-wrapper {
transition-delay: 1.75s !important
}
[data-animation-type=words] .word:nth-child(71n) .overflow-wrapper {
transition-delay: 1.775s !important
}
[data-animation-type=words] .word:nth-child(72n) .overflow-wrapper {
transition-delay: 1.8s !important
}
[data-animation-type=words] .word:nth-child(73n) .overflow-wrapper {
transition-delay: 1.825s !important
}
[data-animation-type=words] .word:nth-child(74n) .overflow-wrapper {
transition-delay: 1.85s !important
}
[data-animation-type=words] .word:nth-child(75n) .overflow-wrapper {
transition-delay: 1.875s !important
}
[data-animation-type=words] .word:nth-child(76n) .overflow-wrapper {
transition-delay: 1.9s !important
}
[data-animation-type=words] .word:nth-child(77n) .overflow-wrapper {
transition-delay: 1.925s !important
}
[data-animation-type=words] .word:nth-child(78n) .overflow-wrapper {
transition-delay: 1.95s !important
}
[data-animation-type=words] .word:nth-child(79n) .overflow-wrapper {
transition-delay: 1.975s !important
}
[data-animation-type=words] .word:nth-child(80n) .overflow-wrapper {
transition-delay: 2s !important
}
[data-animation-type=words] .word:nth-child(81n) .overflow-wrapper {
transition-delay: 2.025s !important
}
[data-animation-type=words] .word:nth-child(82n) .overflow-wrapper {
transition-delay: 2.05s !important
}
[data-animation-type=words] .word:nth-child(83n) .overflow-wrapper {
transition-delay: 2.075s !important
}
[data-animation-type=words] .word:nth-child(84n) .overflow-wrapper {
transition-delay: 2.1s !important
}
[data-animation-type=words] .word:nth-child(85n) .overflow-wrapper {
transition-delay: 2.125s !important
}
[data-animation-type=words] .word:nth-child(86n) .overflow-wrapper {
transition-delay: 2.15s !important
}
[data-animation-type=words] .word:nth-child(87n) .overflow-wrapper {
transition-delay: 2.175s !important
}
[data-animation-type=words] .word:nth-child(88n) .overflow-wrapper {
transition-delay: 2.2s !important
}
[data-animation-type=words] .word:nth-child(89n) .overflow-wrapper {
transition-delay: 2.225s !important
}
[data-animation-type=words] .word:nth-child(90n) .overflow-wrapper {
transition-delay: 2.25s !important
}
[data-animation-type=words] .word:nth-child(91n) .overflow-wrapper {
transition-delay: 2.275s !important
}
[data-animation-type=words] .word:nth-child(92n) .overflow-wrapper {
transition-delay: 2.3s !important
}
[data-animation-type=words] .word:nth-child(93n) .overflow-wrapper {
transition-delay: 2.325s !important
}
[data-animation-type=words] .word:nth-child(94n) .overflow-wrapper {
transition-delay: 2.35s !important
}
[data-animation-type=words] .word:nth-child(95n) .overflow-wrapper {
transition-delay: 2.375s !important
}
[data-animation-type=words] .word:nth-child(96n) .overflow-wrapper {
transition-delay: 2.4s !important
}
[data-animation-type=words] .word:nth-child(97n) .overflow-wrapper {
transition-delay: 2.425s !important
}
[data-animation-type=words] .word:nth-child(98n) .overflow-wrapper {
transition-delay: 2.45s !important
}
[data-animation-type=words] .word:nth-child(99n) .overflow-wrapper {
transition-delay: 2.475s !important
}
[data-animation-type=words] .word:nth-child(100n) .overflow-wrapper {
transition-delay: 2.5s !important
}
[data-animation-type=words] .word:nth-child(101n) .overflow-wrapper {
transition-delay: 2.525s !important
}
[data-animation-type=words] .word:nth-child(102n) .overflow-wrapper {
transition-delay: 2.55s !important
}
[data-animation-type=words] .word:nth-child(103n) .overflow-wrapper {
transition-delay: 2.575s !important
}
[data-animation-type=words] .word:nth-child(104n) .overflow-wrapper {
transition-delay: 2.6s !important
}
[data-animation-type=words] .word:nth-child(105n) .overflow-wrapper {
transition-delay: 2.625s !important
}
[data-animation-type=words] .word:nth-child(106n) .overflow-wrapper {
transition-delay: 2.65s !important
}
[data-animation-type=words] .word:nth-child(107n) .overflow-wrapper {
transition-delay: 2.675s !important
}
[data-animation-type=words] .word:nth-child(108n) .overflow-wrapper {
transition-delay: 2.7s !important
}
[data-animation-type=words] .word:nth-child(109n) .overflow-wrapper {
transition-delay: 2.725s !important
}
[data-animation-type=words] .word:nth-child(110n) .overflow-wrapper {
transition-delay: 2.75s !important
}
[data-animation-type=words] .word:nth-child(111n) .overflow-wrapper {
transition-delay: 2.775s !important
}
[data-animation-type=words] .word:nth-child(112n) .overflow-wrapper {
transition-delay: 2.8s !important
}
[data-animation-type=words] .word:nth-child(113n) .overflow-wrapper {
transition-delay: 2.825s !important
}
[data-animation-type=words] .word:nth-child(114n) .overflow-wrapper {
transition-delay: 2.85s !important
}
[data-animation-type=words] .word:nth-child(115n) .overflow-wrapper {
transition-delay: 2.875s !important
}
[data-animation-type=words] .word:nth-child(116n) .overflow-wrapper {
transition-delay: 2.9s !important
}
[data-animation-type=words] .word:nth-child(117n) .overflow-wrapper {
transition-delay: 2.925s !important
}
[data-animation-type=words] .word:nth-child(118n) .overflow-wrapper {
transition-delay: 2.95s !important
}
[data-animation-type=words] .word:nth-child(119n) .overflow-wrapper {
transition-delay: 2.975s !important
}
[data-animation-type=words] .word:nth-child(120n) .overflow-wrapper {
transition-delay: 3s !important
}
[data-animation-type=words] .word:nth-child(121n) .overflow-wrapper {
transition-delay: 3.025s !important
}
[data-animation-type=words] .word:nth-child(122n) .overflow-wrapper {
transition-delay: 3.05s !important
}
[data-animation-type=words] .word:nth-child(123n) .overflow-wrapper {
transition-delay: 3.075s !important
}
[data-animation-type=words] .word:nth-child(124n) .overflow-wrapper {
transition-delay: 3.1s !important
}
[data-animation-type=words] .word:nth-child(125n) .overflow-wrapper {
transition-delay: 3.125s !important
}
[data-animation-type=words] .word:nth-child(126n) .overflow-wrapper {
transition-delay: 3.15s !important
}
[data-animation-type=words] .word:nth-child(127n) .overflow-wrapper {
transition-delay: 3.175s !important
}
[data-animation-type=words] .word:nth-child(128n) .overflow-wrapper {
transition-delay: 3.2s !important
}
[data-animation-type=words] .word:nth-child(129n) .overflow-wrapper {
transition-delay: 3.225s !important
}
[data-animation-type=words] .word:nth-child(130n) .overflow-wrapper {
transition-delay: 3.25s !important
}
[data-animation-type=words] .word:nth-child(131n) .overflow-wrapper {
transition-delay: 3.275s !important
}
[data-animation-type=words] .word:nth-child(132n) .overflow-wrapper {
transition-delay: 3.3s !important
}
[data-animation-type=words] .word:nth-child(133n) .overflow-wrapper {
transition-delay: 3.325s !important
}
[data-animation-type=words] .word:nth-child(134n) .overflow-wrapper {
transition-delay: 3.35s !important
}
[data-animation-type=words] .word:nth-child(135n) .overflow-wrapper {
transition-delay: 3.375s !important
}
[data-animation-type=words] .word:nth-child(136n) .overflow-wrapper {
transition-delay: 3.4s !important
}
[data-animation-type=words] .word:nth-child(137n) .overflow-wrapper {
transition-delay: 3.425s !important
}
[data-animation-type=words] .word:nth-child(138n) .overflow-wrapper {
transition-delay: 3.45s !important
}
[data-animation-type=words] .word:nth-child(139n) .overflow-wrapper {
transition-delay: 3.475s !important
}
[data-animation-type=words] .word:nth-child(140n) .overflow-wrapper {
transition-delay: 3.5s !important
}
[data-animation-type=words] .word:nth-child(141n) .overflow-wrapper {
transition-delay: 3.525s !important
}
[data-animation-type=words] .word:nth-child(142n) .overflow-wrapper {
transition-delay: 3.55s !important
}
[data-animation-type=words] .word:nth-child(143n) .overflow-wrapper {
transition-delay: 3.575s !important
}
[data-animation-type=words] .word:nth-child(144n) .overflow-wrapper {
transition-delay: 3.6s !important
}
[data-animation-type=words] .word:nth-child(145n) .overflow-wrapper {
transition-delay: 3.625s !important
}
[data-animation-type=words] .word:nth-child(146n) .overflow-wrapper {
transition-delay: 3.65s !important
}
[data-animation-type=words] .word:nth-child(147n) .overflow-wrapper {
transition-delay: 3.675s !important
}
[data-animation-type=words] .word:nth-child(148n) .overflow-wrapper {
transition-delay: 3.7s !important
}
[data-animation-type=words] .word:nth-child(149n) .overflow-wrapper {
transition-delay: 3.725s !important
}
[data-animation-type=words] .word:nth-child(150n) .overflow-wrapper {
transition-delay: 3.75s !important
}
[data-animation-type=words] .word:nth-child(151n) .overflow-wrapper {
transition-delay: 3.775s !important
}
[data-animation-type=words] .word:nth-child(152n) .overflow-wrapper {
transition-delay: 3.8s !important
}
[data-animation-type=words] .word:nth-child(153n) .overflow-wrapper {
transition-delay: 3.825s !important
}
[data-animation-type=words] .word:nth-child(154n) .overflow-wrapper {
transition-delay: 3.85s !important
}
[data-animation-type=words] .word:nth-child(155n) .overflow-wrapper {
transition-delay: 3.875s !important
}
[data-animation-type=words] .word:nth-child(156n) .overflow-wrapper {
transition-delay: 3.9s !important
}
[data-animation-type=words] .word:nth-child(157n) .overflow-wrapper {
transition-delay: 3.925s !important
}
[data-animation-type=words] .word:nth-child(158n) .overflow-wrapper {
transition-delay: 3.95s !important
}
[data-animation-type=words] .word:nth-child(159n) .overflow-wrapper {
transition-delay: 3.975s !important
}
[data-animation-type=words] .word:nth-child(160n) .overflow-wrapper {
transition-delay: 4s !important
}
[data-animation-type=words] .word:nth-child(161n) .overflow-wrapper {
transition-delay: 4.025s !important
}
[data-animation-type=words] .word:nth-child(162n) .overflow-wrapper {
transition-delay: 4.05s !important
}
[data-animation-type=words] .word:nth-child(163n) .overflow-wrapper {
transition-delay: 4.075s !important
}
[data-animation-type=words] .word:nth-child(164n) .overflow-wrapper {
transition-delay: 4.1s !important
}
[data-animation-type=words] .word:nth-child(165n) .overflow-wrapper {
transition-delay: 4.125s !important
}
[data-animation-type=words] .word:nth-child(166n) .overflow-wrapper {
transition-delay: 4.15s !important
}
[data-animation-type=words] .word:nth-child(167n) .overflow-wrapper {
transition-delay: 4.175s !important
}
[data-animation-type=words] .word:nth-child(168n) .overflow-wrapper {
transition-delay: 4.2s !important
}
[data-animation-type=words] .word:nth-child(169n) .overflow-wrapper {
transition-delay: 4.225s !important
}
[data-animation-type=words] .word:nth-child(170n) .overflow-wrapper {
transition-delay: 4.25s !important
}
[data-animation-type=words] .word:nth-child(171n) .overflow-wrapper {
transition-delay: 4.275s !important
}
[data-animation-type=words] .word:nth-child(172n) .overflow-wrapper {
transition-delay: 4.3s !important
}
[data-animation-type=words] .word:nth-child(173n) .overflow-wrapper {
transition-delay: 4.325s !important
}
[data-animation-type=words] .word:nth-child(174n) .overflow-wrapper {
transition-delay: 4.35s !important
}
[data-animation-type=words] .word:nth-child(175n) .overflow-wrapper {
transition-delay: 4.375s !important
}
[data-animation-type=words] .word:nth-child(176n) .overflow-wrapper {
transition-delay: 4.4s !important
}
[data-animation-type=words] .word:nth-child(177n) .overflow-wrapper {
transition-delay: 4.425s !important
}
[data-animation-type=words] .word:nth-child(178n) .overflow-wrapper {
transition-delay: 4.45s !important
}
[data-animation-type=words] .word:nth-child(179n) .overflow-wrapper {
transition-delay: 4.475s !important
}
[data-animation-type=words] .word:nth-child(180n) .overflow-wrapper {
transition-delay: 4.5s !important
}
[data-animation-type=words] .word:nth-child(181n) .overflow-wrapper {
transition-delay: 4.525s !important
}
[data-animation-type=words] .word:nth-child(182n) .overflow-wrapper {
transition-delay: 4.55s !important
}
[data-animation-type=words] .word:nth-child(183n) .overflow-wrapper {
transition-delay: 4.575s !important
}
[data-animation-type=words] .word:nth-child(184n) .overflow-wrapper {
transition-delay: 4.6s !important
}
[data-animation-type=words] .word:nth-child(185n) .overflow-wrapper {
transition-delay: 4.625s !important
}
[data-animation-type=words] .word:nth-child(186n) .overflow-wrapper {
transition-delay: 4.65s !important
}
[data-animation-type=words] .word:nth-child(187n) .overflow-wrapper {
transition-delay: 4.675s !important
}
[data-animation-type=words] .word:nth-child(188n) .overflow-wrapper {
transition-delay: 4.7s !important
}
[data-animation-type=words] .word:nth-child(189n) .overflow-wrapper {
transition-delay: 4.725s !important
}
[data-animation-type=words] .word:nth-child(190n) .overflow-wrapper {
transition-delay: 4.75s !important
}
[data-animation-type=words] .word:nth-child(191n) .overflow-wrapper {
transition-delay: 4.775s !important
}
[data-animation-type=words] .word:nth-child(192n) .overflow-wrapper {
transition-delay: 4.8s !important
}
[data-animation-type=words] .word:nth-child(193n) .overflow-wrapper {
transition-delay: 4.825s !important
}
[data-animation-type=words] .word:nth-child(194n) .overflow-wrapper {
transition-delay: 4.85s !important
}
[data-animation-type=words] .word:nth-child(195n) .overflow-wrapper {
transition-delay: 4.875s !important
}
[data-animation-type=words] .word:nth-child(196n) .overflow-wrapper {
transition-delay: 4.9s !important
}
[data-animation-type=words] .word:nth-child(197n) .overflow-wrapper {
transition-delay: 4.925s !important
}
[data-animation-type=words] .word:nth-child(198n) .overflow-wrapper {
transition-delay: 4.95s !important
}
[data-animation-type=words] .word:nth-child(199n) .overflow-wrapper {
transition-delay: 4.975s !important
}
[data-animation-type=words] .word:nth-child(200n) .overflow-wrapper {
transition-delay: 5s !important
}
[data-animation-type=words] .word:nth-child(201n) .overflow-wrapper {
transition-delay: 5.025s !important
}
[data-animation-type=words] .word:nth-child(202n) .overflow-wrapper {
transition-delay: 5.05s !important
}
[data-animation-type=words] .word:nth-child(203n) .overflow-wrapper {
transition-delay: 5.075s !important
}
[data-animation-type=words] .word:nth-child(204n) .overflow-wrapper {
transition-delay: 5.1s !important
}
[data-animation-type=words] .word:nth-child(205n) .overflow-wrapper {
transition-delay: 5.125s !important
}
[data-animation-type=words] .word:nth-child(206n) .overflow-wrapper {
transition-delay: 5.15s !important
}
[data-animation-type=words] .word:nth-child(207n) .overflow-wrapper {
transition-delay: 5.175s !important
}
[data-animation-type=words] .word:nth-child(208n) .overflow-wrapper {
transition-delay: 5.2s !important
}
[data-animation-type=words] .word:nth-child(209n) .overflow-wrapper {
transition-delay: 5.225s !important
}
[data-animation-type=words] .word:nth-child(210n) .overflow-wrapper {
transition-delay: 5.25s !important
}
[data-animation-type=words] .word:nth-child(211n) .overflow-wrapper {
transition-delay: 5.275s !important
}
[data-animation-type=words] .word:nth-child(212n) .overflow-wrapper {
transition-delay: 5.3s !important
}
[data-animation-type=words] .word:nth-child(213n) .overflow-wrapper {
transition-delay: 5.325s !important
}
[data-animation-type=words] .word:nth-child(214n) .overflow-wrapper {
transition-delay: 5.35s !important
}
[data-animation-type=words] .word:nth-child(215n) .overflow-wrapper {
transition-delay: 5.375s !important
}
[data-animation-type=words] .word:nth-child(216n) .overflow-wrapper {
transition-delay: 5.4s !important
}
[data-animation-type=words] .word:nth-child(217n) .overflow-wrapper {
transition-delay: 5.425s !important
}
[data-animation-type=words] .word:nth-child(218n) .overflow-wrapper {
transition-delay: 5.45s !important
}
[data-animation-type=words] .word:nth-child(219n) .overflow-wrapper {
transition-delay: 5.475s !important
}
[data-animation-type=words] .word:nth-child(220n) .overflow-wrapper {
transition-delay: 5.5s !important
}
[data-animation-type=words] .word:nth-child(221n) .overflow-wrapper {
transition-delay: 5.525s !important
}
[data-animation-type=words] .word:nth-child(222n) .overflow-wrapper {
transition-delay: 5.55s !important
}
[data-animation-type=words] .word:nth-child(223n) .overflow-wrapper {
transition-delay: 5.575s !important
}
[data-animation-type=words] .word:nth-child(224n) .overflow-wrapper {
transition-delay: 5.6s !important
}
[data-animation-type=words] .word:nth-child(225n) .overflow-wrapper {
transition-delay: 5.625s !important
}
[data-animation-type=words] .word:nth-child(226n) .overflow-wrapper {
transition-delay: 5.65s !important
}
[data-animation-type=words] .word:nth-child(227n) .overflow-wrapper {
transition-delay: 5.675s !important
}
[data-animation-type=words] .word:nth-child(228n) .overflow-wrapper {
transition-delay: 5.7s !important
}
[data-animation-type=words] .word:nth-child(229n) .overflow-wrapper {
transition-delay: 5.725s !important
}
[data-animation-type=words] .word:nth-child(230n) .overflow-wrapper {
transition-delay: 5.75s !important
}
[data-animation-type=words] .word:nth-child(231n) .overflow-wrapper {
transition-delay: 5.775s !important
}
[data-animation-type=words] .word:nth-child(232n) .overflow-wrapper {
transition-delay: 5.8s !important
}
[data-animation-type=words] .word:nth-child(233n) .overflow-wrapper {
transition-delay: 5.825s !important
}
[data-animation-type=words] .word:nth-child(234n) .overflow-wrapper {
transition-delay: 5.85s !important
}
[data-animation-type=words] .word:nth-child(235n) .overflow-wrapper {
transition-delay: 5.875s !important
}
[data-animation-type=words] .word:nth-child(236n) .overflow-wrapper {
transition-delay: 5.9s !important
}
[data-animation-type=words] .word:nth-child(237n) .overflow-wrapper {
transition-delay: 5.925s !important
}
[data-animation-type=words] .word:nth-child(238n) .overflow-wrapper {
transition-delay: 5.95s !important
}
[data-animation-type=words] .word:nth-child(239n) .overflow-wrapper {
transition-delay: 5.975s !important
}
[data-animation-type=words] .word:nth-child(240n) .overflow-wrapper {
transition-delay: 6s !important
}
[data-animation-type=words] .word:nth-child(241n) .overflow-wrapper {
transition-delay: 6.025s !important
}
[data-animation-type=words] .word:nth-child(242n) .overflow-wrapper {
transition-delay: 6.05s !important
}
[data-animation-type=words] .word:nth-child(243n) .overflow-wrapper {
transition-delay: 6.075s !important
}
[data-animation-type=words] .word:nth-child(244n) .overflow-wrapper {
transition-delay: 6.1s !important
}
[data-animation-type=words] .word:nth-child(245n) .overflow-wrapper {
transition-delay: 6.125s !important
}
[data-animation-type=words] .word:nth-child(246n) .overflow-wrapper {
transition-delay: 6.15s !important
}
[data-animation-type=words] .word:nth-child(247n) .overflow-wrapper {
transition-delay: 6.175s !important
}
[data-animation-type=words] .word:nth-child(248n) .overflow-wrapper {
transition-delay: 6.2s !important
}
[data-animation-type=words] .word:nth-child(249n) .overflow-wrapper {
transition-delay: 6.225s !important
}
[data-animation-type=words] .word:nth-child(250n) .overflow-wrapper {
transition-delay: 6.25s !important
}
[data-animation-type=words] .word:nth-child(251n) .overflow-wrapper {
transition-delay: 6.275s !important
}
[data-animation-type=words] .word:nth-child(252n) .overflow-wrapper {
transition-delay: 6.3s !important
}
[data-animation-type=words] .word:nth-child(253n) .overflow-wrapper {
transition-delay: 6.325s !important
}
[data-animation-type=words] .word:nth-child(254n) .overflow-wrapper {
transition-delay: 6.35s !important
}
[data-animation-type=words] .word:nth-child(255n) .overflow-wrapper {
transition-delay: 6.375s !important
}
[data-animation-type=words] .word:nth-child(256n) .overflow-wrapper {
transition-delay: 6.4s !important
}
[data-animation-type=words] .word:nth-child(257n) .overflow-wrapper {
transition-delay: 6.425s !important
}
[data-animation-type=words] .word:nth-child(258n) .overflow-wrapper {
transition-delay: 6.45s !important
}
[data-animation-type=words] .word:nth-child(259n) .overflow-wrapper {
transition-delay: 6.475s !important
}
[data-animation-type=words] .word:nth-child(260n) .overflow-wrapper {
transition-delay: 6.5s !important
}
[data-animation-type=words] .word:nth-child(261n) .overflow-wrapper {
transition-delay: 6.525s !important
}
[data-animation-type=words] .word:nth-child(262n) .overflow-wrapper {
transition-delay: 6.55s !important
}
[data-animation-type=words] .word:nth-child(263n) .overflow-wrapper {
transition-delay: 6.575s !important
}
[data-animation-type=words] .word:nth-child(264n) .overflow-wrapper {
transition-delay: 6.6s !important
}
[data-animation-type=words] .word:nth-child(265n) .overflow-wrapper {
transition-delay: 6.625s !important
}
[data-animation-type=words] .word:nth-child(266n) .overflow-wrapper {
transition-delay: 6.65s !important
}
[data-animation-type=words] .word:nth-child(267n) .overflow-wrapper {
transition-delay: 6.675s !important
}
[data-animation-type=words] .word:nth-child(268n) .overflow-wrapper {
transition-delay: 6.7s !important
}
[data-animation-type=words] .word:nth-child(269n) .overflow-wrapper {
transition-delay: 6.725s !important
}
[data-animation-type=words] .word:nth-child(270n) .overflow-wrapper {
transition-delay: 6.75s !important
}
[data-animation-type=words] .word:nth-child(271n) .overflow-wrapper {
transition-delay: 6.775s !important
}
[data-animation-type=words] .word:nth-child(272n) .overflow-wrapper {
transition-delay: 6.8s !important
}
[data-animation-type=words] .word:nth-child(273n) .overflow-wrapper {
transition-delay: 6.825s !important
}
[data-animation-type=words] .word:nth-child(274n) .overflow-wrapper {
transition-delay: 6.85s !important
}
[data-animation-type=words] .word:nth-child(275n) .overflow-wrapper {
transition-delay: 6.875s !important
}
[data-animation-type=words] .word:nth-child(276n) .overflow-wrapper {
transition-delay: 6.9s !important
}
[data-animation-type=words] .word:nth-child(277n) .overflow-wrapper {
transition-delay: 6.925s !important
}
[data-animation-type=words] .word:nth-child(278n) .overflow-wrapper {
transition-delay: 6.95s !important
}
[data-animation-type=words] .word:nth-child(279n) .overflow-wrapper {
transition-delay: 6.975s !important
}
[data-animation-type=words] .word:nth-child(280n) .overflow-wrapper {
transition-delay: 7s !important
}
[data-animation-type=words] .word:nth-child(281n) .overflow-wrapper {
transition-delay: 7.025s !important
}
[data-animation-type=words] .word:nth-child(282n) .overflow-wrapper {
transition-delay: 7.05s !important
}
[data-animation-type=words] .word:nth-child(283n) .overflow-wrapper {
transition-delay: 7.075s !important
}
[data-animation-type=words] .word:nth-child(284n) .overflow-wrapper {
transition-delay: 7.1s !important
}
[data-animation-type=words] .word:nth-child(285n) .overflow-wrapper {
transition-delay: 7.125s !important
}
[data-animation-type=words] .word:nth-child(286n) .overflow-wrapper {
transition-delay: 7.15s !important
}
[data-animation-type=words] .word:nth-child(287n) .overflow-wrapper {
transition-delay: 7.175s !important
}
[data-animation-type=words] .word:nth-child(288n) .overflow-wrapper {
transition-delay: 7.2s !important
}
[data-animation-type=words] .word:nth-child(289n) .overflow-wrapper {
transition-delay: 7.225s !important
}
[data-animation-type=words] .word:nth-child(290n) .overflow-wrapper {
transition-delay: 7.25s !important
}
[data-animation-type=words] .word:nth-child(291n) .overflow-wrapper {
transition-delay: 7.275s !important
}
[data-animation-type=words] .word:nth-child(292n) .overflow-wrapper {
transition-delay: 7.3s !important
}
[data-animation-type=words] .word:nth-child(293n) .overflow-wrapper {
transition-delay: 7.325s !important
}
[data-animation-type=words] .word:nth-child(294n) .overflow-wrapper {
transition-delay: 7.35s !important
}
[data-animation-type=words] .word:nth-child(295n) .overflow-wrapper {
transition-delay: 7.375s !important
}
[data-animation-type=words] .word:nth-child(296n) .overflow-wrapper {
transition-delay: 7.4s !important
}
[data-animation-type=words] .word:nth-child(297n) .overflow-wrapper {
transition-delay: 7.425s !important
}
[data-animation-type=words] .word:nth-child(298n) .overflow-wrapper {
transition-delay: 7.45s !important
}
[data-animation-type=words] .word:nth-child(299n) .overflow-wrapper {
transition-delay: 7.475s !important
}
[data-animation-type=words] .word:nth-child(300n) .overflow-wrapper {
transition-delay: 7.5s !important
}
[data-animation-type=words] .word:nth-child(301n) .overflow-wrapper {
transition-delay: 7.525s !important
}
[data-animation-type=words] .word:nth-child(302n) .overflow-wrapper {
transition-delay: 7.55s !important
}
[data-animation-type=words] .word:nth-child(303n) .overflow-wrapper {
transition-delay: 7.575s !important
}
[data-animation-type=words] .word:nth-child(304n) .overflow-wrapper {
transition-delay: 7.6s !important
}
[data-animation-type=words] .word:nth-child(305n) .overflow-wrapper {
transition-delay: 7.625s !important
}
[data-animation-type=words] .word:nth-child(306n) .overflow-wrapper {
transition-delay: 7.65s !important
}
[data-animation-type=words] .word:nth-child(307n) .overflow-wrapper {
transition-delay: 7.675s !important
}
[data-animation-type=words] .word:nth-child(308n) .overflow-wrapper {
transition-delay: 7.7s !important
}
[data-animation-type=words] .word:nth-child(309n) .overflow-wrapper {
transition-delay: 7.725s !important
}
[data-animation-type=words] .word:nth-child(310n) .overflow-wrapper {
transition-delay: 7.75s !important
}
[data-animation-type=words] .word:nth-child(311n) .overflow-wrapper {
transition-delay: 7.775s !important
}
[data-animation-type=words] .word:nth-child(312n) .overflow-wrapper {
transition-delay: 7.8s !important
}
[data-animation-type=words] .word:nth-child(313n) .overflow-wrapper {
transition-delay: 7.825s !important
}
[data-animation-type=words] .word:nth-child(314n) .overflow-wrapper {
transition-delay: 7.85s !important
}
[data-animation-type=words] .word:nth-child(315n) .overflow-wrapper {
transition-delay: 7.875s !important
}
[data-animation-type=words] .word:nth-child(316n) .overflow-wrapper {
transition-delay: 7.9s !important
}
[data-animation-type=words] .word:nth-child(317n) .overflow-wrapper {
transition-delay: 7.925s !important
}
[data-animation-type=words] .word:nth-child(318n) .overflow-wrapper {
transition-delay: 7.95s !important
}
[data-animation-type=words] .word:nth-child(319n) .overflow-wrapper {
transition-delay: 7.975s !important
}
[data-animation-type=words] .word:nth-child(320n) .overflow-wrapper {
transition-delay: 8s !important
}
[data-animation-type=words] .word:nth-child(321n) .overflow-wrapper {
transition-delay: 8.025s !important
}
[data-animation-type=words] .word:nth-child(322n) .overflow-wrapper {
transition-delay: 8.05s !important
}
[data-animation-type=words] .word:nth-child(323n) .overflow-wrapper {
transition-delay: 8.075s !important
}
[data-animation-type=words] .word:nth-child(324n) .overflow-wrapper {
transition-delay: 8.1s !important
}
[data-animation-type=words] .word:nth-child(325n) .overflow-wrapper {
transition-delay: 8.125s !important
}
[data-animation-type=words] .word:nth-child(326n) .overflow-wrapper {
transition-delay: 8.15s !important
}
[data-animation-type=words] .word:nth-child(327n) .overflow-wrapper {
transition-delay: 8.175s !important
}
[data-animation-type=words] .word:nth-child(328n) .overflow-wrapper {
transition-delay: 8.2s !important
}
[data-animation-type=words] .word:nth-child(329n) .overflow-wrapper {
transition-delay: 8.225s !important
}
[data-animation-type=words] .word:nth-child(330n) .overflow-wrapper {
transition-delay: 8.25s !important
}
[data-animation-type=words] .word:nth-child(331n) .overflow-wrapper {
transition-delay: 8.275s !important
}
[data-animation-type=words] .word:nth-child(332n) .overflow-wrapper {
transition-delay: 8.3s !important
}
[data-animation-type=words] .word:nth-child(333n) .overflow-wrapper {
transition-delay: 8.325s !important
}
[data-animation-type=words] .word:nth-child(334n) .overflow-wrapper {
transition-delay: 8.35s !important
}
[data-animation-type=words] .word:nth-child(335n) .overflow-wrapper {
transition-delay: 8.375s !important
}
[data-animation-type=words] .word:nth-child(336n) .overflow-wrapper {
transition-delay: 8.4s !important
}
[data-animation-type=words] .word:nth-child(337n) .overflow-wrapper {
transition-delay: 8.425s !important
}
[data-animation-type=words] .word:nth-child(338n) .overflow-wrapper {
transition-delay: 8.45s !important
}
[data-animation-type=words] .word:nth-child(339n) .overflow-wrapper {
transition-delay: 8.475s !important
}
[data-animation-type=words] .word:nth-child(340n) .overflow-wrapper {
transition-delay: 8.5s !important
}
[data-animation-type=words] .word:nth-child(341n) .overflow-wrapper {
transition-delay: 8.525s !important
}
[data-animation-type=words] .word:nth-child(342n) .overflow-wrapper {
transition-delay: 8.55s !important
}
[data-animation-type=words] .word:nth-child(343n) .overflow-wrapper {
transition-delay: 8.575s !important
}
[data-animation-type=words] .word:nth-child(344n) .overflow-wrapper {
transition-delay: 8.6s !important
}
[data-animation-type=words] .word:nth-child(345n) .overflow-wrapper {
transition-delay: 8.625s !important
}
[data-animation-type=words] .word:nth-child(346n) .overflow-wrapper {
transition-delay: 8.65s !important
}
[data-animation-type=words] .word:nth-child(347n) .overflow-wrapper {
transition-delay: 8.675s !important
}
[data-animation-type=words] .word:nth-child(348n) .overflow-wrapper {
transition-delay: 8.7s !important
}
[data-animation-type=words] .word:nth-child(349n) .overflow-wrapper {
transition-delay: 8.725s !important
}
[data-animation-type=words] .word:nth-child(350n) .overflow-wrapper {
transition-delay: 8.75s !important
}
[data-animation-type=words] .word:nth-child(351n) .overflow-wrapper {
transition-delay: 8.775s !important
}
[data-animation-type=words] .word:nth-child(352n) .overflow-wrapper {
transition-delay: 8.8s !important
}
[data-animation-type=words] .word:nth-child(353n) .overflow-wrapper {
transition-delay: 8.825s !important
}
[data-animation-type=words] .word:nth-child(354n) .overflow-wrapper {
transition-delay: 8.85s !important
}
[data-animation-type=words] .word:nth-child(355n) .overflow-wrapper {
transition-delay: 8.875s !important
}
[data-animation-type=words] .word:nth-child(356n) .overflow-wrapper {
transition-delay: 8.9s !important
}
[data-animation-type=words] .word:nth-child(357n) .overflow-wrapper {
transition-delay: 8.925s !important
}
[data-animation-type=words] .word:nth-child(358n) .overflow-wrapper {
transition-delay: 8.95s !important
}
[data-animation-type=words] .word:nth-child(359n) .overflow-wrapper {
transition-delay: 8.975s !important
}
[data-animation-type=words] .word:nth-child(360n) .overflow-wrapper {
transition-delay: 9s !important
}
[data-animation-type=words] .word:nth-child(361n) .overflow-wrapper {
transition-delay: 9.025s !important
}
[data-animation-type=words] .word:nth-child(362n) .overflow-wrapper {
transition-delay: 9.05s !important
}
[data-animation-type=words] .word:nth-child(363n) .overflow-wrapper {
transition-delay: 9.075s !important
}
[data-animation-type=words] .word:nth-child(364n) .overflow-wrapper {
transition-delay: 9.1s !important
}
[data-animation-type=words] .word:nth-child(365n) .overflow-wrapper {
transition-delay: 9.125s !important
}
[data-animation-type=words] .word:nth-child(366n) .overflow-wrapper {
transition-delay: 9.15s !important
}
[data-animation-type=words] .word:nth-child(367n) .overflow-wrapper {
transition-delay: 9.175s !important
}
[data-animation-type=words] .word:nth-child(368n) .overflow-wrapper {
transition-delay: 9.2s !important
}
[data-animation-type=words] .word:nth-child(369n) .overflow-wrapper {
transition-delay: 9.225s !important
}
[data-animation-type=words] .word:nth-child(370n) .overflow-wrapper {
transition-delay: 9.25s !important
}
[data-animation-type=words] .word:nth-child(371n) .overflow-wrapper {
transition-delay: 9.275s !important
}
[data-animation-type=words] .word:nth-child(372n) .overflow-wrapper {
transition-delay: 9.3s !important
}
[data-animation-type=words] .word:nth-child(373n) .overflow-wrapper {
transition-delay: 9.325s !important
}
[data-animation-type=words] .word:nth-child(374n) .overflow-wrapper {
transition-delay: 9.35s !important
}
[data-animation-type=words] .word:nth-child(375n) .overflow-wrapper {
transition-delay: 9.375s !important
}
[data-animation-type=words] .word:nth-child(376n) .overflow-wrapper {
transition-delay: 9.4s !important
}
[data-animation-type=words] .word:nth-child(377n) .overflow-wrapper {
transition-delay: 9.425s !important
}
[data-animation-type=words] .word:nth-child(378n) .overflow-wrapper {
transition-delay: 9.45s !important
}
[data-animation-type=words] .word:nth-child(379n) .overflow-wrapper {
transition-delay: 9.475s !important
}
[data-animation-type=words] .word:nth-child(380n) .overflow-wrapper {
transition-delay: 9.5s !important
}
[data-animation-type=words] .word:nth-child(381n) .overflow-wrapper {
transition-delay: 9.525s !important
}
[data-animation-type=words] .word:nth-child(382n) .overflow-wrapper {
transition-delay: 9.55s !important
}
[data-animation-type=words] .word:nth-child(383n) .overflow-wrapper {
transition-delay: 9.575s !important
}
[data-animation-type=words] .word:nth-child(384n) .overflow-wrapper {
transition-delay: 9.6s !important
}
[data-animation-type=words] .word:nth-child(385n) .overflow-wrapper {
transition-delay: 9.625s !important
}
[data-animation-type=words] .word:nth-child(386n) .overflow-wrapper {
transition-delay: 9.65s !important
}
[data-animation-type=words] .word:nth-child(387n) .overflow-wrapper {
transition-delay: 9.675s !important
}
[data-animation-type=words] .word:nth-child(388n) .overflow-wrapper {
transition-delay: 9.7s !important
}
[data-animation-type=words] .word:nth-child(389n) .overflow-wrapper {
transition-delay: 9.725s !important
}
[data-animation-type=words] .word:nth-child(390n) .overflow-wrapper {
transition-delay: 9.75s !important
}
[data-animation-type=words] .word:nth-child(391n) .overflow-wrapper {
transition-delay: 9.775s !important
}
[data-animation-type=words] .word:nth-child(392n) .overflow-wrapper {
transition-delay: 9.8s !important
}
[data-animation-type=words] .word:nth-child(393n) .overflow-wrapper {
transition-delay: 9.825s !important
}
[data-animation-type=words] .word:nth-child(394n) .overflow-wrapper {
transition-delay: 9.85s !important
}
[data-animation-type=words] .word:nth-child(395n) .overflow-wrapper {
transition-delay: 9.875s !important
}
[data-animation-type=words] .word:nth-child(396n) .overflow-wrapper {
transition-delay: 9.9s !important
}
[data-animation-type=words] .word:nth-child(397n) .overflow-wrapper {
transition-delay: 9.925s !important
}
[data-animation-type=words] .word:nth-child(398n) .overflow-wrapper {
transition-delay: 9.95s !important
}
[data-animation-type=words] .word:nth-child(399n) .overflow-wrapper {
transition-delay: 9.975s !important
}
[data-animation-type=words] .word:nth-child(400n) .overflow-wrapper {
transition-delay: 10s !important
}
[data-animation-type=words] .word:nth-child(401n) .overflow-wrapper {
transition-delay: 10.025s !important
}
[data-animation-type=words] .word:nth-child(402n) .overflow-wrapper {
transition-delay: 10.05s !important
}
[data-animation-type=words] .word:nth-child(403n) .overflow-wrapper {
transition-delay: 10.075s !important
}
[data-animation-type=words] .word:nth-child(404n) .overflow-wrapper {
transition-delay: 10.1s !important
}
[data-animation-type=words] .word:nth-child(405n) .overflow-wrapper {
transition-delay: 10.125s !important
}
[data-animation-type=words] .word:nth-child(406n) .overflow-wrapper {
transition-delay: 10.15s !important
}
[data-animation-type=words] .word:nth-child(407n) .overflow-wrapper {
transition-delay: 10.175s !important
}
[data-animation-type=words] .word:nth-child(408n) .overflow-wrapper {
transition-delay: 10.2s !important
}
[data-animation-type=words] .word:nth-child(409n) .overflow-wrapper {
transition-delay: 10.225s !important
}
[data-animation-type=words] .word:nth-child(410n) .overflow-wrapper {
transition-delay: 10.25s !important
}
[data-animation-type=words] .word:nth-child(411n) .overflow-wrapper {
transition-delay: 10.275s !important
}
[data-animation-type=words] .word:nth-child(412n) .overflow-wrapper {
transition-delay: 10.3s !important
}
[data-animation-type=words] .word:nth-child(413n) .overflow-wrapper {
transition-delay: 10.325s !important
}
[data-animation-type=words] .word:nth-child(414n) .overflow-wrapper {
transition-delay: 10.35s !important
}
[data-animation-type=words] .word:nth-child(415n) .overflow-wrapper {
transition-delay: 10.375s !important
}
[data-animation-type=words] .word:nth-child(416n) .overflow-wrapper {
transition-delay: 10.4s !important
}
[data-animation-type=words] .word:nth-child(417n) .overflow-wrapper {
transition-delay: 10.425s !important
}
[data-animation-type=words] .word:nth-child(418n) .overflow-wrapper {
transition-delay: 10.45s !important
}
[data-animation-type=words] .word:nth-child(419n) .overflow-wrapper {
transition-delay: 10.475s !important
}
[data-animation-type=words] .word:nth-child(420n) .overflow-wrapper {
transition-delay: 10.5s !important
}
[data-animation-type=words] .word:nth-child(421n) .overflow-wrapper {
transition-delay: 10.525s !important
}
[data-animation-type=words] .word:nth-child(422n) .overflow-wrapper {
transition-delay: 10.55s !important
}
[data-animation-type=words] .word:nth-child(423n) .overflow-wrapper {
transition-delay: 10.575s !important
}
[data-animation-type=words] .word:nth-child(424n) .overflow-wrapper {
transition-delay: 10.6s !important
}
[data-animation-type=words] .word:nth-child(425n) .overflow-wrapper {
transition-delay: 10.625s !important
}
[data-animation-type=words] .word:nth-child(426n) .overflow-wrapper {
transition-delay: 10.65s !important
}
[data-animation-type=words] .word:nth-child(427n) .overflow-wrapper {
transition-delay: 10.675s !important
}
[data-animation-type=words] .word:nth-child(428n) .overflow-wrapper {
transition-delay: 10.7s !important
}
[data-animation-type=words] .word:nth-child(429n) .overflow-wrapper {
transition-delay: 10.725s !important
}
[data-animation-type=words] .word:nth-child(430n) .overflow-wrapper {
transition-delay: 10.75s !important
}
[data-animation-type=words] .word:nth-child(431n) .overflow-wrapper {
transition-delay: 10.775s !important
}
[data-animation-type=words] .word:nth-child(432n) .overflow-wrapper {
transition-delay: 10.8s !important
}
[data-animation-type=words] .word:nth-child(433n) .overflow-wrapper {
transition-delay: 10.825s !important
}
[data-animation-type=words] .word:nth-child(434n) .overflow-wrapper {
transition-delay: 10.85s !important
}
[data-animation-type=words] .word:nth-child(435n) .overflow-wrapper {
transition-delay: 10.875s !important
}
[data-animation-type=words] .word:nth-child(436n) .overflow-wrapper {
transition-delay: 10.9s !important
}
[data-animation-type=words] .word:nth-child(437n) .overflow-wrapper {
transition-delay: 10.925s !important
}
[data-animation-type=words] .word:nth-child(438n) .overflow-wrapper {
transition-delay: 10.95s !important
}
[data-animation-type=words] .word:nth-child(439n) .overflow-wrapper {
transition-delay: 10.975s !important
}
[data-animation-type=words] .word:nth-child(440n) .overflow-wrapper {
transition-delay: 11s !important
}
[data-animation-type=words] .word:nth-child(441n) .overflow-wrapper {
transition-delay: 11.025s !important
}
[data-animation-type=words] .word:nth-child(442n) .overflow-wrapper {
transition-delay: 11.05s !important
}
[data-animation-type=words] .word:nth-child(443n) .overflow-wrapper {
transition-delay: 11.075s !important
}
[data-animation-type=words] .word:nth-child(444n) .overflow-wrapper {
transition-delay: 11.1s !important
}
[data-animation-type=words] .word:nth-child(445n) .overflow-wrapper {
transition-delay: 11.125s !important
}
[data-animation-type=words] .word:nth-child(446n) .overflow-wrapper {
transition-delay: 11.15s !important
}
[data-animation-type=words] .word:nth-child(447n) .overflow-wrapper {
transition-delay: 11.175s !important
}
[data-animation-type=words] .word:nth-child(448n) .overflow-wrapper {
transition-delay: 11.2s !important
}
[data-animation-type=words] .word:nth-child(449n) .overflow-wrapper {
transition-delay: 11.225s !important
}
[data-animation-type=words] .word:nth-child(450n) .overflow-wrapper {
transition-delay: 11.25s !important
}
[data-animation-type=words] .word:nth-child(451n) .overflow-wrapper {
transition-delay: 11.275s !important
}
[data-animation-type=words] .word:nth-child(452n) .overflow-wrapper {
transition-delay: 11.3s !important
}
[data-animation-type=words] .word:nth-child(453n) .overflow-wrapper {
transition-delay: 11.325s !important
}
[data-animation-type=words] .word:nth-child(454n) .overflow-wrapper {
transition-delay: 11.35s !important
}
[data-animation-type=words] .word:nth-child(455n) .overflow-wrapper {
transition-delay: 11.375s !important
}
[data-animation-type=words] .word:nth-child(456n) .overflow-wrapper {
transition-delay: 11.4s !important
}
[data-animation-type=words] .word:nth-child(457n) .overflow-wrapper {
transition-delay: 11.425s !important
}
[data-animation-type=words] .word:nth-child(458n) .overflow-wrapper {
transition-delay: 11.45s !important
}
[data-animation-type=words] .word:nth-child(459n) .overflow-wrapper {
transition-delay: 11.475s !important
}
[data-animation-type=words] .word:nth-child(460n) .overflow-wrapper {
transition-delay: 11.5s !important
}
[data-animation-type=words] .word:nth-child(461n) .overflow-wrapper {
transition-delay: 11.525s !important
}
[data-animation-type=words] .word:nth-child(462n) .overflow-wrapper {
transition-delay: 11.55s !important
}
[data-animation-type=words] .word:nth-child(463n) .overflow-wrapper {
transition-delay: 11.575s !important
}
[data-animation-type=words] .word:nth-child(464n) .overflow-wrapper {
transition-delay: 11.6s !important
}
[data-animation-type=words] .word:nth-child(465n) .overflow-wrapper {
transition-delay: 11.625s !important
}
[data-animation-type=words] .word:nth-child(466n) .overflow-wrapper {
transition-delay: 11.65s !important
}
[data-animation-type=words] .word:nth-child(467n) .overflow-wrapper {
transition-delay: 11.675s !important
}
[data-animation-type=words] .word:nth-child(468n) .overflow-wrapper {
transition-delay: 11.7s !important
}
[data-animation-type=words] .word:nth-child(469n) .overflow-wrapper {
transition-delay: 11.725s !important
}
[data-animation-type=words] .word:nth-child(470n) .overflow-wrapper {
transition-delay: 11.75s !important
}
[data-animation-type=words] .word:nth-child(471n) .overflow-wrapper {
transition-delay: 11.775s !important
}
[data-animation-type=words] .word:nth-child(472n) .overflow-wrapper {
transition-delay: 11.8s !important
}
[data-animation-type=words] .word:nth-child(473n) .overflow-wrapper {
transition-delay: 11.825s !important
}
[data-animation-type=words] .word:nth-child(474n) .overflow-wrapper {
transition-delay: 11.85s !important
}
[data-animation-type=words] .word:nth-child(475n) .overflow-wrapper {
transition-delay: 11.875s !important
}
[data-animation-type=words] .word:nth-child(476n) .overflow-wrapper {
transition-delay: 11.9s !important
}
[data-animation-type=words] .word:nth-child(477n) .overflow-wrapper {
transition-delay: 11.925s !important
}
[data-animation-type=words] .word:nth-child(478n) .overflow-wrapper {
transition-delay: 11.95s !important
}
[data-animation-type=words] .word:nth-child(479n) .overflow-wrapper {
transition-delay: 11.975s !important
}
[data-animation-type=words] .word:nth-child(480n) .overflow-wrapper {
transition-delay: 12s !important
}
[data-animation-type=words] .word:nth-child(481n) .overflow-wrapper {
transition-delay: 12.025s !important
}
[data-animation-type=words] .word:nth-child(482n) .overflow-wrapper {
transition-delay: 12.05s !important
}
[data-animation-type=words] .word:nth-child(483n) .overflow-wrapper {
transition-delay: 12.075s !important
}
[data-animation-type=words] .word:nth-child(484n) .overflow-wrapper {
transition-delay: 12.1s !important
}
[data-animation-type=words] .word:nth-child(485n) .overflow-wrapper {
transition-delay: 12.125s !important
}
[data-animation-type=words] .word:nth-child(486n) .overflow-wrapper {
transition-delay: 12.15s !important
}
[data-animation-type=words] .word:nth-child(487n) .overflow-wrapper {
transition-delay: 12.175s !important
}
[data-animation-type=words] .word:nth-child(488n) .overflow-wrapper {
transition-delay: 12.2s !important
}
[data-animation-type=words] .word:nth-child(489n) .overflow-wrapper {
transition-delay: 12.225s !important
}
[data-animation-type=words] .word:nth-child(490n) .overflow-wrapper {
transition-delay: 12.25s !important
}
[data-animation-type=words] .word:nth-child(491n) .overflow-wrapper {
transition-delay: 12.275s !important
}
[data-animation-type=words] .word:nth-child(492n) .overflow-wrapper {
transition-delay: 12.3s !important
}
[data-animation-type=words] .word:nth-child(493n) .overflow-wrapper {
transition-delay: 12.325s !important
}
[data-animation-type=words] .word:nth-child(494n) .overflow-wrapper {
transition-delay: 12.35s !important
}
[data-animation-type=words] .word:nth-child(495n) .overflow-wrapper {
transition-delay: 12.375s !important
}
[data-animation-type=words] .word:nth-child(496n) .overflow-wrapper {
transition-delay: 12.4s !important
}
[data-animation-type=words] .word:nth-child(497n) .overflow-wrapper {
transition-delay: 12.425s !important
}
[data-animation-type=words] .word:nth-child(498n) .overflow-wrapper {
transition-delay: 12.45s !important
}
[data-animation-type=words] .word:nth-child(499n) .overflow-wrapper {
transition-delay: 12.475s !important
}
[data-animation-type=words] .word:nth-child(500n) .overflow-wrapper {
transition-delay: 12.5s !important
}
[data-animation-type=words] .word:nth-child(501n) .overflow-wrapper {
transition-delay: 12.525s !important
}
[data-animation-type=words] .word:nth-child(502n) .overflow-wrapper {
transition-delay: 12.55s !important
}
[data-animation-type=words] .word:nth-child(503n) .overflow-wrapper {
transition-delay: 12.575s !important
}
[data-animation-type=words] .word:nth-child(504n) .overflow-wrapper {
transition-delay: 12.6s !important
}
[data-animation-type=words] .word:nth-child(505n) .overflow-wrapper {
transition-delay: 12.625s !important
}
[data-animation-type=words] .word:nth-child(506n) .overflow-wrapper {
transition-delay: 12.65s !important
}
[data-animation-type=words] .word:nth-child(507n) .overflow-wrapper {
transition-delay: 12.675s !important
}
[data-animation-type=words] .word:nth-child(508n) .overflow-wrapper {
transition-delay: 12.7s !important
}
[data-animation-type=words] .word:nth-child(509n) .overflow-wrapper {
transition-delay: 12.725s !important
}
[data-animation-type=words] .word:nth-child(510n) .overflow-wrapper {
transition-delay: 12.75s !important
}
[data-animation-type=words] .word:nth-child(511n) .overflow-wrapper {
transition-delay: 12.775s !important
}
[data-animation-type=words] .word:nth-child(512n) .overflow-wrapper {
transition-delay: 12.8s !important
}
[data-animation-type=words] .word:nth-child(513n) .overflow-wrapper {
transition-delay: 12.825s !important
}
[data-animation-type=words] .word:nth-child(514n) .overflow-wrapper {
transition-delay: 12.85s !important
}
[data-animation-type=words] .word:nth-child(515n) .overflow-wrapper {
transition-delay: 12.875s !important
}
[data-animation-type=words] .word:nth-child(516n) .overflow-wrapper {
transition-delay: 12.9s !important
}
[data-animation-type=words] .word:nth-child(517n) .overflow-wrapper {
transition-delay: 12.925s !important
}
[data-animation-type=words] .word:nth-child(518n) .overflow-wrapper {
transition-delay: 12.95s !important
}
[data-animation-type=words] .word:nth-child(519n) .overflow-wrapper {
transition-delay: 12.975s !important
}
[data-animation-type=words] .word:nth-child(520n) .overflow-wrapper {
transition-delay: 13s !important
}
[data-animation-type=words] .word:nth-child(521n) .overflow-wrapper {
transition-delay: 13.025s !important
}
[data-animation-type=words] .word:nth-child(522n) .overflow-wrapper {
transition-delay: 13.05s !important
}
[data-animation-type=words] .word:nth-child(523n) .overflow-wrapper {
transition-delay: 13.075s !important
}
[data-animation-type=words] .word:nth-child(524n) .overflow-wrapper {
transition-delay: 13.1s !important
}
[data-animation-type=words] .word:nth-child(525n) .overflow-wrapper {
transition-delay: 13.125s !important
}
[data-animation-type=words] .word:nth-child(526n) .overflow-wrapper {
transition-delay: 13.15s !important
}
[data-animation-type=words] .word:nth-child(527n) .overflow-wrapper {
transition-delay: 13.175s !important
}
[data-animation-type=words] .word:nth-child(528n) .overflow-wrapper {
transition-delay: 13.2s !important
}
[data-animation-type=words] .word:nth-child(529n) .overflow-wrapper {
transition-delay: 13.225s !important
}
[data-animation-type=words] .word:nth-child(530n) .overflow-wrapper {
transition-delay: 13.25s !important
}
[data-animation-type=words] .word:nth-child(531n) .overflow-wrapper {
transition-delay: 13.275s !important
}
[data-animation-type=words] .word:nth-child(532n) .overflow-wrapper {
transition-delay: 13.3s !important
}
[data-animation-type=words] .word:nth-child(533n) .overflow-wrapper {
transition-delay: 13.325s !important
}
[data-animation-type=words] .word:nth-child(534n) .overflow-wrapper {
transition-delay: 13.35s !important
}
[data-animation-type=words] .word:nth-child(535n) .overflow-wrapper {
transition-delay: 13.375s !important
}
[data-animation-type=words] .word:nth-child(536n) .overflow-wrapper {
transition-delay: 13.4s !important
}
[data-animation-type=words] .word:nth-child(537n) .overflow-wrapper {
transition-delay: 13.425s !important
}
[data-animation-type=words] .word:nth-child(538n) .overflow-wrapper {
transition-delay: 13.45s !important
}
[data-animation-type=words] .word:nth-child(539n) .overflow-wrapper {
transition-delay: 13.475s !important
}
[data-animation-type=words] .word:nth-child(540n) .overflow-wrapper {
transition-delay: 13.5s !important
}
[data-animation-type=words] .word:nth-child(541n) .overflow-wrapper {
transition-delay: 13.525s !important
}
[data-animation-type=words] .word:nth-child(542n) .overflow-wrapper {
transition-delay: 13.55s !important
}
[data-animation-type=words] .word:nth-child(543n) .overflow-wrapper {
transition-delay: 13.575s !important
}
[data-animation-type=words] .word:nth-child(544n) .overflow-wrapper {
transition-delay: 13.6s !important
}
[data-animation-type=words] .word:nth-child(545n) .overflow-wrapper {
transition-delay: 13.625s !important
}
[data-animation-type=words] .word:nth-child(546n) .overflow-wrapper {
transition-delay: 13.65s !important
}
[data-animation-type=words] .word:nth-child(547n) .overflow-wrapper {
transition-delay: 13.675s !important
}
[data-animation-type=words] .word:nth-child(548n) .overflow-wrapper {
transition-delay: 13.7s !important
}
[data-animation-type=words] .word:nth-child(549n) .overflow-wrapper {
transition-delay: 13.725s !important
}
[data-animation-type=words] .word:nth-child(550n) .overflow-wrapper {
transition-delay: 13.75s !important
}
[data-animation-type=words] .word:nth-child(551n) .overflow-wrapper {
transition-delay: 13.775s !important
}
[data-animation-type=words] .word:nth-child(552n) .overflow-wrapper {
transition-delay: 13.8s !important
}
[data-animation-type=words] .word:nth-child(553n) .overflow-wrapper {
transition-delay: 13.825s !important
}
[data-animation-type=words] .word:nth-child(554n) .overflow-wrapper {
transition-delay: 13.85s !important
}
[data-animation-type=words] .word:nth-child(555n) .overflow-wrapper {
transition-delay: 13.875s !important
}
[data-animation-type=words] .word:nth-child(556n) .overflow-wrapper {
transition-delay: 13.9s !important
}
[data-animation-type=words] .word:nth-child(557n) .overflow-wrapper {
transition-delay: 13.925s !important
}
[data-animation-type=words] .word:nth-child(558n) .overflow-wrapper {
transition-delay: 13.95s !important
}
[data-animation-type=words] .word:nth-child(559n) .overflow-wrapper {
transition-delay: 13.975s !important
}
[data-animation-type=words] .word:nth-child(560n) .overflow-wrapper {
transition-delay: 14s !important
}
[data-animation-type=words] .word:nth-child(561n) .overflow-wrapper {
transition-delay: 14.025s !important
}
[data-animation-type=words] .word:nth-child(562n) .overflow-wrapper {
transition-delay: 14.05s !important
}
[data-animation-type=words] .word:nth-child(563n) .overflow-wrapper {
transition-delay: 14.075s !important
}
[data-animation-type=words] .word:nth-child(564n) .overflow-wrapper {
transition-delay: 14.1s !important
}
[data-animation-type=words] .word:nth-child(565n) .overflow-wrapper {
transition-delay: 14.125s !important
}
[data-animation-type=words] .word:nth-child(566n) .overflow-wrapper {
transition-delay: 14.15s !important
}
[data-animation-type=words] .word:nth-child(567n) .overflow-wrapper {
transition-delay: 14.175s !important
}
[data-animation-type=words] .word:nth-child(568n) .overflow-wrapper {
transition-delay: 14.2s !important
}
[data-animation-type=words] .word:nth-child(569n) .overflow-wrapper {
transition-delay: 14.225s !important
}
[data-animation-type=words] .word:nth-child(570n) .overflow-wrapper {
transition-delay: 14.25s !important
}
[data-animation-type=words] .word:nth-child(571n) .overflow-wrapper {
transition-delay: 14.275s !important
}
[data-animation-type=words] .word:nth-child(572n) .overflow-wrapper {
transition-delay: 14.3s !important
}
[data-animation-type=words] .word:nth-child(573n) .overflow-wrapper {
transition-delay: 14.325s !important
}
[data-animation-type=words] .word:nth-child(574n) .overflow-wrapper {
transition-delay: 14.35s !important
}
[data-animation-type=words] .word:nth-child(575n) .overflow-wrapper {
transition-delay: 14.375s !important
}
[data-animation-type=words] .word:nth-child(576n) .overflow-wrapper {
transition-delay: 14.4s !important
}
[data-animation-type=words] .word:nth-child(577n) .overflow-wrapper {
transition-delay: 14.425s !important
}
[data-animation-type=words] .word:nth-child(578n) .overflow-wrapper {
transition-delay: 14.45s !important
}
[data-animation-type=words] .word:nth-child(579n) .overflow-wrapper {
transition-delay: 14.475s !important
}
[data-animation-type=words] .word:nth-child(580n) .overflow-wrapper {
transition-delay: 14.5s !important
}
[data-animation-type=words] .word:nth-child(581n) .overflow-wrapper {
transition-delay: 14.525s !important
}
[data-animation-type=words] .word:nth-child(582n) .overflow-wrapper {
transition-delay: 14.55s !important
}
[data-animation-type=words] .word:nth-child(583n) .overflow-wrapper {
transition-delay: 14.575s !important
}
[data-animation-type=words] .word:nth-child(584n) .overflow-wrapper {
transition-delay: 14.6s !important
}
[data-animation-type=words] .word:nth-child(585n) .overflow-wrapper {
transition-delay: 14.625s !important
}
[data-animation-type=words] .word:nth-child(586n) .overflow-wrapper {
transition-delay: 14.65s !important
}
[data-animation-type=words] .word:nth-child(587n) .overflow-wrapper {
transition-delay: 14.675s !important
}
[data-animation-type=words] .word:nth-child(588n) .overflow-wrapper {
transition-delay: 14.7s !important
}
[data-animation-type=words] .word:nth-child(589n) .overflow-wrapper {
transition-delay: 14.725s !important
}
[data-animation-type=words] .word:nth-child(590n) .overflow-wrapper {
transition-delay: 14.75s !important
}
[data-animation-type=words] .word:nth-child(591n) .overflow-wrapper {
transition-delay: 14.775s !important
}
[data-animation-type=words] .word:nth-child(592n) .overflow-wrapper {
transition-delay: 14.8s !important
}
[data-animation-type=words] .word:nth-child(593n) .overflow-wrapper {
transition-delay: 14.825s !important
}
[data-animation-type=words] .word:nth-child(594n) .overflow-wrapper {
transition-delay: 14.85s !important
}
[data-animation-type=words] .word:nth-child(595n) .overflow-wrapper {
transition-delay: 14.875s !important
}
[data-animation-type=words] .word:nth-child(596n) .overflow-wrapper {
transition-delay: 14.9s !important
}
[data-animation-type=words] .word:nth-child(597n) .overflow-wrapper {
transition-delay: 14.925s !important
}
[data-animation-type=words] .word:nth-child(598n) .overflow-wrapper {
transition-delay: 14.95s !important
}
[data-animation-type=words] .word:nth-child(599n) .overflow-wrapper {
transition-delay: 14.975s !important
}
[data-animation-type=words] .word:nth-child(600n) .overflow-wrapper {
transition-delay: 15s !important
}
[data-animation-type=words] .word:nth-child(601n) .overflow-wrapper {
transition-delay: 15.025s !important
}
[data-animation-type=words] .word:nth-child(602n) .overflow-wrapper {
transition-delay: 15.05s !important
}
[data-animation-type=words] .word:nth-child(603n) .overflow-wrapper {
transition-delay: 15.075s !important
}
[data-animation-type=words] .word:nth-child(604n) .overflow-wrapper {
transition-delay: 15.1s !important
}
[data-animation-type=words] .word:nth-child(605n) .overflow-wrapper {
transition-delay: 15.125s !important
}
[data-animation-type=words] .word:nth-child(606n) .overflow-wrapper {
transition-delay: 15.15s !important
}
[data-animation-type=words] .word:nth-child(607n) .overflow-wrapper {
transition-delay: 15.175s !important
}
[data-animation-type=words] .word:nth-child(608n) .overflow-wrapper {
transition-delay: 15.2s !important
}
[data-animation-type=words] .word:nth-child(609n) .overflow-wrapper {
transition-delay: 15.225s !important
}
[data-animation-type=words] .word:nth-child(610n) .overflow-wrapper {
transition-delay: 15.25s !important
}
[data-animation-type=words] .word:nth-child(611n) .overflow-wrapper {
transition-delay: 15.275s !important
}
[data-animation-type=words] .word:nth-child(612n) .overflow-wrapper {
transition-delay: 15.3s !important
}
[data-animation-type=words] .word:nth-child(613n) .overflow-wrapper {
transition-delay: 15.325s !important
}
[data-animation-type=words] .word:nth-child(614n) .overflow-wrapper {
transition-delay: 15.35s !important
}
[data-animation-type=words] .word:nth-child(615n) .overflow-wrapper {
transition-delay: 15.375s !important
}
[data-animation-type=words] .word:nth-child(616n) .overflow-wrapper {
transition-delay: 15.4s !important
}
[data-animation-type=words] .word:nth-child(617n) .overflow-wrapper {
transition-delay: 15.425s !important
}
[data-animation-type=words] .word:nth-child(618n) .overflow-wrapper {
transition-delay: 15.45s !important
}
[data-animation-type=words] .word:nth-child(619n) .overflow-wrapper {
transition-delay: 15.475s !important
}
[data-animation-type=words] .word:nth-child(620n) .overflow-wrapper {
transition-delay: 15.5s !important
}
[data-animation-type=words] .word:nth-child(621n) .overflow-wrapper {
transition-delay: 15.525s !important
}
[data-animation-type=words] .word:nth-child(622n) .overflow-wrapper {
transition-delay: 15.55s !important
}
[data-animation-type=words] .word:nth-child(623n) .overflow-wrapper {
transition-delay: 15.575s !important
}
[data-animation-type=words] .word:nth-child(624n) .overflow-wrapper {
transition-delay: 15.6s !important
}
[data-animation-type=words] .word:nth-child(625n) .overflow-wrapper {
transition-delay: 15.625s !important
}
[data-animation-type=words] .word:nth-child(626n) .overflow-wrapper {
transition-delay: 15.65s !important
}
[data-animation-type=words] .word:nth-child(627n) .overflow-wrapper {
transition-delay: 15.675s !important
}
[data-animation-type=words] .word:nth-child(628n) .overflow-wrapper {
transition-delay: 15.7s !important
}
[data-animation-type=words] .word:nth-child(629n) .overflow-wrapper {
transition-delay: 15.725s !important
}
[data-animation-type=words] .word:nth-child(630n) .overflow-wrapper {
transition-delay: 15.75s !important
}
[data-animation-type=words] .word:nth-child(631n) .overflow-wrapper {
transition-delay: 15.775s !important
}
[data-animation-type=words] .word:nth-child(632n) .overflow-wrapper {
transition-delay: 15.8s !important
}
[data-animation-type=words] .word:nth-child(633n) .overflow-wrapper {
transition-delay: 15.825s !important
}
[data-animation-type=words] .word:nth-child(634n) .overflow-wrapper {
transition-delay: 15.85s !important
}
[data-animation-type=words] .word:nth-child(635n) .overflow-wrapper {
transition-delay: 15.875s !important
}
[data-animation-type=words] .word:nth-child(636n) .overflow-wrapper {
transition-delay: 15.9s !important
}
[data-animation-type=words] .word:nth-child(637n) .overflow-wrapper {
transition-delay: 15.925s !important
}
[data-animation-type=words] .word:nth-child(638n) .overflow-wrapper {
transition-delay: 15.95s !important
}
[data-animation-type=words] .word:nth-child(639n) .overflow-wrapper {
transition-delay: 15.975s !important
}
[data-animation-type=words] .word:nth-child(640n) .overflow-wrapper {
transition-delay: 16s !important
}
[data-animation-type=words] .word:nth-child(641n) .overflow-wrapper {
transition-delay: 16.025s !important
}
[data-animation-type=words] .word:nth-child(642n) .overflow-wrapper {
transition-delay: 16.05s !important
}
[data-animation-type=words] .word:nth-child(643n) .overflow-wrapper {
transition-delay: 16.075s !important
}
[data-animation-type=words] .word:nth-child(644n) .overflow-wrapper {
transition-delay: 16.1s !important
}
[data-animation-type=words] .word:nth-child(645n) .overflow-wrapper {
transition-delay: 16.125s !important
}
[data-animation-type=words] .word:nth-child(646n) .overflow-wrapper {
transition-delay: 16.15s !important
}
[data-animation-type=words] .word:nth-child(647n) .overflow-wrapper {
transition-delay: 16.175s !important
}
[data-animation-type=words] .word:nth-child(648n) .overflow-wrapper {
transition-delay: 16.2s !important
}
[data-animation-type=words] .word:nth-child(649n) .overflow-wrapper {
transition-delay: 16.225s !important
}
[data-animation-type=words] .word:nth-child(650n) .overflow-wrapper {
transition-delay: 16.25s !important
}
[data-animation-type=words] .word:nth-child(651n) .overflow-wrapper {
transition-delay: 16.275s !important
}
[data-animation-type=words] .word:nth-child(652n) .overflow-wrapper {
transition-delay: 16.3s !important
}
[data-animation-type=words] .word:nth-child(653n) .overflow-wrapper {
transition-delay: 16.325s !important
}
[data-animation-type=words] .word:nth-child(654n) .overflow-wrapper {
transition-delay: 16.35s !important
}
[data-animation-type=words] .word:nth-child(655n) .overflow-wrapper {
transition-delay: 16.375s !important
}
[data-animation-type=words] .word:nth-child(656n) .overflow-wrapper {
transition-delay: 16.4s !important
}
[data-animation-type=words] .word:nth-child(657n) .overflow-wrapper {
transition-delay: 16.425s !important
}
[data-animation-type=words] .word:nth-child(658n) .overflow-wrapper {
transition-delay: 16.45s !important
}
[data-animation-type=words] .word:nth-child(659n) .overflow-wrapper {
transition-delay: 16.475s !important
}
[data-animation-type=words] .word:nth-child(660n) .overflow-wrapper {
transition-delay: 16.5s !important
}
[data-animation-type=words] .word:nth-child(661n) .overflow-wrapper {
transition-delay: 16.525s !important
}
[data-animation-type=words] .word:nth-child(662n) .overflow-wrapper {
transition-delay: 16.55s !important
}
[data-animation-type=words] .word:nth-child(663n) .overflow-wrapper {
transition-delay: 16.575s !important
}
[data-animation-type=words] .word:nth-child(664n) .overflow-wrapper {
transition-delay: 16.6s !important
}
[data-animation-type=words] .word:nth-child(665n) .overflow-wrapper {
transition-delay: 16.625s !important
}
[data-animation-type=words] .word:nth-child(666n) .overflow-wrapper {
transition-delay: 16.65s !important
}
[data-animation-type=words] .word:nth-child(667n) .overflow-wrapper {
transition-delay: 16.675s !important
}
[data-animation-type=words] .word:nth-child(668n) .overflow-wrapper {
transition-delay: 16.7s !important
}
[data-animation-type=words] .word:nth-child(669n) .overflow-wrapper {
transition-delay: 16.725s !important
}
[data-animation-type=words] .word:nth-child(670n) .overflow-wrapper {
transition-delay: 16.75s !important
}
[data-animation-type=words] .word:nth-child(671n) .overflow-wrapper {
transition-delay: 16.775s !important
}
[data-animation-type=words] .word:nth-child(672n) .overflow-wrapper {
transition-delay: 16.8s !important
}
[data-animation-type=words] .word:nth-child(673n) .overflow-wrapper {
transition-delay: 16.825s !important
}
[data-animation-type=words] .word:nth-child(674n) .overflow-wrapper {
transition-delay: 16.85s !important
}
[data-animation-type=words] .word:nth-child(675n) .overflow-wrapper {
transition-delay: 16.875s !important
}
[data-animation-type=words] .word:nth-child(676n) .overflow-wrapper {
transition-delay: 16.9s !important
}
[data-animation-type=words] .word:nth-child(677n) .overflow-wrapper {
transition-delay: 16.925s !important
}
[data-animation-type=words] .word:nth-child(678n) .overflow-wrapper {
transition-delay: 16.95s !important
}
[data-animation-type=words] .word:nth-child(679n) .overflow-wrapper {
transition-delay: 16.975s !important
}
[data-animation-type=words] .word:nth-child(680n) .overflow-wrapper {
transition-delay: 17s !important
}
[data-animation-type=words] .word:nth-child(681n) .overflow-wrapper {
transition-delay: 17.025s !important
}
[data-animation-type=words] .word:nth-child(682n) .overflow-wrapper {
transition-delay: 17.05s !important
}
[data-animation-type=words] .word:nth-child(683n) .overflow-wrapper {
transition-delay: 17.075s !important
}
[data-animation-type=words] .word:nth-child(684n) .overflow-wrapper {
transition-delay: 17.1s !important
}
[data-animation-type=words] .word:nth-child(685n) .overflow-wrapper {
transition-delay: 17.125s !important
}
[data-animation-type=words] .word:nth-child(686n) .overflow-wrapper {
transition-delay: 17.15s !important
}
[data-animation-type=words] .word:nth-child(687n) .overflow-wrapper {
transition-delay: 17.175s !important
}
[data-animation-type=words] .word:nth-child(688n) .overflow-wrapper {
transition-delay: 17.2s !important
}
[data-animation-type=words] .word:nth-child(689n) .overflow-wrapper {
transition-delay: 17.225s !important
}
[data-animation-type=words] .word:nth-child(690n) .overflow-wrapper {
transition-delay: 17.25s !important
}
[data-animation-type=words] .word:nth-child(691n) .overflow-wrapper {
transition-delay: 17.275s !important
}
[data-animation-type=words] .word:nth-child(692n) .overflow-wrapper {
transition-delay: 17.3s !important
}
[data-animation-type=words] .word:nth-child(693n) .overflow-wrapper {
transition-delay: 17.325s !important
}
[data-animation-type=words] .word:nth-child(694n) .overflow-wrapper {
transition-delay: 17.35s !important
}
[data-animation-type=words] .word:nth-child(695n) .overflow-wrapper {
transition-delay: 17.375s !important
}
[data-animation-type=words] .word:nth-child(696n) .overflow-wrapper {
transition-delay: 17.4s !important
}
[data-animation-type=words] .word:nth-child(697n) .overflow-wrapper {
transition-delay: 17.425s !important
}
[data-animation-type=words] .word:nth-child(698n) .overflow-wrapper {
transition-delay: 17.45s !important
}
[data-animation-type=words] .word:nth-child(699n) .overflow-wrapper {
transition-delay: 17.475s !important
}
[data-animation-type=words] .word:nth-child(700n) .overflow-wrapper {
transition-delay: 17.5s !important
}
[data-animation-type=words] .word:nth-child(701n) .overflow-wrapper {
transition-delay: 17.525s !important
}
[data-animation-type=words] .word:nth-child(702n) .overflow-wrapper {
transition-delay: 17.55s !important
}
[data-animation-type=words] .word:nth-child(703n) .overflow-wrapper {
transition-delay: 17.575s !important
}
[data-animation-type=words] .word:nth-child(704n) .overflow-wrapper {
transition-delay: 17.6s !important
}
[data-animation-type=words] .word:nth-child(705n) .overflow-wrapper {
transition-delay: 17.625s !important
}
[data-animation-type=words] .word:nth-child(706n) .overflow-wrapper {
transition-delay: 17.65s !important
}
[data-animation-type=words] .word:nth-child(707n) .overflow-wrapper {
transition-delay: 17.675s !important
}
[data-animation-type=words] .word:nth-child(708n) .overflow-wrapper {
transition-delay: 17.7s !important
}
[data-animation-type=words] .word:nth-child(709n) .overflow-wrapper {
transition-delay: 17.725s !important
}
[data-animation-type=words] .word:nth-child(710n) .overflow-wrapper {
transition-delay: 17.75s !important
}
[data-animation-type=words] .word:nth-child(711n) .overflow-wrapper {
transition-delay: 17.775s !important
}
[data-animation-type=words] .word:nth-child(712n) .overflow-wrapper {
transition-delay: 17.8s !important
}
[data-animation-type=words] .word:nth-child(713n) .overflow-wrapper {
transition-delay: 17.825s !important
}
[data-animation-type=words] .word:nth-child(714n) .overflow-wrapper {
transition-delay: 17.85s !important
}
[data-animation-type=words] .word:nth-child(715n) .overflow-wrapper {
transition-delay: 17.875s !important
}
[data-animation-type=words] .word:nth-child(716n) .overflow-wrapper {
transition-delay: 17.9s !important
}
[data-animation-type=words] .word:nth-child(717n) .overflow-wrapper {
transition-delay: 17.925s !important
}
[data-animation-type=words] .word:nth-child(718n) .overflow-wrapper {
transition-delay: 17.95s !important
}
[data-animation-type=words] .word:nth-child(719n) .overflow-wrapper {
transition-delay: 17.975s !important
}
[data-animation-type=words] .word:nth-child(720n) .overflow-wrapper {
transition-delay: 18s !important
}
[data-animation-type=words] .word:nth-child(721n) .overflow-wrapper {
transition-delay: 18.025s !important
}
[data-animation-type=words] .word:nth-child(722n) .overflow-wrapper {
transition-delay: 18.05s !important
}
[data-animation-type=words] .word:nth-child(723n) .overflow-wrapper {
transition-delay: 18.075s !important
}
[data-animation-type=words] .word:nth-child(724n) .overflow-wrapper {
transition-delay: 18.1s !important
}
[data-animation-type=words] .word:nth-child(725n) .overflow-wrapper {
transition-delay: 18.125s !important
}
[data-animation-type=words] .word:nth-child(726n) .overflow-wrapper {
transition-delay: 18.15s !important
}
[data-animation-type=words] .word:nth-child(727n) .overflow-wrapper {
transition-delay: 18.175s !important
}
[data-animation-type=words] .word:nth-child(728n) .overflow-wrapper {
transition-delay: 18.2s !important
}
[data-animation-type=words] .word:nth-child(729n) .overflow-wrapper {
transition-delay: 18.225s !important
}
[data-animation-type=words] .word:nth-child(730n) .overflow-wrapper {
transition-delay: 18.25s !important
}
[data-animation-type=words] .word:nth-child(731n) .overflow-wrapper {
transition-delay: 18.275s !important
}
[data-animation-type=words] .word:nth-child(732n) .overflow-wrapper {
transition-delay: 18.3s !important
}
[data-animation-type=words] .word:nth-child(733n) .overflow-wrapper {
transition-delay: 18.325s !important
}
[data-animation-type=words] .word:nth-child(734n) .overflow-wrapper {
transition-delay: 18.35s !important
}
[data-animation-type=words] .word:nth-child(735n) .overflow-wrapper {
transition-delay: 18.375s !important
}
[data-animation-type=words] .word:nth-child(736n) .overflow-wrapper {
transition-delay: 18.4s !important
}
[data-animation-type=words] .word:nth-child(737n) .overflow-wrapper {
transition-delay: 18.425s !important
}
[data-animation-type=words] .word:nth-child(738n) .overflow-wrapper {
transition-delay: 18.45s !important
}
[data-animation-type=words] .word:nth-child(739n) .overflow-wrapper {
transition-delay: 18.475s !important
}
[data-animation-type=words] .word:nth-child(740n) .overflow-wrapper {
transition-delay: 18.5s !important
}
[data-animation-type=words] .word:nth-child(741n) .overflow-wrapper {
transition-delay: 18.525s !important
}
[data-animation-type=words] .word:nth-child(742n) .overflow-wrapper {
transition-delay: 18.55s !important
}
[data-animation-type=words] .word:nth-child(743n) .overflow-wrapper {
transition-delay: 18.575s !important
}
[data-animation-type=words] .word:nth-child(744n) .overflow-wrapper {
transition-delay: 18.6s !important
}
[data-animation-type=words] .word:nth-child(745n) .overflow-wrapper {
transition-delay: 18.625s !important
}
[data-animation-type=words] .word:nth-child(746n) .overflow-wrapper {
transition-delay: 18.65s !important
}
[data-animation-type=words] .word:nth-child(747n) .overflow-wrapper {
transition-delay: 18.675s !important
}
[data-animation-type=words] .word:nth-child(748n) .overflow-wrapper {
transition-delay: 18.7s !important
}
[data-animation-type=words] .word:nth-child(749n) .overflow-wrapper {
transition-delay: 18.725s !important
}
[data-animation-type=words] .word:nth-child(750n) .overflow-wrapper {
transition-delay: 18.75s !important
}
[data-animation-type=words] .word:nth-child(751n) .overflow-wrapper {
transition-delay: 18.775s !important
}
[data-animation-type=words] .word:nth-child(752n) .overflow-wrapper {
transition-delay: 18.8s !important
}
[data-animation-type=words] .word:nth-child(753n) .overflow-wrapper {
transition-delay: 18.825s !important
}
[data-animation-type=words] .word:nth-child(754n) .overflow-wrapper {
transition-delay: 18.85s !important
}
[data-animation-type=words] .word:nth-child(755n) .overflow-wrapper {
transition-delay: 18.875s !important
}
[data-animation-type=words] .word:nth-child(756n) .overflow-wrapper {
transition-delay: 18.9s !important
}
[data-animation-type=words] .word:nth-child(757n) .overflow-wrapper {
transition-delay: 18.925s !important
}
[data-animation-type=words] .word:nth-child(758n) .overflow-wrapper {
transition-delay: 18.95s !important
}
[data-animation-type=words] .word:nth-child(759n) .overflow-wrapper {
transition-delay: 18.975s !important
}
[data-animation-type=words] .word:nth-child(760n) .overflow-wrapper {
transition-delay: 19s !important
}
[data-animation-type=words] .word:nth-child(761n) .overflow-wrapper {
transition-delay: 19.025s !important
}
[data-animation-type=words] .word:nth-child(762n) .overflow-wrapper {
transition-delay: 19.05s !important
}
[data-animation-type=words] .word:nth-child(763n) .overflow-wrapper {
transition-delay: 19.075s !important
}
[data-animation-type=words] .word:nth-child(764n) .overflow-wrapper {
transition-delay: 19.1s !important
}
[data-animation-type=words] .word:nth-child(765n) .overflow-wrapper {
transition-delay: 19.125s !important
}
[data-animation-type=words] .word:nth-child(766n) .overflow-wrapper {
transition-delay: 19.15s !important
}
[data-animation-type=words] .word:nth-child(767n) .overflow-wrapper {
transition-delay: 19.175s !important
}
[data-animation-type=words] .word:nth-child(768n) .overflow-wrapper {
transition-delay: 19.2s !important
}
[data-animation-type=words] .word:nth-child(769n) .overflow-wrapper {
transition-delay: 19.225s !important
}
[data-animation-type=words] .word:nth-child(770n) .overflow-wrapper {
transition-delay: 19.25s !important
}
[data-animation-type=words] .word:nth-child(771n) .overflow-wrapper {
transition-delay: 19.275s !important
}
[data-animation-type=words] .word:nth-child(772n) .overflow-wrapper {
transition-delay: 19.3s !important
}
[data-animation-type=words] .word:nth-child(773n) .overflow-wrapper {
transition-delay: 19.325s !important
}
[data-animation-type=words] .word:nth-child(774n) .overflow-wrapper {
transition-delay: 19.35s !important
}
[data-animation-type=words] .word:nth-child(775n) .overflow-wrapper {
transition-delay: 19.375s !important
}
[data-animation-type=words] .word:nth-child(776n) .overflow-wrapper {
transition-delay: 19.4s !important
}
[data-animation-type=words] .word:nth-child(777n) .overflow-wrapper {
transition-delay: 19.425s !important
}
[data-animation-type=words] .word:nth-child(778n) .overflow-wrapper {
transition-delay: 19.45s !important
}
[data-animation-type=words] .word:nth-child(779n) .overflow-wrapper {
transition-delay: 19.475s !important
}
[data-animation-type=words] .word:nth-child(780n) .overflow-wrapper {
transition-delay: 19.5s !important
}
[data-animation-type=words] .word:nth-child(781n) .overflow-wrapper {
transition-delay: 19.525s !important
}
[data-animation-type=words] .word:nth-child(782n) .overflow-wrapper {
transition-delay: 19.55s !important
}
[data-animation-type=words] .word:nth-child(783n) .overflow-wrapper {
transition-delay: 19.575s !important
}
[data-animation-type=words] .word:nth-child(784n) .overflow-wrapper {
transition-delay: 19.6s !important
}
[data-animation-type=words] .word:nth-child(785n) .overflow-wrapper {
transition-delay: 19.625s !important
}
[data-animation-type=words] .word:nth-child(786n) .overflow-wrapper {
transition-delay: 19.65s !important
}
[data-animation-type=words] .word:nth-child(787n) .overflow-wrapper {
transition-delay: 19.675s !important
}
[data-animation-type=words] .word:nth-child(788n) .overflow-wrapper {
transition-delay: 19.7s !important
}
[data-animation-type=words] .word:nth-child(789n) .overflow-wrapper {
transition-delay: 19.725s !important
}
[data-animation-type=words] .word:nth-child(790n) .overflow-wrapper {
transition-delay: 19.75s !important
}
[data-animation-type=words] .word:nth-child(791n) .overflow-wrapper {
transition-delay: 19.775s !important
}
[data-animation-type=words] .word:nth-child(792n) .overflow-wrapper {
transition-delay: 19.8s !important
}
[data-animation-type=words] .word:nth-child(793n) .overflow-wrapper {
transition-delay: 19.825s !important
}
[data-animation-type=words] .word:nth-child(794n) .overflow-wrapper {
transition-delay: 19.85s !important
}
[data-animation-type=words] .word:nth-child(795n) .overflow-wrapper {
transition-delay: 19.875s !important
}
[data-animation-type=words] .word:nth-child(796n) .overflow-wrapper {
transition-delay: 19.9s !important
}
[data-animation-type=words] .word:nth-child(797n) .overflow-wrapper {
transition-delay: 19.925s !important
}
[data-animation-type=words] .word:nth-child(798n) .overflow-wrapper {
transition-delay: 19.95s !important
}
[data-animation-type=words] .word:nth-child(799n) .overflow-wrapper {
transition-delay: 19.975s !important
}
[data-animation-type=words] .word:nth-child(800n) .overflow-wrapper {
transition-delay: 20s !important
}
[data-animation-type=words] .word:nth-child(801n) .overflow-wrapper {
transition-delay: 20.025s !important
}
[data-animation-type=words] .word:nth-child(802n) .overflow-wrapper {
transition-delay: 20.05s !important
}
[data-animation-type=words] .word:nth-child(803n) .overflow-wrapper {
transition-delay: 20.075s !important
}
[data-animation-type=words] .word:nth-child(804n) .overflow-wrapper {
transition-delay: 20.1s !important
}
[data-animation-type=words] .word:nth-child(805n) .overflow-wrapper {
transition-delay: 20.125s !important
}
[data-animation-type=words] .word:nth-child(806n) .overflow-wrapper {
transition-delay: 20.15s !important
}
[data-animation-type=words] .word:nth-child(807n) .overflow-wrapper {
transition-delay: 20.175s !important
}
[data-animation-type=words] .word:nth-child(808n) .overflow-wrapper {
transition-delay: 20.2s !important
}
[data-animation-type=words] .word:nth-child(809n) .overflow-wrapper {
transition-delay: 20.225s !important
}
[data-animation-type=words] .word:nth-child(810n) .overflow-wrapper {
transition-delay: 20.25s !important
}
[data-animation-type=words] .word:nth-child(811n) .overflow-wrapper {
transition-delay: 20.275s !important
}
[data-animation-type=words] .word:nth-child(812n) .overflow-wrapper {
transition-delay: 20.3s !important
}
[data-animation-type=words] .word:nth-child(813n) .overflow-wrapper {
transition-delay: 20.325s !important
}
[data-animation-type=words] .word:nth-child(814n) .overflow-wrapper {
transition-delay: 20.35s !important
}
[data-animation-type=words] .word:nth-child(815n) .overflow-wrapper {
transition-delay: 20.375s !important
}
[data-animation-type=words] .word:nth-child(816n) .overflow-wrapper {
transition-delay: 20.4s !important
}
[data-animation-type=words] .word:nth-child(817n) .overflow-wrapper {
transition-delay: 20.425s !important
}
[data-animation-type=words] .word:nth-child(818n) .overflow-wrapper {
transition-delay: 20.45s !important
}
[data-animation-type=words] .word:nth-child(819n) .overflow-wrapper {
transition-delay: 20.475s !important
}
[data-animation-type=words] .word:nth-child(820n) .overflow-wrapper {
transition-delay: 20.5s !important
}
[data-animation-type=words] .word:nth-child(821n) .overflow-wrapper {
transition-delay: 20.525s !important
}
[data-animation-type=words] .word:nth-child(822n) .overflow-wrapper {
transition-delay: 20.55s !important
}
[data-animation-type=words] .word:nth-child(823n) .overflow-wrapper {
transition-delay: 20.575s !important
}
[data-animation-type=words] .word:nth-child(824n) .overflow-wrapper {
transition-delay: 20.6s !important
}
[data-animation-type=words] .word:nth-child(825n) .overflow-wrapper {
transition-delay: 20.625s !important
}
[data-animation-type=words] .word:nth-child(826n) .overflow-wrapper {
transition-delay: 20.65s !important
}
[data-animation-type=words] .word:nth-child(827n) .overflow-wrapper {
transition-delay: 20.675s !important
}
[data-animation-type=words] .word:nth-child(828n) .overflow-wrapper {
transition-delay: 20.7s !important
}
[data-animation-type=words] .word:nth-child(829n) .overflow-wrapper {
transition-delay: 20.725s !important
}
[data-animation-type=words] .word:nth-child(830n) .overflow-wrapper {
transition-delay: 20.75s !important
}
[data-animation-type=words] .word:nth-child(831n) .overflow-wrapper {
transition-delay: 20.775s !important
}
[data-animation-type=words] .word:nth-child(832n) .overflow-wrapper {
transition-delay: 20.8s !important
}
[data-animation-type=words] .word:nth-child(833n) .overflow-wrapper {
transition-delay: 20.825s !important
}
[data-animation-type=words] .word:nth-child(834n) .overflow-wrapper {
transition-delay: 20.85s !important
}
[data-animation-type=words] .word:nth-child(835n) .overflow-wrapper {
transition-delay: 20.875s !important
}
[data-animation-type=words] .word:nth-child(836n) .overflow-wrapper {
transition-delay: 20.9s !important
}
[data-animation-type=words] .word:nth-child(837n) .overflow-wrapper {
transition-delay: 20.925s !important
}
[data-animation-type=words] .word:nth-child(838n) .overflow-wrapper {
transition-delay: 20.95s !important
}
[data-animation-type=words] .word:nth-child(839n) .overflow-wrapper {
transition-delay: 20.975s !important
}
[data-animation-type=words] .word:nth-child(840n) .overflow-wrapper {
transition-delay: 21s !important
}
[data-animation-type=words] .word:nth-child(841n) .overflow-wrapper {
transition-delay: 21.025s !important
}
[data-animation-type=words] .word:nth-child(842n) .overflow-wrapper {
transition-delay: 21.05s !important
}
[data-animation-type=words] .word:nth-child(843n) .overflow-wrapper {
transition-delay: 21.075s !important
}
[data-animation-type=words] .word:nth-child(844n) .overflow-wrapper {
transition-delay: 21.1s !important
}
[data-animation-type=words] .word:nth-child(845n) .overflow-wrapper {
transition-delay: 21.125s !important
}
[data-animation-type=words] .word:nth-child(846n) .overflow-wrapper {
transition-delay: 21.15s !important
}
[data-animation-type=words] .word:nth-child(847n) .overflow-wrapper {
transition-delay: 21.175s !important
}
[data-animation-type=words] .word:nth-child(848n) .overflow-wrapper {
transition-delay: 21.2s !important
}
[data-animation-type=words] .word:nth-child(849n) .overflow-wrapper {
transition-delay: 21.225s !important
}
[data-animation-type=words] .word:nth-child(850n) .overflow-wrapper {
transition-delay: 21.25s !important
}
[data-animation-type=words] .word:nth-child(851n) .overflow-wrapper {
transition-delay: 21.275s !important
}
[data-animation-type=words] .word:nth-child(852n) .overflow-wrapper {
transition-delay: 21.3s !important
}
[data-animation-type=words] .word:nth-child(853n) .overflow-wrapper {
transition-delay: 21.325s !important
}
[data-animation-type=words] .word:nth-child(854n) .overflow-wrapper {
transition-delay: 21.35s !important
}
[data-animation-type=words] .word:nth-child(855n) .overflow-wrapper {
transition-delay: 21.375s !important
}
[data-animation-type=words] .word:nth-child(856n) .overflow-wrapper {
transition-delay: 21.4s !important
}
[data-animation-type=words] .word:nth-child(857n) .overflow-wrapper {
transition-delay: 21.425s !important
}
[data-animation-type=words] .word:nth-child(858n) .overflow-wrapper {
transition-delay: 21.45s !important
}
[data-animation-type=words] .word:nth-child(859n) .overflow-wrapper {
transition-delay: 21.475s !important
}
[data-animation-type=words] .word:nth-child(860n) .overflow-wrapper {
transition-delay: 21.5s !important
}
[data-animation-type=words] .word:nth-child(861n) .overflow-wrapper {
transition-delay: 21.525s !important
}
[data-animation-type=words] .word:nth-child(862n) .overflow-wrapper {
transition-delay: 21.55s !important
}
[data-animation-type=words] .word:nth-child(863n) .overflow-wrapper {
transition-delay: 21.575s !important
}
[data-animation-type=words] .word:nth-child(864n) .overflow-wrapper {
transition-delay: 21.6s !important
}
[data-animation-type=words] .word:nth-child(865n) .overflow-wrapper {
transition-delay: 21.625s !important
}
[data-animation-type=words] .word:nth-child(866n) .overflow-wrapper {
transition-delay: 21.65s !important
}
[data-animation-type=words] .word:nth-child(867n) .overflow-wrapper {
transition-delay: 21.675s !important
}
[data-animation-type=words] .word:nth-child(868n) .overflow-wrapper {
transition-delay: 21.7s !important
}
[data-animation-type=words] .word:nth-child(869n) .overflow-wrapper {
transition-delay: 21.725s !important
}
[data-animation-type=words] .word:nth-child(870n) .overflow-wrapper {
transition-delay: 21.75s !important
}
[data-animation-type=words] .word:nth-child(871n) .overflow-wrapper {
transition-delay: 21.775s !important
}
[data-animation-type=words] .word:nth-child(872n) .overflow-wrapper {
transition-delay: 21.8s !important
}
[data-animation-type=words] .word:nth-child(873n) .overflow-wrapper {
transition-delay: 21.825s !important
}
[data-animation-type=words] .word:nth-child(874n) .overflow-wrapper {
transition-delay: 21.85s !important
}
[data-animation-type=words] .word:nth-child(875n) .overflow-wrapper {
transition-delay: 21.875s !important
}
[data-animation-type=words] .word:nth-child(876n) .overflow-wrapper {
transition-delay: 21.9s !important
}
[data-animation-type=words] .word:nth-child(877n) .overflow-wrapper {
transition-delay: 21.925s !important
}
[data-animation-type=words] .word:nth-child(878n) .overflow-wrapper {
transition-delay: 21.95s !important
}
[data-animation-type=words] .word:nth-child(879n) .overflow-wrapper {
transition-delay: 21.975s !important
}
[data-animation-type=words] .word:nth-child(880n) .overflow-wrapper {
transition-delay: 22s !important
}
[data-animation-type=words] .word:nth-child(881n) .overflow-wrapper {
transition-delay: 22.025s !important
}
[data-animation-type=words] .word:nth-child(882n) .overflow-wrapper {
transition-delay: 22.05s !important
}
[data-animation-type=words] .word:nth-child(883n) .overflow-wrapper {
transition-delay: 22.075s !important
}
[data-animation-type=words] .word:nth-child(884n) .overflow-wrapper {
transition-delay: 22.1s !important
}
[data-animation-type=words] .word:nth-child(885n) .overflow-wrapper {
transition-delay: 22.125s !important
}
[data-animation-type=words] .word:nth-child(886n) .overflow-wrapper {
transition-delay: 22.15s !important
}
[data-animation-type=words] .word:nth-child(887n) .overflow-wrapper {
transition-delay: 22.175s !important
}
[data-animation-type=words] .word:nth-child(888n) .overflow-wrapper {
transition-delay: 22.2s !important
}
[data-animation-type=words] .word:nth-child(889n) .overflow-wrapper {
transition-delay: 22.225s !important
}
[data-animation-type=words] .word:nth-child(890n) .overflow-wrapper {
transition-delay: 22.25s !important
}
[data-animation-type=words] .word:nth-child(891n) .overflow-wrapper {
transition-delay: 22.275s !important
}
[data-animation-type=words] .word:nth-child(892n) .overflow-wrapper {
transition-delay: 22.3s !important
}
[data-animation-type=words] .word:nth-child(893n) .overflow-wrapper {
transition-delay: 22.325s !important
}
[data-animation-type=words] .word:nth-child(894n) .overflow-wrapper {
transition-delay: 22.35s !important
}
[data-animation-type=words] .word:nth-child(895n) .overflow-wrapper {
transition-delay: 22.375s !important
}
[data-animation-type=words] .word:nth-child(896n) .overflow-wrapper {
transition-delay: 22.4s !important
}
[data-animation-type=words] .word:nth-child(897n) .overflow-wrapper {
transition-delay: 22.425s !important
}
[data-animation-type=words] .word:nth-child(898n) .overflow-wrapper {
transition-delay: 22.45s !important
}
[data-animation-type=words] .word:nth-child(899n) .overflow-wrapper {
transition-delay: 22.475s !important
}
[data-animation-type=words] .word:nth-child(900n) .overflow-wrapper {
transition-delay: 22.5s !important
}
[data-animation-type=words] .word:nth-child(901n) .overflow-wrapper {
transition-delay: 22.525s !important
}
[data-animation-type=words] .word:nth-child(902n) .overflow-wrapper {
transition-delay: 22.55s !important
}
[data-animation-type=words] .word:nth-child(903n) .overflow-wrapper {
transition-delay: 22.575s !important
}
[data-animation-type=words] .word:nth-child(904n) .overflow-wrapper {
transition-delay: 22.6s !important
}
[data-animation-type=words] .word:nth-child(905n) .overflow-wrapper {
transition-delay: 22.625s !important
}
[data-animation-type=words] .word:nth-child(906n) .overflow-wrapper {
transition-delay: 22.65s !important
}
[data-animation-type=words] .word:nth-child(907n) .overflow-wrapper {
transition-delay: 22.675s !important
}
[data-animation-type=words] .word:nth-child(908n) .overflow-wrapper {
transition-delay: 22.7s !important
}
[data-animation-type=words] .word:nth-child(909n) .overflow-wrapper {
transition-delay: 22.725s !important
}
[data-animation-type=words] .word:nth-child(910n) .overflow-wrapper {
transition-delay: 22.75s !important
}
[data-animation-type=words] .word:nth-child(911n) .overflow-wrapper {
transition-delay: 22.775s !important
}
[data-animation-type=words] .word:nth-child(912n) .overflow-wrapper {
transition-delay: 22.8s !important
}
[data-animation-type=words] .word:nth-child(913n) .overflow-wrapper {
transition-delay: 22.825s !important
}
[data-animation-type=words] .word:nth-child(914n) .overflow-wrapper {
transition-delay: 22.85s !important
}
[data-animation-type=words] .word:nth-child(915n) .overflow-wrapper {
transition-delay: 22.875s !important
}
[data-animation-type=words] .word:nth-child(916n) .overflow-wrapper {
transition-delay: 22.9s !important
}
[data-animation-type=words] .word:nth-child(917n) .overflow-wrapper {
transition-delay: 22.925s !important
}
[data-animation-type=words] .word:nth-child(918n) .overflow-wrapper {
transition-delay: 22.95s !important
}
[data-animation-type=words] .word:nth-child(919n) .overflow-wrapper {
transition-delay: 22.975s !important
}
[data-animation-type=words] .word:nth-child(920n) .overflow-wrapper {
transition-delay: 23s !important
}
[data-animation-type=words] .word:nth-child(921n) .overflow-wrapper {
transition-delay: 23.025s !important
}
[data-animation-type=words] .word:nth-child(922n) .overflow-wrapper {
transition-delay: 23.05s !important
}
[data-animation-type=words] .word:nth-child(923n) .overflow-wrapper {
transition-delay: 23.075s !important
}
[data-animation-type=words] .word:nth-child(924n) .overflow-wrapper {
transition-delay: 23.1s !important
}
[data-animation-type=words] .word:nth-child(925n) .overflow-wrapper {
transition-delay: 23.125s !important
}
[data-animation-type=words] .word:nth-child(926n) .overflow-wrapper {
transition-delay: 23.15s !important
}
[data-animation-type=words] .word:nth-child(927n) .overflow-wrapper {
transition-delay: 23.175s !important
}
[data-animation-type=words] .word:nth-child(928n) .overflow-wrapper {
transition-delay: 23.2s !important
}
[data-animation-type=words] .word:nth-child(929n) .overflow-wrapper {
transition-delay: 23.225s !important
}
[data-animation-type=words] .word:nth-child(930n) .overflow-wrapper {
transition-delay: 23.25s !important
}
[data-animation-type=words] .word:nth-child(931n) .overflow-wrapper {
transition-delay: 23.275s !important
}
[data-animation-type=words] .word:nth-child(932n) .overflow-wrapper {
transition-delay: 23.3s !important
}
[data-animation-type=words] .word:nth-child(933n) .overflow-wrapper {
transition-delay: 23.325s !important
}
[data-animation-type=words] .word:nth-child(934n) .overflow-wrapper {
transition-delay: 23.35s !important
}
[data-animation-type=words] .word:nth-child(935n) .overflow-wrapper {
transition-delay: 23.375s !important
}
[data-animation-type=words] .word:nth-child(936n) .overflow-wrapper {
transition-delay: 23.4s !important
}
[data-animation-type=words] .word:nth-child(937n) .overflow-wrapper {
transition-delay: 23.425s !important
}
[data-animation-type=words] .word:nth-child(938n) .overflow-wrapper {
transition-delay: 23.45s !important
}
[data-animation-type=words] .word:nth-child(939n) .overflow-wrapper {
transition-delay: 23.475s !important
}
[data-animation-type=words] .word:nth-child(940n) .overflow-wrapper {
transition-delay: 23.5s !important
}
[data-animation-type=words] .word:nth-child(941n) .overflow-wrapper {
transition-delay: 23.525s !important
}
[data-animation-type=words] .word:nth-child(942n) .overflow-wrapper {
transition-delay: 23.55s !important
}
[data-animation-type=words] .word:nth-child(943n) .overflow-wrapper {
transition-delay: 23.575s !important
}
[data-animation-type=words] .word:nth-child(944n) .overflow-wrapper {
transition-delay: 23.6s !important
}
[data-animation-type=words] .word:nth-child(945n) .overflow-wrapper {
transition-delay: 23.625s !important
}
[data-animation-type=words] .word:nth-child(946n) .overflow-wrapper {
transition-delay: 23.65s !important
}
[data-animation-type=words] .word:nth-child(947n) .overflow-wrapper {
transition-delay: 23.675s !important
}
[data-animation-type=words] .word:nth-child(948n) .overflow-wrapper {
transition-delay: 23.7s !important
}
[data-animation-type=words] .word:nth-child(949n) .overflow-wrapper {
transition-delay: 23.725s !important
}
[data-animation-type=words] .word:nth-child(950n) .overflow-wrapper {
transition-delay: 23.75s !important
}
[data-animation-type=words] .word:nth-child(951n) .overflow-wrapper {
transition-delay: 23.775s !important
}
[data-animation-type=words] .word:nth-child(952n) .overflow-wrapper {
transition-delay: 23.8s !important
}
[data-animation-type=words] .word:nth-child(953n) .overflow-wrapper {
transition-delay: 23.825s !important
}
[data-animation-type=words] .word:nth-child(954n) .overflow-wrapper {
transition-delay: 23.85s !important
}
[data-animation-type=words] .word:nth-child(955n) .overflow-wrapper {
transition-delay: 23.875s !important
}
[data-animation-type=words] .word:nth-child(956n) .overflow-wrapper {
transition-delay: 23.9s !important
}
[data-animation-type=words] .word:nth-child(957n) .overflow-wrapper {
transition-delay: 23.925s !important
}
[data-animation-type=words] .word:nth-child(958n) .overflow-wrapper {
transition-delay: 23.95s !important
}
[data-animation-type=words] .word:nth-child(959n) .overflow-wrapper {
transition-delay: 23.975s !important
}
[data-animation-type=words] .word:nth-child(960n) .overflow-wrapper {
transition-delay: 24s !important
}
[data-animation-type=words] .word:nth-child(961n) .overflow-wrapper {
transition-delay: 24.025s !important
}
[data-animation-type=words] .word:nth-child(962n) .overflow-wrapper {
transition-delay: 24.05s !important
}
[data-animation-type=words] .word:nth-child(963n) .overflow-wrapper {
transition-delay: 24.075s !important
}
[data-animation-type=words] .word:nth-child(964n) .overflow-wrapper {
transition-delay: 24.1s !important
}
[data-animation-type=words] .word:nth-child(965n) .overflow-wrapper {
transition-delay: 24.125s !important
}
[data-animation-type=words] .word:nth-child(966n) .overflow-wrapper {
transition-delay: 24.15s !important
}
[data-animation-type=words] .word:nth-child(967n) .overflow-wrapper {
transition-delay: 24.175s !important
}
[data-animation-type=words] .word:nth-child(968n) .overflow-wrapper {
transition-delay: 24.2s !important
}
[data-animation-type=words] .word:nth-child(969n) .overflow-wrapper {
transition-delay: 24.225s !important
}
[data-animation-type=words] .word:nth-child(970n) .overflow-wrapper {
transition-delay: 24.25s !important
}
[data-animation-type=words] .word:nth-child(971n) .overflow-wrapper {
transition-delay: 24.275s !important
}
[data-animation-type=words] .word:nth-child(972n) .overflow-wrapper {
transition-delay: 24.3s !important
}
[data-animation-type=words] .word:nth-child(973n) .overflow-wrapper {
transition-delay: 24.325s !important
}
[data-animation-type=words] .word:nth-child(974n) .overflow-wrapper {
transition-delay: 24.35s !important
}
[data-animation-type=words] .word:nth-child(975n) .overflow-wrapper {
transition-delay: 24.375s !important
}
[data-animation-type=words] .word:nth-child(976n) .overflow-wrapper {
transition-delay: 24.4s !important
}
[data-animation-type=words] .word:nth-child(977n) .overflow-wrapper {
transition-delay: 24.425s !important
}
[data-animation-type=words] .word:nth-child(978n) .overflow-wrapper {
transition-delay: 24.45s !important
}
[data-animation-type=words] .word:nth-child(979n) .overflow-wrapper {
transition-delay: 24.475s !important
}
[data-animation-type=words] .word:nth-child(980n) .overflow-wrapper {
transition-delay: 24.5s !important
}
[data-animation-type=words] .word:nth-child(981n) .overflow-wrapper {
transition-delay: 24.525s !important
}
[data-animation-type=words] .word:nth-child(982n) .overflow-wrapper {
transition-delay: 24.55s !important
}
[data-animation-type=words] .word:nth-child(983n) .overflow-wrapper {
transition-delay: 24.575s !important
}
[data-animation-type=words] .word:nth-child(984n) .overflow-wrapper {
transition-delay: 24.6s !important
}
[data-animation-type=words] .word:nth-child(985n) .overflow-wrapper {
transition-delay: 24.625s !important
}
[data-animation-type=words] .word:nth-child(986n) .overflow-wrapper {
transition-delay: 24.65s !important
}
[data-animation-type=words] .word:nth-child(987n) .overflow-wrapper {
transition-delay: 24.675s !important
}
[data-animation-type=words] .word:nth-child(988n) .overflow-wrapper {
transition-delay: 24.7s !important
}
[data-animation-type=words] .word:nth-child(989n) .overflow-wrapper {
transition-delay: 24.725s !important
}
[data-animation-type=words] .word:nth-child(990n) .overflow-wrapper {
transition-delay: 24.75s !important
}
[data-animation-type=words] .word:nth-child(991n) .overflow-wrapper {
transition-delay: 24.775s !important
}
[data-animation-type=words] .word:nth-child(992n) .overflow-wrapper {
transition-delay: 24.8s !important
}
[data-animation-type=words] .word:nth-child(993n) .overflow-wrapper {
transition-delay: 24.825s !important
}
[data-animation-type=words] .word:nth-child(994n) .overflow-wrapper {
transition-delay: 24.85s !important
}
[data-animation-type=words] .word:nth-child(995n) .overflow-wrapper {
transition-delay: 24.875s !important
}
[data-animation-type=words] .word:nth-child(996n) .overflow-wrapper {
transition-delay: 24.9s !important
}
[data-animation-type=words] .word:nth-child(997n) .overflow-wrapper {
transition-delay: 24.925s !important
}
[data-animation-type=words] .word:nth-child(998n) .overflow-wrapper {
transition-delay: 24.95s !important
}
[data-animation-type=words] .word:nth-child(999n) .overflow-wrapper {
transition-delay: 24.975s !important
}
[data-animation-type=words] .word:nth-child(1000n) .overflow-wrapper {
transition-delay: 25s !important
}
html.has-dom-ready [data-animation-type=words] .overflow-wrapper {
transition: transform 1.2s cubic-bezier(.165, .84, .44, 1), opacity 1.2s cubic-bezier(.165, .84, .44, 1)
}
html.has-dom-ready [data-animation-type=words].is-inview .overflow-wrapper {
opacity: 1;
transform: translateZ(0) rotate(.01deg);
visibility: visible
}
[data-animation-type=slide-right] {
opacity: 0;
transform: translate3d(-20%, 0, 0)
}
html.has-dom-ready [data-animation-type=slide-right] {
transition: transform 2s cubic-bezier(.165, .84, .44, 1), opacity 2s cubic-bezier(.165, .84, .44, 1)
}
html.has-dom-ready [data-animation-type=slide-right].is-inview {
opacity: 1;
transform: translateZ(0);
visibility: visible
}
[data-animation-type=scalex] {
transform: scaleX(0);
transform-origin: 0 0
}
html.has-dom-ready [data-animation-type=scalex] {
transition: transform 1.4s cubic-bezier(.77, 0, .175, 1)
}
html.has-dom-ready [data-animation-type=scalex].is-inview {
transform: scaleX(1)
}
[data-carousel=item]:nth-child(1n) {
transition-delay: .1s !important
}
[data-carousel=item]:nth-child(2n) {
transition-delay: .2s !important
}
[data-carousel=item]:nth-child(3n) {
transition-delay: .3s !important
}
[data-carousel=item]:nth-child(4n) {
transition-delay: .4s !important
}
[data-carousel=item]:nth-child(5n) {
transition-delay: .5s !important
}
[data-carousel=item]:nth-child(6n) {
transition-delay: .6s !important
}
[data-carousel=item]:nth-child(7n) {
transition-delay: .7s !important
}
[data-carousel=item]:nth-child(8n) {
transition-delay: .8s !important
}
[data-carousel=item]:nth-child(9n) {
transition-delay: .9s !important
}
[data-carousel=item]:nth-child(10n) {
transition-delay: 1s !important
}
[data-animation-type=scale-down] {
transform: scale(1.2)
}
html.has-dom-ready [data-animation-type=scale-down] {
transition: transform 1.4s cubic-bezier(.165, .84, .44, 1), opacity 1s cubic-bezier(.165, .84, .44, 1)
}
html.has-dom-ready [data-animation-type=scale-down].is-inview {
transform: scale(1)
}
[data-animation-type=scale-down-no-alpha] {
transform: scale(1.2)
}
html.has-dom-ready [data-animation-type=scale-down-no-alpha] {
transition: transform 1.4s cubic-bezier(.77, 0, .175, 1)
}
html.has-dom-ready [data-animation-type=scale-down-no-alpha].is-inview {
transform: scale(1)
}
a {
text-decoration: none
}
strong {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: Poppins-Bold, Arial, sans-serif;
font-weight: 400
}
#error .r-1 .title,
h1 {
font-size: 5.6rem;
letter-spacing: -.01em;
line-height: 6.8rem
}
#error .r-1 .title,
h1,
h2 {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-family: Poppins-Bold, Arial, sans-serif
}
h2 {
font-size: 3.2rem;
letter-spacing: -.05em;
line-height: 4.6rem
}
.wp-block-table {
margin-top: 3.8rem !important
}
.wp-block-table:first-child {
margin-top: 0
}
.wp-block-table tbody tr:first-child {
background-color: #6941ff;
color: #fff
}
.wp-block-table tbody tr:first-child td {
border-left-color: hsla(0, 0%, 100%, .3)
}
.wp-block-table tbody tr:first-child td:first-child {
border-left: none
}
table {
background-color: #0d1125;
border: 1px solid hsla(0, 0%, 100%, .3);
border-collapse: separate
}
td {
border-left: 1px solid hsla(0, 0%, 100%, .3);
font-size: 1.4rem;
padding: 1rem
}
td:first-child {
border-left: none
}
.text-content>* {
margin-top: 3.8rem
}
.text-content>:first-child {
margin-top: 0
}
.text-content h2 {
color: #fff;
font-size: 3.2rem
}
.text-content h2,
.text-content h3 {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: Poppins-Bold, Arial, sans-serif;
letter-spacing: 0;
line-height: 1.43
}
.text-content h3 {
color: #6941ff;
font-size: 2.2rem
}
.text-content h4 {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-family: Poppins-Bold, Arial, sans-serif;
font-size: 2.4rem;
letter-spacing: .05em;
line-height: 1.43
}
.text-content ul {
padding-left: 3rem
}
.text-content ul li {
margin-top: 1rem;
position: relative
}
.text-content ul li:before {
background-color: #6941ff;
border-radius: 50%;
content: "";
height: .6rem;
left: -2.6rem;
position: absolute;
top: 1rem;
width: .6rem
}
.text-content strong {
font-family: Poppins-Bold, Arial, sans-serif
}
.text-content em,
.text-content strong {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
.text-content em {
font-family: Poppins-RegularItalic, Arial, sans-serif
}
.text-content a {
color: #6941ff;
text-decoration: underline;
transition: color .6s cubic-bezier(.165, .84, .44, 1)
}
html.desktop .text-content a:hover {
color: #9174ff
}
.new-item a {
display: block;
height: 100%;
width: 100%
}
.new-item .thumbnail {
height: 25rem;
overflow: hidden;
width: 100%
}
.new-item .thumbnail:after {
background-color: #0d1125;
bottom: 0;
content: "";
height: 100%;
left: 0;
opacity: .5;
position: absolute;
right: 0;
top: 0;
transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
width: 100%;
z-index: 2
}
.new-item .thumbnail img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
width: 100%
}
.new-item .metas {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
align-items: center;
display: flex;
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 1.4rem;
letter-spacing: .03em;
line-height: 1.4rem;
margin-top: 4rem;
text-transform: uppercase
}
.new-item .metas .category ul {
align-content: center;
display: flex
}
.new-item .metas .category ul li {
margin-left: .4rem;
position: relative
}
.new-item .metas .category ul li:before {
content: "-";
display: inline;
margin-right: .4rem
}
.new-item .metas .category ul li:first-child {
margin-left: 0
}
.new-item .metas .category ul li:first-child:before {
display: none
}
.new-item .metas .date {
margin-left: 2rem
}
.new-item .excerpt {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 2rem;
letter-spacing: -.036em;
line-height: 3rem;
margin-top: 2rem
}
html.desktop .new-item:hover .thumbnail:after {
opacity: 0
}
.new-item.large {
height: 48.6rem
}
.new-item.large .thumbnail {
height: 100%;
width: 100%
}
.new-item.large .thumbnail:before {
background: #0f142a;
background: linear-gradient(180deg, rgba(15, 20, 42, 0), #0f142a);
bottom: 0;
content: "";
height: 100%;
left: 0;
opacity: .5;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 1
}
.new-item.large .over {
bottom: 3rem;
left: 3rem;
max-width: 40rem;
position: absolute;
z-index: 2
}
.new-item.large+.new-item,
.new-item:first-child {
margin-left: 0
}
.sponso-item {
height: 40rem;
margin-left: 2.5641025641%
}
.sponso-item a {
display: block;
height: 100%;
width: 100%
}
html.desktop .sponso-item a:hover .button-rect .button__inner {
color: #fff
}
html.desktop .sponso-item a:hover .button-rect .button__inner:before {
background-color: #21e8d8;
transform: skewX(-25deg)
}
.sponso-item .sponsored-banner {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
align-items: center;
background-color: #21e8d8;
color: #0d1125;
display: flex;
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 1.2rem;
height: 4rem;
justify-content: center;
left: 0;
letter-spacing: .03em;
line-height: 1.2rem;
opacity: .85;
padding: 0 1.8rem;
position: absolute;
text-transform: uppercase;
top: 0;
z-index: 10
}
.sponso-item .background {
height: 100%;
overflow: hidden;
position: relative;
width: 100%
}
.sponso-item .background:after {
background: #0d1125;
background: linear-gradient(330deg, rgba(13, 17, 37, 0), #0d1125);
bottom: 0;
content: "";
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 1
}
.sponso-item .background img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
width: 100%
}
.sponso-item .over {
align-items: flex-start;
bottom: 0;
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
left: 0;
padding: 5rem;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 2
}
.sponso-item .over .title {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-family: Poppins-Bold, Arial, sans-serif;
font-size: 2.4rem;
letter-spacing: -.05em;
line-height: 3.4rem
}
.sponso-item .over .description {
color: #fff;
margin-top: 2rem;
max-width: 46rem
}
.sponso-item .over .button-rect {
margin-top: 3rem
}
@media screen and (max-width:1023px) {
#error .r-1 .title,
h1 {
font-size: 3.2rem;
line-height: 4.3rem
}
h2 {
font-size: 2rem;
line-height: 3rem
}
.text-content>* {
margin-top: 2.6rem
}
.text-content h2 {
font-size: 2rem;
line-height: 3rem
}
.text-content h4 {
font-size: 1.8rem;
line-height: 2.8rem
}
.new-item,
.new-item.large {
height: auto !important
}
.new-item.large .thumbnail,
.new-item .thumbnail {
height: 18.8rem !important
}
.new-item.large .over,
.new-item .over {
bottom: auto;
left: auto;
max-width: 100%;
position: relative
}
.new-item.large .metas,
.new-item .metas {
font-size: 1.2rem;
line-height: 1.2rem
}
.new-item .excerpt,
.new-item.large .excerpt {
font-size: 1.6rem;
line-height: 2.6rem
}
.sponso-item {
height: auto
}
.sponso-item .sponsored-banner {
font-size: 1.2rem;
height: 2.4rem;
left: 0;
line-height: 1.2rem;
padding-top: .2rem;
right: auto
}
.sponso-item .background {
left: 0;
position: absolute;
top: 0
}
.sponso-item .over {
left: auto;
min-height: 34rem;
padding: 7rem 3rem 3rem;
position: relative;
top: auto
}
.sponso-item .over .title {
font-size: 2rem;
line-height: 3rem
}
.sponso-item .over .description {
margin-top: 2rem
}
}
#header {
background: #0a1027;
background: linear-gradient(0deg, rgba(10, 16, 39, 0), #0a1027);
position: fixed;
width: 100%;
z-index: 1000
}
#header .header__top {
align-items: center;
display: flex;
height: 16.6rem;
justify-content: flex-start;
margin: 0 auto;
position: relative;
width: calc(100% - 12rem);
z-index: 2
}
#header .header__top .logo {
z-index: 10
}
#header .header__top .logo,
#header .header__top .logo img {
height: 8.7rem;
width: 11.9rem
}
#header .header__top #menu {
height: 100%;
margin-left: 9.4rem
}
#header .header__top #menu .main {
align-items: stretch;
display: flex;
height: 100%;
justify-content: flex-start
}
#header .header__top #menu .main>.menu-item {
flex: 0 0 auto;
height: 100%
}
#header .header__top #menu .main>.menu-item .menu-link-main {
height: 100%;
position: relative;
z-index: 10
}
#header .header__top #menu .main>.menu-item .nav-item {
align-items: center;
cursor: pointer;
display: flex;
flex-direction: column;
font-size: 1.6rem;
height: 100%;
justify-content: center;
padding: 0 2rem;
transition: color .6s cubic-bezier(.165, .84, .44, 1)
}
#header .header__top #menu .main>.menu-item.current-menu-ancestor .nav-item,
#header .header__top #menu .main>.menu-item.current-menu-item .nav-item,
#header .header__top #menu .main>.menu-item.current-menu-parent .nav-item,
html.desktop #header .header__top #menu .main>.menu-item:hover .nav-item {
color: #fff
}
html.desktop #header .header__top #menu .main>.menu-item:hover .submenu {
left: 0;
pointer-events: all;
transition: none;
z-index: 1
}
html.desktop #header .header__top #menu .main>.menu-item:hover .submenu:before {
opacity: 1
}
html.desktop #header .header__top #menu .main>.menu-item:hover .submenu:after {
opacity: .6
}
html.desktop #header .header__top #menu .main>.menu-item:hover .submenu .submenu__inner {
opacity: 1;
transform: translate(0)
}
#header .header__top-right {
align-items: center;
display: flex;
justify-content: flex-end;
margin-left: auto;
z-index: 4
}
#header .header__top-right .sign-up {
cursor: pointer;
font-size: 1.6rem;
line-height: 1
}
html.desktop #header .header__top-right .sign-up:hover .sign-up__list {
opacity: 1;
visibility: visible
}
#header .header__top-right .sign-up .sign-up__label {
padding: 1.9rem 4.4rem 1.8rem;
pointer-events: none;
position: relative;
z-index: 2
}
#header .header__top-right .sign-up .sign-up__list {
background-color: #0d1125;
box-shadow: 0 0 19px rgba(10, 12, 27, .8);
opacity: 0;
padding-top: 5.3rem;
position: absolute;
top: 0;
transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
visibility: hidden;
width: 100%;
z-index: 1
}
#header .header__top-right .sign-up .sign-up__list ul {
align-items: center;
border-top: 1px solid hsla(0, 0%, 85%, .1);
display: flex;
flex-direction: column;
padding: .8rem 0
}
#header .header__top-right .sign-up .sign-up__list ul li {
margin-top: .4rem;
padding: .8rem 0;
transition: color .6s cubic-bezier(.165, .84, .44, 1)
}
html.desktop #header .header__top-right .sign-up .sign-up__list ul li:hover {
color: #fff
}
#header .header__top-right .sign-up .sign-up__list ul li:first-child {
margin-top: 0
}
#header .header__top-right .button-rect {
margin-left: 4.5rem
}
#header .header__top-right .button-rect .button__inner {
padding-left: 3rem;
padding-right: 3rem
}
#header .header__bottom {
left: 0;
position: absolute;
top: 16.6rem;
width: 100%;
z-index: 1
}
#header .submenu {
display: flex;
height: 24rem;
left: 200vw;
pointer-events: none;
position: fixed;
top: 16.6rem;
transition: left 0s .6s;
width: 100%;
z-index: 0
}
#header .submenu:before {
height: 20rem;
transform: translateY(-100%)
}
#header .submenu:after,
#header .submenu:before {
background-color: #0d1125;
content: "";
left: 0;
opacity: 0;
pointer-events: none;
position: absolute;
top: 0;
transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
width: 100%;
z-index: 1
}
#header .submenu:after {
height: 100vh
}
#header .submenu .submenu__inner {
background-color: #0d1125;
border-bottom: 1px solid hsla(0, 0%, 100%, .12);
border-top: 1px solid hsla(0, 0%, 100%, .12);
height: 100%;
opacity: 0;
transform: translateY(-10px);
transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .6s cubic-bezier(.165, .84, .44, 1);
width: 100%;
z-index: 2
}
#header .submenu:not(.has-depth) .submenu__list {
align-items: stretch;
display: flex;
justify-content: space-between;
margin: 0 auto;
padding: 2rem 0;
width: calc(100% - 12rem);
z-index: 4
}
#header .submenu:not(.has-depth) .submenu__list .child-no-depth {
flex: 1 1 auto;
height: 20rem;
margin-left: 2rem;
width: 100%
}
#header .submenu:not(.has-depth) .submenu__list .child-no-depth:first-child {
margin-left: 0
}
#header .submenu:not(.has-depth) .child-has-depth__container {
display: none
}
#header .submenu.has-depth {
align-items: stretch;
height: 47.5rem;
justify-content: flex-start
}
#header .submenu.has-depth .submenu__inner,
#header .submenu.has-depth .submenu__list {
align-items: stretch;
display: flex;
justify-content: flex-start
}
#header .submenu.has-depth .submenu__list {
flex: 0 0 auto;
flex-direction: column;
height: 100%;
margin: 0 auto;
position: relative;
width: 40rem;
z-index: 4
}
#header .submenu.has-depth .submenu__list:before {
background-color: #fff;
content: "";
height: 100%;
left: 40rem;
opacity: .12;
position: absolute;
top: 0;
width: 1px
}
#header .submenu.has-depth .submenu__list .child-has-depth {
border-top: 1px solid hsla(0, 0%, 100%, .12);
padding-left: 6rem;
width: 40rem
}
#header .submenu.has-depth .submenu__list .child-has-depth:first-child {
border-top: none
}
#header .submenu.has-depth .submenu__list .child-has-depth.current .has-depth__title {
color: #fff
}
#header .submenu.has-depth .submenu__list .child-has-depth .has-depth__title {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
align-items: center;
cursor: pointer;
display: flex;
font-family: Poppins-Bold, Arial, sans-serif;
font-size: 2.4rem;
justify-content: flex-start;
line-height: 1.4;
padding: 4rem 4rem 4rem 0;
transition: color .6s cubic-bezier(.165, .84, .44, 1)
}
#header .submenu.has-depth .submenu__list .child-has-depth .has-depth__title svg {
height: 10px;
margin-left: auto;
width: 10px
}
html.desktop #header .submenu.has-depth .submenu__list .child-has-depth .has-depth__title:hover {
color: #fff
}
#header .submenu.has-depth .child-has-depth__container {
flex: 0 0 auto;
height: 100%;
overflow: hidden;
position: relative;
width: calc(100% - 40rem);
z-index: 4
}
#header .submenu.has-depth .child-has-depth__container .child-has-depth__wrapper {
height: 100%;
left: 0;
opacity: 0;
padding: 2rem 3rem;
position: absolute;
top: 0;
transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
visibility: hidden;
width: 100%
}
#header .submenu.has-depth .child-has-depth__container .child-has-depth__wrapper .scrollbar-track {
background-color: #0d1125
}
#header .submenu.has-depth .child-has-depth__container .child-has-depth__wrapper .scrollbar-track .scrollbar-thumb {
background-color: #fff
}
#header .submenu.has-depth .child-has-depth__container .child-has-depth__wrapper .scroll-content {
align-items: stretch;
display: flex;
flex-wrap: wrap;
height: auto;
justify-content: flex-start;
width: 100%
}
#header .submenu.has-depth .child-has-depth__container .child-has-depth__wrapper.current {
opacity: 1;
visibility: visible
}
#header .submenu.has-depth .child-has-depth__container .child-has-depth__wrapper li {
height: 20rem;
margin-left: 2rem;
margin-top: 2rem;
width: calc(33.33333% - 1.33333rem)
}
#header .submenu.has-depth .child-has-depth__container .child-has-depth__wrapper li:nth-child(3n+1) {
margin-left: 0
}
#header .submenu.has-depth .child-has-depth__container .child-has-depth__wrapper li:first-child,
#header .submenu.has-depth .child-has-depth__container .child-has-depth__wrapper li:nth-child(2),
#header .submenu.has-depth .child-has-depth__container .child-has-depth__wrapper li:nth-child(3) {
margin-top: 0
}
#header .submenu .menu-thumb-link a {
display: block;
height: 100%;
width: 100%
}
#header .submenu .menu-thumb-link a:after {
background-color: #0f142a;
bottom: 0;
content: "";
height: 100%;
left: 0;
opacity: .5;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
width: 100%;
z-index: 3
}
html.desktop #header .submenu .menu-thumb-link a:hover:after {
opacity: 0
}
html.desktop #header .submenu .menu-thumb-link a:hover .title span:before {
opacity: 1;
transform: translate(0) skewX(-25deg)
}
#header .submenu .menu-thumb-link .thumbnail {
background: #902fdd;
background: linear-gradient(25deg, #902fdd, #008dff);
height: 100%;
position: relative;
width: 100%
}
#header .submenu .menu-thumb-link .thumbnail img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
width: 100%
}
#header .submenu .menu-thumb-link .thumbnail:after {
background: #0f142a;
background: linear-gradient(180deg, rgba(15, 20, 42, 0), #0f142a);
bottom: 0;
content: "";
height: 100%;
left: 0;
opacity: .5;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 1
}
#header .submenu .menu-thumb-link .title {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
align-items: flex-end;
bottom: 0;
color: #fff;
display: flex;
font-family: Poppins-Bold, Arial, sans-serif;
font-size: 2rem;
height: 100%;
justify-content: flex-start;
left: 0;
letter-spacing: 0;
line-height: 1.5em;
padding: 3.3rem;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 2
}
#header .submenu .menu-thumb-link .title span {
display: inline-block;
position: relative;
transform: translateZ(.1px)
}
#header .submenu .menu-thumb-link .title span:before {
background: #902fdd;
background: linear-gradient(25deg, #902fdd, #008dff);
content: "";
height: 4rem;
left: -1rem;
opacity: 0;
position: absolute;
top: -.6rem;
transform: translate(-5px, 10px) skewX(-25deg);
transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .6s cubic-bezier(.165, .84, .44, 1);
width: 2.8rem;
z-index: -1
}
#header .submenu:first-child .menu-thumb-link a .title span:before {
background: #45daf1;
background: linear-gradient(90deg, #45daf1, #13c8b6)
}
#header-mobile {
align-items: center;
display: none;
left: 0;
padding: 3rem;
position: fixed;
top: 0;
width: 100%;
z-index: 1000
}
#header-mobile:after {
background: #0f142a;
background: linear-gradient(0deg, rgba(15, 20, 42, 0), #0f142a);
bottom: 0;
content: "";
height: 100%;
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 0
}
#header-mobile .logo {
height: 4.5rem;
position: relative;
width: 16.9rem;
z-index: 2
}
#header-mobile .logo a {
display: block
}
#header-mobile .logo img {
height: 4.5rem;
width: 16.9rem
}
#header-mobile .button-open-menu {
align-items: flex-start;
display: flex;
flex-direction: column;
height: 2rem;
justify-content: space-between;
margin-left: auto;
position: relative;
width: 2.6rem;
z-index: 2
}
#header-mobile .button-open-menu .line {
background-color: #fff;
height: 1px;
width: 80%
}
#header-mobile .button-open-menu .line.l-1 {
margin-left: 20%
}
#header-mobile .button-open-menu .line.l-2 {
margin-left: 10%
}
#menu-mobile {
background-color: #0d1125;
bottom: 0;
height: 100%;
left: 0;
opacity: 0;
padding-top: 7.6rem;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
width: 100%;
z-index: 100000
}
#menu-mobile.more-space .menu-mobile__main-list {
border-bottom: none
}
#menu-mobile.more-space .menu-mobile__main-list .button-rect {
margin-top: 3rem
}
#menu-mobile.more-space .menu-mobile__main-list ul li {
margin-top: 1.5rem
}
#menu-mobile.more-space .menu-mobile__main-list ul li:first-child {
margin-top: 0
}
#menu-mobile .menu-mobile__depth-0 {
height: 100%;
overflow-y: scroll;
position: relative
}
#menu-mobile .menu-mobile__top {
align-items: flex-end;
background-color: #0d1125;
display: flex;
height: 7.6rem;
justify-content: flex-start;
left: 0;
padding: 0 3rem 1rem;
position: fixed;
top: 0;
width: 100%;
z-index: 2
}
#menu-mobile .menu-mobile__top .back {
opacity: 0;
padding-bottom: .2em;
visibility: hidden
}
#menu-mobile .menu-mobile__top .back svg {
height: 1.8rem;
width: 1.8rem
}
#menu-mobile .menu-mobile__top .close {
margin-left: auto
}
#menu-mobile .menu-mobile__top .close svg {
height: 2.2rem;
width: 2.2rem
}
#menu-mobile .menu-mobile__main-list {
border-bottom: 1px solid hsla(0, 0%, 100%, .1);
padding: 0 3rem 3rem
}
#menu-mobile .menu-mobile__main-list ul li {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-family: Poppins-Bold, Arial, sans-serif;
font-size: 1.8rem;
letter-spacing: .04;
line-height: 2.8rem;
padding: 1rem 0
}
#menu-mobile .menu-mobile__main-list ul li.current-menu-ancestor,
#menu-mobile .menu-mobile__main-list ul li.current-menu-item,
#menu-mobile .menu-mobile__main-list ul li.current-menu-parent {
text-decoration: underline;
text-underline-offset: .4rem
}
#menu-mobile .menu-mobile__main-list ul li.menu-item-has-children {
background: transparent url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/images/common/arrow-small-right.png) no-repeat 100%;
background-size: 4px 8px
}
#menu-mobile .menu-mobile__main-list .button-rect {
margin-top: 2rem
}
#menu-mobile .menu-mobile__slave-list {
margin-top: 2rem;
padding: 0 3rem 3rem
}
#menu-mobile .menu-mobile__slave-list ul li {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-family: Poppins-Bold, Arial, sans-serif;
font-size: 1.8rem;
letter-spacing: .04;
line-height: 2.8rem;
padding: 1rem 0
}
#menu-mobile .menu-mobile__depth-1 {
background-color: #0d1125;
height: calc(100% - 7.6rem);
left: 0;
overflow-y: scroll;
padding: 0 3rem;
position: absolute;
top: 7.6rem;
transform: translate(100%);
width: 100%;
z-index: 10
}
#menu-mobile .menu-mobile__depth-1 .submenu-item {
margin-top: 2rem
}
#menu-mobile .menu-mobile__depth-1 .submenu-item .parent-title {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
display: none;
font-family: Poppins-Bold, Arial, sans-serif;
font-size: 1.8rem;
letter-spacing: .04em;
line-height: 2.8rem;
margin-bottom: 3rem
}
#menu-mobile .menu-mobile__depth-1 .submenu-item:not(.has-depth):first-child .parent-title {
display: block
}
#menu-mobile .menu-mobile__depth-1 .submenu-item.has-depth {
border-bottom: 1px solid hsla(0, 0%, 100%, .1);
margin-top: 4rem;
padding-bottom: 4rem
}
#menu-mobile .menu-mobile__depth-1 .submenu-item.has-depth:first-child {
margin-top: 2rem
}
#menu-mobile .menu-mobile__depth-1 .submenu-item.has-depth .parent-title {
display: block
}
#menu-mobile .menu-mobile__depth-1 .submenu-item.has-depth ul li {
margin-top: 2rem
}
#menu-mobile .menu-mobile__depth-1 .submenu-item a {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
align-items: center;
color: #fff;
display: flex;
font-family: Poppins-Bold, Arial, sans-serif;
font-size: 1.4rem;
letter-spacing: -.025em;
line-height: 2.4rem
}
#menu-mobile .menu-mobile__depth-1 .submenu-item .thumbnail {
flex: 0 0 auto;
height: 7.8rem;
overflow-y: hidden;
width: 12rem
}
#menu-mobile .menu-mobile__depth-1 .submenu-item .thumbnail:after {
background: #0f142a;
background: linear-gradient(180deg, rgba(15, 20, 42, 0), #0f142a);
bottom: 0;
content: "";
height: 100%;
left: 0;
opacity: .5;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 1
}
#menu-mobile .menu-mobile__depth-1 .submenu-item .thumbnail img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
width: 100%
}
#menu-mobile .menu-mobile__depth-1 .submenu-item .title {
padding: 0 0 0 3rem
}
@media screen and (max-width:1023px) {
#header {
display: none
}
#header-mobile {
display: flex
}
}
#footer {
align-items: center;
background-color: #0d1125;
display: flex;
height: 20rem;
justify-content: flex-start;
position: relative;
width: 100%;
z-index: 10
}
#footer .logo {
margin-left: 6rem
}
#footer .logo,
#footer .logo img {
height: 8.7rem;
width: 11.9rem
}
#footer .language {
cursor: pointer;
margin-left: 11.2rem;
position: relative
}
#footer .language .language__current {
align-items: center;
display: flex;
justify-content: flex-start;
position: relative;
z-index: 2
}
#footer .language .language__current .icon {
opacity: .6
}
#footer .language .language__current .icon svg {
height: 16px;
width: 16px
}
#footer .language .language__current .current {
margin-left: 1rem;
padding-top: .2rem
}
#footer .language .language__current .current span {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 1.6rem;
letter-spacing: .036em;
line-height: 1
}
#footer .language .language__current .arrow {
height: 8px;
margin-left: 1rem;
padding-top: .2rem;
width: 8px
}
#footer .language .language__list {
background-color: #0f142a;
bottom: -1rem;
box-shadow: 0 0 19px rgba(10, 12, 27, .8);
left: -2rem;
opacity: 0;
padding: 2rem 2rem 5rem;
position: absolute;
transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
visibility: hidden;
width: calc(100% + 4rem);
z-index: 1
}
#footer .language .language__list ul li {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 1.4rem;
letter-spacing: 0;
line-height: 1;
padding: 1rem 0
}
#footer .language .language__list ul li a {
transition: color .6s cubic-bezier(.165, .84, .44, 1)
}
html.desktop #footer .language .language__list ul li a:hover {
color: #fff
}
#footer .language .language__list ul li:first-child {
margin-top: 0
}
#footer .language .language__list ul li.head {
border-bottom: 1px solid hsla(0, 0%, 100%, .1);
margin-bottom: 1rem;
padding-bottom: 1rem;
text-transform: uppercase
}
#footer .language .language__list.active,
html.desktop #footer .language:hover .language__list {
opacity: 1;
visibility: visible
}
#footer .footer__right {
margin-left: auto
}
#footer .footer__menu #menu ul,
#footer .footer__right {
align-items: center;
display: flex;
justify-content: flex-start
}
#footer .footer__menu #menu ul li {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 1.4rem;
letter-spacing: .036em;
line-height: 1;
margin-left: 6.6rem;
transition: color .6s cubic-bezier(.165, .84, .44, 1)
}
html.desktop #footer .footer__menu #menu ul li:hover {
color: #fff
}
#footer .credits {
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 1.4rem;
letter-spacing: .036em;
line-height: 1;
margin-left: 6.6rem
}
#footer .credits,
#footer .credits a {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale
}
#footer .credits a {
font-family: Poppins-Bold, Arial, sans-serif;
transition: color .6s cubic-bezier(.165, .84, .44, 1)
}
html.desktop #footer .credits a:hover {
color: #fff
}
#footer .socials {
margin-left: 16rem;
min-width: 19rem;
position: relative
}
#footer .socials:before {
background: #902fdd;
background: linear-gradient(40deg, #902fdd, #008dff);
content: "";
height: 20rem;
opacity: .65;
pointer-events: none;
position: absolute;
right: -8rem;
top: 50%;
transform: translateY(-50%) skewX(-25deg);
width: 29rem;
z-index: -1
}
#footer .socials ul {
align-items: center;
display: flex;
justify-content: center
}
#footer .socials ul li {
border-left: 1px solid hsla(0, 0%, 100%, .1);
padding: 0 3.8rem
}
#footer .socials ul li:first-child {
border-left: none
}
#footer .socials ul li svg {
height: 1.8rem;
width: 1.8rem
}
#footer .socials ul li.twitter {
padding-top: .2rem
}
@media screen and (max-width:1023px) {
#footer {
flex-direction: column;
height: auto;
justify-content: center;
padding: 5rem 0 0
}
#footer .logo {
margin-left: 0
}
#footer .footer__right,
#footer .language {
margin-left: 0;
margin-top: 4rem
}
#footer .footer__right {
flex-direction: column;
justify-content: center
}
#footer .footer__right .footer__menu #menu ul {
flex-direction: column
}
#footer .footer__right .footer__menu #menu ul li {
margin-left: 0;
margin-top: 3rem
}
#footer .footer__right .footer__menu #menu ul li:first-child {
margin-top: 0
}
#footer .footer__right .credits {
margin-left: 0;
margin-top: 3rem
}
#footer .footer__right .socials {
margin-left: 0;
margin-top: 13rem;
padding-bottom: 5rem
}
#footer .footer__right .socials ul li {
padding: 0 7rem
}
#footer .footer__right .socials ul li svg {
height: 2.3rem;
width: 2.3rem
}
#footer .footer__right .socials:before {
left: 50%;
right: auto;
transform: translate(-50%, -50%) rotate(-5deg);
width: 110vw
}
}
html {
font-size: .625em
}
html.has-scroll-smooth {
bottom: 0;
left: 0;
overflow: hidden;
position: fixed;
right: 0;
top: 0
}
html:not(.is-mobile) {
overflow: hidden !important
}
@media (min-width:1024px) {
html {
font-size: .67568vw
}
}
@media (min-width:1024px) and (min-width:1440px) {
html {
font-size: 10px
}
}
.otgs-development-site-front-end {
display: none
}
body {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #0f142a;
color: hsla(0, 0%, 100%, .6);
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 1.8rem;
line-height: 1.6;
min-height: 100%
}
.wrapper,
body {
position: relative
}
.overflow-hidden,
.wrapper {
overflow: hidden
}
img,
svg {
display: block
}
.background-lines {
bottom: 0;
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: 0
}
.background-lines,
.background-lines .grid,
.background-lines .row {
height: 100%;
width: 100%
}
.bg-line {
background-color: hsla(0, 0%, 100%, .09);
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 1px;
z-index: 1
}
.bg-line.bg-1 {
left: 11.5384615385%
}
.bg-line.bg-2 {
left: 50%
}
.bg-line.bg-3 {
left: auto;
right: 11.5384615385%
}
.block {
position: relative;
z-index: 2
}
.navigation {
background: #902fdd;
background: linear-gradient(25deg, #902fdd, #008dff);
height: 7rem;
position: absolute;
width: 14.2rem;
z-index: 10
}
.navigation,
.navigation .arrow {
align-items: center;
display: flex;
justify-content: center
}
.navigation .arrow {
cursor: pointer;
height: 100%;
transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
width: 50%
}
.navigation .arrow.swiper-button-disabled {
opacity: .5;
pointer-events: none
}
.navigation .arrow .icon {
align-items: center;
border-left: 1px solid hsla(0, 0%, 100%, .18);
display: flex;
height: 4rem;
justify-content: center;
width: 100%
}
.navigation .arrow svg {
fill: #fff;
height: 2rem;
transition: transform .6s cubic-bezier(.165, .84, .44, 1);
width: 2rem
}
.navigation .arrow.left svg {
transform: rotate(-180deg)
}
.navigation .arrow:first-child .icon {
border-left: none
}
html.desktop .navigation .arrow:hover.left svg {
transform: translate(-4px) rotate(-180deg)
}
html.desktop .navigation .arrow:hover svg {
transform: translate(4px)
}
@media screen and (max-width:1023px) {
.navigation {
display: none
}
}
.swiper-pagination {
bottom: auto !important;
display: none;
left: auto !important;
margin-top: 3rem;
position: relative !important;
text-align: left !important
}
.swiper-pagination span {
background-color: #d8d8d8;
border-radius: 0;
height: .1rem;
margin-left: 2rem;
opacity: .15;
width: 4rem
}
.swiper-pagination span:first-child {
margin-left: 0
}
.swiper-pagination span.swiper-pagination-bullet-active {
opacity: 1
}
@media screen and (max-width:1023px) {
.swiper-pagination {
display: block
}
}
.section-breadcrumbs {
font-size: 1.4rem;
line-height: 1;
padding: 3rem 0
}
.section-breadcrumbs .active {
color: #fff
}
.section-breadcrumbs a {
transition: color .6s cubic-bezier(.165, .84, .44, 1)
}
html.desktop .section-breadcrumbs a:hover {
color: #fff
}
.section-breadcrumbs li:after {
background: transparent url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/images/common/arrow-small-right.png) no-repeat 50%;
background-size: 4px 8px;
content: "" !important;
display: inline-block;
height: 8px;
margin: 0 1rem;
width: 4px
}
.loader {
align-items: center;
display: flex;
justify-content: center;
opacity: 0;
visibility: hidden
}
.loader .bullet {
-webkit-animation: loading 1s linear 1s infinite alternate;
animation: loading 1s linear 1s infinite alternate;
background-color: #45daf1;
border-radius: 50%;
height: 1rem;
margin-left: .5rem;
width: 1rem
}
.loader .bullet.b-2 {
-webkit-animation-delay: 1.1s;
animation-delay: 1.1s
}
.loader .bullet.b-3 {
-webkit-animation-delay: 1.2s;
animation-delay: 1.2s
}
.loader .bullet:first-child {
margin-left: 0
}
@-webkit-keyframes loading {
0% {
opacity: 1
}
50% {
opacity: 0
}
to {
opacity: 1
}
}
@keyframes loading {
0% {
opacity: 1
}
50% {
opacity: 0
}
to {
opacity: 1
}
}
#flip {
align-items: center;
background-color: #0f142a;
bottom: 0;
color: #fff;
display: none;
height: 100%;
justify-content: center;
left: 0;
padding: 4rem;
position: fixed;
right: 0;
text-align: center;
top: 0;
width: 100%;
z-index: 10000000000000
}
@media screen and (orientation:landscape) {
html.tablet #flip {
display: flex;
font-size: 3rem;
display: none;
}
}
@media screen and (max-width:1023px) and (orientation:landscape) {
#flip {
display: flex;
display: none;
}
}
#cookie-law-info-bar {
background-color: #0d1125 !important;
box-shadow: 0 0 19px rgba(10, 12, 27, .8) !important;
color: hsla(0, 0%, 100%, .6) !important
}
#cookie-law-info-bar .cli-style-v2 .cli-bar-message {
line-height: 1.4;
width: 100%
}
#cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
background-color: #0d1125 !important;
border: 1px solid #fff !important;
color: #fff !important;
transition: background-color .6s cubic-bezier(.165, .84, .44, 1)
}
#cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container .cli-plugin-button#wt-cli-accept-all-btn {
border-color: #45daf1 !important;
color: #45daf1 !important
}
#cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container .cli-plugin-button:hover {
background-color: #fff !important;
color: #0d1125 !important
}
@media screen and (max-width:1023px) {
#cookie-law-info-bar {
bottom: 0 !important;
left: 0 !important;
width: 100% !important
}
}
.cli-tab-footer .wt-cli-privacy-accept-btn {
background-color: #0d1125 !important
}
#transition {
bottom: 0;
height: 100%;
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 1000000
}
#transition .panel {
background-color: #0d1125;
height: 100%;
left: calc(-50vw + 2px);
position: absolute;
top: 0;
transform: scaleX(1) skewX(-25deg);
width: 100vw
}
#transition .panel.right {
left: 50%
}
@media screen and (max-width:1023px) {
body {
font-size: 1.6rem
}
.bg-line.bg-1 {
left: 4rem
}
.bg-line.bg-3 {
right: 4rem
}
.section-breadcrumbs {
display: none
}
}
.block-text {
padding: 10rem 0
}
.block-text .column-8 {
background-color: #0f142a;
margin-left: 17.094017094%;
padding: 5rem 0
}
.block-text.center {
text-align: center
}
.block-text.center .column-8 {
margin-left: 23.0769230769%;
width: 53.8461538462%
}
@media screen and (max-width:1023px) {
.block-text {
padding: 5rem 0
}
}
.block-quote-content {
background-color: #0d1125;
padding: 10rem 0;
width: 100%
}
.block-quote-content .c-1 {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-family: Poppins-Bold, Arial, sans-serif;
font-size: 3.2rem;
line-height: 1.43;
margin-left: 8.547008547%
}
.block-quote-content .c-1:before {
background: #902fdd;
background: linear-gradient(25deg, #902fdd, #008dff);
content: "";
height: 4.4rem;
left: -1rem;
opacity: .7;
position: absolute;
top: .4rem;
transform: skewX(-25deg);
width: 2.8rem;
z-index: 1
}
.block-quote-content .c-1 p {
z-index: 2
}
.block-quote-content .c-2 {
margin-left: 11.1111111111%
}
@media screen and (max-width:1023px) {
.block-quote-content {
padding: 5rem 0
}
.block-quote-content .c-1 {
font-size: 2rem;
line-height: 3rem
}
.block-quote-content .c-1:before {
height: 4.4rem;
width: 2.8rem
}
.block-quote-content .c-2 {
margin-top: 4rem
}
}
.block.block-list {
background-color: #0f142a;
padding: 10rem 0
}
.block.block-list .r-2 {
margin-top: 4rem
}
.block.block-list .r-2:first-child {
margin-top: 0
}
.block.block-list .column-10 {
margin-left: 8.547008547%
}
.block.block-list .list-item {
align-items: center;
border-top: 1px solid hsla(0, 0%, 59%, .26);
display: flex;
justify-content: flex-start;
padding: 5rem 0
}
.block.block-list .list-item:first-child {
border-top: none
}
.block.block-list .list-item .list-item__icon {
flex: 0 0 auto;
margin-right: 8rem;
width: 7rem
}
.block.block-list .list-item .list-item__icon img {
height: auto;
max-width: 100%
}
.block.block-list .list-item .list-item__content .list-item__content-title {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-family: Poppins-Bold, Arial, sans-serif;
font-size: 2.4rem;
line-height: 1.25
}
.block.block-list .list-item .list-item__content p {
margin-top: 2rem
}
.block.block-list .list-item .button-rect {
flex: 0 0 auto;
margin-left: auto;
padding-left: 13rem
}
@media screen and (max-width:1023px) {
.block.block-list {
padding: 5rem 0
}
.block.block-list .list-item {
align-items: flex-start;
flex-direction: column;
justify-content: flex-start
}
.block.block-list .list-item .list-item__content {
margin: 4rem 0 0
}
.block.block-list .list-item .list-item__content:first-child {
margin-top: 0
}
.block.block-list .list-item .list-item__content .list-item__content-title {
font-size: 1.8rem
}
.block.block-list .list-item .button-rect {
margin-left: 0;
margin-top: 4rem;
padding-left: 0
}
}
.block.block-head-banner {
height: 66rem
}
.block.block-head-banner .block-head-banner__inner {
height: 100%;
overflow: hidden;
position: relative;
width: 100%
}
.block.block-head-banner:after {
background-color: #0f142a;
bottom: -1px;
content: "";
height: 2px;
left: 0;
position: absolute;
width: 100%;
z-index: 10
}
.block.block-head-banner.large {
height: 77rem
}
.block.block-head-banner.large .r-1 {
align-items: center;
padding-bottom: 0
}
.block.block-head-banner .block-head-banner__background {
bottom: 0;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 1
}
.block.block-head-banner .block-head-banner__background .video {
bottom: 0;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 4
}
.block.block-head-banner .block-head-banner__background .video video {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
width: 100%
}
.block.block-head-banner .block-head-banner__background:after {
background: #0d1125;
background: linear-gradient(90deg, #0d1125, rgba(13, 17, 37, 0));
content: "";
z-index: 5
}
.block.block-head-banner .block-head-banner__background .layer,
.block.block-head-banner .block-head-banner__background:after {
bottom: 0;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%
}
.block.block-head-banner .block-head-banner__background .layer img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
width: 100%
}
.block.block-head-banner .block-head-banner__background .layer.layer-1 img {
height: 110%;
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 110%
}
.block.block-head-banner .block-head-banner__background .layer.layer-2 {
z-index: 2
}
.block.block-head-banner .block-head-banner__background .layer.layer-3 {
z-index: 3
}
.block.block-head-banner .grid,
.block.block-head-banner .row {
height: 100%;
z-index: 10
}
.block.block-head-banner .r-1 {
align-items: flex-end;
display: flex;
justify-content: flex-start;
padding-bottom: 10rem;
transform: translateZ(.1px);
z-index: 10
}
#error .r-1 .block.block-head-banner .title,
.block.block-head-banner #error .r-1 .title,
.block.block-head-banner h1 {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-family: Poppins-Bold, Arial, sans-serif;
font-size: 5.6rem;
line-height: 1.2
}
#error .r-1 .block.block-head-banner .title u,
.block.block-head-banner #error .r-1 .title u,
.block.block-head-banner h1 u {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
font-family: Poppins-Light, Arial, sans-serif;
position: relative;
text-decoration: none
}
#error .r-1 .block.block-head-banner .title u:after,
.block.block-head-banner #error .r-1 .title u:after,
.block.block-head-banner h1 u:after {
background: #902fdd;
background: linear-gradient(90deg, #902fdd, #008dff);
content: "";
height: 4rem;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%) skewX(-25deg);
width: 105%;
z-index: -1
}
.block.block-head-banner .subtitle {
color: #fff;
margin-top: 4rem;
max-width: 48rem
}
@media screen and (max-width:1023px) {
.block.block-head-banner,
.block.block-head-banner.large {
height: calc(100vh - 80px)
}
.block.block-head-banner.large .r-1 {
align-items: flex-end;
padding-bottom: 30vh
}
.block.block-head-banner .row {
padding-top: 0
}
.block.block-head-banner .block-head-banner__background:after {
background: linear-gradient(-90deg, rgba(13, 17, 37, 0), #0d1125)
}
.block.block-head-banner .r-1 {
align-items: flex-end;
padding-bottom: 9rem
}
#error .r-1 .block.block-head-banner .title,
.block.block-head-banner #error .r-1 .title,
.block.block-head-banner h1 {
font-size: 3rem
}
#error .r-1 .block.block-head-banner .title u:after,
.block.block-head-banner #error .r-1 .title u:after,
.block.block-head-banner h1 u:after {
height: 2rem
}
.block.block-head-banner .subtitle {
margin-top: 3rem
}
}
.block-introduction {
position: relative
}
.block-introduction .row {
padding: 10rem 0
}
.block-introduction .column-8 {
background-color: #0f142a;
margin-left: 17.094017094%;
padding: 5rem 0;
z-index: 2
}
.block-introduction .up-title {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 1.4rem;
letter-spacing: .03em;
line-height: 1.4rem;
position: relative;
text-align: center;
text-transform: uppercase
}
.block-introduction .up-title:after,
.block-introduction .up-title:before {
background: #902fdd;
background: linear-gradient(25deg, #902fdd, #008dff);
content: "";
height: 4rem;
opacity: .7;
position: absolute;
top: 50%;
transform: skewX(-25deg);
width: 2.4rem;
z-index: -1
}
.block-introduction .up-title:before {
left: calc(50% - 2px);
transform: translate(-100%, -50%) skewX(-25deg)
}
.block-introduction .up-title:after {
left: calc(50% + 2px);
transform: translateY(-50%) skewX(-25deg)
}
.block-introduction .content {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 2.8rem;
letter-spacing: -.05em;
line-height: 4.4rem;
margin-top: 3rem;
text-align: center
}
.block-introduction .content .content__inner {
position: relative;
z-index: 2
}
.block-introduction .illustration {
position: absolute;
z-index: 1
}
.block-introduction .illustration img {
height: auto;
width: 100%
}
.block-introduction .illustration.illustration-1 {
left: 0;
top: 0;
transform: translate(-50%, 30%)
}
.block-introduction .illustration.illustration-2 {
bottom: 0;
right: 0;
transform: translate(50%, -30%)
}
@media screen and (max-width:1023px) {
.block-introduction .row {
padding: 5rem 0
}
.block-introduction .illustration.illustration-1 {
display: none
}
.block-introduction .illustration.illustration-2 {
opacity: .3;
transform: translate(50%, 20%)
}
.block-introduction .up-title {
font-size: 1.2rem
}
.block-introduction .column-8 {
background-color: transparent
}
.block-introduction .content {
font-size: 1.8rem;
letter-spacing: -.03em;
line-height: 3rem
}
.block-introduction .content .icon,
.block-introduction .content .icon.s-2 {
height: 3rem;
width: 2rem
}
}
.block.block-detail {
background-color: #0d1125;
padding: 10rem 0
}
.block.block-detail .row {
align-items: center;
display: flex;
justify-content: flex-start
}
.block.block-detail .row [class^=column] {
float: none
}
.block.block-detail .column-6 {
height: 57rem;
position: relative;
width: 54.2735042735%
}
.block.block-detail .column-6 svg {
height: 57rem;
position: absolute;
top: 0;
width: 82.6rem
}
.block.block-detail.type-1 .column-6 svg {
right: 0
}
.block.block-detail.type-1 .column-4 {
margin-left: 11.1111111111%
}
.block.block-detail.type-2 .column-6 {
margin-left: 17.094017094%;
order: 2
}
.block.block-detail.type-2 .column-6 svg {
left: 0
}
.block.block-detail.type-2 .column-4 {
margin-left: 0;
order: 1
}
.block.block-detail .button-rect {
margin-top: 4rem
}
@media screen and (max-width:1023px) {
.block.block-detail {
padding: 5rem 0
}
.block.block-detail .r-1 {
flex-direction: column
}
.block.block-detail .r-1 .column-6 {
height: auto;
order: 1 !important
}
.block.block-detail .r-1 .column-6 svg {
height: auto;
position: relative;
width: 100%
}
.block.block-detail .r-1 .column-4 {
margin-top: 4.4rem;
order: 2 !important
}
}
.block.block-detail+.block-detail {
padding-top: 0
}
.block.block-text-logo {
padding: 10rem 0
}
.block.block-text-logo .row {
align-items: center;
display: flex
}
.block.block-text-logo .row [class^=column] {
float: none
}
.block.block-text-logo .title {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 2.4rem;
letter-spacing: .05em;
line-height: 3.4rem
}
.block.block-text-logo .button-line,
.block.block-text-logo .text-content {
margin-top: 4rem
}
.block.block-text-logo .logo {
align-items: center;
display: flex;
justify-content: center
}
.block.block-text-logo .logo .shape {
background: #902fdd;
background: linear-gradient(25deg, #902fdd, #008dff);
height: 100%;
left: 50%;
max-height: 35rem;
opacity: .85;
position: absolute;
top: 50%;
transform: translate(-50%, -50%) skewX(344deg);
width: 80%;
z-index: 1
}
.block.block-text-logo .logo img {
max-height: 100%;
max-width: 100%;
-o-object-fit: contain;
object-fit: contain;
position: relative;
z-index: 2
}
.block.block-text-logo.type-1 .logo {
margin-left: 11.1111111111%
}
.block.block-text-logo.type-1 .content {
margin-left: 8.547008547%
}
.block.block-text-logo.type-2 .logo {
order: 1
}
.block.block-text-logo.type-2 .content {
margin-left: 19.6581196581%;
order: 2
}
@media screen and (max-width:1023px) {
.block.block-text-logo {
padding: 5rem 0
}
.block.block-text-logo .row {
align-items: center;
flex-direction: column;
justify-content: center
}
.block.block-text-logo .logo {
height: 20rem;
order: 1 !important
}
.block.block-text-logo .logo .shape {
height: 20rem;
width: 90%
}
.block.block-text-logo .logo img {
max-height: 80%;
max-width: 80%
}
.block.block-text-logo .content {
margin-top: 5rem;
order: 2 !important
}
.block.block-text-logo .title {
font-size: 1.8rem;
line-height: 2.8rem
}
}
.block.block-text-logo+.block-text-logo {
padding-top: 5rem
}
.block.block-portrait {
padding: 10rem 0
}
.block.block-portrait .row {
align-items: center;
display: flex;
margin-top: 20rem
}
.block.block-portrait .row:first-child {
margin-top: 0
}
.block.block-portrait .row [class^=column] {
float: none
}
.block.block-portrait .row:nth-child(odd) .portrait {
margin-left: 19.6581196581%
}
.block.block-portrait .row:nth-child(2n) .content {
margin-left: 19.6581196581%;
order: 2
}
.block.block-portrait .row:nth-child(2n) .portrait {
order: 1
}
.block.block-portrait .row:nth-child(2n) .portrait .shape {
left: 0;
transform: translate(-50%, -50%) skewX(-25deg)
}
.block.block-portrait .row:first-child .portrait .shape,
.block.block-portrait .row:nth-child(4) .portrait .shape,
.block.block-portrait .row:nth-child(7) .portrait .shape,
.block.block-portrait .row:nth-child(10) .portrait .shape {
display: block
}
.block.block-portrait .title {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 2.4rem;
letter-spacing: .05em;
line-height: 3.4rem
}
.block.block-portrait .text-content {
margin-top: 4rem
}
.block.block-portrait .portrait {
position: relative
}
.block.block-portrait .portrait img {
height: auto;
width: 100%;
z-index: 1
}
.block.block-portrait .portrait .shape {
background: #45daf1;
background: linear-gradient(90deg, #45daf1, #13c8b6);
display: none;
height: 130%;
opacity: .7;
position: absolute;
right: 0;
top: 50%;
transform: translate(50%, -50%) skewX(-25deg);
width: 32rem;
z-index: -1
}
.block.block-portrait .portrait .button-linkedin {
height: 7rem;
position: absolute;
right: 0;
top: 7rem;
width: 7rem;
z-index: 2
}
.block.block-portrait .portrait .button-linkedin a {
align-items: center;
background: #902fdd;
background: linear-gradient(25deg, #902fdd, #008dff);
display: flex;
height: 100%;
justify-content: center;
opacity: .85;
width: 100%
}
.block.block-portrait .portrait .button-linkedin a:after {
background: #008dff;
background: linear-gradient(25deg, #008dff, #902fdd);
bottom: 0;
content: "";
height: 100%;
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
width: 100%;
z-index: 1
}
html.desktop .block.block-portrait .portrait .button-linkedin a:hover:after {
opacity: 1
}
.block.block-portrait .portrait .button-linkedin svg {
height: 2rem;
position: relative;
width: 2rem;
z-index: 2
}
@media screen and (max-width:1023px) {
.block.block-portrait {
padding: 5rem 0
}
.block.block-portrait .row {
flex-direction: column;
margin-top: 10rem
}
.block.block-portrait .row:nth-child(2n) .content,
.block.block-portrait .row:nth-child(odd) .content {
order: 2
}
.block.block-portrait .row:nth-child(2n) .portrait,
.block.block-portrait .row:nth-child(odd) .portrait {
order: 1
}
.block.block-portrait .row:nth-child(2n) .portrait .shape {
transform: translate(-70%, -50%) skewX(-25deg)
}
.block.block-portrait .portrait .button-linkedin {
height: 5rem;
top: 5rem;
width: 5rem
}
.block.block-portrait .portrait .button-linkedin svg {
height: 1.5rem;
width: 1.5rem
}
.block.block-portrait .portrait .shape {
transform: translate(90%, -50%) skewX(-25deg)
}
.block.block-portrait .content {
margin-top: 5rem
}
.block.block-portrait .content .title {
font-size: 1.8rem;
line-height: 2.8rem
}
}
.block-testimonial {
background-color: #0f142a;
padding: 20rem 0
}
.block-testimonial:after {
background: #902fdd;
background: linear-gradient(25deg, #902fdd, #008dff);
bottom: 0;
content: "";
height: 36rem;
opacity: .7;
position: absolute;
right: -10rem;
transform: skewX(-25deg);
width: 15.6rem;
z-index: 10
}
.block-testimonial .navigation {
left: 0;
top: 7.2rem
}
.block-testimonial .images {
height: 76rem;
overflow: hidden;
position: absolute;
width: 100%;
z-index: 1
}
.block-testimonial .images img {
height: 100%;
left: 0;
-o-object-fit: cover;
object-fit: cover;
opacity: 0;
position: absolute;
top: 0;
width: 100%
}
.block-testimonial .images img:first-child {
opacity: 1
}
.block-testimonial .grid,
.block-testimonial .row {
height: 76rem;
position: relative;
z-index: 20
}
.block-testimonial .column-5 {
height: 100%;
margin-left: 59.8290598291%;
position: relative
}
.block-testimonial .swiper-pagination {
margin-top: 5rem;
padding: 0 4rem
}
.block-testimonial .testimonial-item {
display: none;
flex-direction: column;
height: 100%;
justify-content: center;
left: 0;
opacity: 0;
position: relative;
top: 0;
visibility: hidden;
width: 100%
}
.block-testimonial .testimonial-item:first-child {
display: flex;
opacity: 1;
visibility: visible
}
.block-testimonial .testimonial-item .testimonial-item__up-title {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 1.4rem;
letter-spacing: .03em;
line-height: 1.4rem;
text-align: left;
text-transform: uppercase
}
.block-testimonial .testimonial-item .testimonial-item__content {
font-size: 2.8rem;
letter-spacing: -.05em;
line-height: 4.4rem;
margin-top: 2rem
}
.block-testimonial .testimonial-item .testimonial-item__content,
.block-testimonial .testimonial-item .testimonial-item__metas {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-family: Poppins-Regular, Arial, sans-serif
}
.block-testimonial .testimonial-item .testimonial-item__metas {
font-size: 1.6rem;
letter-spacing: .03em;
line-height: 2.5rem;
margin-top: 4rem
}
.block-testimonial .testimonial-item .testimonial-item__metas:before {
background: #902fdd;
background: linear-gradient(25deg, #902fdd, #008dff);
content: "";
height: 5rem;
left: -1.4rem;
opacity: .7;
position: absolute;
top: -.2rem;
transform: skewX(-25deg);
width: 2.4rem;
z-index: -1
}
.block-testimonial .testimonial-item .button-rect {
margin-top: 4rem
}
@media screen and (max-width:1023px) {
.block-testimonial {
padding: 5rem 0
}
.block-testimonial:after {
bottom: 0;
height: 14rem;
right: -3rem;
width: 6rem
}
.block-testimonial .grid,
.block-testimonial .row {
height: auto
}
.block-testimonial .navigation {
display: none
}
.block-testimonial .images {
height: 23rem;
overflow: hidden
}
.block-testimonial .images:after {
background: #0f142a;
background: linear-gradient(180deg, rgba(15, 20, 42, 0), #0f142a);
bottom: 0;
content: "";
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 2
}
.block-testimonial .testimonial-item {
padding-top: 18rem
}
.block-testimonial .testimonial-item .testimonial-item__up-title {
font-size: 1.2rem;
line-height: 1
}
.block-testimonial .testimonial-item .testimonial-item__content {
font-size: 1.8rem;
line-height: 3rem
}
.block-testimonial .testimonial-item .testimonial-item__metas {
font-size: 1.4rem;
line-height: 2.2rem
}
}
.block.block-solutions {
padding: 10rem 0
}
.block.block-solutions .r-1 .column-6 {
margin-left: 25.641025641%;
text-align: center
}
.block.block-solutions .r-1 .up-title {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 1.4rem;
letter-spacing: .03em;
line-height: 1.4rem;
text-align: center;
text-transform: uppercase
}
.block.block-solutions .r-1 h2 {
margin-top: 1rem
}
.block.block-solutions .r-2 {
height: 42rem;
margin-top: 7rem
}
.block.block-solutions .r-2:before {
background: #45daf1;
background: linear-gradient(90deg, #45daf1, #13c8b6);
bottom: -10rem;
content: "";
height: 73rem;
left: 0;
opacity: .7;
position: absolute;
transform: translate(-50%) skewX(-25deg);
width: 32rem;
z-index: -1
}
.block.block-solutions .r-2 .navigation {
right: 0;
top: 7rem;
transform: translate(50%)
}
.block.block-solutions .r-2 .swiper-slide {
height: 42rem;
position: relative;
width: 31.6239316239%
}
.block.block-solutions .r-2 .swiper-slide a {
display: block;
height: 100%;
width: 100%
}
.block.block-solutions .r-2 .swiper-slide:after {
background-color: #0d1125;
bottom: 0;
content: "";
height: 100%;
left: 0;
opacity: .5;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
width: 100%;
z-index: 10
}
.block.block-solutions .r-2 .swiper-slide .thumbnail {
height: 100%;
overflow: hidden;
width: 100%
}
.block.block-solutions .r-2 .swiper-slide .thumbnail img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
width: 100%
}
.block.block-solutions .r-2 .swiper-slide .thumbnail:after {
background: #0f142a;
background: linear-gradient(180deg, rgba(15, 20, 42, 0), #0f142a);
bottom: 0;
content: "";
height: 100%;
left: 0;
position: absolute;
position: none;
right: 0;
top: 0;
width: 100%;
z-index: 2
}
.block.block-solutions .r-2 .swiper-slide .title {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
bottom: 5rem;
color: #fff;
font-family: Poppins-Bold, Arial, sans-serif;
font-size: 2.4rem;
left: 4rem;
letter-spacing: .05em;
line-height: 3.4rem;
position: absolute;
width: calc(100% - 8rem);
z-index: 10
}
.block.block-solutions .r-2 .swiper-slide .title:before {
background: #45daf1;
background: linear-gradient(90deg, #45daf1, #13c8b6);
content: "";
height: 4.4rem;
left: -1rem;
opacity: 0;
position: absolute;
top: -.6rem;
transform: translateY(4px) skewX(-25deg);
transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .6s cubic-bezier(.165, .84, .44, 1);
width: 2.8rem;
z-index: -1
}
html.desktop .block.block-solutions .r-2 .swiper-slide:hover:after {
opacity: 0
}
html.desktop .block.block-solutions .r-2 .swiper-slide:hover .title:before {
opacity: 1;
transform: translate(0) skewX(-25deg)
}
@media screen and (max-width:1023px) {
.block.block-solutions {
padding: 6rem 0
}
}
@media screen and (max-width:1023px) and (max-width:1023px) {
.block.block-solutions .swiper {
overflow: visible !important
}
}
@media screen and (max-width:1023px) {
.block.block-solutions .r-2:before {
bottom: auto;
height: 40rem;
left: -5rem;
top: -4rem;
width: 17rem
}
.block.block-solutions .r-2 .swiper-slide {
height: 33rem
}
.block.block-solutions .r-2 .swiper-slide .title {
bottom: 3rem;
font-size: 1.6rem;
left: 3rem;
line-height: 2.6rem
}
}
.block.block-key-numbers {
padding: 10rem 0
}
.block.block-key-numbers .grid {
background-color: #0f142a;
border: 1px solid hsla(0, 0%, 100%, .1);
padding: 9rem 0
}
.block.block-key-numbers .navigation {
right: 0;
top: 50%;
transform: translate(50%, -50%)
}
.block.block-key-numbers .r-1 {
text-align: center
}
.block.block-key-numbers .r-2 {
margin-top: 10rem
}
.block.block-key-numbers .r-2 .swiper-slide {
align-items: center;
display: flex;
flex-direction: column;
justify-content: center;
position: relative;
width: 31.6239316239%
}
.block.block-key-numbers .r-2 .swiper-slide .number {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-family: Poppins-Bold, Arial, sans-serif;
font-size: 8rem;
letter-spacing: 0;
line-height: 9rem;
position: relative
}
.block.block-key-numbers .r-2 .swiper-slide .number:before {
background: #902fdd;
background: linear-gradient(25deg, #902fdd, #008dff);
content: "";
height: 6rem;
left: -1rem;
position: absolute;
top: .4rem;
transform: skewX(-25deg);
width: 5rem;
z-index: -1
}
.block.block-key-numbers .r-2 .swiper-slide .legend {
margin: 6rem auto 0;
max-width: 17rem;
position: relative;
text-align: center
}
.block.block-key-numbers .r-2 .swiper-pagination {
text-align: center !important
}
@media screen and (max-width:1023px) {
.block.block-key-numbers {
padding: 6rem 0
}
.block.block-key-numbers .grid {
padding: 4rem 0
}
.block.block-key-numbers .r-2 {
margin-top: 5rem
}
.block.block-key-numbers .r-2 .swiper-slide .number {
font-size: 4rem;
line-height: 5rem
}
.block.block-key-numbers .r-2 .swiper-slide .number:before {
height: 4rem;
width: 3rem
}
.block.block-key-numbers .r-2 .swiper-slide .legend {
margin-top: 2rem
}
}
.block.block-icons {
background-color: #0d1125;
padding: 10rem 0
}
.block.block-icons .r-1 .column-4 {
margin-left: 8.547008547%
}
.block.block-icons .r-2 {
align-items: stretch;
display: flex;
flex-wrap: wrap;
margin-top: 7rem
}
.block.block-icons .r-2 [class^=column] {
flex: 0 0 auto;
float: none
}
.block.block-icons .r-2 .icon-item {
align-items: center;
border-top: 1px solid hsla(0, 0%, 100%, .1);
color: #fff;
display: flex;
justify-content: flex-start;
margin-left: 19.6581196581%;
margin-top: 3rem;
padding-top: 3rem
}
.block.block-icons .r-2 .icon-item:first-child,
.block.block-icons .r-2 .icon-item:nth-child(2) {
margin-top: 0
}
.block.block-icons .r-2 .icon-item:nth-child(odd) {
margin-left: 8.547008547%
}
.block.block-icons .r-2 .icon-item .icon-item__icon {
flex: 0 0 auto;
width: 6rem
}
.block.block-icons .r-2 .icon-item .icon-item__icon img {
max-width: 100%
}
.block.block-icons .r-2 .icon-item .icon-item__title {
margin-left: 5rem;
padding-right: 2rem
}
@media screen and (max-width:1023px) {
.block.block-icons {
padding: 5rem 0
}
.block.block-icons .r-2 {
margin-top: 4rem
}
.block.block-icons .r-2 .icon-item {
margin-top: 3rem !important
}
.block.block-icons .r-2 .icon-item .icon-item__title {
margin-left: 2rem
}
}
.block.block-logos {
background-color: #0d1125;
padding: 10rem 0
}
.block.block-logos .r-1 {
text-align: center
}
.block.block-logos .r-2 {
margin-top: 7rem
}
.block.block-logos .r-2 .swiper {
overflow: visible
}
.block.block-logos .r-2 .swiper-slide {
align-items: center;
display: flex;
height: 19rem;
justify-content: center;
position: relative;
width: 25rem
}
.block.block-logos .r-2 .swiper-slide:before {
border: 1px solid #fff;
content: "";
height: 100%;
left: 50%;
opacity: .1;
position: absolute;
top: 50%;
transform: translate(-50%, -50%) skewX(350deg);
width: 100%
}
.block.block-logos .r-2 .swiper-slide a {
align-items: center;
display: flex;
height: 100%;
justify-content: center;
width: 100%
}
.block.block-logos .r-2 .swiper-slide img {
max-height: 100%;
max-width: 100%;
-o-object-fit: contain;
object-fit: contain
}
@media screen and (max-width:1023px) {
.block.block-logos {
padding: 5rem 0
}
}
.block.block-video {
padding: 10rem 0
}
.block.block-video .r-1 {
cursor: pointer;
position: relative
}
html.desktop .block.block-video .r-1:hover .play {
transform: translate(-50%, -50%) scale(1.1)
}
.block.block-video .r-1 .video-container {
height: 0;
padding-bottom: 56.25%;
position: relative
}
.block.block-video .r-1 .video-container iframe {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%
}
.block.block-video .r-1 .thumbnail {
position: relative
}
.block.block-video .r-1 .thumbnail img {
height: auto;
width: 100%
}
.block.block-video .r-1 .thumbnail:after {
background-color: #0d1125;
bottom: 0;
content: "";
height: 100%;
left: 0;
opacity: .4;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 1
}
.block.block-video .r-1 .play {
align-items: center;
border: 1px solid #21e8d8;
border-radius: 50%;
display: flex;
height: 15rem;
justify-content: center;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
transition: transform .6s cubic-bezier(.165, .84, .44, 1);
width: 15rem;
z-index: 10
}
.block.block-video .r-1 .play svg {
stroke: #21e8d8;
height: 3.4rem;
width: 3rem
}
.block.block-video .column-10 {
margin-left: 8.547008547%;
margin-top: 4rem;
text-align: center
}
@media screen and (max-width:1023px) {
.block.block-video {
padding: 5rem 0
}
.block.block-video .r-1 .play {
height: 5.5rem;
width: 5.5rem
}
.block.block-video .r-1 .play svg {
height: auto;
width: 1.4rem
}
.block.block-video .column-10 {
margin-top: 2rem
}
}
.block.block-image {
padding: 10rem 0
}
.block.block-image .r-0 {
margin-bottom: 4rem
}
.block.block-image .r-0 .column-10 {
margin-left: 8.547008547%;
text-align: left
}
.block.block-image .r-1 {
position: relative
}
.block.block-image .r-1 .column-12 {
align-items: center;
display: flex;
justify-content: center;
position: relative
}
.block.block-image .r-1 .column-12 img {
height: auto;
max-width: 100%
}
.block.block-image .column-10 {
margin-left: 8.547008547%;
margin-top: 4rem;
text-align: center
}
@media screen and (max-width:1023px) {
.block.block-image {
padding: 5rem 0
}
.block.block-image .column-10 {
margin-top: 2rem
}
}
.block.block-sponsored {
padding: 6rem 0
}
.block.block-sponsored a {
display: block
}
html.desktop .block.block-sponsored a:hover .button-rect .button__inner {
color: #fff
}
html.desktop .block.block-sponsored a:hover .button-rect .button__inner:before {
background-color: #21e8d8;
transform: skewX(-25deg)
}
.block.block-sponsored .column-12 {
height: 35rem
}
.block.block-sponsored .column-12 .sponsored-banner {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
align-items: center;
background-color: #21e8d8;
color: #0d1125;
display: flex;
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 1.4rem;
height: 4rem;
justify-content: center;
letter-spacing: .03em;
line-height: 1.4rem;
opacity: .85;
padding: 0 2.4rem;
position: absolute;
right: 0;
text-transform: uppercase;
top: 0;
z-index: 10
}
.block.block-sponsored .column-12 .background {
height: 100%;
overflow: hidden;
position: relative;
width: 100%
}
.block.block-sponsored .column-12 .background:after {
background: #0d1125;
background: linear-gradient(-90deg, rgba(13, 17, 37, 0), #0d1125);
bottom: 0;
content: "";
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 1
}
.block.block-sponsored .column-12 .background img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
width: 100%
}
.block.block-sponsored .column-12 .over {
align-items: flex-start;
bottom: 0;
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
left: 0;
padding: 5rem;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 2
}
.block.block-sponsored .column-12 .over .title {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-family: Poppins-Bold, Arial, sans-serif;
font-size: 3.2rem;
letter-spacing: -.05em;
line-height: 4.6rem
}
.block.block-sponsored .column-12 .over .description {
color: #fff;
margin-top: 2rem;
max-width: 46rem
}
.block.block-sponsored .column-12 .over .button-rect {
margin-top: 3rem
}
@media screen and (max-width:1023px) {
.block.block-sponsored {
padding: 5rem 0
}
.block.block-sponsored .column-12 {
height: auto
}
.block.block-sponsored .column-12 .sponsored-banner {
font-size: 1.2rem;
height: 2.4rem;
left: 0;
line-height: 1.2rem;
padding-top: .2rem;
right: auto
}
.block.block-sponsored .column-12 .background {
left: 0;
position: absolute;
top: 0
}
.block.block-sponsored .column-12 .over {
left: auto;
min-height: 34rem;
padding: 7rem 3rem 3rem;
position: relative;
top: auto
}
.block.block-sponsored .column-12 .over .title {
font-size: 2rem;
line-height: 3rem
}
.block.block-sponsored .column-12 .over .description {
margin-top: 2rem
}
}
.block.block-contact {
padding: 6rem 0
}
.block.block-contact .column-12 {
height: 60rem
}
.block.block-contact .column-12 .background {
height: 100%;
overflow: hidden;
position: relative;
width: 100%
}
.block.block-contact .column-12 .background:after {
background: #0d1125;
background: linear-gradient(330deg, rgba(13, 17, 37, 0), #0d1125);
bottom: 0;
content: "";
height: 100%;
left: 0;
opacity: .5;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 1
}
.block.block-contact .column-12 .background img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
width: 100%
}
.block.block-contact .column-12 .over {
align-items: flex-start;
bottom: 0;
display: flex;
flex-direction: column;
height: 100%;
justify-content: center;
left: 0;
padding: 19rem 5rem 5rem;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 2
}
.block.block-contact .column-12 .over .title {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-family: Poppins-Bold, Arial, sans-serif;
font-size: 3.2rem;
letter-spacing: -.05em;
line-height: 4.6rem
}
.block.block-contact .column-12 .over .description {
margin-top: 3rem;
max-width: 46rem
}
.block.block-contact .column-12 .over .button-rect {
margin-top: 5rem
}
@media screen and (max-width:1023px) {
.block.block-contact {
padding: 5rem 0
}
.block.block-contact .column-12 {
height: auto
}
.block.block-contact .column-12 .background {
left: 0;
position: absolute;
top: 0
}
.block.block-contact .column-12 .over {
left: auto;
min-height: 34rem;
padding: 7rem 3rem 3rem;
position: relative;
top: auto
}
.block.block-contact .column-12 .over .title {
font-size: 2rem;
line-height: 3rem
}
.block.block-contact .column-12 .over .description {
margin-top: 2rem
}
}
.block.block-news {
padding: 10rem 0
}
.block.block-news .up-title {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 1.4rem;
letter-spacing: .03em;
line-height: 1.4rem;
text-transform: uppercase
}
.block.block-news h2 {
margin-top: 1rem
}
.block.block-news .r-1 {
text-align: center
}
.block.block-news .r-2 {
margin-top: 6rem
}
.block.block-news .r-2 .swiper {
overflow: visible
}
.block.block-news .r-2 .swiper-slide {
width: 31.6239316239%
}
.block.block-news .r-3 {
margin-top: 8rem
}
.block.block-news .r-3 .column-12 {
text-align: right
}
@media screen and (max-width:1023px) {
.block.block-news {
padding: 5rem 0
}
.block.block-news .up-title {
font-size: 1.2rem;
line-height: 1.2rem
}
.block.block-news .r-3 {
margin-top: 5rem
}
.block.block-news .r-3 .column-12 {
text-align: left
}
}
.block.block-navigation {
padding: 10rem 0
}
.block.block-navigation .r-1 {
text-align: center
}
.block.block-navigation .r-2 {
margin-top: 6rem
}
.block.block-navigation .r-2 .column-5 {
margin-left: 2.5641025641%
}
.block.block-navigation .r-2 .column-5:first-child {
margin-left: 8.547008547%
}
.block.block-navigation .r-2 .column-5 a {
display: block
}
.block.block-navigation .r-2 .column-5 a:after {
background-color: #0d1125;
bottom: 0;
content: "";
height: 100%;
left: 0;
opacity: .5;
position: absolute;
right: 0;
top: 0;
transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
width: 100%;
z-index: 2
}
.block.block-navigation .r-2 .column-5 .thumbnail {
height: 26rem;
overflow: hidden
}
.block.block-navigation .r-2 .column-5 .thumbnail:after {
background: #0f142a;
background: linear-gradient(180deg, rgba(15, 20, 42, 0), #0f142a);
bottom: 0;
content: "";
height: 100%;
left: 0;
opacity: .5;
pointer-events: none;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 1
}
.block.block-navigation .r-2 .column-5 .thumbnail img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
width: 100%
}
.block.block-navigation .r-2 .column-5 .over {
align-items: center;
bottom: 0;
display: flex;
height: 100%;
left: 0;
padding: 0 3rem;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 2
}
.block.block-navigation .r-2 .column-5 .over .title {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-family: Poppins-Bold, Arial, sans-serif;
font-size: 2.4rem;
letter-spacing: 0;
line-height: 3.4rem;
position: relative
}
.block.block-navigation .r-2 .column-5 .over .title:before {
background: #45daf1;
background: linear-gradient(90deg, #45daf1, #13c8b6);
content: "";
height: 4.4rem;
left: -1rem;
opacity: 0;
position: absolute;
top: -.6rem;
transform: translateY(4px) skewX(-25deg);
transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .6s cubic-bezier(.165, .84, .44, 1);
width: 2.8rem;
z-index: -1
}
html.desktop .block.block-navigation .r-2 .column-5:hover a:after {
opacity: 0
}
html.desktop .block.block-navigation .r-2 .column-5:hover a .over .title:before {
opacity: .7;
transform: translate(0) skewX(-25deg)
}
@media screen and (max-width:1023px) {
.block.block-navigation {
padding: 5rem 0
}
.block.block-navigation .r-2 {
margin-top: 5rem
}
.block.block-navigation .r-2 .column-5 {
margin-top: 3rem
}
.block.block-navigation .r-2 .column-5 a:after {
opacity: 0
}
.block.block-navigation .r-2 .column-5 .thumbnail {
height: 17rem
}
.block.block-navigation .r-2 .column-5 .over .title {
font-size: 1.8rem;
line-height: 2.8rem
}
}
.block.block-values .row {
padding: 18rem 0
}
.block.block-values .illustration {
position: absolute;
z-index: 1
}
.block.block-values .illustration .img-responsive {
overflow: hidden
}
.block.block-values .illustration img {
height: auto;
width: 100%
}
.block.block-values .illustration.illustration-1 {
bottom: 0;
left: 0;
transform: translate(-50%)
}
.block.block-values .illustration.illustration-2 {
right: 0;
top: 0;
transform: translate(50%)
}
.block.block-values .column-6 {
align-items: center;
display: flex;
flex-direction: column;
float: none;
justify-content: center;
margin-left: 25.641025641%;
position: relative;
z-index: 2
}
.block.block-values .column-6 .icon {
height: 7rem;
width: 7rem
}
.block.block-values .column-6 .icon .icon-img,
.block.block-values .column-6 .icon svg {
height: 100%;
-o-object-fit: contain;
object-fit: contain;
width: 100%
}
.block.block-values .column-6 .title {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-family: Poppins-Bold, Arial, sans-serif;
font-size: 8rem;
letter-spacing: 0;
line-height: 9rem;
margin-top: 3rem;
text-align: center
}
.block.block-values .column-6 .content {
margin-top: 5rem;
text-align: center
}
@media screen and (max-width:1023px) {
.block.block-values .row {
padding: 5rem 0
}
.block.block-values:nth-child(2n) .illustration-1,
.block.block-values:nth-child(odd) .illustration-2 {
display: none
}
.block.block-values .illustration {
opacity: .3;
top: 0
}
.block.block-values .illustration .img-responsive {
height: 32rem
}
.block.block-values .up-title {
font-size: 1.2rem
}
.block.block-values .column-6 {
background-color: transparent
}
.block.block-values .column-6 .icon {
height: 5.5rem;
width: 5.5rem
}
.block.block-values .column-6 .title {
font-size: 4rem;
line-height: 5rem
}
.block.block-values .column-6 .content {
margin-top: 3rem
}
}
.block.block-text-image {
padding: 10rem 0
}
.block.block-text-image .steps {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
align-items: center;
display: flex;
font-family: Poppins-Bold, Arial, sans-serif;
font-size: 1.6rem;
height: 59rem;
left: -8rem;
letter-spacing: .034em;
line-height: 2.1rem;
position: absolute;
top: 0;
z-index: 10
}
.block.block-text-image .steps .steps__inner {
align-items: center;
display: flex;
flex-direction: column;
position: relative
}
.block.block-text-image .steps .line {
background-color: #fff;
height: 9rem;
margin: 1.4rem 0;
opacity: .1;
width: 1px
}
.block.block-text-image .steps .current {
color: #fff
}
.block.block-text-image .steps span {
display: block;
transform: rotate(90deg)
}
.block.block-text-image .item {
align-items: center;
display: flex;
margin-top: 15rem
}
.block.block-text-image .item:first-child {
margin-top: 0
}
.block.block-text-image .item [class^=column] {
float: none
}
.block.block-text-image .item .content .number {
color: #6941ff;
font-size: 1.6rem;
letter-spacing: .03em;
line-height: 2.2rem
}
.block.block-text-image .item .content .number,
.block.block-text-image .item .content .title {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: Poppins-Bold, Arial, sans-serif
}
.block.block-text-image .item .content .title {
color: #fff;
font-size: 2.4rem;
letter-spacing: 0;
line-height: 3.4rem;
margin-top: 2rem
}
.block.block-text-image .item .content .text-content {
margin-top: 4rem
}
.block.block-text-image .item .illustration {
margin-left: 17.094017094%
}
.block.block-text-image .item .illustration:before {
background: #45daf1;
background: linear-gradient(90deg, #45daf1, #13c8b6);
content: "";
display: none;
height: 130%;
opacity: .7;
position: absolute;
right: 0;
top: 50%;
transform: translate(50%, -50%) skewX(-25deg);
width: 32rem;
z-index: 1
}
.block.block-text-image .item .illustration img {
height: auto;
position: relative;
width: 100%;
z-index: 2
}
.block.block-text-image .item:nth-child(2n) .content {
margin-left: 17.094017094%;
order: 2
}
.block.block-text-image .item:nth-child(2n) .illustration {
margin-left: 0;
order: 1
}
.block.block-text-image .item:first-child .illustration:before,
.block.block-text-image .item:nth-child(4) .illustration:before,
.block.block-text-image .item:nth-child(7) .illustration:before,
.block.block-text-image .item:nth-child(10) .illustration:before {
display: block
}
.block.block-text-image .item:nth-child(4) .illustration:before,
.block.block-text-image .item:nth-child(10) .illustration:before {
left: 0;
transform: translate(-50%, -50%) skewX(-25deg)
}
@media screen and (max-width:1023px) {
.block.block-text-image {
padding: 5rem 0
}
.block.block-text-image .item {
flex-direction: column;
margin-top: 10rem
}
.block.block-text-image .item .illustration {
order: 1
}
.block.block-text-image .item .illustration:before {
transform: translate(90%, -50%) skewX(-25deg)
}
.block.block-text-image .item .content {
margin-top: 5rem;
order: 2
}
.block.block-text-image .item .content .number {
font-size: 1.4rem;
line-height: 1
}
.block.block-text-image .item .content .title {
font-size: 1.8rem;
line-height: 2.8rem
}
.block.block-text-image .item .content .text-content {
margin-top: 2rem
}
.block.block-text-image .item:nth-child(4) .illustration:before,
.block.block-text-image .item:nth-child(10) .illustration:before {
transform: translate(-70%, -50%) skewX(-25deg)
}
}
#home .block-solutions {
margin-top: 10rem
}
#home .block-testimonial {
padding: 0
}
#news .page__inner {
padding: 20rem 0 10rem
}
#news .section-sponsored .block.block-sponsored {
padding: 0
}
#news .loader {
height: 5.4rem;
opacity: 1;
position: absolute;
visibility: visible;
width: 100%
}
#news .section-title {
margin-top: 10rem;
position: relative;
z-index: 10
}
#news .section-title:first-child {
margin-top: 0
}
#news .section-title .r-1 .column-10 {
margin-left: 8.547008547%;
text-align: center
}
#news .section-title .r-1 .subtitle {
margin-top: 3rem
}
#news .section-title .r-2 {
margin-top: 10rem
}
#news .section-title .r-2 .choices__inner {
background-color: #6941ff;
border: #6941ff;
border-radius: 0;
height: 5.2rem
}
#news .section-title .r-2 .choices__list--single {
padding-top: 8px
}
#news .section-title .r-2 .choices[data-type*=select-one]:after {
background: transparent url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/images/common/arrow-small-down.png) no-repeat 50%;
background-size: 8px 4px;
border-color: transparent;
height: 4px;
margin-top: -4px;
width: 8px
}
#news .section-title .r-2 .choices__list--dropdown {
background-color: #6941ff;
border: #6941ff
}
#news .section-title .r-2 .choices__list--dropdown .choices__item--selectable.is-highlighted {
background-color: #6137ff
}
#news .section-content {
margin-top: 5rem;
z-index: 1
}
#news .section-content .r-2 {
margin-top: 4rem;
text-align: center
}
#news .section-content .container-loader {
height: 5.4rem;
position: absolute
}
#news .section-content .r-1 {
height: 0;
overflow: hidden;
position: relative
}
#news .section-content .r-2 .column-12:last-child {
opacity: 0;
visibility: hidden
}
#news .section-content .news-container {
align-items: stretch;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
margin-left: -5rem
}
#news .section-content .column-4 {
flex: 0 0 auto;
float: none;
margin-bottom: 5rem;
margin-left: 5rem;
width: calc(33.33333% - 5rem)
}
#news .section-content .column-4.large {
width: calc(100% - 5rem)
}
@media screen and (max-width:1023px) {
#news .page__inner {
padding: 16rem 0 6rem
}
#news .section-title {
margin-top: 9rem
}
#news .section-content .r-2 {
margin-top: 2rem
}
#news .section-content .news-container {
margin-left: 0
}
#news .section-content .column-4 {
margin-left: 0 !important;
width: 100% !important
}
}
#single .section-head {
height: 66rem
}
#single .section-head .background {
height: 100%;
overflow: hidden;
position: absolute;
width: 100%;
z-index: 1
}
#single .section-head .background:after {
background: #0d1125;
background: linear-gradient(330deg, rgba(13, 17, 37, 0), #0d1125);
bottom: 0;
content: "";
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 5
}
#single .section-head .background img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
width: 100%
}
#single .section-head .grid {
height: 100%;
position: relative;
z-index: 2
}
#single .section-head .grid .row {
display: flex;
flex-direction: column;
height: 100%;
justify-content: flex-end;
padding-bottom: 13rem
}
#single .section-head .metas {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
align-items: center;
display: flex;
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 1.4rem;
letter-spacing: .03em;
line-height: 1.4rem;
text-transform: uppercase
}
#single .section-head .metas .category ul {
align-content: center;
display: flex
}
#single .section-head .metas .category ul li {
margin-left: .4rem;
position: relative
}
#single .section-head .metas .category ul li:before {
content: "-";
display: inline;
margin-right: .4rem
}
#single .section-head .metas .category ul li:first-child {
margin-left: 0
}
#single .section-head .metas .category ul li:first-child:before {
display: none
}
#single .section-head .metas .date {
margin-left: 2rem
}
#error .r-1 #single .section-head .title,
#single .section-head #error .r-1 .title,
#single .section-head h1 {
margin-top: 2rem
}
@media screen and (max-width:1023px) {
#single .section-head {
height: 100vh
}
}
#contact .section-head {
height: 66rem
}
#contact .section-head .background {
height: 100%;
overflow: hidden;
position: absolute;
width: 100%
}
#contact .section-head .background:after {
background: #0d1125;
background: linear-gradient(330deg, rgba(13, 17, 37, 0), #0d1125);
bottom: 0;
content: "";
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 5
}
#contact .section-head .background img {
height: 100%;
-o-object-fit: cover;
object-fit: cover;
width: 100%
}
#contact .section-head .grid {
height: 100%;
padding-top: 16rem;
z-index: 10
}
#contact .section-head .grid .r-1 {
align-items: center;
display: flex;
height: 100%;
justify-content: flex-start
}
#contact .section-head .grid .subtitle {
color: #fff;
margin-top: 5rem
}
#contact .section-content {
position: relative;
z-index: 2
}
#contact .section-content .column-3 {
padding: 10rem 0
}
#contact .section-content .column-3 .address-item {
margin-top: 10rem
}
#contact .section-content .column-3 .address-item:first-child {
margin-top: 0
}
#contact .section-content .column-3 .address-item .address-item__title {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-family: Poppins-Bold, Arial, sans-serif;
font-size: 2.4rem;
letter-spacing: 0;
line-height: 3.4rem;
position: relative
}
#contact .section-content .column-3 .address-item .address-item__title:before {
background: #902fdd;
background: linear-gradient(25deg, #902fdd, #008dff);
content: "";
height: 4rem;
left: -1rem;
position: absolute;
top: -1rem;
transform: translate(-5px, 10px) skewX(-25deg);
transition: transform .6s cubic-bezier(.165, .84, .44, 1), opacity .6s cubic-bezier(.165, .84, .44, 1);
width: 3.2rem;
z-index: -1
}
#contact .section-content .column-3 .address-item .address-item__content {
margin-top: 5rem
}
#contact .section-content .column-7 {
background-color: #0d1125;
margin-left: 19.6581196581%;
margin-top: -8rem;
padding: 10rem
}
#contact .section-content .column-7 .loader {
background-color: rgba(13, 17, 37, .8);
bottom: 0;
height: 100%;
left: 0;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 10
}
#contact .section-content .column-7 .success-message {
align-items: center;
background-color: #0d1125;
bottom: 0;
display: flex;
height: 100%;
justify-content: center;
left: 0;
opacity: 0;
padding: 0 4rem;
position: absolute;
right: 0;
text-align: center;
top: 0;
visibility: hidden;
width: 100%;
z-index: 10000000
}
#contact .section-content .column-7 form {
align-items: stretch;
display: flex;
flex-wrap: wrap;
justify-content: space-between
}
#contact .section-content .column-7 .input {
border-bottom: 1px solid hsla(0, 0%, 100%, .3);
margin-top: 4rem;
width: calc(50% - 1.5rem)
}
#contact .section-content .column-7 .input.error {
border-bottom-color: red
}
#contact .section-content .column-7 .input.large {
width: 100%
}
#contact .section-content .column-7 .input:first-child,
#contact .section-content .column-7 .input:nth-child(2) {
margin-top: 0
}
#contact .section-content .column-7 .input .input__legend {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 1.4rem;
letter-spacing: .03rem;
line-height: 1.4rem;
margin-bottom: 2rem;
opacity: .6;
text-transform: uppercase
}
#contact .section-content .column-7 .input select {
background: transparent url(//rigby.brownbearmedia.com/wp-content/themes/rigby/assets/images/common/arrow-small-down.png) no-repeat 100% 8px;
background-size: 8px 4px
}
#contact .section-content .column-7 .input select option {
background-color: #fff !important;
color: #0f142a !important
}
#contact .section-content .column-7 .input input[type=text],
#contact .section-content .column-7 .input select,
#contact .section-content .column-7 .input textarea {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #fff;
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 1.8rem;
letter-spacing: 0;
line-height: 1.2;
padding-bottom: 2rem;
width: 100%
}
#contact .section-content .column-7 .input textarea {
height: 10rem;
resize: none
}
#contact .section-content .column-7 .file {
border-bottom: none;
cursor: pointer;
position: relative
}
#contact .section-content .column-7 .file .input__ghost {
align-items: center;
display: flex
}
#contact .section-content .column-7 .file .input__ghost span {
margin-left: 1rem
}
#contact .section-content .column-7 .file .input__ghost span.icon {
margin-top: -.4rem
}
#contact .section-content .column-7 .file .input__ghost span.legend {
color: #fff;
text-transform: uppercase
}
#contact .section-content .column-7 .file .input__ghost span.accept,
#contact .section-content .column-7 .file .input__ghost span.legend {
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family: Poppins-Regular, Arial, sans-serif;
font-size: 1.4rem;
letter-spacing: .03em;
line-height: 1
}
#contact .section-content .column-7 .file .input__ghost span:first-child {
margin-left: 0
}
#contact .section-content .column-7 .file input {
bottom: 0;
height: 100%;
left: 0;
opacity: .0001;
position: absolute;
right: 0;
top: 0;
width: 100%;
z-index: 10
}
#contact .section-content .column-7 .file .file-name {
color: #fff;
font-size: 1.2rem;
line-height: 1;
margin-top: 1.5rem;
opacity: .6
}
#contact .section-content .column-7 .end {
align-items: center;
border-bottom: none;
display: flex
}
#contact .section-content .column-7 .end.error {
color: red
}
#contact .section-content .column-7 .end .checkbox {
align-items: center;
cursor: pointer;
display: flex;
padding-right: 5rem
}
#contact .section-content .column-7 .end .checkbox input {
opacity: .001;
position: absolute
}
#contact .section-content .column-7 .end .checkbox label {
font-size: 1.4rem;
padding-left: 4rem;
position: relative
}
#contact .section-content .column-7 .end .checkbox label:before {
border: 1px solid #45daf1;
content: "";
height: 2rem;
left: 0;
position: absolute;
top: .5rem;
width: 2rem
}
#contact .section-content .column-7 .end .checkbox label:after {
background-color: #45daf1;
content: "";
height: 1rem;
left: .5rem;
opacity: 0;
position: absolute;
top: 1rem;
transition: opacity .6s cubic-bezier(.165, .84, .44, 1);
width: 1rem
}
#contact .section-content .column-7 .end .checkbox input:checked+label:after {
opacity: 1
}
#contact .section-content .column-7 .end .submit {
cursor: pointer;
margin-left: auto
}
#contact .section-content .column-7 .form-message {
color: red;
font-size: 1.4rem;
margin-top: 4rem
}
#contact .section-content .column-7 .form-message.success {
color: #45daf1
}
#contact .section-content .column-7 .form-legals,
#contact .section-content .column-7 .form-metas {
font-size: 1.4rem;
margin-top: 6rem
}
@media screen and (max-width:1023px) {
#contact .section-content .grid {
width: 100%
}
#contact .section-content .column-3 {
padding: 6rem 4rem
}
#contact .section-content .column-3 .address-item {
margin-top: 6rem
}
#contact .section-content .column-3 .address-item .address-item__title {
font-size: 1.8rem;
line-height: 1
}
#contact .section-content .column-3 .address-item .address-item__title:before {
height: 3rem;
width: 2.4rem
}
#contact .section-content .column-3 .address-item .address-item__content p {
margin-top: 2rem
}
#contact .section-content .column-7 {
flex-direction: column;
margin-left: -4rem;
margin-top: 0;
padding: 6rem 4rem;
width: calc(100% + 8rem)
}
#contact .section-content .column-7 .loader {
position: fixed
}
#contact .section-content .column-7 .input {
margin-top: 4rem !important;
width: 100%
}
#contact .section-content .column-7 .input:first-child {
margin-top: 0 !important
}
#contact .section-content .column-7 .input input[type=text],
#contact .section-content .column-7 .input select,
#contact .section-content .column-7 .input textarea {
font-size: 1.6rem
}
#contact .section-content .column-7 .file .input__ghost span.accept,
#contact .section-content .column-7 .file .input__ghost span.legend {
font-size: 1.2rem
}
#contact .section-content .column-7 .end {
flex-direction: column
}
#contact .section-content .column-7 .end .checkbox {
padding-right: 0
}
#contact .section-content .column-7 .end .submit {
margin-left: 0;
margin-top: 4rem;
text-align: center;
width: 100%
}
#contact .section-content .column-7 .form-legals {
font-size: 1.2rem;
line-height: 2.4rem
}
#contact .section-content .column-7 .form-metas {
margin-top: 4rem
}
#contact .section-content .column-7 .button .button__inner {
width: 100%
}
}
#error {
height: calc(100vh - 20rem)
}
#error .background {
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
z-index: 1
}
#error .background svg {
height: 25rem;
width: 73rem
}
#error .grid,
#error .row,
#error .section-content {
height: 100%
}
#error .r-1 {
align-items: center;
display: flex;
z-index: 2
}
#error .r-1 .button,
#error .r-1 .text-content {
margin-top: 4rem
}
@media screen and (max-width:1023px) {
#error .background {
display: none
}
}