html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    font-family: "Maison Neue", sans-serif;
    font-size: 18px;
    line-height: 1.7;
    margin: 0;
    padding: 0;
    border: 0;
    color: #a9b2b8;
    letter-spacing: 0;
}
html strong,
body strong,
div strong,
span strong,
applet strong,
object strong,
iframe strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
p strong,
blockquote strong,
pre strong,
a strong,
abbr strong,
acronym strong,
address strong,
big strong,
cite strong,
code strong,
del strong,
dfn strong,
em strong,
img strong,
ins strong,
kbd strong,
q strong,
s strong,
samp strong,
small strong,
strike strong,
strong strong,
sub strong,
sup strong,
tt strong,
var strong,
b strong,
u strong,
i strong,
center strong,
dl strong,
dt strong,
dd strong,
ol strong,
ul strong,
li strong,
fieldset strong,
form strong,
label strong,
legend strong,
table strong,
caption strong,
tbody strong,
tfoot strong,
thead strong,
tr strong,
th strong,
td strong,
article strong,
aside strong,
canvas strong,
details strong,
embed strong,
figure strong,
figcaption strong,
footer strong,
header strong,
hgroup strong,
menu strong,
nav strong,
output strong,
ruby strong,
section strong,
summary strong,
time strong,
mark strong,
audio strong,
video strong {
    color: #fff;
}

img {
    max-width: 100%;
    height: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
img {
    display: block;
}

html {
    font-size: 62.5%;
}

body {
    line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Michroma", sans-serif;
}

ol,
ul {
    list-style: none;
}

p,
li {
    color: #a9b2b8;
    font-weight: 400;
}

p,
li,
a {
    font-size: 18px;
    line-height: 1.7;
    color: #a9b2b8;
    font-weight: 400;
    letter-spacing: 0.06em;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a:hover,
a:active,
a:link {
    text-decoration: none;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="tel"],
textarea,
button {
    -webkit-appearance: none;
}

@font-face {
    font-family: "Maison Neue";
    src: url("fonts/MaisonNeue-Light.ttf");
    font-weight: 300;
}
@font-face {
    font-family: "Maison Neue";
    src: url("fonts/MaisonNeue-Book.ttf");
    font-weight: 400;
}
@font-face {
    font-family: "Maison Neue";
    src: url("fonts/MaisonNeue-Medium.ttf");
    font-weight: 500;
}
@font-face {
    font-family: "Maison Neue";
    src: url("fonts/MaisonNeue-Bold.ttf");
    font-weight: 700;
}
@font-face {
    font-family: "Helios";
    src: url("fonts/HeliosRegular.otf");
    font-weight: 400;
}
html {
    margin-top: 0 !important;
}

* html body {
    margin-top: 0 !important;
}

@media screen and (max-width: 782px) {
    html {
        margin-top: 0 !important;
    }

    * html body {
        margin-top: 0 !important;
    }
}
.so-web-intro {
    position: fixed;
    width: auto;
    height: auto;
    background-color: #eceaca;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 500;
}
.so-web-intro-main {
    position: absolute;
    width: 552px;
    height: 552px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.so-web-intro-main-load {
    -webkit-transition: all 1s ease 1s;
    -o-transition: all 1s ease 1s;
    transition: all 1s ease 1s;
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.so-web-intro-main-load svg {
    margin: auto;
    margin-bottom: 35px;
}
.so-web-intro-main-load svg * {
    overflow: hidden;
}
.so-web-intro-main-load.so_animated {
    opacity: 1;
}
.so-web-intro-main-load.so_animated i {
    width: 100% !important;
}
.so-web-intro-main-load.so_animated #part_1 {
    animation: intro_part_1 2s linear 2s forwards;
    max-width: 50px;
}
.so-web-intro-main-load.so_animated #part_2 {
    animation: intro_part_1 2s linear 2s forwards;
    max-width: 50px;
}
.so-web-intro-main-rotate {
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    bottom: 10%;
    right: 10%;
    animation: dots_rotate 10s linear infinite reverse;
    z-index: 2;
    opacity: 0;
}
.w_300{
    max-width: 300% !important;
    width: 300% !important;
}
.so-web-intro-main-rotate-wrap {
    position: absolute;
    width: 30px;
    height: auto;
    display: inline-block;
    width: 30px;
    animation: dots_rotate 10s linear infinite;
    z-index: 2;
}
.so-web-intro-main-rotate-wrap:nth-child(1) img,
.so-web-intro-main-rotate-wrap:nth-child(1) svg {
    animation: intro_icon 1.25s linear forwards;
    animation-delay: 6s;
}
.so-web-intro-main-rotate-wrap:nth-child(2) img,
.so-web-intro-main-rotate-wrap:nth-child(2) svg {
    animation: intro_icon 1.25s linear forwards;
    animation-delay: 7s;
}
.so-web-intro-main-rotate-wrap:nth-child(3) img,
.so-web-intro-main-rotate-wrap:nth-child(3) svg {
    animation: intro_icon 1.25s linear forwards;
    animation-delay: 8s;
}
.so-web-intro-main-rotate-wrap:nth-child(4) img,
.so-web-intro-main-rotate-wrap:nth-child(4) svg {
    animation: intro_icon 1.25s linear forwards;
}
.so-web-intro-main-rotate-wrap:nth-child(5) img,
.so-web-intro-main-rotate-wrap:nth-child(5) svg {
    animation: intro_icon 1.25s linear forwards;
    animation-delay: 1s;
}
.so-web-intro-main-rotate-wrap:nth-child(6) img,
.so-web-intro-main-rotate-wrap:nth-child(6) svg {
    animation: intro_icon 1.25s linear forwards;
    animation-delay: 2s;
}
.so-web-intro-main-rotate-wrap:nth-child(7) img,
.so-web-intro-main-rotate-wrap:nth-child(7) svg {
    animation: intro_icon 1.25s linear forwards;
    animation-delay: 3s;
}
.so-web-intro-main-rotate-wrap:nth-child(8) img,
.so-web-intro-main-rotate-wrap:nth-child(8) svg {
    animation: intro_icon 1.25s linear forwards;
    animation-delay: 4s;
}
.so-web-intro-main-rotate-wrap:nth-child(9) img,
.so-web-intro-main-rotate-wrap:nth-child(9) svg {
    animation: intro_icon 1.25s linear forwards;
    animation-delay: 5s;
}
.so-web-intro-main-rotate img,
.so-web-intro-main-rotate svg {
    -webkit-transform: translate(-1000px, -1000px);
    -moz-transform: translate(-1000px, -1000px);
    -o-transform: translate(-1000px, -1000px);
    -ms-transform: translate(-1000px, -1000px);
    transform: translate(-1000px, -1000px);
    display: inline-block;
    max-width: 30px;
    width: 100%;
}
.so-web-intro-main-rotate svg * {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.so-web-intro-main-rotate.so_animated {
    opacity: 1;
}
.so-web-intro-main > span {
    -webkit-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #1ab2df;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
}
.so-web-intro-main > span.so_animated {
    opacity: 0.5;
    animation: intro_fade 1.5s ease infinite;
}
.so-web-intro-main a {
    -webkit-transition: opacity 0.3s ease 0.7s;
    -o-transition: opacity 0.3s ease 0.7s;
    transition: opacity 0.3s ease 0.7s;
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    z-index: 3;
}
.so-web-intro-main a.so_animated {
    opacity: 1;
}
.so-web-intro-text {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
}
.so-web-intro-text.so_animated {
    opacity: 1;
}
.so-web-intro-text p {
    font-size: 12px;
    line-height: 1;
    font-family: sans-serif;
    letter-spacing: 4px;
    color: #fff;
    opacity: 0.3;
    text-transform: uppercase;
    padding-bottom: 0;
}
.so-web-intro-text_1 {
    position: fixed;
    top: 40px;
    right: 65px;
}
.so-web-intro-text_2 {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: fixed;
    bottom: 40px;
    left: 65px;
}
.so-web-intro-text_2 p {
    position: relative;
    top: 10px;
}
.so-web-intro-text_2 img {
    max-height: 38px;
    margin-right: 55px;
}

.so-list li {
    position: relative;
    padding-left: 50px;
    color: #fff;
    margin-bottom: 25px;
}
.so-list li span {
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #1ab2df;
    display: inline-block;
    left: 12px;
    top: 6px;
}
.so-list li span:before {
    position: absolute;
    width: auto;
    height: auto;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background-color: #1ab2df;
    filter: blur(10px);
    will-change: opacity;
    opacity: 0;
    animation: fade_in_out 3s ease infinite;
    content: "";
}
.so-list li span:after {
    position: absolute;
    width: auto;
    height: auto;
    border: 1px solid rgba(26, 178, 223, 0.2);
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    content: "";
}

.so-framed-image .so-content {
    box-sizing: border-box;
    padding: 0 20px;
}
.so-framed-image .so-row {
    max-width: 1480px;
    padding: 40px;
    position: relative;
}
.so-framed-image .so-row i {
    position: absolute;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-origin: center;
    background-color: #1ab2df;
    top: -3px;
    left: -3px;
}
.so-framed-image .so-row i:nth-child(10) {
    left: auto;
    right: -3px;
}
.so-framed-image .so-row i:nth-child(11) {
    top: auto;
    bottom: -3px;
    right: -3px;
    left: auto;
}
.so-framed-image .so-row i:nth-child(12) {
    top: auto;
    bottom: -3px;
}
.so-framed-image .so-row span {
    position: absolute;
    width: auto;
    height: 1px;
    background-color: rgba(26, 178, 223, 0.2);
}
.so-framed-image .so-row span:nth-child(1) {
    top: 0;
    left: 16px;
    right: 16px;
}
.so-framed-image .so-row span:nth-child(2) {
    width: 1px;
    height: auto;
    left: 0;
    top: 16px;
    bottom: 16px;
}
.so-framed-image .so-row span:nth-child(3) {
    bottom: 0;
    left: 16px;
    right: 16px;
}
.so-framed-image .so-row span:nth-child(4) {
    width: 1px;
    height: auto;
    right: 0;
    top: 16px;
    bottom: 16px;
}
.so-framed-image .so-row span:nth-child(5),
.so-framed-image .so-row span:nth-child(6),
.so-framed-image .so-row span:nth-child(7),
.so-framed-image .so-row span:nth-child(8) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: top left;
    top: 16px;
    left: 0;
    height: 1px;
    width: 23px;
}
.so-framed-image .so-row span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    left: auto;
    right: -7px;
    top: 0;
}
.so-framed-image .so-row span:nth-child(7) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: auto;
    bottom: 16px;
    left: 1px;
}
.so-framed-image .so-row span:nth-child(8) {
    top: auto;
    bottom: 0;
    right: -6px;
    left: auto;
}
.so-framed-image .so-row img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 640px;
    width: 100%;
}

.so-center {
    text-align: center;
}

.so-line {
    padding-top: 160px;
    padding-bottom: 160px;
}
.so-line .so-row {
    position: relative;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
}
.so-line .so-row:after,
.so-line .so-row:before {
    position: absolute;
    width: 3px;
    height: 3px;
    top: -1px;
    left: 0;
    background-color: #fff;
    border-radius: 100%;
    content: "";
}
.so-line .so-row:after {
    right: 0;
    left: auto;
}

.so-button-gradient {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 6px;
    color: #fff;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 40px 95px;
    display: inline-block;
    margin: auto;
    outline: none;
    cursor: pointer;
    position: relative;
}
.so-button-gradient:before {
    position: absolute;
    width: auto;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0.2) 0%,
        rgba(255, 255, 255, 0.05) 100%
    );
    opacity: 0.3;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    content: "";
}
.so-button-gradient:after {
    position: absolute;
    width: auto;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(
        270deg,
        rgba(26, 178, 223, 0.2) 0%,
        rgba(26, 178, 223, 0.05) 100%
    );
    opacity: 0;
    transform: matrix(-1, 0, 0, 1, 0, 0);
    content: "";
}
.so-button-gradient:hover {
    color: #1ab2df;
}
.so-button-gradient:hover:before {
    opacity: 0;
}
.so-button-gradient:hover:after {
    opacity: 0.8;
}

.so-button {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: sans-serif;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 6px;
    color: black;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 30px 48px;
    position: relative;
    display: inline-block;
    margin: auto;
    background-color: rgba(255, 255, 255, 0.03);
    outline: none;
    cursor: pointer;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}
.so-button:before,
.so-button:after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 0;
    height: 2px;
    top: 0;
    right: 0;
    background-color: black;
    content: "";
}
.so-button:before {
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
}
.so-button span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: auto;
    height: 2px;
    background-color: black;
    top: 0px;
    left: 0;
}
.so-button span:nth-child(1) {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: top left;
    left: 2px;
    width: 12px;
}
.so-button span:nth-child(2) {
    width: 12px;
}
.so-button span:nth-child(3) {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: bottom right;
    top: auto;
    left: auto;
    bottom: 0px;
    right: 2px;
    width: 12px;
}
.so-button span:nth-child(4) {
    transform-origin: bottom right;
    top: auto;
    left: auto;
    bottom: 0px;
    right: 0;
    width: 12px;
}
.so-button:hover {
    color: #1ab2df;
    background-color: rgba(26, 178, 223, 0.13);
    border-top-color: rgba(26, 178, 223, 0.2);
    border-bottom-color: rgba(26, 178, 223, 0.2);
}
.so-button:hover:before,
.so-button:hover:after {
    width: 12px;
    background-color: #1ab2df;
}
.so-button:hover span {
    background-color: #1ab2df;
}
.so-button:hover span:nth-child(1),
.so-button:hover span:nth-child(3) {
    width: 100%;
}
.so-button:hover span:nth-child(3) {
    right: 2px;
}

.so-link {
    position: relative;
}
.so-link span {
    background-image: linear-gradient(0deg, #1ab2df 0%, #1ab2df 100%);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: var(--background-size, 100%) 1px;
    transition: background-size 0.2s linear var(--background-delay, 0.15s);
    font-size: 16px;
    line-height: 20px;
    transform: translateZ(0);
    color: #1ab2df;
}
.so-link svg {
    vertical-align: top;
    display: inline;
    line-height: 1;
    width: 20px;
    height: 30px;
    position: relative;
    left: -8px;
    top: -3px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1px;
    stroke: #1ab2df;
    stroke-dasharray: 7.95 30;
    stroke-dashoffset: var(--stroke-dashoffset, 46);
    transition: stroke-dashoffset var(--stroke-duration, 0.15s)
        var(--stroke-easing, linear) var(--stroke-delay, 0s);
}
.so-link:hover {
    --background-size: 0%;
    --background-delay: 0s;
    --stroke-dashoffset: 26;
    --stroke-duration: 0.3s;
    --stroke-easing: cubic-bezier(0.3, 1.5, 0.5, 1);
    --stroke-delay: 0.195s;
}

.so-blob {
    position: relative;
    z-index: 2;
}
.so-blob .so-content,
.so-blob .so-row {
    position: relative;
    z-index: 2;
}
.so-blob-fade::before {
    will-change: opacity;
    opacity: 0.5;
    animation: blob_fade 5s ease infinite;
}
.so-blob:before {
    position: absolute;
    width: 520px;
    height: 520px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("img/blur_purple.png");
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.so-blob-blue::before {
    background-image: url("img/blur_blue_2.png");
}
.so-blob-blue.so-blob-color::before {
    will-change: opacity;
    animation: blob_fade_color 10s ease infinite;
    opacity: 0;
}
.so-blob-blue.so-blob-color::after {
    position: absolute;
    width: 520px;
    height: 520px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("img/blur_purple.png");
    animation: blob_fade_color 10s ease infinite;
    animation-delay: 5s;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
}
.so-blob-purple::before {
    background-image: url("img/blur_purple.png");
}
.so-blob-purple.so-blob-color::before {
    will-change: opacity;
    animation: blob_fade_color 10s ease infinite;
    opacity: 0;
}
.so-blob-purple.so-blob-color::after {
    position: absolute;
    width: 520px;
    height: 520px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("img/blur_blue_2.png");
    animation: blob_fade_color 10s ease infinite;
    animation-delay: 5s;
    opacity: 0;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
}

.so-arrow {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    z-index: 4;
}
.so-arrow-parts {
    cursor: pointer;
}
.so-arrow-parts span {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px;
    height: 6px;
    background-color: #1ab2df;
    display: block;
    margin: auto;
    margin-bottom: 8px;
    opacity: 0;
    animation: fade_in_out 1.5s ease infinite;
}
.so-arrow-parts span:nth-child(1) {
    animation-delay: 0s;
}
.so-arrow-parts span:nth-child(2) {
    animation-delay: 0.3s;
}
.so-arrow-parts span:nth-child(3) {
    animation-delay: 0.6s;
}
.so-arrow p {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 1.4;
    padding-bottom: 0;
    padding-top: 16px;
    cursor: pointer;
}
.so-arrow p:hover {
    color: #fff;
}

.so-anim-image {
    overflow: hidden;
    position: relative;
}
.so-anim-image:before {
    position: absolute;
    width: auto;
    height: auto;
    transition: all 1s ease-in;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 1;
    content: "";
}
.so-anim-image-left.animated:before {
    left: 100%;
}
.so-anim-image-top.animated:before {
    top: 100%;
}

#so-wrapper {
    position: relative;
    overflow-x: hidden;
}
#so-wrapper.so-active {
    overflow: hidden;
    height: 100vh;
}

body {
    font-family: "Maison Neue", sans-serif;
    background-color: #eceaca;
}
.so-row {
    max-width: 1520px;
    width: 100%;
    display: inline-block;
    margin: auto;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}

.so-content {
    text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    padding-bottom: 30px;
    color: #fff;
    text-transform: uppercase;
}
h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
    text-transform: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    font-family: inherit;
    color: #1ab2df;
}

h1 {
    font-size: 64px;
    line-height: 1.3;
    letter-spacing: 28px;
}

h2 {
    font-size: 48px;
    line-height: 1.3;
    letter-spacing: 9px;
}

h3 {
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 9px;
}

h4 {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 9px;
}

h5 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 5px;
}

h6 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 5px;
}

.plyr .plyr__time,
.plyr .plyr__control {
    color: #fff;
}
.plyr > .plyr__control {
    background: #1ab2df;
}
.plyr > .plyr__control:hover {
    background: #1ab2df;
}
.plyr .plyr__control:hover,
.plyr .plyr--video .plyr__control[aria-expanded="true"],
.plyr
    .plyr__menu__container
    .plyr__control[role="menuitemradio"][aria-checked="true"]::before,
.plyr .plyr__control.plyr__tab-focus {
    background: #1ab2df;
}
.plyr input[type="range"] {
    color: #1ab2df;
}

@keyframes intro_part_1 {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
@keyframes intro_fade {
    0% {
        opacity: 0.1;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 0.1;
    }
}
@keyframes intro_icon {
    0% {
        -webkit-transform: translate(-1000px, -1000px);
        -moz-transform: translate(-1000px, -1000px);
        -o-transform: translate(-1000px, -1000px);
        -ms-transform: translate(-1000px, -1000px);
        transform: translate(-1000px, -1000px);
    }
    20% {
        -webkit-transform: translate(-800px, -450px);
        -moz-transform: translate(-800px, -450px);
        -o-transform: translate(-800px, -450px);
        -ms-transform: translate(-800px, -450px);
        transform: translate(-800px, -450px);
    }
    40% {
        -webkit-transform: translate(-600px, -230px);
        -moz-transform: translate(-600px, -230px);
        -o-transform: translate(-600px, -230px);
        -ms-transform: translate(-600px, -230px);
        transform: translate(-600px, -230px);
    }
    60% {
        -webkit-transform: translate(-400px, -100px);
        -moz-transform: translate(-400px, -100px);
        -o-transform: translate(-400px, -100px);
        -ms-transform: translate(-400px, -100px);
        transform: translate(-400px, -100px);
    }
    80% {
        -webkit-transform: translate(-200px, -50px);
        -moz-transform: translate(-200px, -50px);
        -o-transform: translate(-200px, -50px);
        -ms-transform: translate(-200px, -50px);
        transform: translate(-200px, -50px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes sound {
    0% {
        opacity: 0.35;
        height: 3px;
    }
    100% {
        opacity: 1;
        height: 28px;
    }
}
@keyframes anim_icon_heart {
    0% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    5% {
        -webkit-transform: translate(-22px, 23px);
        -moz-transform: translate(-22px, 23px);
        -o-transform: translate(-22px, 23px);
        -ms-transform: translate(-22px, 23px);
        transform: translate(-22px, 23px);
    }
    10% {
        -webkit-transform: translate(-44px, 0);
        -moz-transform: translate(-44px, 0);
        -o-transform: translate(-44px, 0);
        -ms-transform: translate(-44px, 0);
        transform: translate(-44px, 0);
    }
    15% {
        -webkit-transform: translate(-22px, 23px);
        -moz-transform: translate(-22px, 23px);
        -o-transform: translate(-22px, 23px);
        -ms-transform: translate(-22px, 23px);
        transform: translate(-22px, 23px);
    }
    20% {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes anim_icon_scan {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    45% {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
    }
    50% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    70% {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    75% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    95% {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes blob_fade {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.5;
    }
}
@keyframes blob_fade_color {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes square_anim_1 {
    0% {
        top: -2px;
        left: -2px;
    }
    25% {
        top: -2px;
        left: 100%;
        margin-left: -1px;
    }
    50% {
        top: 100%;
        left: 100%;
        margin-left: -1px;
    }
    75% {
        top: 100%;
        left: -2px;
        margin-top: -1px;
    }
    100% {
        top: -2px;
        left: -2px;
        margin-top: -1px;
    }
}
@keyframes square_anim_2 {
    0% {
        bottom: -2px;
        right: -2px;
    }
    25% {
        bottom: -2px;
        right: 100%;
        margin-right: -1px;
    }
    50% {
        bottom: 100%;
        right: 100%;
        margin-right: -1px;
    }
    75% {
        bottom: 100%;
        right: -2px;
        margin-bottom: -1px;
    }
    100% {
        bottom: -2px;
        right: -2px;
        margin-bottom: -1px;
    }
}
@-webkit-keyframes dots_rotate_reverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@keyframes dots_rotate_reverse {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
@-webkit-keyframes dots_rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes dots_rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes fade_in_out {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fade_in_out {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes fade_in_out_blob {
    0% {
        opacity: 0.25;
    }
    50% {
        opacity: 0.35;
    }
    100% {
        opacity: 0.25;
    }
}
@keyframes fade_in_out_blob {
    0% {
        opacity: 0.25;
    }
    50% {
        opacity: 0.35;
    }
    100% {
        opacity: 0.25;
    }
}
@-webkit-keyframes Drop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-120px);
        transform: translateY(-120px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes Drop {
    from {
        opacity: 0;
        -webkit-transform: translateY(-120px);
        transform: translateY(-120px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes Apear {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes Apear {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes Under {
    from {
        -webkit-transform: translateY(120px);
        transform: translateY(120px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes Under {
    from {
        -webkit-transform: translateY(120px);
        transform: translateY(120px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes Left {
    from {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes Left {
    from {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes Right {
    from {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes Right {
    from {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes Rotate {
    from {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        opacity: 0;
    }
    to {
        -webkit-transform: rorateY(0);
        transform: rorateY(0);
        opacity: 1;
    }
}
@keyframes Rotate {
    from {
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
        opacity: 0;
    }
    to {
        -webkit-transform: rorateY(0);
        transform: rorateY(0);
        opacity: 1;
    }
}
@-webkit-keyframes Spin {
    from {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
        opacity: 0;
    }
    to {
        -webkit-transform: rorate(0);
        transform: rorate(0);
        opacity: 1;
    }
}
@keyframes Spin {
    from {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
        opacity: 0;
    }
    to {
        -webkit-transform: rorate(0);
        transform: rorate(0);
        opacity: 1;
    }
}
@-webkit-keyframes Spin-Right {
    from {
        -webkit-transform: translateX(1000px) rotate(90deg);
        transform: translateX(1000px) rotate(90deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0) rorate(0);
        transform: translateX(0) rorate(0);
        opacity: 1;
    }
}
@keyframes Spin-Right {
    from {
        -webkit-transform: translateX(1000px) rotate(90deg);
        transform: translateX(1000px) rotate(90deg);
        opacity: 0;
    }
    to {
        -webkit-transform: translateX(0) rorate(0);
        transform: translateX(0) rorate(0);
        opacity: 1;
    }
}
@keyframes Dot-Radius {
    0% {
        width: 4px;
        height: 4px;
        margin-top: -2px;
        left: -15px;
        opacity: 0;
    }
    50% {
        width: 10px;
        height: 10px;
        left: -18px;
        margin-top: -5px;
        opacity: 0.2;
    }
    100% {
        width: 4px;
        height: 4px;
        left: -15px;
        margin-top: -2px;
        opacity: 0;
    }
}
@keyframes checkicon_anim_1 {
    0% {
        top: 20px;
        left: 42px;
        margin-left: -1px;
    }
    13% {
        top: 20px;
        left: -2px;
        margin-left: -1px;
    }
    19% {
        top: -2px;
        left: -2px;
        margin-left: -1px;
    }
    31% {
        top: -2px;
        left: 42px;
        margin-left: -1px;
    }
    56% {
        top: -87px;
        left: 42px;
        margin-left: -1px;
    }
    62% {
        top: -87px;
        left: 64px;
        margin-left: -1px;
    }
    94% {
        top: 20px;
        left: 64px;
        margin-left: -1px;
    }
    100% {
        top: 20px;
        left: 42px;
        margin-left: -1px;
    }
}
@keyframes checkicon_anim_2 {
    0% {
        top: -67px;
        left: 41px;
        margin-left: -1px;
    }
    6% {
        top: -87px;
        left: 42px;
        margin-left: -1px;
    }
    12% {
        top: -87px;
        left: 64px;
        margin-left: -1px;
    }
    43% {
        top: 20px;
        left: 64px;
        margin-left: -1px;
    }
    62% {
        top: 20px;
        left: -2px;
        margin-left: -1px;
    }
    68% {
        top: -2px;
        left: -2px;
        margin-left: -1px;
    }
    80% {
        top: -2px;
        left: 42px;
        margin-left: -1px;
    }
    100% {
        top: -67px;
        left: 42px;
        margin-left: -1px;
    }
}
.so-header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 20;
}
.so-header.scrolled {
    background-color: #eceaca;
}
.so-header:before {
    position: absolute;
    width: auto;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0.2) 100%
    );
    transform: matrix(-1, 0, 0, 1, 0, 0);
    content: "";
}
.so-header #bars {
    height: 30px;
    position: relative;
    width: 40px;
    margin-right: 45px;
    cursor: pointer;
}
.so-header #bars .bar {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #666;
    bottom: 11px;
    height: 8px;
    position: absolute;
    width: 3px;
    animation: sound 0ms -800ms linear infinite alternate;
}
.so-header #bars .bar:nth-child(1) {
    left: 1px;
}
.so-header #bars .bar:nth-child(2) {
    left: 5px;
}
.so-header #bars .bar:nth-child(3) {
    left: 9px;
}
.so-header #bars .bar:nth-child(4) {
    left: 13px;
}
.so-header #bars .bar:nth-child(5) {
    left: 17px;
}
.so-header #bars .bar:nth-child(6) {
    left: 21px;
}
.so-header #bars .bar:nth-child(7) {
    left: 25px;
}
.so-header #bars .bar:nth-child(8) {
    left: 29px;
}
.so-header #bars .bar:nth-child(9) {
    left: 33px;
}
.so-header #bars .bar:nth-child(10) {
    left: 37px;
}
.so-header #bars.active .bar {
    bottom: 50%;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -o-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}
.so-header #bars.active .bar:nth-child(1) {
    animation-duration: 474ms;
}
.so-header #bars.active .bar:nth-child(2) {
    animation-duration: 433ms;
}
.so-header #bars.active .bar:nth-child(3) {
    animation-duration: 407ms;
}
.so-header #bars.active .bar:nth-child(4) {
    animation-duration: 458ms;
}
.so-header #bars.active .bar:nth-child(5) {
    animation-duration: 400ms;
}
.so-header #bars.active .bar:nth-child(6) {
    animation-duration: 427ms;
}
.so-header #bars.active .bar:nth-child(7) {
    animation-duration: 441ms;
}
.so-header #bars.active .bar:nth-child(8) {
    animation-duration: 419ms;
}
.so-header #bars.active .bar:nth-child(9) {
    animation-duration: 487ms;
}
.so-header #bars.active .bar:nth-child(10) {
    animation-duration: 442ms;
}
.so-header #bars:hover .bar {
    background-color: #1ab2df;
}
.so-header .so-content:first-child {
    position: relative;
    z-index: 50;
}
.so-header .so-content:first-child .so-col {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
}
.so-header .so-content:first-child .so-col:before {
    position: absolute;
    width: auto;
    height: 1px;
    -webkit-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
    bottom: 0;
    left: 0;
    right: 100%;
    background-color: #fff;
    opacity: 0.1;
    content: "";
}
.so-header .so-content:first-child .so-col:after {
    position: absolute;
    width: 1px;
    height: auto;
    -webkit-transition: all 0.5s ease 0.3s;
    -o-transition: all 0.5s ease 0.3s;
    transition: all 0.5s ease 0.3s;
    bottom: 0;
    left: 0;
    top: 100%;
    background-color: #fff;
    opacity: 0.1;
    content: "";
}
.so-header .so-content:first-child .so-col > i {
    position: absolute;
    width: 3px;
    height: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    bottom: -1px;
    left: -1px;
    background-color: #fff;
    border-radius: 100%;
    opacity: 0;
}
.so-header .so-row {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    max-width: 1520px;
}
.so-header-logo {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
    display: inline-block;
    position: relative;
    top: -5px;
}
.so-header-logo img {
    max-width: 135px;
    width: 100%;
    height: auto;
}
.so-header-soc {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 1;
}
.so-header-soc a {
    display: inline-block;
    margin: 0 15px;
}
.so-header-soc a i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    opacity: 0.3;
}
.so-header-soc a:hover i {
    opacity: 1;
}
.so-header-lang {
    padding-right: 25px;
    padding-left: 65px;
    list-style-type: none;
}
.so-header-lang li {
    display: inline-block;
    position: relative;
}
.so-header-lang li:after {
    position: absolute;
    width: 1px;
    height: 32px;
    background-color: #fff;
    opacity: 0.1;
    top: 50%;
    margin-top: -18px;
    right: 0;
    content: "";
}
.so-header-lang li:last-child:after {
    display: none;
}
.so-header-lang li a {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 6px;
    color: #fff;
    opacity: 0.3;
    display: inline-block;
    margin: 0 15px;
}
.so-header-lang li a:hover {
    color: #1ab2df;
    opacity: 1;
}
.so-header-lang li.current-lang a {
    opacity: 1;
}
.so-header-right {
    padding-left: 40px;
    position: relative;
    padding-top: 45px;
    padding-bottom: 45px;
}
.so-header-right:before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.05) 0%,
        rgba(255, 255, 255, 0.02) 100%
    );
    opacity: 0.5;
    content: "";
    z-index: 1;
}
.so-header-right > a {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 6px;
    color: #fff;
    display: inline-block;
    margin-right: 40px;
    position: relative;
    z-index: 2;
}
.so-header-right > a:hover {
    color: #1ab2df;
}
.so-header-right .so-trigger {
    padding-left: 55px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    z-index: 2;
}
.so-header-right .so-trigger:before {
    display: none;
}
.so-header-right .so-trigger .menu-opened,
.so-header-right .so-trigger .menu-default {
    font-family: sans-serif;
    font-size: 14px;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 6px;
    color: #fff;
    min-width: 80px;
    text-align: right;
    display: inline-block;
    position: relative;
}
.so-header-right .so-trigger .menu-opened {
    display: none;
}
.so-header-right .so-trigger .menu-default {
    left: -10px;
}
.so-header-right .so-trigger span {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -18px;
    width: 32px;
    height: 32px;
}
.so-header-right .so-trigger span:before,
.so-header-right .so-trigger span:after {
    position: absolute;
    width: auto;
    height: auto;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-radius: 100%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 50%;
    left: 50%;
    right: 50%;
    bottom: 50%;
    content: "";
}
.so-header-right .so-trigger span:after {
    border: 1px solid white;
}
.so-header-right .so-trigger span:before {
    border: 1px solid rgba(255, 255, 255, 0.2);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.so-header-right .so-trigger span i {
    position: absolute;
    width: 4px;
    height: 4px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 100%;
    background-color: #fff;
    left: 50%;
    margin-left: -2px;
}
.so-header-right .so-trigger span i:nth-child(1) {
    top: 50%;
    margin-top: -2px;
}
.so-header-right .so-trigger span i:nth-child(2) {
    top: 50%;
    margin-top: -2px;
}
.so-header-right .so-trigger span i:nth-child(3) {
    top: 50%;
    margin-top: -2px;
}
.so-header-right .so-trigger.active span:before {
    border: 1px solid white;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.so-header-right .so-trigger.active span:after {
    border: 1px solid rgba(255, 255, 255, 0.4);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.so-header-right .so-trigger:hover span:before {
    border-color: #1ab2df;
}
.so-header-right .so-trigger:hover .menu-opened,
.so-header-right .so-trigger:hover .menu-default {
    color: #1ab2df;
}
.so-header-menu {
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    position: fixed;
    width: auto;
    height: auto;
    background-color: #111417;
    top: 0;
    left: 100%;
    bottom: 0;
    right: -100%;
    z-index: 40;
    overflow: hidden;
}
.so-header-menu .so-row {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    height: 100%;
    max-width: 1680px;
}
.so-header-menu .so-col {
    width: 50%;
    max-width: 560px;
}
.so-header-menu .so-col:first-child {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.so-header-menu .so-col:first-child .so-header-menu-portfolio {
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    padding-bottom: 90px;
    padding-top: 120px;
    width: 100%;
    position: relative;
}
.so-header-menu .so-col:first-child .so-header-menu-portfolio:after {
    -webkit-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
    position: absolute;
    width: auto;
    height: 1px;
    background-color: #fff;
    opacity: 0.1;
    bottom: 0;
    right: 0;
    left: 100%;
    content: "";
}
.so-header-menu .so-col:first-child .so-header-menu-portfolio:before {
    -webkit-transition: all 0.3s ease 0.3s;
    -o-transition: all 0.3s ease 0.3s;
    transition: all 0.3s ease 0.3s;
    position: absolute;
    width: 1px;
    height: auto;
    background-color: #fff;
    opacity: 0.1;
    bottom: 0;
    right: 0;
    top: 100%;
    content: "";
}
.so-header-menu .so-col:first-child .so-button {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
    opacity: 0;
    width: 100%;
    text-align: center;
}
.so-header-menu .so-col:first-child .so-header-menu-line {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px);
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    opacity: 0;
    padding-bottom: 140px;
}
.so-header-menu .so-col:first-child .so-header-menu-line img {
    max-width: 125px;
    width: 100%;
}
.so-header-menu .so-col:first-child .so-header-menu-line-soc {
    padding-left: 65px;
    position: relative;
    top: 10px;
}
.so-header-menu .so-col:first-child .so-header-menu-line-soc a {
    display: inline-block;
    margin: 0 15px;
}
.so-header-menu .so-col:first-child .so-header-menu-line-soc a i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    opacity: 0.3;
}
.so-header-menu .so-col:first-child .so-header-menu-line-soc a:hover i {
    opacity: 1;
}
.so-header-menu .so-col:first-child .so-header-menu-portfolio span {
    font-size: 12px;
    line-height: 1;
    display: block;
    padding-bottom: 25px;
    color: #474f54;
    font-weight: 700;
    letter-spacing: 1px;
}
.so-header-menu .so-col:first-child .so-header-menu-portfolio span:before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 3px;
    height: 3px;
    opacity: 0;
    background-color: #fff;
    border-radius: 100%;
    bottom: -1px;
    right: -1px;
    content: "";
}
.so-header-menu .so-col:first-child ul li {
    max-width: 300px;
}
.so-header-menu .so-col:first-child ul li:last-child {
    margin-bottom: 0;
}
.so-header-menu .so-col:first-child ul li a {
    font-family: "Michroma", sans-serif;
    font-size: 11px;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding-left: 20px;
    letter-spacing: 5px;
    color: #828282;
    text-transform: uppercase;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
}
.so-header-menu .so-col:first-child ul li a svg {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin-top: 5px;
}
.so-header-menu .so-col:first-child ul li a:hover {
    color: #fff;
}
.so-header-menu .so-col:first-child ul li a:hover svg {
    margin-top: 1px;
    left: -5px;
}
.so-header-menu .so-col:first-child ul li a[data-svg_num="fin"]:hover svg {
    margin-top: 3px;
}
.so-header-menu .so-col:first-child ul li a[data-svg_num="energy"]:hover svg,
.so-header-menu .so-col:first-child ul li a[data-svg_num="prop"]:hover svg {
    margin-top: 2px;
}
.so-header-menu .so-col:first-child ul li a[data-svg_num="ind"]:hover svg {
    margin-top: 0;
}
.so-header-menu .so-col:last-child ul {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px);
    opacity: 0;
}
.so-header-menu .so-col:last-child ul li {
    position: relative;
}
.so-header-menu .so-col:last-child ul li:after {
    position: absolute;
    width: auto;
    height: 1px;
    background-color: #fff;
    opacity: 0.1;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
}
.so-header-menu .so-col:last-child ul li:before {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    left: -1px;
    bottom: -1px;
    content: "";
}
.so-header-menu .so-col:last-child ul li:last-child:after,
.so-header-menu .so-col:last-child ul li:last-child:before,
.so-header-menu .so-col:last-child ul li:last-child a:before {
    display: none;
}
.so-header-menu .so-col:last-child ul li a {
    font-family: "Michroma", sans-serif;
    font-size: 18px;
    line-height: 1.5;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 9px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
}
.so-header-menu .so-col:last-child ul li a:before {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    right: -1px;
    bottom: -1px;
    content: "";
}
.so-header-menu .so-col:last-child ul li a:hover {
    color: #1ab2df;
}
.so-header-overlay {
    -webkit-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    position: fixed;
    width: auto;
    height: auto;
    background-color: #111417;
    top: 0;
    left: -100%;
    bottom: 0;
    right: 100%;
    z-index: 39;
}
.so-header.active {
    position: fixed;
}
.so-header.active .so-header-overlay {
    left: 0;
    right: 0;
}
.so-header.active .so-header-menu {
    left: 0;
    right: 0;
}
.so-header.active .so-header-logo {
    opacity: 0;
    pointer-events: none;
}
.so-header.active .so-header-soc {
    display: none;
}
.so-header.active .so-header-right:before {
    opacity: 0;
}
.so-header.animated .so-content:first-child .so-col i {
    opacity: 1;
}
.so-header.animated .so-content:first-child .so-col:after {
    top: 0;
}
.so-header.animated .so-content:first-child .so-col:before {
    right: -300%;
}
.so-header.animated
    .so-header-menu
    .so-col:first-child
    .so-header-menu-portfolio {
    opacity: 1;
}
.so-header.animated
    .so-header-menu
    .so-col:first-child
    .so-header-menu-portfolio:before {
    top: -300%;
}
.so-header.animated
    .so-header-menu
    .so-col:first-child
    .so-header-menu-portfolio:after {
    left: -300%;
}
.so-header.animated .so-header-menu .so-col:first-child .so-header-menu-line {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.so-header.animated .so-header-menu .so-col:first-child .so-button {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}
.so-header.animated
    .so-header-menu
    .so-col:first-child
    .so-header-menu-portfolio
    span:before {
    opacity: 1;
}
.so-header.animated .so-header-menu .so-col:last-child ul {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -o-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

@media screen and (min-width: 991px) and (min-height: 740px) and (max-height: 1000px) {
    .so-header .so-header-menu .so-col:first-child .so-header-menu-portfolio {
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .so-header .so-header-menu .so-col:last-child ul li a {
        font-size: 14px;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}
@media screen and (max-width: 1600px) {
    .so-header .so-row {
        max-width: 1280px;
    }
    .so-header-menu .so-row {
        max-width: 1280px;
    }
    .so-header-menu .so-col:first-child {
        max-width: 400px;
    }
    .so-header-menu .so-col:first-child .so-header-menu-portfolio {
        padding-bottom: 60px;
    }
    .so-header-menu .so-col:first-child .so-header-menu-portfolio span {
        padding-bottom: 20px;
    }
    .so-header-menu .so-col:first-child .so-header-menu-line {
        padding-bottom: 60px;
    }
    .so-header-menu .so-col:first-child .so-header-menu-line img {
        max-width: 110px;
    }
    .so-header-menu .so-col:first-child ul li {
        margin-bottom: 0px;
    }
    .so-header-menu .so-col:first-child ul li a {
        font-size: 10px;
        line-height: 1;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .so-header-menu .so-col:last-child {
        max-width: 400px;
        padding-top: 50px;
    }
    .so-header-menu .so-col:last-child ul li a {
        font-size: 12px;
        line-height: 1.5;
        letter-spacing: 5px;
        padding-bottom: 15px;
        padding-top: 15px;
    }
}
@media screen and (max-width: 991px) {
    .so-header-soc {
        display: none;
    }
    .so-header-menu .so-row {
        display: flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
    }
    .so-header-menu .so-col:first-child {
        display: none;
    }
    .so-header-menu .so-col:last-child {
        width: 100%;
    }
}
@media screen and (max-width: 991px) {
    .so-header #bars {
        margin-right: 0;
    }
    .so-header-logo img {
        max-width: 100px;
    }
    .so-header-lang {
        padding-left: 10px;
        padding-right: 0;
    }
    .so-header-lang li:after {
        height: 26px;
        margin-top: -13px;
    }
    .so-header-lang li a {
        font-size: 10px;
        margin: 0 5px;
    }
    .so-header-right {
        padding-left: 0;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .so-header-right .so-trigger {
        padding-left: 15px;
    }
    .so-header-right .so-trigger span {
        position: relative;
        display: inline-block;
        left: auto;
        top: 5px;
        margin-top: 0;
    }
    .so-header-right .so-trigger .menu-default,
    .so-header-right .so-trigger .menu-opened {
        display: none !important;
    }
    .so-header-right:before {
        display: none;
    }
    .so-header-right > a {
        display: none;
    }
    .so-header-menu .so-col:last-child ul li a {
        font-size: 10px;
    }
}
.so-footer {
    border-top: 1px solid #1e2123;
    padding-top: 45px;
    overflow: hidden;
}
.so-footer-certificate {
    max-width: 100px;
    width: 100%;
    margin-top: 30px;
}
.so-footer:before,
.so-footer:after {
    width: 480px !important;
    height: 480px !important;
    top: 50% !important;
    left: -130px !important;
    margin-top: -140px !important;
}
.so-footer .so-content {
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.so-footer .so-content:before,
.so-footer .so-content:after {
    width: 600px !important;
    height: 600px !important;
    top: auto !important;
    left: auto !important;
    bottom: -150px !important;
    right: -200px !important;
}
.so-footer .so-row {
    max-width: 1360px;
    position: relative;
    z-index: 2;
}
.so-footer .so-row:first-child {
    padding-bottom: 55px;
}
.so-footer .so-row:first-child img {
    max-width: 108px;
    width: 100%;
}
.so-footer .so-row:nth-child(2) {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding-bottom: 120px;
}
.so-footer .so-col {
    width: 20%;
    max-width: 200px;
}
.so-footer .so-col:first-child {
    max-width: none;
}
.so-footer .so-col .so-link {
    font-weight: 700;
}
.so-footer .so-col ul .menu-item {
    margin-bottom: 10px;
}
.so-footer .so-col h6 {
    font-family: "Maison Neue", sans-serif;
    font-size: 18px;
    line-height: 1.7;
    color: #1ab2df;
    padding-bottom: 25px;
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
}
.so-footer .so-col .so-text * {
    font-size: 14px;
}
.so-footer .so-col .so-text a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}
.so-footer .so-col .so-text a:hover {
    color: #1ab2df;
}
.so-footer .so-col .so-text p {
    padding-bottom: 20px;
}
.so-footer-wrap {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    border-top: 1px solid #1e2123;
    padding: 40px 0;
}
.so-footer-wrap ul li {
    display: inline-block;
    margin-right: 30px;
}
.so-footer-wrap ul li a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    color: #fff;
}
.so-footer-wrap ul li a:hover {
    color: #1ab2df;
}
.so-footer-wrap p {
    font-size: 14px;
}
.so-footer-soc {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-top: 32px;
}
.so-footer-soc a {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 64px;
    height: 64px;
    margin-right: 15px;
    border: 1px solid #1a1c1f;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
}
.so-footer-soc a span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    top: -2px;
    left: -2px;
    border-radius: 100%;
    z-index: 3;
}
.so-footer-soc a span:nth-child(2) {
    right: -2px;
    left: auto;
}
.so-footer-soc a span:nth-child(3) {
    right: -2px;
    left: auto;
    top: auto;
    bottom: -2px;
}
.so-footer-soc a span:nth-child(4) {
    top: auto;
    bottom: -2px;
}
.so-footer-soc a i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}
.so-footer-soc a:hover {
    border-color: rgba(26, 178, 223, 0.3);
    background-color: rgba(26, 178, 223, 0.13);
}
.so-footer-soc a:hover span {
    background-color: #1ab2df;
}
.so-footer-soc a:hover i {
    color: #1ab2df;
}

@media screen and (max-width: 1600px) {
    .so-footer {
        padding-top: 40px;
    }
    .so-footer .so-row:first-child {
        padding-bottom: 40px;
    }
    .so-footer .so-row:first-child img {
        max-width: 90px;
    }
    .so-footer .so-row:nth-child(2) {
        padding-bottom: 100px;
    }
    .so-footer .so-col h6 {
        font-size: 16px;
        line-height: 1.7;
    }
    .so-footer .so-col .so-text * {
        font-size: 13px;
    }
    .so-footer .so-col .so-text p {
        padding-bottom: 15px;
    }
    .so-footer-wrap {
        padding: 30px 0;
    }
    .so-footer-wrap ul li {
        margin-right: 20px;
    }
    .so-footer-wrap ul li a {
        font-size: 12px;
    }
    .so-footer-wrap p {
        font-size: 12px;
    }
    .so-footer-soc a {
        width: 50px;
        height: 50px;
    }
}
@media screen and (max-width: 991px) {
    .so-footer {
        padding-top: 40px;
    }
    .so-footer .so-row:nth-child(1) {
        padding-bottom: 20px;
    }
    .so-footer .so-row:nth-child(2) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 40px;
    }
    .so-footer .so-col {
        width: 50%;
        max-width: none;
    }
    .so-footer .so-col:first-child {
        width: 100%;
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 768px) {
    .so-footer {
        padding-top: 20px;
    }
    .so-footer-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 25px 0;
        text-align: center;
    }
    .so-footer-wrap ul {
        width: 100%;
        padding-bottom: 10px;
    }
    .so-footer-wrap ul li {
        margin-right: 10px;
        margin-left: 10px;
    }
    .so-footer-wrap p {
        width: 100%;
    }
    .so-footer .so-row:nth-child(2) {
        padding-bottom: 20px;
    }
    .so-footer .so-col {
        width: 100%;
        padding-bottom: 25px;
    }
    .so-footer .so-col:last-child {
        padding-bottom: 0;
    }
    .so-footer .so-col h6 {
        padding-bottom: 15px;
    }
}
.so-build {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 380px;
    padding-top: 300px;
    position: relative;
    z-index: 5;
}
.so-build:before {
    position: absolute;
    width: auto;
    height: auto;
    background-color: #eceaca;
    opacity: 0.6;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    content: "";
}
.so-build video {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.so-build .so-content {
    position: relative;
    z-index: 3;
}
.so-build .so-row {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    max-width: 1270px;
}
.so-build .so-col:first-child {
    max-width: 400px;
    width: 100%;
}
.so-build .so-col:first-child h4 {
    padding-bottom: 45px;
    line-height: 1.7;
}
.so-build .so-col:first-child p {
    padding-bottom: 50px;
}
.so-build .so-col:last-child {
    max-width: 530px;
    width: 100%;
}
.so-build-letters {
    position: relative;
    max-width: 530px;
    min-height: 106px;
    width: 100%;
}
.so-build-letters-single {
    width: 106px;
    height: 106px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: inline-block;
    position: absolute;
    z-index: 1;
}
.so-build-letters-single-message {
    position: absolute;
    width: auto;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    top: -210px;
    left: 0;
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid #3e3f41;
    min-height: 104px;
    padding: 0 40px;
    min-width: 318px;
    opacity: 0;
    box-sizing: border-box;
}
.so-build-letters-single-message-corner {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent rgba(255, 255, 255, 0.05) transparent;
    opacity: 0;
    top: 0;
    left: 0;
}
.so-build-letters-single-message-corner:before {
    position: absolute;
    width: 148px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #3e3f41;
    top: 53px;
    left: -127px;
    content: "";
}
.so-build-letters-single-message-corner:after {
    position: absolute;
    width: 106px;
    height: 1px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-color: #3e3f41;
    top: 105px;
    left: -105px;
    content: "";
}
.so-build-letters-single-message p {
    padding-bottom: 0;
}
.so-build-letters-single-message i {
    position: absolute;
    width: 3px;
    height: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    border-radius: 100%;
    top: -2px;
    left: -2px;
}
.so-build-letters-single-message i:nth-child(2) {
    left: auto;
    right: -2px;
}
.so-build-letters-single-message i:nth-child(3) {
    left: auto;
    top: auto;
    bottom: -2px;
    right: -2px;
}
.so-build-letters-single-message i:nth-child(4) {
    top: auto;
    bottom: -2px;
}
.so-build-letters-single-corner {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent rgba(84, 248, 162, 0.1) transparent;
    opacity: 0;
    top: 0;
    left: 0;
}
.so-build-letters-single-corner:before {
    position: absolute;
    width: 150px;
    height: 1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #54f8a2;
    top: 52px;
    left: -128px;
    content: "";
}
.so-build-letters-single-empty {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 104px;
    height: 104px;
    top: 0;
    left: 0;
    background-color: rgba(84, 248, 162, 0.1);
    border: 1px solid #54f8a2;
    opacity: 0;
}
.so-build-letters-single-empty i {
    position: absolute;
    width: 3px;
    height: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #54f8a2;
    border-radius: 100%;
    top: -2px;
    left: -2px;
}
.so-build-letters-single-empty i:nth-child(2) {
    left: auto;
    right: -2px;
}
.so-build-letters-single-empty i:nth-child(3) {
    left: auto;
    top: auto;
    bottom: -2px;
    right: -2px;
}
.so-build-letters-single-empty i:nth-child(4) {
    top: auto;
    bottom: -2px;
}
.so-build-letters-single b {
    font-size: 24px;
    line-height: 1;
    font-family: "Michroma", sans-serif;
    position: absolute;
    width: auto;
    height: auto;
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-transform: uppercase;
    color: #54f8a2;
    cursor: pointer;
}
.so-build-letters-single b:before {
    position: absolute;
    width: auto;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(84, 248, 162, 0.1);
    border: 1px solid #54f8a2;
    content: "";
}
.so-build-letters-single b i {
    position: absolute;
    width: 3px;
    height: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #54f8a2;
    border-radius: 100%;
    top: -1px;
    left: -1px;
}
.so-build-letters-single b i:nth-child(2) {
    left: auto;
    right: -1px;
}
.so-build-letters-single b i:nth-child(3) {
    left: auto;
    top: auto;
    bottom: -1px;
    right: -1px;
}
.so-build-letters-single b i:nth-child(4) {
    top: auto;
    bottom: -1px;
}
.so-build-letters-single.active {
    z-index: 2;
}
.so-build-letters-single.active b {
    color: #fff;
}
.so-build-letters-single.active b:before {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: #3e3f41;
}
.so-build-letters-single.active b i {
    background-color: #fff;
}
.so-build-letters-single.active b:hover {
    color: #54f8a2;
}
.so-build-letters-single.active b:hover:before {
    border-color: #54f8a2;
}
.so-build-letters-single.active b:hover i {
    background-color: #54f8a2;
}
.so-build-letters-single b:hover:before {
    background-color: rgba(84, 248, 162, 0.2);
}
.so-build-letters-single:nth-child(1) {
    top: 0;
    left: 0;
}
.so-build-letters-single:nth-child(2) {
    top: 0;
    left: 105px;
}
.so-build-letters-single:nth-child(3) {
    top: 0;
    left: 210px;
}
.so-build-letters-single:nth-child(4) {
    top: 0;
    left: 315px;
}
.so-build-letters-single:nth-child(5) {
    top: 0;
    left: 420px;
}
.so-build-letters.so-build-1
    .so-build-letters-single:nth-child(1)
    .so-build-letters-single-message {
    opacity: 1;
}
.so-build-letters.so-build-1
    .so-build-letters-single:nth-child(1)
    .so-build-letters-single-message-corner {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    left: 0;
    top: -106px;
    opacity: 1;
    border-width: 0 0 106px 106px;
}
.so-build-letters.so-build-2
    .so-build-letters-single:nth-child(1)
    .so-build-letters-single-corner:nth-child(1) {
    left: 0;
    top: -106px;
    opacity: 1;
    border-width: 0 0 106px 106px;
}
.so-build-letters.so-build-2 .so-build-letters-single:nth-child(2) {
    top: -106px;
}
.so-build-letters.so-build-2
    .so-build-letters-single:nth-child(2)
    .so-build-letters-single-message {
    opacity: 1;
}
.so-build-letters.so-build-2
    .so-build-letters-single:nth-child(2)
    .so-build-letters-single-message-corner {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
    top: -106px;
    opacity: 1;
    border-width: 0 0 106px 106px;
}
.so-build-letters.so-build-2
    .so-build-letters-single:nth-child(2)
    .so-build-letters-single-message-corner:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 53px;
    left: -53px;
}
.so-build-letters.so-build-2 .so-build-letters-single:nth-child(3) {
    top: -106px;
}
.so-build-letters.so-build-2
    .so-build-letters-single:nth-child(3)
    .so-build-letters-single-corner:nth-child(1) {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    left: 0;
    top: 106px;
    opacity: 1;
    border-width: 0 0 106px 106px;
}
.so-build-letters.so-build-3 .so-build-letters-single:nth-child(1) {
    top: -105px;
}
.so-build-letters.so-build-3 .so-build-letters-single:nth-child(2) {
    left: 0;
}
.so-build-letters.so-build-3 .so-build-letters-single:nth-child(3) {
    left: 105px;
}
.so-build-letters.so-build-3
    .so-build-letters-single:nth-child(3)
    .so-build-letters-single-message {
    opacity: 1;
    left: 106px;
}
.so-build-letters.so-build-3
    .so-build-letters-single:nth-child(3)
    .so-build-letters-single-message-corner {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    top: -106px;
    opacity: 1;
    border-width: 0 0 106px 106px;
}
.so-build-letters.so-build-3
    .so-build-letters-single:nth-child(3)
    .so-build-letters-single-message-corner:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 53px;
    left: -53px;
}
.so-build-letters.so-build-3
    .so-build-letters-single:nth-child(3)
    .so-build-letters-single-corner:nth-child(1) {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    left: 0;
    top: 106px;
    opacity: 1;
    border-width: 0 0 106px 106px;
}
.so-build-letters.so-build-3 .so-build-letters-single:nth-child(4) {
    left: 210px;
    top: 106px;
}
.so-build-letters.so-build-3
    .so-build-letters-single:nth-child(4)
    .so-build-letters-single-corner:nth-child(1) {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 0;
    top: -106px;
    opacity: 1;
    border-width: 0 0 106px 106px;
}
.so-build-letters.so-build-3 .so-build-letters-single:nth-child(5) {
    left: 315px;
    top: 106px;
}
.so-build-letters.so-build-3
    .so-build-letters-single:nth-child(5)
    .so-build-letters-single-corner:nth-child(1) {
    left: 0;
    top: -106px;
    opacity: 1;
    border-width: 0 0 106px 106px;
}
.so-build-letters.so-build-3
    .so-build-letters-single:nth-child(5)
    .so-build-letters-single-corner:nth-child(2) {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 106px;
    top: 0;
    opacity: 1;
    border-width: 0 0 106px 106px;
}
.so-build-letters.so-build-3
    .so-build-letters-single:nth-child(5)
    .so-build-letters-single-empty {
    top: -105px;
    left: 105px;
    opacity: 1;
}
.so-build-letters.so-build-4 .so-build-letters-single:nth-child(1) {
    top: -106px;
}
.so-build-letters.so-build-4 .so-build-letters-single:nth-child(2) {
    top: -106px;
}
.so-build-letters.so-build-4
    .so-build-letters-single:nth-child(2)
    .so-build-letters-single-corner:nth-child(1) {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    left: 0;
    top: 105px;
    opacity: 1;
    border-width: 0 0 106px 106px;
}
.so-build-letters.so-build-4
    .so-build-letters-single:nth-child(3)
    .so-build-letters-single-empty {
    top: 105px;
    opacity: 1;
}
.so-build-letters.so-build-4 .so-build-letters-single:nth-child(4) {
    top: 106px;
}
.so-build-letters.so-build-4
    .so-build-letters-single:nth-child(4)
    .so-build-letters-single-message {
    opacity: 1;
    left: 106px;
}
.so-build-letters.so-build-4
    .so-build-letters-single:nth-child(4)
    .so-build-letters-single-message-corner {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    top: -106px;
    opacity: 1;
    border-width: 0 0 106px 106px;
}
.so-build-letters.so-build-4
    .so-build-letters-single:nth-child(4)
    .so-build-letters-single-message-corner:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 53px;
    left: -53px;
}
.so-build-letters.so-build-4
    .so-build-letters-single:nth-child(4)
    .so-build-letters-single-corner:nth-child(1) {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    left: -105px;
    top: 105px;
    opacity: 1;
    border-width: 0 0 106px 106px;
    z-index: 2;
}
.so-build-letters.so-build-4
    .so-build-letters-single:nth-child(4)
    .so-build-letters-single-corner:nth-child(1):after {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    top: 104px;
    left: -107px;
    content: "";
}
.so-build-letters.so-build-4
    .so-build-letters-single:nth-child(4)
    .so-build-letters-single-corner:nth-child(2) {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
    top: 105px;
    opacity: 1;
    border-width: 0 0 106px 106px;
    z-index: 1;
}
.so-build-letters.so-build-4
    .so-build-letters-single:nth-child(4)
    .so-build-letters-single-corner:nth-child(2):after {
    position: absolute;
    width: 106px;
    height: 1px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #0c3b4b;
    top: 52px;
    left: -53px;
    content: "";
}
.so-build-letters.so-build-4 .so-build-letters-single:nth-child(5) {
    top: 106px;
}
.so-build-letters.so-build-4
    .so-build-letters-single:nth-child(5)
    .so-build-letters-single-corner:nth-child(1) {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 105px;
    top: 0;
    opacity: 1;
    border-width: 0 0 106px 106px;
}
.so-build-letters.so-build-4
    .so-build-letters-single:nth-child(5)
    .so-build-letters-single-corner:nth-child(2) {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    left: 0;
    top: 105px;
    opacity: 1;
    border-width: 0 0 106px 106px;
}
.so-build-letters.so-build-4
    .so-build-letters-single:nth-child(5)
    .so-build-letters-single-empty {
    top: 105px;
    left: 105px;
    opacity: 1;
}
.so-build-letters.so-build-5 .so-build-letters-single:nth-child(1) {
    top: 106px;
}
.so-build-letters.so-build-5
    .so-build-letters-single:nth-child(1)
    .so-build-letters-single-corner:nth-child(2) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    top: -105px;
    opacity: 1;
    border-width: 0 0 106px 106px;
}
.so-build-letters.so-build-5 .so-build-letters-single:nth-child(2) {
    top: 106px;
}
.so-build-letters.so-build-5
    .so-build-letters-single:nth-child(2)
    .so-build-letters-single-empty {
    top: -105px;
    left: 0;
    opacity: 1;
}
.so-build-letters.so-build-5
    .so-build-letters-single:nth-child(3)
    .so-build-letters-single-empty {
    top: -105px;
    left: -105px;
    opacity: 1;
}
.so-build-letters.so-build-5
    .so-build-letters-single:nth-child(3)
    .so-build-letters-single-corner:nth-child(2) {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 0;
    top: 105px;
    opacity: 1;
    border-width: 0 0 106px 106px;
}
.so-build-letters.so-build-5
    .so-build-letters-single:nth-child(4)
    .so-build-letters-single-corner:nth-child(2) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    top: -105px;
    opacity: 1;
    border-width: 0 0 106px 106px;
}
.so-build-letters.so-build-5 .so-build-letters-single:nth-child(5) {
    top: -106px;
}
.so-build-letters.so-build-5
    .so-build-letters-single:nth-child(5)
    .so-build-letters-single-message {
    opacity: 1;
    left: -212px;
}
.so-build-letters.so-build-5
    .so-build-letters-single:nth-child(5)
    .so-build-letters-single-message-corner {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 0;
    top: -106px;
    opacity: 1;
    border-width: 0 0 106px 106px;
}
.so-build-letters.so-build-5
    .so-build-letters-single:nth-child(5)
    .so-build-letters-single-message-corner:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 53px;
    left: -53px;
}

@media screen and (max-width: 1600px) {
    .so-build {
        padding-bottom: 300px;
        padding-top: 300px;
    }
    .so-build .so-row {
        max-width: 1080px;
    }
    .so-build .so-col:first-child h4 {
        padding-bottom: 25px;
    }
    .so-build .so-col:first-child p {
        padding-bottom: 30px;
    }
    .so-build-letters {
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        left: 0;
    }
    .so-build-letters.so-build-4 {
        left: -50px;
    }
}
@media screen and (max-width: 991px) {
    .so-build {
        padding-bottom: 100px;
        padding-top: 100px;
    }
    .so-build .so-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so-build .so-col {
        max-width: none !important;
        width: 100% !important;
    }
    .so-build .so-col:last-child {
        padding-top: 380px;
        padding-bottom: 300px;
        max-width: 530px !important;
    }
}
@media screen and (max-width: 600px) {
    .so-build .so-col:last-child {
        -webkit-transform: scale(0.45);
        -moz-transform: scale(0.45);
        -o-transform: scale(0.45);
        -ms-transform: scale(0.45);
        transform: scale(0.45);
        padding-top: 200px;
        padding-bottom: 0px;
    }
    .so-build-letters {
        left: -25%;
    }
    .so-build-letters.so-build-4 {
        left: -50%;
    }
    .so-build-letters-single-message p {
        font-size: 20px;
    }
    .so-build-letters-single-message p strong {
        font-size: inherit;
    }
}
.so-home-intro {
    position: relative;
}
.so-home-intro-info {
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    z-index: 4;
}
.so-home-intro-info .so-row {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.so-home-intro-info .so-col {
    width: 50%;
}
.so-home-intro-info .so-col:first-child {
    text-align: left;
}
.so-home-intro-info .so-col:last-child {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    text-align: right;
}
.so-home-intro-info .so-col:last-child p {
    font-size: 13px;
    line-height: 1.7;
    color: #fff;
    max-width: 280px;
    letter-spacing: 0;
    text-align: left;
    padding-right: 45px;
}
.so-home-intro-info .so-arrow {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    position: relative;
    bottom: auto;
    left: auto;
    display: inline-block;
    text-align: left;
}
.so-home-intro-info .so-arrow-parts {
    display: inline-block;
    position: relative;
    left: 2px;
}
.so-home-intro-cont {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -moz-transform: translate(0, -50%) rotate(-90deg);
    -o-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
    z-index: 3;
}
.so-home-intro-cont a {
    font-size: 14px;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-family: sans-serif;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    padding: 18px 0;
    border-bottom: 1px solid transparent;
    border-top: 1px solid transparent;
    margin: 0 40px;
    text-shadow: 0px 0px 0 #1ab2df;
    position: relative;
    display: inline-block;
}
.so-home-intro-cont a:after,
.so-home-intro-cont a:before {
    position: absolute;
    width: 3px;
    height: 16px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("img/home-link.svg");
    bottom: -7px;
    left: 50%;
    margin-left: -2px;
    opacity: 0;
    content: "";
}
.so-home-intro-cont a:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: auto;
    top: -7px;
}
.so-home-intro-cont a.active,
.so-home-intro-cont a:hover {
    border-bottom-color: rgba(26, 178, 223, 0.2);
    border-top-color: rgba(26, 178, 223, 0.2);
    color: #1ab2df;
    text-shadow: 0px 0px 16px #1ab2df;
}
.so-home-intro-cont a.active:after,
.so-home-intro-cont a.active:before,
.so-home-intro-cont a:hover:after,
.so-home-intro-cont a:hover:before {
    opacity: 1;
}
.so-home-intro-slider {
    z-index: 2;
}
.so-home-intro-slider-single {
    min-height: 100vh;
    outline: none;
}
.so-home-intro-slider-single .so-row:before {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #08090a;
    opacity: 0.5;
    z-index: 5;
    content: "";
}
.so-home-intro-slider-single-content {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: relative;
    z-index: 5;
    min-height: 100vh;
}
.so-home-intro-slider-single .so-col:first-child {
    width: 30%;
}
.so-home-intro-slider-single .so-col:last-child {
    width: 70%;
    text-align: right;
}
.so-home-intro-slider-single .so-col:last-child p {
    font-family: sans-serif;
    line-height: 1;
    letter-spacing: 10px;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 30px;
}
.so-home-intro-slider-single .so-col:last-child h2 {
    font-size: 64px;
    letter-spacing: 28px;
    position: relative;
    left: 28px;
}
.so-home-intro-slider-single .so-video video {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.so-home-intro-slider-single-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.so-home-intro-slider-single-image .slick-track {
    min-height: 100vh;
}
.so-home-intro-slider-single-image-single {
    position: absolute !important;
    width: 100%;
    height: 100%;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    outline: none;
}
.so-home-arrows {
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    top: 140px;
}
.so-home-arrows .so-row {
    text-align: center;
}
.so-home-arrows .so-arrow p {
    padding-bottom: 0;
}
.so-home-mission {
    padding-top: 275px;
    padding-bottom: 240px;
}
.so-home-mission .so-arrow {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    text-align: left;
    left: 20px;
    bottom: 0;
}
.so-home-mission .so-arrow-parts {
    display: inline-block;
}
.so-home-mission .so-arrow p {
    padding-bottom: 0;
}
.so-home-mission:before,
.so-home-mission:after {
    width: 480px !important;
    height: 480px !important;
    top: 50px !important;
    left: auto !important;
    right: 40%;
}
.so-home-mission .so-content:before,
.so-home-mission .so-content:after {
    width: 680px !important;
    height: 680px !important;
    top: auto !important;
    left: -10% !important;
    bottom: -400px;
}
.so-home-mission .so-row {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    max-width: 1270px;
}
.so-home-mission .so-col {
    width: 50%;
}
.so-home-mission .so-col:last-child {
    text-align: right;
}
.so-home-mission p {
    padding-bottom: 40px;
    max-width: 450px;
}
.so-home-mission .so-framed-image {
    display: inline-block;
}
.so-home-mission .so-framed-image .so-content {
    padding: 30px;
    border: 1px solid #1a1c1f;
    position: relative;
}
.so-home-mission .so-framed-image .so-content > i {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
}
.so-home-mission .so-framed-image .so-content > i:nth-child(1) {
    top: -2px;
    left: -2px;
}
.so-home-mission .so-framed-image .so-content > i:nth-child(2) {
    top: -2px;
    right: -2px;
}
.so-home-mission .so-framed-image .so-content > i:nth-child(3) {
    bottom: -2px;
    left: -2px;
}
.so-home-mission .so-framed-image .so-content > i:nth-child(4) {
    bottom: -2px;
    right: -2px;
}
.so-home-mission .so-framed-image .so-row {
    padding: 30px;
}
.so-home-mission .so-framed-image img {
    height: 670px;
    filter: drop-shadow(24px 24px 80px rgba(26, 178, 223, 0.3));
}
.so-home-corp {
    padding-bottom: 260px;
}
.so-home-corp:before,
.so-home-corp:after {
    width: 420px !important;
    height: 420px !important;
    left: -200px !important;
    top: 300px !important;
}
.so-home-corp .so-row {
    max-width: 1360px;
    text-align: center;
}
.so-home-corp-logo {
    border: 1px solid #1a1c1f;
    border-bottom: 0;
    padding: 10px;
    display: inline-block;
    margin: auto;
    position: relative;
    top: 11px;
    z-index: 2;
}
.so-home-corp-logo img {
    max-width: 70px;
    width: 100%;
}
.so-home-corp-logo i {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
}
.so-home-corp-logo i:nth-child(1) {
    top: -2px;
    left: -2px;
}
.so-home-corp-logo i:nth-child(2) {
    top: -2px;
    right: -2px;
}
.so-home-corp-logo i:nth-child(3) {
    bottom: -1px;
    left: -2px;
}
.so-home-corp-logo i:nth-child(4) {
    bottom: -1px;
    right: -2px;
}
.so-home-corp-wrap {
    border: 1px solid #1a1c1f;
    text-align: left;
    position: relative;
    z-index: 1;
}
.so-home-corp-info {
    padding: 45px;
}
.so-home-corp-info-bottom {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.so-home-corp-image {
    position: relative;
}
.so-home-corp-image span {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
}
.so-home-corp-image span:nth-child(1) {
    top: -2px;
    left: -2px;
}
.so-home-corp-image span:nth-child(2) {
    top: -2px;
    right: -2px;
}
.so-home-corp-image span:nth-child(3) {
    bottom: -1px;
    left: -2px;
}
.so-home-corp-image span:nth-child(4) {
    bottom: -1px;
    right: -2px;
}
.so-home-corp-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 420px;
    width: 100%;
}
.so-home-corp p {
    max-width: 720px;
    padding-bottom: 40px;
}
.so-home-time {
    padding-bottom: 300px;
}
.so-home-time:before,
.so-home-time:after {
    width: 600px !important;
    height: 600px !important;
    left: auto !important;
    right: -300px !important;
    top: -300px !important;
}
.so-home-time .so-content:before,
.so-home-time .so-content:after {
    width: 700px !important;
    height: 700px !important;
    left: auto !important;
    right: 30% !important;
    top: auto !important;
    bottom: -500px !important;
}
.so-home-time .so-row {
    max-width: 1360px;
}
.so-home-time .so-row > h4 {
    text-align: center;
    padding-bottom: 100px;
}
.so-home-time-head {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-bottom: 30px;
}
.so-home-time-head-year {
    font-size: 36px;
    line-height: 1.5;
    font-family: "Michroma", sans-serif;
    color: #fff;
    letter-spacing: 8px;
    display: inline-block;
    padding-left: 45px;
}
.so-home-time-head-buttons-single {
    -webkit-touch-callout: none;
    user-select: none;
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 66px;
    z-index: 2;
}
.so-home-time-head-buttons-single-arrow {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 64px;
    height: 64px;
    border: 1px solid rgba(26, 178, 223, 0.2);
    background-color: rgba(26, 178, 223, 0.1);
    top: 0;
    left: 0;
    bottom: 0;
}
.so-home-time-head-buttons-single-arrow:before {
    position: absolute;
    width: 10px;
    height: 18px;
    background-image: url("img/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -9px;
    left: 50%;
    margin-left: -5px;
    content: "";
}
.so-home-time-head-buttons-single-arrow span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 1;
    top: -1px;
    left: -1px;
    border: 2px solid #1ab2df;
}
.so-home-time-head-buttons-single-arrow span:nth-child(1) {
    border-bottom-width: 0;
    border-right-width: 0;
}
.so-home-time-head-buttons-single-arrow span:nth-child(2) {
    left: auto;
    right: -1px;
    border-bottom-width: 0;
    border-left-width: 0;
}
.so-home-time-head-buttons-single-arrow span:nth-child(3) {
    left: auto;
    top: auto;
    bottom: -1px;
    right: -1px;
    border-top-width: 0;
    border-left-width: 0;
}
.so-home-time-head-buttons-single-arrow span:nth-child(4) {
    top: auto;
    bottom: -1px;
    border-top-width: 0;
    border-right-width: 0;
}
.so-home-time-head-buttons-single > span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 1;
    font-family: sans-serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 6px;
    border: 1px solid #1a1c1f;
    display: inline-block;
    padding: 25px 45px;
    position: relative;
}
.so-home-time-head-buttons-single > span:before,
.so-home-time-head-buttons-single > span:after {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    top: -2px;
    right: -2px;
    content: "";
}
.so-home-time-head-buttons-single > span:after {
    top: auto;
    bottom: -2px;
}
.so-home-time-head-buttons-single:last-child {
    margin-left: 30px;
    padding-right: 66px;
    padding-left: 0;
}
.so-home-time-head-buttons-single:last-child
    .so-home-time-head-buttons-single-arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: 0;
}
.so-home-time-head-buttons-single:last-child > span:before,
.so-home-time-head-buttons-single:last-child > span:after {
    right: auto;
    left: -2px;
}
.so-home-time-head-buttons-single:hover {
    background-color: rgba(26, 178, 223, 0.13);
}
.so-home-time-head-buttons-single:hover
    .so-home-time-head-buttons-single-arrow
    span {
    width: 30px;
    height: 30px;
}
.so-home-time-head-buttons-single:hover > span {
    border-color: rgba(26, 178, 223, 0.3);
    color: #1ab2df;
}
.so-home-time-head-buttons-single:hover > span:before,
.so-home-time-head-buttons-single:hover > span:after {
    background-color: #1ab2df;
}
.so-home-time-line {
    position: relative;
}
.so-home-time-line-main {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 8000px;
    height: auto;
    border-bottom: 1px solid #0e4a5c;
    left: 100px;
    padding-top: 24px;
}
.so-home-time-line-main i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 12px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("img/line_year.svg");
    bottom: 0;
    left: 20px;
    z-index: 2;
}
.so-home-time-line-main i:nth-child(2) {
    filter: blur(6px);
}
.so-home-time-line-main span {
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 12px;
    background-color: #0e4a5c;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.so-home-time-slider {
    padding-bottom: 65px;
    padding-top: 90px;
}
.so-home-time-slider-single {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    display: flex !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
    outline: none;
}
.so-home-time-slider-single-block {
    width: 32%;
    box-sizing: border-box;
    padding: 25px 30px 30px 30px;
    position: relative;
}
.so-home-time-slider-single-block:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, #1a1c1f, #1a1c1f),
        linear-gradient(225deg, #1a1c1f, #1a1c1f),
        linear-gradient(0deg, #1a1c1f, #1a1c1f),
        linear-gradient(90deg, #1a1c1f, #1a1c1f),
        linear-gradient(
            135deg,
            transparent 21px,
            #1a1c1f 23px,
            #1a1c1f 21px,
            transparent 10px
        );
    background-position: top right, top right, bottom left, bottom left,
        top -8px left;
    background-size: calc(100% - 22px) 1px, 1px 100%, 100% 1px,
        1px calc(100% - 22px), 31px 35px;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 1;
    content: "";
    will-change: opacity;
}
.so-home-time-slider-single-block i {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    top: -1px;
    left: -1px;
    display: inline-block;
    z-index: 2;
}
.so-home-time-slider-single-block i:nth-child(2) {
    top: auto;
    bottom: -1px;
}
.so-home-time-slider-single-block i:nth-child(3) {
    top: auto;
    bottom: -1px;
    left: auto;
    right: -1px;
}
.so-home-time-slider-single-block i:nth-child(4) {
    left: auto;
    right: 22px;
}
.so-home-time-slider-single-block i:nth-child(5) {
    left: auto;
    right: -1px;
    top: 22px;
}
.so-home-time-slider-single-block span {
    font-size: 24px;
    line-height: 1;
    font-family: "Michroma", sans-serif;
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 2px;
    display: block;
    padding-bottom: 60px;
    color: #3d4147;
}
.so-home-time-slider-single-block p {
    color: #fff;
    padding-bottom: 0;
}
.so-home-time-slider-single-block:nth-child(2) {
    background: linear-gradient(90deg, #1c272e 0%, rgba(28, 39, 46, 0.05) 100%);
}
.so-home-time-slider-single-block:nth-child(2) span {
    color: #fff;
}
.so-home-time .so-button {
    width: 100%;
    text-align: center;
}
.so-home-hold {
    padding-bottom: 400px;
}
.so-home-hold:before,
.so-home-hold:after {
    width: 520px !important;
    height: 520px !important;
    left: 20% !important;
    top: auto !important;
    bottom: 100px !important;
}
.so-home-hold .so-row {
    max-width: 1360px;
}
.so-home-hold .so-row > h4 {
    text-align: center;
    padding-bottom: 100px;
}
.so-home-hold-slider-single {
    outline: none;
}
.so-home-hold-slider-single i {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    top: -1px;
    left: -1px;
    z-index: 2;
}
.so-home-hold-slider-single-wrap {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    display: flex !important;
    display: -webkit-flex !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    margin: 2px;
    position: relative;
}
.so-home-hold-slider-single-wrap:before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, #1a1c1f, #1a1c1f),
        linear-gradient(225deg, #1a1c1f, #1a1c1f),
        linear-gradient(0deg, #1a1c1f, #1a1c1f),
        linear-gradient(90deg, #1a1c1f, #1a1c1f),
        linear-gradient(
            135deg,
            transparent 21px,
            #1a1c1f 23px,
            #1a1c1f 21px,
            transparent 10px
        );
    background-position: top right, top right, bottom left, bottom left,
        top -8px left;
    background-size: calc(100% - 22px) 1px, 1px 100%, 100% 1px,
        1px calc(100% - 22px), 31px 35px;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 1;
    content: "";
    will-change: opacity;
}
.so-home-hold-slider-single-wrap > i:nth-child(1) {
    top: 22px;
}
.so-home-hold-slider-single-wrap > i:nth-child(2) {
    top: auto;
    bottom: -1px;
}
.so-home-hold-slider-single-wrap > i:nth-child(3) {
    top: -1px;
    left: 22px;
}
.so-home-hold-slider-single-wrap > i:nth-child(4) {
    top: auto;
    left: auto;
    bottom: -1px;
    right: -1px;
}
.so-home-hold-slider-single .so-col {
    width: 44%;
    position: relative;
    z-index: 2;
}
.so-home-hold-slider-single .so-col:nth-child(5) {
    border-right: 1px solid #1a1c1f;
}
.so-home-hold-slider-single .so-col:nth-child(5) > i {
    right: -2px;
    left: auto;
}
.so-home-hold-slider-single .so-col:nth-child(5) > i:nth-child(2) {
    top: auto;
    bottom: -1px;
}
.so-home-hold-slider-single .so-col:last-child {
    width: 56%;
}
.so-home-hold-slider-single-logo {
    padding: 28px 40px 40px 40px;
    border-bottom: 1px solid #1a1c1f;
    position: relative;
}
.so-home-hold-slider-single-logo > i {
    top: auto;
    left: -1px;
    bottom: -2px;
}
.so-home-hold-slider-single-logo > i:nth-child(2) {
    left: auto;
    right: -2px;
}
.so-home-hold-slider-single-logo img {
    max-height: 45px;
}
.so-home-hold-slider-single-image {
    padding: 45px;
}
.so-home-hold-slider-single-image img {
    -o-object-fit: cover;
    object-fit: cover;
    min-height: 590px;
}
.so-home-hold-slider-single-head {
    position: relative;
    padding: 45px 105px 60px 65px;
    border-bottom: 1px solid #1a1c1f;
}
.so-home-hold-slider-single-head .so-button {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    bottom: 100%;
    right: 0;
    text-align: center;
    transform-origin: bottom right;
    padding-left: 0;
    padding-right: 0;
}
.so-home-hold-slider-single-head i {
    top: auto;
    bottom: -2px;
    left: -2px;
}
.so-home-hold-slider-single-head-line {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-bottom: 115px;
    position: relative;
    top: 5px;
}
.so-home-hold-slider-single-head-line > span:nth-child(1) {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.so-home-hold-slider-single-head-line > span:nth-child(1) img {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 5px;
    position: relative;
    width: 30px;
    height: auto;
    cursor: pointer;
    opacity: 1;
}
.so-home-hold-slider-single-head-line > span:nth-child(1) img:hover {
    opacity: 0.7;
}
.so-home-hold-slider-single-head-line > span:nth-child(1) img:nth-child(6) {
    top: 4px;
}
.so-home-hold-slider-single-head-line > span:nth-child(1) img:nth-child(5) {
    top: 5px;
    right: -2px;
}
.so-home-hold-slider-single-head-line > span:nth-child(1) img:nth-child(1) {
    top: 4px;
    right: -4px;
}
.so-home-hold-slider-single-head-line > span:nth-child(1) img:nth-child(3) {
    top: 3px;
    right: -1px;
}
.so-home-hold-slider-single-head-line > span:nth-child(1) img:nth-child(2) {
    top: 7px;
}
.so-home-hold-slider-single-head-line span {
    font-size: 14px;
    line-height: 1;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #a9b2b8;
}
.so-home-hold-slider-single-head-line-current {
    color: #fff !important;
}
.so-home-hold-slider-single-head h4 {
    line-height: 1.9;
    max-width: 290px;
    padding-bottom: 0;
}
.so-home-hold-slider-single-head-main {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}
.so-home-hold-slider-single-head-main-buttons-single {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    width: 64px;
    height: 64px;
    border: 1px solid rgba(26, 178, 223, 0.2);
    background-color: rgba(26, 178, 223, 0.1);
    display: inline-block;
    cursor: pointer;
}
.so-home-hold-slider-single-head-main-buttons-single:last-child {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-left: 15px;
}
.so-home-hold-slider-single-head-main-buttons-single:before {
    position: absolute;
    width: 10px;
    height: 18px;
    background-image: url("img/arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -9px;
    left: 50%;
    margin-left: -5px;
    content: "";
}
.so-home-hold-slider-single-head-main-buttons-single span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 10px;
    height: 10px;
    opacity: 1;
    top: -1px;
    left: -1px;
    border: 2px solid #1ab2df;
}
.so-home-hold-slider-single-head-main-buttons-single span:nth-child(1) {
    border-bottom-width: 0;
    border-right-width: 0;
}
.so-home-hold-slider-single-head-main-buttons-single span:nth-child(2) {
    left: auto;
    right: -1px;
    border-bottom-width: 0;
    border-left-width: 0;
}
.so-home-hold-slider-single-head-main-buttons-single span:nth-child(3) {
    left: auto;
    top: auto;
    bottom: -1px;
    right: -1px;
    border-top-width: 0;
    border-left-width: 0;
}
.so-home-hold-slider-single-head-main-buttons-single span:nth-child(4) {
    top: auto;
    bottom: -1px;
    border-top-width: 0;
    border-right-width: 0;
}
.so-home-hold-slider-single-head-main-buttons-single:hover span {
    width: 40px;
    height: 40px;
}
.so-home-hold-slider-single-info {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 65px;
}
.so-home-hold-slider-single-info p {
    color: #fff;
    padding-bottom: 100px;
}
.so-home-hold-slider-single-info-buttons {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 100%;
}
.so-home-hold-slider-single-info-buttons-single {
    font-size: 16px;
    line-height: 1;
    font-family: sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 6px;
    text-transform: uppercase;
    padding: 30px 0;
    border: 1px solid #1a1c1f;
    color: #fff;
    width: 40%;
    text-align: center;
    position: relative;
}
.so-home-hold-slider-single-info-buttons-single i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    top: -2px;
    left: -2px;
    content: "";
}
.so-home-hold-slider-single-info-buttons-single i:nth-child(2) {
    top: auto;
    bottom: -2px;
}
.so-home-hold-slider-single-info-buttons-single i:nth-child(3) {
    left: auto;
    right: -2px;
}
.so-home-hold-slider-single-info-buttons-single i:nth-child(4) {
    left: auto;
    right: -2px;
    top: auto;
    bottom: -2px;
}
.so-home-hold-slider-single-info-buttons-single:last-child {
    border-left-width: 0;
    width: 60%;
}
.so-home-hold-slider-single-info-buttons-single:hover {
    background-color: rgba(26, 178, 223, 0.13);
    border-color: rgba(26, 178, 223, 0.3);
    color: #1ab2df;
}
.so-home-hold-slider-single-info-buttons-single:hover i {
    background-color: #1ab2df;
}

@media screen and (max-width: 1600px) {
    .so-home-intro-info {
        bottom: 45px;
    }
    .so-home-intro-info .so-col:last-child {
        display: flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        text-align: right;
    }
    .so-home-intro-info .so-col:last-child p {
        padding-right: 30px;
    }
    .so-home-intro-info .so-arrow {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        position: relative;
        bottom: auto;
        left: auto;
        display: inline-block;
        text-align: left;
    }
    .so-home-intro-info .so-arrow-parts {
        display: inline-block;
        position: relative;
        left: 2px;
    }
    .so-home-intro-cont {
        -webkit-transform: translate(-100px, -50%) rotate(-90deg);
        -moz-transform: translate(-100px, -50%) rotate(-90deg);
        -o-transform: translate(-100px, -50%) rotate(-90deg);
        -ms-transform: translate(-100px, -50%) rotate(-90deg);
        transform: translate(-100px, -50%) rotate(-90deg);
    }
    .so-home-intro-cont a {
        margin: 0 30px;
    }
    .so-home-intro-slider-single .so-col:last-child p {
        letter-spacing: 8px;
        padding-bottom: 20px;
    }
    .so-home-intro-slider-single .so-col:last-child h2 {
        font-size: 54px;
        letter-spacing: 12px;
        left: 12px;
    }
    .so-home-mission {
        padding-top: 230px;
        padding-bottom: 200px;
    }
    .so-home-mission .so-row {
        max-width: 1080px;
    }
    .so-home-mission p {
        padding-bottom: 30px;
    }
    .so-home-mission .so-framed-image {
        max-width: 500px;
    }
    .so-home-mission .so-framed-image .so-content {
        padding: 20px;
    }
    .so-home-mission .so-framed-image .so-row {
        padding: 20px;
    }
    .so-home-mission .so-framed-image img {
        height: 600px;
    }
    .so-home-corp {
        padding-bottom: 220px;
    }
    .so-home-corp .so-row {
        max-width: 1140px;
    }
    .so-home-corp-info {
        padding: 30px;
    }
    .so-home-corp-image img {
        height: 320px;
    }
    .so-home-corp p {
        max-width: 600px;
        padding-bottom: 30px;
    }
    .so-home-time {
        padding-bottom: 200px;
    }
    .so-home-time .so-row {
        max-width: 1140px;
    }
    .so-home-time .so-row > h4 {
        padding-bottom: 80px;
    }
    .so-home-time-head-year {
        font-size: 30px;
        line-height: 1.5;
    }
    .so-home-time-head-buttons-single {
        padding-left: 56px;
    }
    .so-home-time-head-buttons-single-arrow {
        position: absolute;
        width: 54px;
        height: 54px;
    }
    .so-home-time-head-buttons-single-arrow span {
        width: 8px;
        height: 8px;
    }
    .so-home-time-head-buttons-single > span {
        padding: 20px 40px;
    }
    .so-home-time-head-buttons-single:last-child {
        margin-left: 20px;
        padding-right: 56px;
    }
    .so-home-time-slider {
        padding-bottom: 45px;
        padding-top: 70px;
    }
    .so-home-time-slider-single-block span {
        font-size: 22px;
        line-height: 1;
        padding-bottom: 50px;
    }
    .so-home-time-slider-single-block p {
        font-size: 14px;
    }
    .so-home-hold {
        padding-bottom: 300px;
    }
    .so-home-hold .so-row {
        max-width: 1140px;
    }
    .so-home-hold .so-row > h4 {
        padding-bottom: 80px;
    }
    .so-home-hold-slider-single-logo img {
        max-height: 36px;
    }
    .so-home-hold-slider-single-image {
        padding: 40px;
    }
    .so-home-hold-slider-single-image img {
        min-height: 490px;
    }
    .so-home-hold-slider-single-head {
        position: relative;
        padding: 40px 95px 40px 45px;
    }
    .so-home-hold-slider-single-head-line {
        padding-bottom: 100px;
    }
    .so-home-hold-slider-single-head-main-buttons-single {
        position: relative;
        width: 54px;
        height: 54px;
    }
    .so-home-hold-slider-single-head-main-buttons-single span {
        position: absolute;
        width: 8px;
        height: 8px;
    }
    .so-home-hold-slider-single-info {
        padding: 45px;
    }
    .so-home-hold-slider-single-info p {
        padding-bottom: 80px;
    }
    .so-home-hold-slider-single-info-buttons-single {
        font-size: 14px;
        line-height: 1;
        letter-spacing: 4px;
        padding: 20px 0;
    }
}
@media screen and (max-width: 991px) {
    .so-home-arrows {
        display: none;
    }
    .so-home-intro-info {
        bottom: 20px;
    }
    .so-home-intro-info .so-col {
        width: 100%;
    }
    .so-home-intro-info .so-col:last-child p {
        max-width: none;
    }
    .so-home-intro-info .so-row {
        display: flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so-home-corp {
        padding-bottom: 140px;
    }
    .so-home-corp-info-bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so-home-time {
        padding-bottom: 150px;
        z-index: 2;
    }
    .so-home-hold {
        padding-bottom: 150px;
        z-index: 3;
    }
    .so-home-hold-slider-single-head-main {
        display: flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so-home-hold-slider-single-head-main h4 {
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 768px) {
    .so-home-intro-cont {
        -webkit-transform: translate(-150px, -50%) rotate(-90deg);
        -moz-transform: translate(-150px, -50%) rotate(-90deg);
        -o-transform: translate(-150px, -50%) rotate(-90deg);
        -ms-transform: translate(-150px, -50%) rotate(-90deg);
        transform: translate(-150px, -50%) rotate(-90deg);
    }
    .so-home-intro-slider-single .so-col:last-child h2 {
        font-size: 44px;
    }
    .so-home-mission {
        padding-top: 150px;
        padding-bottom: 120px;
    }
    .so-home-mission .so-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .so-home-mission .so-col {
        width: 100%;
    }
    .so-home-mission .so-framed-image {
        max-width: none;
        margin-bottom: 30px;
    }
    .so-home-mission .so-arrow {
        display: none;
    }
    .so-home-hold-slider-single .so-home-hold-slider-single-head-line {
        display: flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so-home-hold-slider-single
        .so-home-hold-slider-single-head-line
        .so-home-hold-slider-single-head-line-triggers {
        padding-bottom: 20px;
    }
    .so-home-hold-slider-single-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so-home-hold-slider-single-wrap .so-col {
        width: 100% !important;
    }
    .so-home-hold-slider-single-wrap .so-col:nth-child(5) {
        border-right-width: 0;
        border-bottom: 1px solid #1a1c1f;
    }
    .so-home-hold-slider-single-wrap .so-col:nth-child(5) > i:nth-child(2) {
        right: auto;
        left: -2px;
    }
    .so-home-time-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so-home-time-head-year {
        padding-bottom: 20px;
        padding-left: 0;
    }
    .so-home-time-slider-single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so-home-time-slider-single-block {
        width: 100%;
        margin-bottom: 20px;
    }
    .so-home-time-slider-single-block:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 600px) {
    .so-home-intro-cont {
        -webkit-transform: translate(0, 0) rotate(0deg);
        -moz-transform: translate(0, 0) rotate(0deg);
        -o-transform: translate(0, 0) rotate(0deg);
        -ms-transform: translate(0, 0) rotate(0deg);
        transform: translate(0, 0) rotate(0deg);
        top: 90px;
        width: 100%;
    }
    .so-home-intro-cont a {
        font-size: 10px;
        margin: 0 15px;
    }
    .so-home-intro-slider-single {
        min-height: 500px;
    }
    .so-home-intro-slider-single-content {
        min-height: 500px;
        padding-top: 100px;
        padding-bottom: 150px;
    }
    .so-home-intro-slider-single .so-col:first-child {
        display: none;
    }
    .so-home-intro-slider-single .so-col:last-child {
        width: 100%;
    }
    .so-home-intro-slider-single .so-col:last-child p {
        line-height: 1.3;
    }
    .so-home-intro-slider-single .so-col:last-child h2 {
        font-size: 20px;
    }
    .so-home-intro-info .so-col:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so-home-intro-info .so-col:last-child p {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .so-home-mission {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .so-home-hold {
        padding-bottom: 70px;
    }
    .so-home-hold .so-row > h4 {
        padding-bottom: 40px;
    }
    .so-home-hold-slider-single-logo {
        padding: 20px 30px 30px 30px;
    }
    .so-home-hold-slider-single-image {
        padding: 30px;
    }
    .so-home-hold-slider-single-image img {
        min-height: 150px;
        width: 100%;
    }
    .so-home-hold-slider-single-head {
        padding: 30px 85px 30px 30px;
    }
    .so-home-hold-slider-single-head-line {
        padding-bottom: 20px;
    }
    .so-home-hold-slider-single-head-line span {
        font-size: 12px;
    }
    .so-home-hold-slider-single-info {
        padding: 30px;
    }
    .so-home-hold-slider-single-info p {
        padding-bottom: 20px;
    }
    .so-home-hold-slider-single-info-buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so-home-hold-slider-single-info-buttons-single {
        width: 100% !important;
    }
    .so-home-hold-slider-single-info-buttons-single:first-child:after {
        position: absolute;
        width: 3px;
        height: 3px;
        background-color: #fff;
        border-radius: 100%;
        top: -2px;
        right: -2px;
        content: "";
    }
    .so-home-hold-slider-single-info-buttons-single:last-child {
        border-left-width: 1px;
    }
    .so-home-time {
        padding-bottom: 70px;
    }
    .so-home-time .so-row > h4 {
        padding-bottom: 40px;
    }
    .so-home-time-head-buttons {
        text-align: center;
    }
    .so-home-time-head-buttons-single:last-child {
        margin-left: 0;
        margin-top: 15px;
    }
    .so-home-time-slider-single-block span {
        padding-bottom: 30px;
    }
    .so-home-corp {
        padding-bottom: 70px;
    }
    .so-home-corp-image img {
        height: 200px;
        width: 100%;
    }
    .so-home-corp-info {
        padding: 20px;
    }
    .so-home-corp-info h4 {
        font-size: 14px;
    }
    .so-home-corp-info .so-button {
        padding: 20px;
    }
}
.so-modal-team {
    max-width: 1080px !important;
    background-color: transparent !important;
}
.so-modal-team .so-home-time-head-buttons-single-arrow {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    left: -90px;
    cursor: pointer;
    z-index: 2;
}
.so-modal-team .so-home-time-head-buttons-single-arrow:before {
    margin-left: -6px;
}
.so-modal-team .so-home-time-head-buttons-single-arrow:hover span {
    width: 100%;
    height: 100%;
}
.so-modal-team .so-home-time-head-buttons-single-arrow:nth-child(2) {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: -90px;
}
.so-modal-team .so-modal-close {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 62px;
    height: 62px;
    background-color: rgba(6, 7, 9, 0.8);
    border: 1px solid #1a1c1f;
    top: -64px;
    right: -64px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url("img/close.svg");
    z-index: 4;
}
.so-modal-team .so-modal-close i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
}
.so-modal-team .so-modal-close i:nth-child(1) {
    top: -2px;
    left: -2px;
}
.so-modal-team .so-modal-close i:nth-child(2) {
    top: -2px;
    right: -2px;
}
.so-modal-team .so-modal-close i:nth-child(3) {
    bottom: -2px;
    right: -2px;
}
.so-modal-team .so-modal-close i:nth-child(4) {
    bottom: -2px;
    left: -2px;
}
.so-modal-team .so-modal-close:hover {
    border-color: rgba(26, 178, 223, 0.3);
    background-color: rgba(26, 178, 223, 0.13);
}
.so-modal-team .so-modal-close:hover i {
    background-color: #1ab2df;
}
.so-modal-team-slider {
    position: relative;
    z-index: 1;
}
.so-modal-team-slider .slick-list {
    overflow: visible;
}
.so-modal-team-slider button {
    display: none;
}
.so-modal-team-slider-single {
    background-color: rgba(6, 7, 9, 0.8) !important;
    border: 1px solid #1a1c1f;
}
.so-modal-team-slider-single-wrap {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
}
.so-modal-team-image {
    position: relative;
    min-height: 480px;
    width: 45%;
    border-right: 1px solid #1a1c1f;
}
.so-modal-team-image i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    z-index: 2;
}
.so-modal-team-image i:nth-child(1) {
    top: -2px;
    left: -2px;
}
.so-modal-team-image i:nth-child(2) {
    top: -2px;
    right: -2px;
}
.so-modal-team-image i:nth-child(3) {
    bottom: -2px;
    right: -2px;
}
.so-modal-team-image i:nth-child(4) {
    bottom: -2px;
    left: -2px;
}
.so-modal-team-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.so-modal-team-info {
    width: 55%;
    box-sizing: border-box;
    padding: 45px;
    position: relative;
}
.so-modal-team-info:before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    bottom: -2px;
    right: -2px;
    content: "";
}
.so-modal-team-info-head {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.so-modal-team-info h4 {
    font-family: "Maison Neue", sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    padding-bottom: 10px;
}
.so-modal-team-info strong {
    font-size: 16px;
    color: #a9b2b8;
    display: block;
    padding-bottom: 40px;
    font-weight: 400;
}
.so-modal-team-info p {
    color: #fff;
    padding-bottom: 50px;
}
.so-modal-team-count span {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #a9b2b8;
}
.so-modal-team-count-current {
    color: #fff !important;
    padding-right: 4px;
}
.so-modal-team-count-all {
    padding-left: 6px;
}

.so-about-founder {
    padding-top: 140px;
    padding-bottom: 95px;
}
.so-about-founder .so-row {
    text-align: center;
    max-width: 1040px;
}
.so-about-founder .so-row:nth-child(2) {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.so-about-founder h4 {
    padding-bottom: 60px;
}
.so-about-founder-single {
    width: 185px;
    cursor: pointer;
}
.so-about-founder-single-image {
    position: relative;
    margin-bottom: 15px;
}
.so-about-founder-single-image:after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 100px;
    height: 100px;
    background-color: #1ab2df;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    filter: blur(50px);
    z-index: -1;
    opacity: 0;
    content: "";
}
.so-about-founder-single-image-wrap {
    position: absolute;
    width: auto;
    height: auto;
    border: 1px solid #1a1c1f;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
}
.so-about-founder-single-image-wrap:before,
.so-about-founder-single-image-wrap:after {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    content: "";
}
.so-about-founder-single-image-wrap:before {
    top: 0;
    right: 0;
}
.so-about-founder-single-image-wrap:after {
    bottom: 0;
    left: 0;
}
.so-about-founder-single-image img {
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.so-about-founder-single strong {
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    display: block;
    padding-bottom: 8px;
}
.so-about-founder-single p {
    font-size: 16px;
}
.so-about-founder-single:hover .so-about-founder-single-image:after {
    opacity: 1;
}
.so-about-founder-single:hover .so-about-founder-single-image-wrap {
    border-color: #1ab2df;
}
.so-about-founder-info {
    padding: 40px 60px 50px 60px;
    border: 1px solid #1a1c1f;
    position: relative;
    box-sizing: border-box;
    width: calc(100% - 250px);
    text-align: left;
}
.so-about-founder-info:before,
.so-about-founder-info:after {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #fff;
    content: "";
}
.so-about-founder-info:before {
    top: 0;
    right: 0;
}
.so-about-founder-info:after {
    bottom: 0;
    left: 0;
}
.so-about-founder-info p {
    font-size: 16px;
    line-height: 2.1;
    font-weight: 400;
    font-style: italic;
}
.so-about-intro {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 100vh;
    position: relative;
}
.so-about-intro:before {
    position: absolute;
    width: 100%;
    height: 101%;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(6, 7, 9, 0.6) 0%, #eceaca 100%);
    content: "";
}
.so-about-intro video {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.so-about-intro .so-content {
    width: 100%;
    position: relative;
    z-index: 3;
}
.so-about-intro .so-row {
    text-align: center;
}
.so-about-intro h1 {
    max-width: 580px;
    margin: auto;
    padding-bottom: 80px;
}
.so-about-intro p {
    max-width: 800px;
    margin: auto;
}
.so-about-vision {
    padding-top: 230px;
    padding-bottom: 240px;
}
.so-about-vision:before,
.so-about-vision:after {
    top: 240px !important;
    left: -120px !important;
}
.so-about-vision .so-row {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.so-about-vision .so-col {
    width: 50%;
    text-align: center;
}
.so-about-vision .so-col:first-child .so-about-vision-icon-center {
    border-radius: 100%;
}
.so-about-vision .so-col:first-child .so-about-vision-icon span:nth-child(2) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-radius: 100%;
    will-change: transform;
    animation: dots_rotate 3s linear infinite;
}
.so-about-vision .so-col:first-child .so-about-vision-icon span:nth-child(3) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-radius: 100%;
    will-change: transform;
    animation: dots_rotate 4s linear infinite;
}
.so-about-vision .so-col:first-child .so-about-vision-icon span:nth-child(4) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    border-radius: 100%;
    will-change: transform;
    animation: dots_rotate 6s linear infinite;
}
.so-about-vision
    .so-col:first-child
    .so-about-vision-icon
    span:nth-child(2):after,
.so-about-vision
    .so-col:first-child
    .so-about-vision-icon
    span:nth-child(2):before,
.so-about-vision
    .so-col:first-child
    .so-about-vision-icon
    span:nth-child(3):after,
.so-about-vision
    .so-col:first-child
    .so-about-vision-icon
    span:nth-child(3):before,
.so-about-vision
    .so-col:first-child
    .so-about-vision-icon
    span:nth-child(4):after,
.so-about-vision
    .so-col:first-child
    .so-about-vision-icon
    span:nth-child(4):before {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #1ab2df;
    top: -2px;
    left: 50%;
    border-radius: 100%;
    content: "";
}
.so-about-vision
    .so-col:first-child
    .so-about-vision-icon
    span:nth-child(2):before,
.so-about-vision
    .so-col:first-child
    .so-about-vision-icon
    span:nth-child(3):before,
.so-about-vision
    .so-col:first-child
    .so-about-vision-icon
    span:nth-child(4):before {
    top: auto;
    bottom: -2px;
}
.so-about-vision
    .so-col:last-child
    .so-about-vision-icon
    span:nth-child(2):after,
.so-about-vision
    .so-col:last-child
    .so-about-vision-icon
    span:nth-child(2):before,
.so-about-vision
    .so-col:last-child
    .so-about-vision-icon
    span:nth-child(3):after,
.so-about-vision
    .so-col:last-child
    .so-about-vision-icon
    span:nth-child(3):before,
.so-about-vision
    .so-col:last-child
    .so-about-vision-icon
    span:nth-child(4):after,
.so-about-vision
    .so-col:last-child
    .so-about-vision-icon
    span:nth-child(4):before {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #1ab2df;
    top: -2px;
    left: -2px;
    content: "";
}
.so-about-vision
    .so-col:last-child
    .so-about-vision-icon
    span:nth-child(2):before,
.so-about-vision
    .so-col:last-child
    .so-about-vision-icon
    span:nth-child(3):before,
.so-about-vision
    .so-col:last-child
    .so-about-vision-icon
    span:nth-child(4):before {
    top: auto;
    bottom: -2px;
}
.so-about-vision
    .so-col:last-child
    .so-about-vision-icon
    span:nth-child(2):after {
    will-change: top, left;
    animation: square_anim_1 4s linear infinite;
}
.so-about-vision
    .so-col:last-child
    .so-about-vision-icon
    span:nth-child(3):after {
    will-change: top, left;
    animation: square_anim_1 6s linear infinite;
    animation-direction: reverse;
}
.so-about-vision
    .so-col:last-child
    .so-about-vision-icon
    span:nth-child(4):after {
    will-change: top, left;
    animation: square_anim_1 8s linear infinite;
}
.so-about-vision
    .so-col:last-child
    .so-about-vision-icon
    span:nth-child(2):before,
.so-about-vision
    .so-col:last-child
    .so-about-vision-icon
    span:nth-child(3):before,
.so-about-vision
    .so-col:last-child
    .so-about-vision-icon
    span:nth-child(4):before {
    will-change: bottom, right;
    bottom: -2px;
    right: -2px;
    top: auto;
    left: auto;
}
.so-about-vision
    .so-col:last-child
    .so-about-vision-icon
    span:nth-child(2):before {
    animation: square_anim_2 4s linear infinite;
}
.so-about-vision
    .so-col:last-child
    .so-about-vision-icon
    span:nth-child(3):before {
    animation: square_anim_2 6s linear infinite;
    animation-direction: reverse;
}
.so-about-vision
    .so-col:last-child
    .so-about-vision-icon
    span:nth-child(4):before {
    animation: square_anim_2 8s linear infinite;
}
.so-about-vision-icon {
    width: 132px;
    height: 132px;
    position: relative;
    display: inline-block;
    margin: auto;
    margin-bottom: 40px;
}
.so-about-vision-icon-center {
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #1ab2df;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    margin-left: -6px;
}
.so-about-vision-icon-center:after {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 50%;
    left: 50%;
    margin-top: -26px;
    margin-left: -26px;
    background: #1ab2df;
    filter: blur(34px);
    content: "";
}
.so-about-vision-icon span:nth-child(2) {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 50%;
    left: 50%;
    margin-top: -26px;
    margin-left: -26px;
    border: 1px solid rgba(26, 178, 223, 0.2);
}
.so-about-vision-icon span:nth-child(3) {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 50%;
    left: 50%;
    margin-top: -46px;
    margin-left: -46px;
    border: 1px solid rgba(26, 178, 223, 0.2);
}
.so-about-vision-icon span:nth-child(4) {
    position: absolute;
    width: 130px;
    height: 130px;
    top: 50%;
    left: 50%;
    margin-top: -66px;
    margin-left: -66px;
    border: 1px solid rgba(26, 178, 223, 0.2);
}
.so-about-vision h4 {
    padding-bottom: 40px;
}
.so-about-vision p {
    max-width: 520px;
    margin: auto;
    padding-bottom: 0;
}
.so-about-strat {
    padding-bottom: 200px;
}
.so-about-strat:before,
.so-about-strat:after {
    width: 620px !important;
    height: 620px !important;
    bottom: -120px !important;
    top: auto !important;
    left: auto !important;
    right: 420px !important;
}
.so-about-strat .so-row:first-child {
    padding-bottom: 70px;
    text-align: center;
}
.so-about-strat .so-row:last-child {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}
.so-about-strat-single {
    width: 33.333%;
    text-align: center;
    cursor: pointer;
}
.so-about-strat-single-wrap {
    padding: 80px 0;
    position: relative;
}
.so-about-strat-single-wrap-border {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: auto;
    height: auto;
    opacity: 0;
    border: 1px solid #1a1c1f;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.so-about-strat-single-wrap-border i {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
}
.so-about-strat-single-wrap-border i:nth-child(1) {
    top: -2px;
    left: -2px;
}
.so-about-strat-single-wrap-border i:nth-child(2) {
    top: -2px;
    right: -2px;
}
.so-about-strat-single-wrap-border i:nth-child(3) {
    bottom: -2px;
    left: -2px;
}
.so-about-strat-single-wrap-border i:nth-child(4) {
    bottom: -2px;
    right: -2px;
}
.so-about-strat-single-wrap:before {
    position: absolute;
    width: auto;
    height: auto;
    opacity: 0;
    background-color: #1a1c1f;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    content: "";
}
.so-about-strat-single-wrap video {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.so-about-strat-single-icon {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 60px;
    height: 60px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: inline-block;
    border: 1px solid rgba(26, 178, 223, 0.2);
    position: relative;
    z-index: 4;
}
.so-about-strat-single-icon:before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #1ab2df;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    margin-top: -14px;
    content: "";
}
.so-about-strat-single-icon:after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 28px;
    height: 28px;
    will-change: opacity;
    background-color: #1ab2df;
    top: 50%;
    left: 50%;
    margin-left: -14px;
    margin-top: -14px;
    content: "";
    filter: blur(10px);
    opacity: 0;
    animation: fade_in_out 2s ease infinite;
}
.so-about-strat-single-icon-wrap {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-bottom: 45px;
    min-height: 88px;
}
.so-about-strat-single p {
    position: relative;
    z-index: 4;
    max-width: 230px;
    margin: auto;
    text-align: left;
}
.so-about-strat-single:hover .so-about-strat-single-icon {
    width: 28px;
    height: 28px;
}
.so-about-strat-single:hover .so-about-strat-single-icon:before {
    width: 4px;
    height: 4px;
    margin-top: -2px;
    margin-left: -2px;
}
.so-about-strat-single:hover .so-about-strat-single-icon:after {
    width: 8px;
    height: 8px;
    margin-top: -4px;
    margin-left: -4px;
}
.so-about-strat-single:hover .so-about-strat-single-wrap-border {
    opacity: 1;
}
.so-about-strat-single:hover .so-about-strat-single-wrap:before {
    opacity: 0.2;
}
.so-about-strat-single:hover .so-about-strat-single-wrap video {
    opacity: 0.2;
}
.so-about-hold {
    padding-bottom: 260px;
}
.so-about-hold:before {
    width: 520px !important;
    height: 520px !important;
    top: auto !important;
    left: auto !important;
    bottom: 0px !important;
    right: 20px !important;
}
.so-about-hold .so-row:first-child {
    padding-bottom: 95px;
    text-align: center;
}
.so-about-hold .so-row:nth-child(2) {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1360px;
}
.so-about-hold-single {
    margin-bottom: 40px;
    width: 30%;
    cursor: pointer;
    position: relative;
    display: inline-block;
    margin-left: 1.66%;
    margin-right: 1.66%;
}
.so-about-hold-single:before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, #1a1c1f, #1a1c1f),
        linear-gradient(225deg, #1a1c1f, #1a1c1f),
        linear-gradient(0deg, #1a1c1f, #1a1c1f),
        linear-gradient(90deg, #1a1c1f, #1a1c1f),
        linear-gradient(
            135deg,
            transparent 21px,
            #1a1c1f 23px,
            #1a1c1f 21px,
            transparent 10px
        );
    background-position: top right, top right, bottom left, bottom left,
        top -8px left;
    background-size: calc(100% - 22px) 1px, 1px 100%, 100% 1px,
        1px calc(100% - 22px), 31px 35px;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 1;
    content: "";
    will-change: opacity;
}
.so-about-hold-single:after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, #1ab2df, #1ab2df),
        linear-gradient(225deg, #1ab2df, #1ab2df),
        linear-gradient(0deg, #1ab2df, #1ab2df),
        linear-gradient(90deg, #1ab2df, #1ab2df),
        linear-gradient(
            135deg,
            transparent 21px,
            #1ab2df 23px,
            #1ab2df 21px,
            transparent 10px
        );
    background-position: top right, top right, bottom left, bottom left,
        top -8px left;
    background-size: calc(100% - 22px) 1px, 1px 100%, 100% 1px,
        1px calc(100% - 22px), 31px 35px;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 2;
    content: "";
    will-change: opacity;
}
.so-about-hold-single-logo {
    text-align: center;
    padding: 15px 40px 25px 40px;
    position: relative;
}
.so-about-hold-single-logo span {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #fff;
    content: "";
    z-index: 3;
}
.so-about-hold-single-logo span:nth-child(1) {
    top: -1px;
    left: 22px;
}
.so-about-hold-single-logo span:nth-child(2) {
    top: 22px;
    left: -1px;
}
.so-about-hold-single-logo span:nth-child(3) {
    top: -1px;
    right: -1px;
}
.so-about-hold-single-logo span:nth-child(4) {
    bottom: -2px;
    right: -1px;
}
.so-about-hold-single-logo span:nth-child(5) {
    bottom: -2px;
    left: -1px;
}
.so-about-hold-single-logo img {
    width: auto;
    margin: auto;
    max-height: 44px;
    display: block;
}
.so-about-hold-single-logo.so_scaled img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}
.so-about-hold-single-slider-info {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    width: auto;
    height: auto;
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
    background-color: rgba(8, 10, 16, 0.8);
    text-align: center;
    opacity: 0;
    overflow: hidden;
}
.so-about-hold-single-slider-info strong {
    -webkit-transition: all 0.2s ease 0.2s;
    -o-transition: all 0.2s ease 0.2s;
    transition: all 0.2s ease 0.2s;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    display: block;
    padding-bottom: 15px;
    opacity: 0;
}
.so-about-hold-single-slider-info p {
    -webkit-transition: all 0.2s ease 0.3s;
    -o-transition: all 0.2s ease 0.3s;
    transition: all 0.2s ease 0.3s;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    font-size: 14px;
    line-height: 1.4;
    max-width: 230px;
    opacity: 0;
}
.so-about-hold-single-slider-wrap {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 32px;
    border-top: 1px solid #1a1c1f;
    position: relative;
}
.so-about-hold-single-slider-wrap:before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: auto;
    height: auto;
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
    background-color: #1ab2df;
    filter: blur(35px);
    opacity: 0;
    content: "";
    will-change: opacity;
}
.so-about-hold-single-slider-single {
    outline: none;
}
.so-about-hold-single-slider-single img {
    width: 100%;
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover;
}
.so-about-hold-single:hover .so-about-hold-single-slider-wrap {
    border-top-color: #1ab2df;
}
.so-about-hold-single:hover .so-about-hold-single-slider-wrap:before {
    opacity: 0.4;
}
.so-about-hold-single:hover .so-about-hold-single-slider-info {
    opacity: 1;
}
.so-about-hold-single:hover .so-about-hold-single-slider-info strong {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.so-about-hold-single:hover .so-about-hold-single-slider-info p {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.so-about-hold-single:hover:before {
    opacity: 0;
}
.so-about-hold-single:hover:after {
    opacity: 1;
}
.so-about-group {
    padding-bottom: 260px;
}
.so-about-group .so-row {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    max-width: 1360px;
}
.so-about-group .so-col:last-child {
    max-width: 700px;
    width: 100%;
}
.so-about-group h4 {
    line-height: 1.9;
}
.so-about-group p {
    max-width: 400px;
}
.so-about-group-line {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding-bottom: 40px;
    padding-top: 40px;
    border-bottom: 1px solid #1a1c1f;
    position: relative;
}
.so-about-group-line:before,
.so-about-group-line:after {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #fff;
    bottom: -2px;
    left: -1px;
    content: "";
}
.so-about-group-line:after {
    left: auto;
    right: -1px;
}
.so-about-group-line:first-child {
    padding-top: 0;
}
.so-about-group-line-single {
    width: 50%;
    text-align: left;
}
.so-about-group-line-single span {
    display: block;
}
.so-about-group-line-single span:first-child {
    padding-bottom: 15px;
    position: relative;
}
.so-about-group-line-single span:first-child i {
    font-family: "Michroma", sans-serif;
    font-size: 72px;
    line-height: 1.1;
    color: #1ab2df;
    font-style: normal;
}
.so-about-group-line-single span:first-child i:first-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.72;
    filter: blur(16px);
}
.so-about-group-line-single span:last-child {
    color: #fff;
    font-weight: 700;
    padding-left: 5px;
}
.so-about-group-list {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding-top: 40px;
}
.so-about-group-list-single span {
    display: block;
}
.so-about-group-list-single span:first-child {
    padding-bottom: 15px;
    position: relative;
}
.so-about-group-list-single span:first-child i {
    font-family: "Michroma", sans-serif;
    font-size: 72px;
    line-height: 1.1;
    color: #1ab2df;
    font-style: normal;
}
.so-about-group-list-single span:first-child i:first-child {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.72;
    filter: blur(16px);
}
.so-about-group-list-single span:last-child {
    color: #fff;
    font-weight: 700;
    padding-left: 5px;
}
.so-about-group-list-countries {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 540px;
    width: 100%;
    position: relative;
    top: 15px;
}
.so-about-group-list-countries-single {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    width: 33.33%;
    padding-bottom: 24px;
}
.so-about-group-list-countries-single img {
    width: 24px;
    height: 24px;
    margin-right: 12px;
}
.so-about-group-list-countries-single span {
    font-size: 16px;
    line-height: 1;
    color: #a9b2b8;
    position: relative;
    top: 1px;
}
.so-about-follow {
    padding-bottom: 260px;
}
.so-about-follow:before {
    width: 520px !important;
    height: 520px !important;
    left: 90px !important;
    top: -200px !important;
}
.so-about-follow .so-row {
    max-width: 1240px;
}
.so-about-follow .so-row:nth-child(2) {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding-bottom: 115px;
    border-bottom: 1px solid #1a1c1f;
    position: relative;
}
.so-about-follow .so-row:nth-child(2):before,
.so-about-follow .so-row:nth-child(2):after {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #fff;
    bottom: -2px;
    left: -1px;
    content: "";
}
.so-about-follow .so-row:nth-child(2):after {
    left: auto;
    right: -1px;
}
.so-about-follow .so-row:last-child {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding-top: 80px;
}
.so-about-follow h4 {
    line-height: 1.9;
    max-width: 700px;
    margin: auto;
    text-align: center;
    padding-bottom: 160px;
}
.so-about-follow-num {
    width: 25%;
    text-align: center;
}
.so-about-follow-num span {
    display: inline-block;
    padding-bottom: 8px;
}
.so-about-follow-num span i {
    font-size: 24px;
    line-height: 1.9;
    font-family: "Michroma", sans-serif;
    letter-spacing: 9px;
    font-style: normal;
    color: #1ab2df;
}
.so-about-follow-num span i:first-child {
    position: absolute;
    width: auto;
    height: auto;
    filter: blur(8px);
}
.so-about-follow-num strong {
    font-size: 16px;
    display: block;
}
.so-about-follow-single {
    width: 33.33%;
    text-align: center;
}
.so-about-follow-single-icon {
    position: relative;
    width: 160px;
    height: 160px;
    margin: auto;
    margin-bottom: 40px;
    display: inline-block;
}
.so-about-follow-single-icon:before {
    position: absolute;
    width: 72px;
    height: 72px;
    top: 50%;
    left: 50%;
    margin-top: -36px;
    margin-left: -36px;
    background-color: #1ab2df;
    opacity: 0.72;
    filter: blur(36px);
    content: "";
}
.so-about-follow-single strong {
    display: block;
    padding-bottom: 15px;
}
.so-about-follow-single p {
    font-size: 16px;
    max-width: 280px;
    width: 100%;
    margin: auto;
}
.so-about-follow-single:nth-child(1) .so-about-follow-single-icon:after {
    position: absolute;
    width: 50%;
    height: 50%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background-image: url("img/about_icon_1.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    will-change: transform;
    animation: dots_rotate_reverse 10s linear infinite,
        blob_fade_color 2s linear infinite;
    transform-origin: bottom left;
    top: 0;
    right: 0;
    content: "";
}
.so-about-follow-single:nth-child(1) .so-about-follow-single-icon span {
    position: absolute;
    width: auto;
    height: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 50%;
    left: 50%;
    border-radius: 100%;
    border: 1px solid rgba(26, 178, 223, 0.2);
    will-change: transform;
}
.so-about-follow-single:nth-child(1)
    .so-about-follow-single-icon
    span:nth-child(1) {
    width: 70px;
    height: 70px;
    margin-top: -36px;
    margin-left: -36px;
    animation: dots_rotate 3s linear infinite;
}
.so-about-follow-single:nth-child(1)
    .so-about-follow-single-icon
    span:nth-child(2) {
    width: 158px;
    height: 158px;
    margin-top: -80px;
    margin-left: -80px;
    animation: dots_rotate 5s linear infinite;
}
.so-about-follow-single:nth-child(1)
    .so-about-follow-single-icon
    span:nth-child(1):after,
.so-about-follow-single:nth-child(1)
    .so-about-follow-single-icon
    span:nth-child(1):before,
.so-about-follow-single:nth-child(1)
    .so-about-follow-single-icon
    span:nth-child(2):after,
.so-about-follow-single:nth-child(1)
    .so-about-follow-single-icon
    span:nth-child(2):before {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #1ab2df;
    top: -2px;
    left: 50%;
    border-radius: 100%;
    content: "";
}
.so-about-follow-single:nth-child(1)
    .so-about-follow-single-icon
    span:nth-child(1):before,
.so-about-follow-single:nth-child(1)
    .so-about-follow-single-icon
    span:nth-child(2):before {
    top: auto;
    bottom: -2px;
}
.so-about-follow-single:nth-child(2) .so-about-follow-single-icon:after {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background-image: url("img/about_icon_2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    will-change: transform;
    animation: dots_rotate_reverse 10s linear infinite,
        blob_fade_color 2s linear infinite;
    transform-origin: center;
    top: 0;
    right: 0;
    content: "";
}
.so-about-follow-single:nth-child(2) .so-about-follow-single-icon span {
    position: absolute;
    width: auto;
    height: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 50%;
    left: 50%;
    border-radius: 100%;
    border: 1px solid rgba(26, 178, 223, 0.2);
    will-change: transform;
}
.so-about-follow-single:nth-child(2)
    .so-about-follow-single-icon
    span:nth-child(1) {
    width: 38px;
    height: 38px;
    margin-top: -20px;
    margin-left: -20px;
    animation: dots_rotate 3s linear infinite;
}
.so-about-follow-single:nth-child(2)
    .so-about-follow-single-icon
    span:nth-child(2) {
    width: 78px;
    height: 78px;
    margin-top: -40px;
    margin-left: -40px;
    animation: dots_rotate 5s linear infinite;
}
.so-about-follow-single:nth-child(2)
    .so-about-follow-single-icon
    span:nth-child(3) {
    width: 118px;
    height: 118px;
    margin-top: -60px;
    margin-left: -60px;
    animation: dots_rotate 8s linear infinite;
}
.so-about-follow-single:nth-child(2)
    .so-about-follow-single-icon
    span:nth-child(4) {
    width: 158px;
    height: 158px;
    margin-top: -80px;
    margin-left: -80px;
    animation: dots_rotate 12s linear infinite;
}
.so-about-follow-single:nth-child(2)
    .so-about-follow-single-icon
    span:nth-child(1):after,
.so-about-follow-single:nth-child(2)
    .so-about-follow-single-icon
    span:nth-child(1):before,
.so-about-follow-single:nth-child(2)
    .so-about-follow-single-icon
    span:nth-child(2):after,
.so-about-follow-single:nth-child(2)
    .so-about-follow-single-icon
    span:nth-child(2):before,
.so-about-follow-single:nth-child(2)
    .so-about-follow-single-icon
    span:nth-child(3):after,
.so-about-follow-single:nth-child(2)
    .so-about-follow-single-icon
    span:nth-child(3):before,
.so-about-follow-single:nth-child(2)
    .so-about-follow-single-icon
    span:nth-child(4):after,
.so-about-follow-single:nth-child(2)
    .so-about-follow-single-icon
    span:nth-child(4):before {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #1ab2df;
    top: -2px;
    left: 50%;
    border-radius: 100%;
    content: "";
}
.so-about-follow-single:nth-child(2)
    .so-about-follow-single-icon
    span:nth-child(1):before,
.so-about-follow-single:nth-child(2)
    .so-about-follow-single-icon
    span:nth-child(2):before,
.so-about-follow-single:nth-child(2)
    .so-about-follow-single-icon
    span:nth-child(3):before,
.so-about-follow-single:nth-child(2)
    .so-about-follow-single-icon
    span:nth-child(4):before {
    top: auto;
    bottom: -2px;
}
.so-about-follow-single:nth-child(3)
    .so-about-follow-single-icon
    span:nth-child(2) {
    position: absolute;
    width: 96px;
    height: 84px;
    background-image: url("img/about_icon_3_v2.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    margin-top: -38px;
    margin-left: -48px;
}
.so-about-follow-single:nth-child(3)
    .so-about-follow-single-icon
    span:nth-child(2)
    i {
    position: absolute;
    width: 52px;
    height: 52px;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: #1ab2df;
    border-radius: 100%;
    top: 0;
    right: 0;
    display: inline-block;
    animation: anim_icon_heart 4s linear infinite;
}
.so-about-follow-single:nth-child(3)
    .so-about-follow-single-icon
    span:nth-child(2):after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    width: 41px;
    height: 1px;
    background-color: #1ab2df;
    opacity: 0.2;
    bottom: -15px;
    left: 13px;
    content: "";
}
.so-about-follow-single:nth-child(3)
    .so-about-follow-single-icon
    span:nth-child(2):before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    width: 41px;
    height: 1px;
    background-color: #1ab2df;
    opacity: 0.2;
    bottom: -15px;
    left: 41px;
    content: "";
}
.so-about-follow-single:nth-child(3)
    .so-about-follow-single-icon
    span:nth-child(1) {
    position: absolute;
    width: auto;
    height: auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 158px;
    height: 158px;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    border: 1px solid rgba(26, 178, 223, 0.2);
    will-change: transform;
    margin-top: -80px;
    margin-left: -80px;
    animation: dots_rotate 3s linear infinite;
}
.so-about-follow-single:nth-child(3)
    .so-about-follow-single-icon
    span:nth-child(1):after,
.so-about-follow-single:nth-child(3)
    .so-about-follow-single-icon
    span:nth-child(1):before {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #1ab2df;
    top: -2px;
    left: 50%;
    border-radius: 100%;
    content: "";
}
.so-about-follow-single:nth-child(3)
    .so-about-follow-single-icon
    span:nth-child(1):before {
    top: auto;
    bottom: -2px;
}
.so-about-table {
    padding-bottom: 260px;
}
.so-about-table:before,
.so-about-table:after {
    width: 600px !important;
    height: 600px !important;
    bottom: 120px !important;
    right: -200px !important;
    left: auto !important;
    top: auto !important;
}
.so-about-table .so-row {
    max-width: 1270px;
}
.so-about-table-list {
    border: 1px solid #1a1c1f;
}
.so-about-table-list-row {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
}
.so-about-table-list-row:first-child .so-about-table-list-cell {
    padding: 40px 55px;
}
.so-about-table-list-row:last-child .so-about-table-list-cell {
    border-bottom-width: 0;
}
.so-about-table-list-cell {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 115px;
    width: 50%;
    padding: 30px 55px;
    border-bottom: 1px solid #1a1c1f;
    box-sizing: border-box;
}
.so-about-table-list-cell:last-child {
    border-left: 1px solid #1a1c1f;
}
.so-about-table-list-cell h4 {
    line-height: 1.9;
    padding-bottom: 0;
}
.so-about-table-list-cell p {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}
.so-about-table-list-cell span {
    position: relative;
    display: inline-block;
}
.so-about-table-list-cell span i {
    font-size: 24px;
    line-height: 1.9;
    font-family: "Michroma", sans-serif;
    letter-spacing: 9px;
    font-style: normal;
    color: #1ab2df;
}
.so-about-table-list-cell span i:first-child {
    position: absolute;
    width: auto;
    height: auto;
    filter: blur(8px);
}
.so-about-table-list-cell:last-child p {
    font-size: 16px;
    font-weight: 300;
    color: #a9b2b8;
}
.so-about-cta {
    position: relative;
    padding-top: 390px;
    padding-bottom: 390px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.so-about-cta video {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.so-about-cta:before {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #eceaca;
    opacity: 0.7;
    content: "";
    z-index: 2;
}
.so-about-cta .so-row {
    text-align: center;
}
.so-about-cta .so-content {
    position: relative;
    z-index: 3;
}
.so-about-cta h2 {
    padding-bottom: 45px;
    padding-top: 45px;
}
.so-about-cta h4 {
    padding-bottom: 0;
}
.so-about-team {
    padding-top: 280px;
    padding-bottom: 260px;
}
.so-about-team:before,
.so-about-team:after {
    width: 440px !important;
    height: 440px !important;
    bottom: 0 !important;
    left: 420px !important;
    top: auto !important;
}
.so-about-team .so-row {
    text-align: center;
}
.so-about-team .so-row:last-child {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.so-about-team-block {
    padding-bottom: 55px;
}
.so-about-team-block > p {
    font-size: 20px;
    line-height: 1.3;
    font-family: sans-serif;
    letter-spacing: 3px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 45px;
    position: relative;
    left: 2px;
}
.so-about-team-list {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.so-about-team-single {
    width: 11%;
    padding-bottom: 40px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    min-width: 160px;
}
.so-about-team-single-image {
    width: 120px;
    height: 120px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}
.so-about-team-single-image:before {
    position: absolute;
    width: auto;
    height: auto;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    background-color: #1ab2df;
    opacity: 0;
    will-change: opacity;
    filter: blur(30px);
    content: "";
}
.so-about-team-single-image-wrap {
    position: absolute;
    width: auto;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #1a1e22;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.so-about-team-single-image-wrap i {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    top: -2px;
    left: -2px;
    border-radius: 100%;
}
.so-about-team-single-image-wrap i:nth-child(2) {
    right: -2px;
    left: auto;
}
.so-about-team-single-image-wrap i:nth-child(3) {
    right: -2px;
    left: auto;
    top: auto;
    bottom: -2px;
}
.so-about-team-single-image-wrap i:nth-child(4) {
    top: auto;
    bottom: -2px;
}
.so-about-team-single-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
    background-color: #1a1c1f;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.so-about-team-single strong {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    font-weight: 700;
    display: block;
    padding-bottom: 12px;
}
.so-about-team-single p {
    font-size: 13px;
    font-weight: 300;
    padding-bottom: 0;
}
.so-about-team-single:hover .so-about-team-single-image-wrap {
    border-color: #1ab2df;
}
.so-about-team-single:hover .so-about-team-single-image:before {
    opacity: 0.4;
}
.so-about-team-single:hover strong {
    color: #1ab2df;
}
.so-about-team h4 {
    text-align: center;
    padding-bottom: 130px;
}
.so-about-info {
    padding-bottom: 220px;
}
.so-about-info .so-row {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    max-width: 1360px;
}
.so-about-info .so-col {
    box-sizing: border-box;
    border: 1px solid #1a1c1f;
    position: relative;
}
.so-about-info .so-col:first-child {
    padding: 48px;
    width: 44%;
}
.so-about-info .so-col:first-child i {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    top: -2px;
    left: -2px;
    border-radius: 100%;
    z-index: 3;
}
.so-about-info .so-col:first-child i:nth-child(2) {
    right: -2px;
    left: auto;
}
.so-about-info .so-col:first-child i:nth-child(3) {
    right: -2px;
    left: auto;
    top: auto;
    bottom: -2px;
}
.so-about-info .so-col:first-child i:nth-child(4) {
    top: auto;
    bottom: -2px;
}
.so-about-info .so-col:first-child img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
}
.so-about-info .so-col:last-child {
    width: 56%;
    padding: 65px 70px;
    border-left-width: 0;
}
.so-about-info .so-col:last-child:before,
.so-about-info .so-col:last-child:after {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    top: -2px;
    right: -2px;
    border-radius: 100%;
    z-index: 3;
    content: "";
}
.so-about-info .so-col:last-child:after {
    top: auto;
    bottom: -2px;
}
.so-about-info-line {
    position: relative;
    padding: 60px 0 60px 7px;
}
.so-about-info-line:after {
    position: absolute;
    width: auto;
    height: 1px;
    background-color: #1ab2df;
    opacity: 0.2;
    right: 0;
    top: 50%;
    left: 70px;
    content: "";
}
.so-about-info-line-cube {
    position: relative;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #1ab2df;
}
.so-about-info-line-cube:before {
    position: absolute;
    width: auto;
    height: auto;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background-color: #1ab2df;
    filter: blur(10px);
    will-change: opacity;
    opacity: 0;
    animation: fade_in_out 3s ease infinite;
    content: "";
}
.so-about-info-line-cube:after {
    position: absolute;
    width: auto;
    height: auto;
    border: 1px solid rgba(26, 178, 223, 0.2);
    top: -9px;
    left: -9px;
    right: -9px;
    bottom: -9px;
    content: "";
}

@media screen and (max-width: 1600px) {
    .so-about-founder .so-row {
        max-width: 940px;
    }
    .so-about-founder h4 {
        padding-bottom: 40px;
    }
    .so-about-founder-single {
        width: 165px;
    }
    .so-about-founder-single strong {
        font-size: 18px;
        line-height: 1.2;
        padding-bottom: 5px;
    }
    .so-about-founder-single p {
        font-size: 14px;
    }
    .so-about-founder-info {
        padding: 30px 40px 30px 40px;
    }
    .so-about-founder-info p {
        font-size: 14px;
        line-height: 2.1;
    }
    .so-about-intro h1 {
        padding-bottom: 50px;
    }
    .so-about-vision {
        padding-top: 180px;
        padding-bottom: 200px;
    }
    .so-about-vision h4 {
        padding-bottom: 30px;
    }
    .so-about-vision-icon {
        margin-bottom: 30px;
    }
    .so-about-strat {
        padding-bottom: 200px;
    }
    .so-about-hold {
        padding-bottom: 200px;
    }
    .so-about-hold .so-row:last-child {
        max-width: 1200px;
    }
    .so-about-hold-single-slider-single img {
        height: 200px;
    }
    .so-about-hold-single-slider-info strong {
        padding-bottom: 10px;
    }
    .so-about-hold-single-slider-info p {
        font-size: 12px;
    }
    .so-about-group {
        padding-bottom: 200px;
    }
    .so-about-group .so-row {
        max-width: 1200px;
    }
    .so-about-group .so-col:last-child {
        max-width: 600px;
    }
    .so-about-group p {
        max-width: 380px;
    }
    .so-about-group-line {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .so-about-group-line-single span:first-child i {
        font-size: 62px;
        line-height: 1.1;
    }
    .so-about-group-list {
        padding-top: 30px;
    }
    .so-about-group-list-single span:first-child i {
        font-size: 62px;
        line-height: 1.1;
    }
    .so-about-group-list-countries {
        max-width: 440px;
        top: 10px;
    }
    .so-about-group-list-countries-single {
        padding-bottom: 20px;
    }
    .so-about-group-list-countries-single img {
        width: 20px;
        height: 20px;
        margin-right: 8px;
    }
    .so-about-group-list-countries-single span {
        font-size: 14px;
        line-height: 1;
    }
    .so-about-follow {
        padding-bottom: 200px;
    }
    .so-about-follow .so-row {
        max-width: 1200px;
    }
    .so-about-follow .so-row:nth-child(2) {
        padding-bottom: 90px;
    }
    .so-about-follow .so-row:nth-child(3) {
        padding-top: 60px;
    }
    .so-about-follow h4 {
        padding-bottom: 120px;
    }
    .so-about-follow-num strong {
        font-size: 14px;
    }
    .so-about-follow-single {
        width: 33.33%;
        text-align: center;
    }
    .so-about-follow-single p {
        font-size: 14px;
        max-width: 280px;
        width: 100%;
        margin: auto;
    }
    .so-about-table {
        padding-bottom: 200px;
    }
    .so-about-table .so-row {
        max-width: 1200px;
    }
    .so-about-table-list-row:first-child .so-about-table-list-cell {
        padding: 30px 45px;
    }
    .so-about-table-list-cell {
        min-height: 100px;
        padding: 25px 45px;
    }
    .so-about-table-list-cell p {
        font-size: 14px;
    }
    .so-about-table-list-cell:last-child p {
        font-size: 14px;
    }
    .so-about-cta {
        padding-top: 300px;
        padding-bottom: 300px;
    }
    .so-about-cta h2 {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .so-about-team {
        padding-top: 200px;
        padding-bottom: 180px;
    }
    .so-about-team-single {
        width: 11%;
        padding-bottom: 30px;
    }
    .so-about-team-single-image {
        width: 100px;
        height: 100px;
        margin-bottom: 15px;
    }
    .so-about-team-single-image-wrap {
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
    }
    .so-about-team-single-image:before {
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
    }
    .so-about-team-single strong {
        padding-bottom: 8px;
    }
    .so-about-team-single p {
        font-size: 11px;
    }
    .so-about-team h4 {
        padding-bottom: 100px;
    }
}
@media screen and (max-width: 991px) {
    .so-about-vision {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .so-about-vision .so-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so-about-vision .so-col {
        width: 100%;
    }
    .so-about-vision .so-col:first-child {
        padding-bottom: 40px;
    }
    .so-about-strat {
        padding-bottom: 150px;
    }
    .so-about-strat .so-row:last-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so-about-strat-single {
        width: 100%;
    }
    .so-about-hold {
        padding-bottom: 100px;
    }
    .so-about-hold .so-row:first-child {
        padding-bottom: 55px;
    }
    .so-about-hold-single {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .so-about-hold-single-logo {
        text-align: center;
    }
    .so-about-hold-single-logo img {
        margin: auto;
    }
    .so-about-group {
        padding-bottom: 150px;
    }
    .so-about-group .so-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so-about-group .so-col {
        width: 100%;
    }
    .so-about-group .so-col:first-child {
        padding-bottom: 40px;
    }
    .so-about-group .so-col:last-child {
        max-width: none;
    }
    .so-about-follow {
        padding-bottom: 150px;
    }
    .so-about-follow .so-content {
        padding-left: 20px;
        padding-right: 20px;
    }
    .so-about-follow .so-row {
        padding-left: 0;
        padding-right: 0;
    }
    .so-about-follow .so-row:nth-child(2) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 0;
    }
    .so-about-follow h4 {
        padding-bottom: 40px;
    }
    .so-about-follow-single {
        width: 100%;
        padding-bottom: 50px;
    }
    .so-about-table {
        padding-bottom: 150px;
    }
    .so-about-team {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    .so-about-team h4 {
        padding-bottom: 40px;
    }
    .so-about-team-single {
        width: 25%;
    }
    .so-about-info {
        padding-bottom: 150px;
    }
    .so-about-info .so-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so-about-info .so-col {
        width: 100% !important;
    }
    .so-about-info .so-col:first-child {
        padding: 25px;
    }
    .so-about-info .so-col:first-child img {
        width: 100%;
        height: auto;
        max-height: 400px;
    }
    .so-about-info .so-col:last-child {
        padding: 25px;
        border-top-width: 0;
        border-left-width: 1px;
    }
}
@media screen and (max-width: 768px) {
    .so-about-founder {
        padding-top: 0;
        padding-bottom: 55px;
    }
    .so-about-founder h4 {
        padding-bottom: 15px;
    }
    .so-about-founder .so-row {
        display: flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        -moz-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so-about-founder .so-row .so-about-founder-single {
        margin: auto;
        margin-bottom: 30px;
    }
    .so-about-founder-info {
        padding: 20px;
        width: 100%;
    }
    .so-about-vision {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .so-about-strat {
        padding-bottom: 100px;
    }
    .so-about-strat .so-row:first-child {
        padding-bottom: 30px;
    }
    .so-about-strat-single-wrap {
        padding: 50px 0;
    }
    .so-about-strat-single p {
        text-align: center;
    }
    .so-about-hold {
        padding-bottom: 50px;
    }
    .so-about-hold .so-row:first-child {
        padding-bottom: 30px;
    }
    .so-about-hold-single-slider-wrap {
        padding: 20px;
    }
    .so-about-group {
        padding-bottom: 100px;
    }
    .so-about-group .so-col:first-child {
        padding-bottom: 20px;
    }
    .so-about-group-line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 0;
        padding-top: 0;
        border-bottom-width: 0;
        border-top-width: 0;
    }
    .so-about-group-line:before,
    .so-about-group-line:after {
        display: none;
    }
    .so-about-group-line-single {
        width: 100%;
        padding-bottom: 15px;
        padding-top: 15px;
        border-bottom: 1px solid #1a1c1f;
        position: relative;
    }
    .so-about-group-line-single:before,
    .so-about-group-line-single:after {
        position: absolute;
        width: 3px;
        height: 3px;
        background-color: #fff;
        border-radius: 100%;
        bottom: -2px;
        right: -1px;
        content: "";
    }
    .so-about-group-line-single:before {
        right: auto;
        left: -1px;
    }
    .so-about-group-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .so-about-group-list-single {
        width: 100%;
        padding-bottom: 15px;
    }
    .so-about-group-list-countries {
        width: 100%;
        max-width: none;
    }
    .so-about-follow {
        padding-bottom: 100px;
    }
    .so-about-follow .so-row:nth-child(3) {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 50px;
    }
    .so-about-follow-num {
        width: 50%;
        padding-bottom: 20px;
    }
    .so-about-table {
        padding-bottom: 100px;
    }
    .so-about-table-list-cell {
        display: flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px !important;
    }
    .so-about-table-list-cell h4 {
        font-size: 10px;
        word-break: break-word;
    }
    .so-about-table-list-cell span i {
        font-size: 14px;
    }
    .so-about-cta {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .so-about-cta h4 {
        font-size: 14px;
        line-height: 1.7;
    }
    .so-about-cta h2 {
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 20px;
        line-height: 1.7;
    }
    .so-about-team {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .so-about-team-single {
        width: 50%;
    }
    .so-about-info {
        padding-bottom: 100px;
    }
    .so-about-info-line {
        padding-bottom: 30px;
        padding-top: 30px;
    }
    .so-about-info-line:after {
        left: 50px;
    }
}
@media screen and (max-width: 1300px) {
    .so-modal-team {
        max-width: 80% !important;
    }
    .so-modal-team-slider-single-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so-modal-team-image {
        width: 100%;
        border-right-width: 0;
        border-bottom: 1px solid #1a1c1f;
    }
    .so-modal-team-info {
        width: 100%;
    }
    .so-modal-team-info:after {
        transition: all 0.3s ease;
        position: absolute;
        width: 3px;
        height: 3px;
        background-color: #fff;
        border-radius: 100%;
        bottom: -2px;
        left: -2px;
        content: "";
    }
}
@media screen and (max-width: 991px) {
    .so-modal-team .so-modal-close {
        top: 0;
        right: 0;
    }
    .so-modal-team .so-home-time-head-buttons-single-arrow {
        margin-top: 0;
        top: auto;
        bottom: 20px;
        left: 20px;
    }
    .so-modal-team .so-home-time-head-buttons-single-arrow:nth-child(2) {
        right: 20px;
    }
    .so-modal-team-image {
        min-height: 280px;
    }
    .so-modal-team-info {
        padding-bottom: 120px;
    }
}
@media screen and (max-width: 768px) {
    .so-modal-team {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .so-modal-team .so-modal-close {
        top: 0;
        right: 0;
    }
    .so-modal-team .so-home-time-head-buttons-single-arrow {
        left: 20px;
        bottom: 44px;
    }
    .so-modal-team .so-home-time-head-buttons-single-arrow:nth-child(2) {
        right: 20px;
    }
    .so-modal-team-image {
        min-height: 200px;
    }
    .so-modal-team-count {
        padding-bottom: 10px;
    }
    .so-modal-team-info {
        padding: 20px;
        padding-bottom: 90px;
    }
    .so-modal-team-info-head {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    .so-modal-team-info h4 {
        font-size: 20px;
    }
    .so-modal-team-info strong {
        padding-bottom: 15px;
    }
    .so-modal-team-info p {
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 600px) {
    .so-about-team-block {
        padding-bottom: 15px;
    }
    .so-about-team-block > p {
        font-size: 16px;
    }
}
.so-single-intro {
    padding-top: 170px;
    padding-bottom: 120px;
}
.so-single-intro:before,
.so-single-intro:after {
    width: 520px !important;
    height: 520px !important;
    top: auto !important;
    left: auto !important;
    bottom: -50px !important;
    right: -50px !important;
}
.so-single-intro .so-row {
    max-width: 1070px;
    text-align: center;
}
.so-single-intro-image {
    padding: 48px;
    border: 1px solid #1a1c1f;
    position: relative;
}
.so-single-intro-image i {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #fff;
    content: "";
    z-index: 3;
}
.so-single-intro-image i:nth-child(1) {
    top: -2px;
    left: -2px;
}
.so-single-intro-image i:nth-child(2) {
    bottom: -2px;
    left: -2px;
}
.so-single-intro-image i:nth-child(3) {
    top: -2px;
    right: -2px;
}
.so-single-intro-image i:nth-child(4) {
    bottom: -2px;
    right: -2px;
}
.so-single-intro-image i:nth-child(5) {
    bottom: -2px;
    left: -2px;
}
.so-single-intro-logo {
    border: 1px solid #1a1c1f;
    border-top-width: 0;
    padding: 18px 50px 24px 50px;
    display: inline-block;
    margin: auto;
    position: relative;
}
.so-single-intro-logo i {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #fff;
    content: "";
    z-index: 3;
}
.so-single-intro-logo i:nth-child(1) {
    top: -2px;
    left: -2px;
}
.so-single-intro-logo i:nth-child(2) {
    bottom: -2px;
    left: -2px;
}
.so-single-intro-logo i:nth-child(3) {
    top: -2px;
    right: -2px;
}
.so-single-intro-logo i:nth-child(4) {
    bottom: -2px;
    right: -2px;
}
.so-single-intro-logo i:nth-child(5) {
    bottom: -2px;
    left: -2px;
}
.so-single-intro-logo img {
    max-width: 236px;
    width: 100%;
}
.so-single-content {
    padding-bottom: 40px;
}
.so-single-content:before,
.so-single-content:after {
    width: 580px !important;
    height: 580px !important;
    top: 500px !important;
    left: -100px !important;
}
.so-single-content .so-row {
    max-width: 760px;
    text-align: left;
}
.so-single-content .so-row > h1 {
    text-align: center;
}
.so-single-content .so-row > h1 span {
    font-size: 24px;
    line-height: 1.9;
    letter-spacing: 8px;
    display: block;
    color: #fff;
}
.so-single-content .so-center {
    padding-top: 105px;
    padding-bottom: 160px;
}
.so-single-content-bold {
    font-size: 24px;
    line-height: 1.7;
    font-weight: 700;
    padding-bottom: 120px;
    color: #fff;
}
.so-single-content-data h1 {
    text-align: left;
}
.so-single-content-data p,
.so-single-content-data li {
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
}
.so-single-content-data p *,
.so-single-content-data li * {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.so-single-content-data p {
    padding-bottom: 20px;
}
.so-single-content-data a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #1ab2df;
    opacity: 1;
}
.so-single-content-data a:hover {
    opacity: 0.6;
}
.so-single-content-data ul,
.so-single-content-data ol {
    padding: 20px 0 20px 20px;
}
.so-single-content-data ul li {
    list-style-type: disc;
}
.so-single-content-data ol li {
    list-style-type: decimal;
}
.so-single-content-data blockquote {
    border-left: 3px solid #1ab2df;
    padding-left: 30px;
}
.so-single-content-data blockquote cite {
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .so-single-intro {
        padding-top: 170px;
        padding-bottom: 90px;
    }
    .so-single-intro-image {
        padding: 30px;
    }
    .so-single-intro-logo {
        padding: 12px 30px 18px 30px;
    }
    .so-single-intro-logo img {
        max-width: 190px;
    }
    .so-single-content {
        padding-bottom: 20px;
    }
    .so-single-content .so-row > h1 span {
        font-size: 20px;
    }
    .so-single-content .so-center {
        padding-top: 80px;
        padding-bottom: 100px;
    }
    .so-single-content-bold {
        font-size: 20px;
        padding-bottom: 90px;
    }
    .so-single-content-data p,
    .so-single-content-data li {
        font-size: 16px;
    }
    .so-single-content-data blockquote cite {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .so-single-intro {
        padding-top: 120px;
        padding-bottom: 50px;
    }
    .so-single-intro-image {
        padding: 20px;
    }
    .so-single-content .so-row > h1 {
        font-size: 26px;
        line-height: 1.7;
        padding-bottom: 0;
    }
    .so-single-content .so-row > h1 span {
        font-size: 12px;
    }
    .so-single-content .so-center {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .so-single-content .so-button {
        padding: 25px 0;
        width: 100%;
    }
    .so-single-content-bold {
        font-size: 16px;
        padding-bottom: 50px;
    }
    .so-single-content-data h1 {
        text-align: left;
    }
    .so-single-content-data p,
    .so-single-content-data li {
        font-size: 14px;
        line-height: 1.7;
    }
    .so-single-content-data p {
        padding-bottom: 15px;
    }
    .so-single-content-data ul,
    .so-single-content-data ol {
        padding: 15px 0 20px 15px;
    }
}
.so-charity-intro {
    padding-top: 290px;
    padding-bottom: 120px;
}
.so-charity-intro:before,
.so-charity-intro:after {
    width: 620px !important;
    height: 620px !important;
    left: auto !important;
    top: 200px !important;
    right: 220px !important;
}
.so-charity-intro h1 {
    padding-bottom: 0;
    max-width: 870px;
    margin: auto;
}
.so-charity-intro .so-row {
    text-align: center;
}
.so-charity-image .so-row {
    display: block;
}
.so-charity-image-logo {
    border: 1px solid #1a1c1f;
    border-top: 0;
    padding: 10px;
    display: inline-block;
    margin: auto;
    position: relative;
    z-index: 2;
}
.so-charity-image-logo img {
    max-width: 70px;
    width: 100%;
}
.so-charity-image-logo i {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
}
.so-charity-image-logo i:nth-child(1) {
    top: -2px;
    left: -2px;
}
.so-charity-image-logo i:nth-child(2) {
    top: -2px;
    right: -2px;
}
.so-charity-image-logo i:nth-child(3) {
    bottom: -1px;
    left: -2px;
}
.so-charity-image-logo i:nth-child(4) {
    bottom: -1px;
    right: -2px;
}
.so-charity-content {
    padding-top: 160px;
    padding-bottom: 220px;
}
.so-charity-content:before,
.so-charity-content:after {
    width: 580px !important;
    height: 580px !important;
    left: 90px !important;
    top: 75px !important;
}
.so-charity-content .so-row {
    max-width: 760px;
}
.so-charity-content p {
    font-size: 24px;
    line-height: 1.7;
    color: #fff;
    font-weight: 700;
    padding-bottom: 40px;
}
.so-charity-content ul li {
    position: relative;
    padding-left: 40px;
    color: #fff;
    margin-bottom: 15px;
}
.so-charity-content ul li span {
    position: absolute;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #1ab2df;
    display: inline-block;
    left: 0;
    top: 49%;
    margin-top: -5px;
}
.so-charity-content ul li span:before {
    position: absolute;
    width: auto;
    height: auto;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background-color: #1ab2df;
    filter: blur(10px);
    will-change: opacity;
    opacity: 0;
    animation: fade_in_out 3s ease infinite;
    content: "";
}
.so-charity-content ul li span:after {
    position: absolute;
    width: auto;
    height: auto;
    border: 1px solid rgba(26, 178, 223, 0.2);
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    content: "";
}
.so-charity-table {
    padding-bottom: 360px;
}
.so-charity-table .so-content {
    padding-left: 20px;
    padding-right: 20px;
}
.so-charity-table .so-row {
    max-width: 1220px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding-left: 0;
    padding-right: 0;
}
.so-charity-table-header {
    position: relative;
    padding: 70px;
    background: linear-gradient(90deg, #1c272e 0%, rgba(28, 39, 46, 0.1) 100%);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.so-charity-table-header:before,
.so-charity-table-header:after {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    top: -2px;
    left: -2px;
    content: "";
}
.so-charity-table-header:after {
    left: auto;
    right: -2px;
}
.so-charity-table-header h4 {
    max-width: 670px;
    line-height: 1.7;
    text-align: center;
    margin: auto;
    padding-bottom: 0;
}
.so-charity-table-line {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.so-charity-table-line-single {
    position: relative;
    width: 50%;
    box-sizing: border-box;
    padding: 65px 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.so-charity-table-line-single > i {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    top: -2px;
    left: -2px;
}
.so-charity-table-line-single span {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    width: 96px;
    height: 96px;
    top: 50%;
    margin-top: -48px;
    left: 50px;
}
.so-charity-table-line-single span:before {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.2;
    filter: blur(20px);
    display: inline-block;
    border-radius: 100%;
    background-color: #1ab2df;
    content: "";
}
.so-charity-table-line-single span i {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid rgba(26, 178, 223, 0.2);
    display: inline-block;
    border-radius: 100%;
    animation: dots_rotate 4s linear infinite;
}
.so-charity-table-line-single span i:before,
.so-charity-table-line-single span i:after {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #1ab2df;
    border-radius: 100%;
    top: -2px;
    left: 50%;
    margin-left: -2px;
    content: "";
}
.so-charity-table-line-single span i:after {
    top: auto;
    bottom: -2px;
}
.so-charity-table-line-single span i.so-delay-2 {
    animation-delay: 1s;
}
.so-charity-table-line-single span i.so-delay-3 {
    animation-delay: 1.5s;
}
.so-charity-table-line-single span i.so-delay-4 {
    animation-delay: 2s;
}
.so-charity-table-line-single span img {
    max-width: 50px;
    width: 100%;
}
.so-charity-table-line-single p {
    padding-left: 140px;
    text-align: left;
}
.so-charity-table-line-single:first-child {
    border-left-width: 0;
}
.so-charity-table-line-single:first-child > i:nth-child(1) {
    top: -2px;
    left: -2px;
}
.so-charity-table-line-single:first-child > i:nth-child(2) {
    top: -2px;
    right: -2px;
}
.so-charity-table-line-single:last-child > i:nth-child(3) {
    top: -2px;
    right: -2px;
    left: auto;
}
.so-charity-table-line-single:last-child > i:nth-child(2) {
    bottom: -2px;
    left: -2px;
    top: auto;
}
.so-charity-table-line:last-child .so-charity-table-line-single {
    border-bottom-width: 0;
}
.so-charity-table-line:last-child
    .so-charity-table-line-single:first-child
    > i:nth-child(3) {
    top: auto;
    bottom: -2px;
    left: -2px;
}
.so-charity-table-line:last-child
    .so-charity-table-line-single:last-child
    > i:nth-child(1) {
    top: auto;
    bottom: -2px;
    left: -2px;
}
.so-charity-table-line:last-child
    .so-charity-table-line-single:last-child
    > i:nth-child(2) {
    top: auto;
    bottom: -2px;
    left: auto;
    right: -2px;
}

@media screen and (max-width: 1600px) {
    .so-charity-intro {
        padding-bottom: 90px;
        padding-top: 200px;
        z-index: 1;
    }
    .so-charity-image {
        z-index: 2;
        position: relative;
    }
    .so-charity-content {
        padding-top: 140px;
        padding-bottom: 180px;
    }
    .so-charity-table {
        padding-bottom: 300px;
    }
}
@media screen and (max-width: 768px) {
    .so-charity-intro {
        padding-top: 120px;
        padding-bottom: 50px;
    }
    .so-charity-intro h1 {
        font-size: 20px;
        line-height: 1.6;
    }
    .so-charity-image-logo {
        top: -8px;
        padding: 10px;
    }
    .so-charity-image-logo img {
        max-width: 100px;
    }
    .so-charity-content {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .so-charity-content p {
        font-size: 18px;
        padding-bottom: 20px;
    }
    .so-charity-content ul li {
        padding-left: 50px;
    }
    .so-charity-content ul li span {
        left: 10px;
    }
    .so-charity-table {
        padding-bottom: 50px;
        z-index: 3;
        position: relative;
    }
    .so-charity-table-header {
        padding: 40px 20px;
    }
    .so-charity-table-header h4 {
        font-size: 12px;
    }
    .so-charity-table-line:last-child
        .so-charity-table-line-single:first-child {
        border-bottom-width: 1px;
    }
    .so-charity-table-line-single {
        width: 100%;
        text-align: center;
        padding: 35px 30px;
        border-left-width: 0;
    }
    .so-charity-table-line-single span {
        position: relative;
        top: auto;
        margin-top: 0;
        left: auto;
        margin: auto;
        margin-bottom: 30px;
        display: inline-flex;
    }
    .so-charity-table-line-single p {
        padding-left: 0;
        text-align: center;
    }
}
.so-404 {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    min-height: 120vh;
    box-sizing: border-box;
    padding-top: 140px;
}
.so-404:before,
.so-404:after {
    width: 480px !important;
    height: 480px !important;
    top: 50px !important;
    left: 160px !important;
}
.so-404 .so-content {
    width: 100%;
}
.so-404 .so-content:before,
.so-404 .so-content:after {
    width: 540px !important;
    height: 540px !important;
    top: 190px !important;
    left: auto !important;
    right: 130px !important;
}
.so-404 .so-row {
    text-align: center;
    position: relative;
    z-index: 2;
}
.so-404 img {
    width: 100%;
    max-width: 580px;
    margin: auto;
    margin-bottom: 80px;
}
.so-404 h4 {
    font-family: "Maison Neue", sans-serif;
    padding-bottom: 25px;
    text-transform: none;
    letter-spacing: 1px;
    font-weight: 700;
}
.so-404 p {
    padding-bottom: 65px;
}
@media screen and (max-width: 1600px) {
    .so-404 {
        min-height: 100vh;
    }
    .so-404 img {
        max-width: 520px;
        margin-bottom: 50px;
    }
    .so-404 h4 {
        padding-bottom: 15px;
    }
    .so-404 p {
        padding-bottom: 40px;
    }
}
@media screen and (max-width: 768px) {
    .so-404 {
        padding-top: 0;
    }
    .so-404 img {
        margin-bottom: 35px;
    }
    .so-404 p {
        padding-bottom: 20px;
    }
}
.so-optin .wpcf7-response-output {
    display: none !important;
}
.so-optin-tab_2 {
    display: none;
    padding-top: 180px;
}
.so-optin-form {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 799px;
    border: 1px solid #1ab2df;
    margin: auto;
    padding: 40px 48px 80px 48px;
}
.so-optin-form:before {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    z-index: -1;
    background: linear-gradient(
        90deg,
        rgba(26, 178, 223, 0.8) 0%,
        rgba(26, 178, 223, 0.6) 100%
    );
    animation: blob_fade 3s ease infinite;
    content: "";
}
.so-optin-form .corner-point {
    width: 1px;
    height: 1px;
    position: absolute;
    background-color: red;
    content: "";
    border-radius: 50%;
    background-color: #1ab2df;
    border: 1px solid #1ab2df;
    display: block;
}
.so-optin-form .corner-point:nth-of-type(1) {
    top: 0px;
    left: 0px;
    transform: translate(-50%, -50%);
}
.so-optin-form .corner-point:nth-of-type(2) {
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
}
.so-optin-form .corner-point:nth-of-type(3) {
    bottom: 0;
    right: 0;
    transform: translate(50%, 50%);
}
.so-optin-form .corner-point:nth-of-type(4) {
    bottom: 0;
    left: 0;
    transform: translate(-50%, 50%);
}
.so-optin-form-row_file div {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.so-optin-form-row_file .so-form-file-name {
    color: #fff;
    margin-left: 30px;
}
.so-optin-form-row_file .so-button-file {
    padding: 15px 25px !important;
    width: auto !important;
    display: inline-block;
}
.so-optin-form-row_file .wpcf7-form-control-wrap {
    display: none;
}
.so-optin-form-row .checkbox {
    --background: transparent;
    --border: #fff;
    --border-hover: #1ab2df;
    --border-active: #fff;
    --tick: #fff;
    position: relative;
}
.so-optin-form-row .checkbox input,
.so-optin-form-row .checkbox svg {
    width: 24px;
    height: 24px;
    display: block;
}
.so-optin-form-row .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    background: var(--background);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    transition: box-shadow 0.3s;
    box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
    margin-right: 16px;
}
.so-optin-form-row .checkbox input:hover {
    --s: 2px;
    --b: var(--border-hover);
}
.so-optin-form-row .checkbox input:checked {
    --b: var(--border-active);
}
.so-optin-form-row .checkbox svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    transform: scale(var(--scale, 1)) translateZ(0);
}
.so-optin-form-row .checkbox.path input:checked {
    --s: 2px;
    transition-delay: 0.4s;
}
.so-optin-form-row .checkbox.path input:checked + svg {
    --a: 16.1 86.12;
    --o: 102.22;
}
.so-optin-form-row .checkbox.path svg {
    stroke-dasharray: var(--a, 86.12);
    stroke-dashoffset: var(--o, 86.12);
    transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}
.so-optin-form-row:last-of-type label {
    font-weight: lighter;
    display: flex;
    margin-top: 20px;
    margin-bottom: 40px;
}
.so-optin-form-row label {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
}
.so-optin-form-wrap {
    padding-top: 60px;
}
.so-optin-form .ajax-loader,
.so-optin-form br,
.so-optin-form .wpcf7-not-valid-tip {
    display: none !important;
}
.so-optin-form .so-sound-button {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 1;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    font-family: "Helios";
    border-radius: 0 !important;
    border-width: 0;
    outline: none;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    padding: 31px 24px;
    cursor: pointer;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    overflow: hidden;
}
.so-optin-form .so-sound-button:before,
.so-optin-form .so-sound-button:after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 0;
    height: 2px;
    top: 0;
    right: 0;
    background-color: #fff;
    content: "";
}
.so-optin-form .so-sound-button:before {
    left: 0;
    right: auto;
    bottom: 0;
    top: auto;
}
.so-optin-form .so-sound-button:hover:before,
.so-optin-form .so-sound-button:hover:after {
    background-color: #1ab2df;
    width: 12px;
}
.so-optin-form .so-sound-button:hover span {
    background-color: #1ab2df;
}
.so-optin-form .so-sound-button:hover span:nth-of-type(1),
.so-optin-form .so-sound-button:hover span:nth-of-type(3) {
    width: 100%;
}
.so-optin-form .so-sound-button span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: auto;
    height: 2px;
    background-color: #fff;
    top: 0px;
    left: 0;
}
.so-optin-form .so-sound-button span:nth-of-type(1) {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: top left;
    left: 2px;
    width: 12px;
}
.so-optin-form .so-sound-button span:nth-of-type(2) {
    width: 12px;
}
.so-optin-form .so-sound-button span:nth-of-type(3) {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    transform-origin: bottom right;
    top: auto;
    left: auto;
    bottom: 0px;
    right: 2px;
    width: 12px;
}
.so-optin-form .so-sound-button span:nth-of-type(4) {
    transform-origin: bottom right;
    top: auto;
    left: auto;
    bottom: 0px;
    right: 0;
    width: 12px;
}
.so-optin-form .so-sound-button:hover {
    background-color: #1486a8;
    border-top-color: rgba(26, 178, 223, 0.2);
    border-bottom-color: rgba(26, 178, 223, 0.2);
}
.so-optin-form input,
.so-optin-form textarea {
    font-family: "Maison Neue", sans-serif;
    font-size: 18px;
    line-height: 1;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0 !important;
    color: #191929;
    padding: 20px 24px;
    border: 2px solid transparent;
    outline: none;
    max-width: 704px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    max-height: 152px;
}
.so-optin-form input.wpcf7-not-valid,
.so-optin-form textarea.wpcf7-not-valid {
    border-color: #f7454c;
}
.so-optin-form input.placeholder,
.so-optin-form textarea.placeholder {
    opacity: 0.4;
}
.so-optin-form input:-moz-placeholder,
.so-optin-form textarea:-moz-placeholder {
    opacity: 0.4;
}
.so-optin-form input::-moz-placeholder,
.so-optin-form textarea::-moz-placeholder {
    opacity: 0.4;
}
.so-optin-form input:-ms-input-placeholder,
.so-optin-form textarea:-ms-input-placeholder {
    opacity: 0.4;
}
.so-optin-form input::-webkit-input-placeholder,
.so-optin-form textarea::-webkit-input-placeholder {
    opacity: 0.4;
}
.so-optin-form .selectric-wrapper {
    margin-bottom: 15px;
}
.so-optin-form .selectric-wrapper .selectric {
    max-height: 152px;
    max-width: 704px;
    width: 100%;
    box-sizing: border-box;
}
.so-optin-form .selectric-wrapper .selectric .label {
    font-family: "Maison Neue", sans-serif;
    font-size: 18px;
    line-height: 1;
    color: #191929;
    padding: 20px 24px;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    line-height: 1;
    font-weight: 400;
}
.so-optin-form .selectric-wrapper .selectric .button {
    height: 100%;
}
.so-optin-form .selectric-wrapper .selectric .button:after {
    border-top-color: #000;
}

span.wpcf7-list-item {
    display: none !important;
}

.so-contact {
    padding-top: 210px;
    padding-bottom: 300px;
}
.so-contact:before,
.so-contact:after {
    width: 600px !important;
    height: 600px !important;
    left: -340px !important;
    top: 160px !important;
}
.so-contact-title h1 {
    padding-bottom: 50px;
}
.so-contact .so-content:before,
.so-contact .so-content:after {
    width: 480px !important;
    height: 480px !important;
    right: 30% !important;
    top: auto !important;
    left: auto !important;
    bottom: -200px !important;
}
.so-contact .so-content .so-row {
    max-width: 1230px;
}
.so-contact-form {
    display: flex;
    justify-content: space-between;
}
.so-contact-form .so-contact-request h4 {
    font-family: "Maison Neue";
    font-size: 24px;
    line-height: 40px;
    text-transform: none;
    letter-spacing: 0px;
}
.so-contact-form .so-contact-request p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0px;
}
.so-contact-form form {
    padding-right: 150px;
}
.so-contact-form form .wpcf7-response-output {
    margin: 4em 0.5em 1em !important;
    border-color: #00a0d2 !important;
}
.so-contact-menu .so-col {
    padding-bottom: 60px;
}
.so-contact-menu .so-col .so-footer-soc {
    padding: 0;
}
.so-contact-menu .so-col h6 {
    font-family: "Helios";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #ffffff;
}
.so-contact-menu .so-col a span {
    font-weight: bold;
    font-size: 24px;
    line-height: 40px;
}
.so-contact-menu .so-col a svg {
    top: 4px;
}
.so-contact-menu .so-col .so-text ul li {
    display: flex;
    position: relative;
    flex-direction: column;
    padding-left: 40px;
}
.so-contact-menu .so-col .so-text ul li span {
    padding-right: 18px;
    position: absolute;
    left: 0;
    top: 0;
}
.so-contact-info {
    padding-bottom: 320px;
}
.so-contact-info:before,
.so-contact-info:after {
    width: 300px !important;
    height: 300px !important;
    left: 200px !important;
    top: 300px !important;
}
.so-contact-info .so-row {
    max-width: 1230px;
}
.so-contact-info .so-col {
    box-sizing: border-box;
    position: relative;
    border: 1px solid #1a1c1f;
}
.so-contact-info .so-col h4 {
    line-height: 1.7;
    max-width: 700px;
}
.so-contact-info .so-col p {
    line-height: 30px;
    color: #a9b2b8;
    letter-spacing: normal;
    max-width: 600px;
    padding-bottom: 48px;
}
.so-contact-info .so-col:nth-of-type(1) {
    width: 100%;
}
.so-contact-info .so-col:nth-of-type(1) i {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    top: -2px;
    left: -2px;
    border-radius: 100%;
    z-index: 3;
}
.so-contact-info .so-col:nth-of-type(1) i:nth-child(2) {
    right: -2px;
    left: auto;
}
.so-contact-info .so-col:nth-of-type(1) i:nth-child(3) {
    right: -2px;
    left: auto;
    top: auto;
    bottom: -2px;
}
.so-contact-info .so-col:nth-of-type(1) i:nth-child(4) {
    top: auto;
    bottom: -2px;
}
.so-contact-info .so-col:nth-of-type(1) img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    max-height: 482px;
    width: 100%;
}
.so-contact-info .so-col:nth-of-type(2) {
    width: 100%;
    padding: 65px 70px 0px 70px;
    border-bottom: none;
}
.so-contact-info .so-col:nth-of-type(3) {
    width: 100%;
    padding: 0px 70px 65px 70px;
    border-top: none;
    display: flex;
}
.so-contact-info .so-col:nth-of-type(3):before,
.so-contact-info .so-col:nth-of-type(3):after {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    bottom: -2px;
    right: -2px;
    border-radius: 100%;
    z-index: 3;
    content: "";
}
.so-contact-info .so-col:nth-of-type(3):after {
    bottom: -2px;
    left: -2px;
}
.so-contact-info .so-col .so-contact-button-view {
    font-family: sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 6px;
    display: inline-block;
    box-sizing: border-box;
    padding: 30px 55px 30px 55px;
    position: relative;
    border: 1px solid #1a1c1f;
    background-color: rgba(255, 255, 255, 0.03);
    margin: auto;
    text-transform: uppercase;
    color: #fff;
    margin-right: 32px;
}
.so-contact-info .so-col .so-contact-button-view:hover {
    color: #1ab2df;
    border-color: rgba(26, 178, 223, 0.3);
    background-color: rgba(26, 178, 223, 0.13);
}
.so-contact-info .so-col .so-contact-button-view:hover span {
    background-color: #1ab2df;
}
.so-contact-info .so-col .so-contact-button-view span {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 3px;
    height: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    border-radius: 100%;
}
.so-contact-info .so-col .so-contact-button-view span:nth-of-type(1) {
    top: -2px;
    left: -2px;
}
.so-contact-info .so-col .so-contact-button-view span:nth-of-type(2) {
    top: -2px;
    right: -2px;
}
.so-contact-info .so-col .so-contact-button-view span:nth-of-type(3) {
    bottom: -2px;
    right: -2px;
}
.so-contact-info .so-col .so-contact-button-view span:nth-of-type(4) {
    bottom: -2px;
    left: -2px;
}
.so-contact-info .so-col .so-contact-button-link {
    font-family: sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 6px;
    display: inline-block;
    box-sizing: border-box;
    padding: 30px 55px 30px 135px;
    position: relative;
    border: 1px solid #1a1c1f;
    background-color: rgba(255, 255, 255, 0.03);
    margin: auto;
    text-transform: uppercase;
    color: #fff;
}
.so-contact-info .so-col .so-contact-button-link:hover {
    color: #1ab2df;
    border-color: rgba(26, 178, 223, 0.3);
    background-color: rgba(26, 178, 223, 0.13);
}
.so-contact-info .so-col .so-contact-button-link:hover i {
    color: #1ab2df;
}
.so-contact-info .so-col .so-contact-button-link:hover span,
.so-contact-info .so-col .so-contact-button-link:hover:after,
.so-contact-info .so-col .so-contact-button-link:hover:before {
    background-color: #1ab2df;
}
.so-contact-info .so-col .so-contact-button-link:hover div {
    border-color: rgba(26, 178, 223, 0.3);
}
.so-contact-info .so-col .so-contact-button-link:after,
.so-contact-info .so-col .so-contact-button-link:before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 3px;
    height: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    border-radius: 100%;
    content: "";
}
.so-contact-info .so-col .so-contact-button-link:after {
    top: -2px;
    right: -2px;
}
.so-contact-info .so-col .so-contact-button-link:before {
    bottom: -2px;
    right: -2px;
}
.so-contact-info .so-col .so-contact-button-link div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    width: 85px;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    bottom: 0;
    border-right: 1px solid #1a1c1f;
}
.so-contact-info .so-col .so-contact-button-link div span {
    position: absolute;
    width: 3px;
    height: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    border-radius: 100%;
}
.so-contact-info .so-col .so-contact-button-link div span:nth-of-type(1) {
    top: -2px;
    left: -2px;
}
.so-contact-info .so-col .so-contact-button-link div span:nth-of-type(2) {
    top: -2px;
    right: -2px;
}
.so-contact-info .so-col .so-contact-button-link div span:nth-of-type(3) {
    bottom: -2px;
    right: -2px;
}
.so-contact-info .so-col .so-contact-button-link div span:nth-of-type(4) {
    bottom: -2px;
    left: -2px;
}
.so-contact-info .so-col .so-contact-button-link div i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 20px;
}

.so-contact-vision-icon {
    width: 120px;
    height: 120px;
    position: relative;
    display: inline-block;
    margin: auto;
    margin-bottom: 40px;
    transform: rotate(45deg);
}
.so-contact-vision-icon span {
    border: 2px solid rgba(26, 178, 223, 0.7);
    position: absolute;
    background: transparent;
}
.so-contact-vision-icon span:nth-of-type(1) {
    width: 42px;
    height: 20px;
    bottom: 28px;
    left: 0;
    border-right: none;
    border-radius: 5px 0px 0px 5px;
}
.so-contact-vision-icon span:nth-of-type(2) {
    width: 22px;
    height: 20px;
    bottom: 28px;
    left: 44px;
    border-left: none;
    border-top: none;
    border-radius: 0px 0px 5px 0px;
}
.so-contact-vision-icon span:nth-of-type(3) {
    width: 20px;
    height: 85px;
    bottom: 50px;
    left: 44px;
    border-bottom: none;
    border-radius: 5px 5px 0px 0px;
}
.so-contact-vision-icon span:nth-of-type(4) {
    width: 0px;
    height: 0px;
    bottom: 54px;
    left: 50px;
    border: none;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 70px 50px rgba(26, 178, 223, 0.3);
    -moz-box-shadow: 0px 0px 70px 50px rgba(26, 178, 223, 0.3);
    box-shadow: 0px 0px 70px 50px rgba(26, 178, 223, 0.3);
}
.so-contact-vision-icon span:nth-child(1):after,
.so-contact-vision-icon span:nth-child(1):before {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #1ab2df;
    top: -67px;
    left: 41px;
    content: "";
    border-radius: 100%;
}
.so-contact-vision-icon span:nth-child(1):before {
    will-change: bottom, right;
    top: auto;
    bottom: -2px;
    right: -2px;
    top: auto;
    left: auto;
    animation: checkicon_anim_1 4s linear infinite;
}
.so-contact-vision-icon span:nth-child(1):after {
    will-change: top, left;
    animation: checkicon_anim_2 4s linear infinite;
}

@media screen and (max-width: 991px) {
    .so-contact {
        padding-bottom: 0px;
    }
    .so-contact-title h1 {
        text-align: center;
    }
    .so-contact-form {
        flex-direction: column;
        align-items: center;
        padding-bottom: 90px;
    }
    .so-contact-form form {
        padding-right: 0px;
    }
    .so-contact-menu {
        padding-top: 150px;
    }
    .so-contact-info {
        padding-bottom: 150px;
    }
}
@media screen and (max-width: 768px) {
    .so-contact {
        padding-top: 100px;
    }
    .so-contact-info {
        padding-bottom: 50px;
    }
    .so-contact-info .so-col .so-contact-button-view {
        margin: 0px;
    }
    .so-contact-info .so-col .so-contact-button-link {
        margin: 0px 0px 20px 0px;
    }
    .so-contact-info .so-col:nth-of-type(3) {
        flex-direction: column-reverse;
    }
}
@media screen and (max-width: 600px) {
    .so-contact .so-optin-form-row:last-of-type label {
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .so-optin-tab_2 {
        padding-top: 40px;
    }

    .so-optin-form {
        padding: 20px 20px 20px 20px;
    }
    .so-optin-form-row_file {
        padding-bottom: 20px;
    }
    .so-optin-form-row_file div {
        display: flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-align-items: flex-start;
        align-items: flex-start;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so-optin-form-row_file .so-form-file-name {
        margin-left: 0;
        padding-top: 15px;
        display: block;
    }
    .so-optin-form-row .checkbox input {
        width: 52px;
        height: 24px;
    }

    .so-contact .so-contact-request {
        text-align: center;
    }
    .so-contact .so-col {
        width: 100%;
    }
    .so-contact-menu {
        padding-top: 50px;
    }
    .so-contact-menu .so-col {
        padding-bottom: 40px;
    }
    .so-contact-form {
        padding-bottom: 20px;
    }
    .so-contact-info .so-col h4 {
        line-height: 1.7;
        font-size: 14px;
    }
    .so-contact-info .so-col p {
        padding-bottom: 30px;
    }
    .so-contact-info .so-contact-button-view {
        text-align: center;
    }
    .so-contact-info .so-contact-button-link {
        padding: 20px 30px 20px 135px !important;
    }
    .so-contact-info .so-col:nth-of-type(2) {
        padding: 20px 20px 0px 20px;
    }
    .so-contact-info .so-col:nth-of-type(3) {
        padding: 20px 20px 40px 20px;
    }
}
.so-build-future {
    padding-top: 285px;
    padding-bottom: 225px;
}
.so-build-future:before,
.so-build-future:after {
    width: 600px !important;
    height: 600px !important;
    top: 200px !important;
    right: 100px !important;
    left: auto !important;
}
.so-build-future .so-content:before,
.so-build-future .so-content:after {
    width: 500px !important;
    height: 500px !important;
    top: auto !important;
    bottom: 100px !important;
    left: -100px !important;
}
.so-build-future .so-row {
    text-align: center;
}
.so-build-future .so-row:before,
.so-build-future .so-row:after {
    width: 340px !important;
    height: 340px !important;
    top: auto !important;
    bottom: -100px !important;
    left: auto !important;
    right: 50px !important;
}
.so-build-future .so-row * {
    position: relative;
    z-index: 3;
}
.so-build-future h1 {
    max-width: 860px;
    margin: auto;
    padding-bottom: 160px;
}
.so-build-future img {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    max-width: 720px;
    width: 100%;
    margin: auto;
    margin-bottom: 160px;
    animation: dots_rotate 10s linear infinite;
}
.so-build-future p {
    font-size: 24px;
    line-height: 1.7;
    max-width: 720px;
    width: 100%;
    margin: auto;
    color: #fff;
    text-align: left;
}
.so-build-future .so-link {
    text-align: left;
    width: 100%;
    max-width: 720px;
    display: inline-block;
}
.so-build-future .so-link span {
    font-size: 24px;
    line-height: 1.7;
    font-weight: 700;
}
.so-build-future .so-link svg {
    top: 3px;
}
.so-build-core {
    padding-top: 275px;
    padding-bottom: 350px;
}
.so-build-core .so-row {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    max-width: 1120px;
}
.so-build-core img {
    width: 26%;
}
.so-build-core p {
    font-size: 24px;
    line-height: 1.7;
    width: 66%;
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .so-build-future {
        padding-top: 220px;
        padding-bottom: 150px;
    }
    .so-build-future h1 {
        padding-bottom: 100px;
    }
    .so-build-future img {
        max-width: 600px;
        margin-bottom: 100px;
    }
    .so-build-future p {
        font-size: 20px;
        line-height: 1.7;
        max-width: 600px;
    }
    .so-build-future .so-link {
        max-width: 600px;
    }
    .so-build-future .so-link span {
        font-size: 20px;
        line-height: 1.7;
    }
    .so-build-future .so-link svg {
        top: 0;
    }
    .so-build-core {
        padding-top: 200px;
        padding-bottom: 250px;
    }
    .so-build-core:before,
    .so-build-core:after {
        width: 450px !important;
        height: 450px !important;
        top: 150px !important;
        left: auto !important;
        right: 30% !important;
    }
    .so-build-core .so-row {
        max-width: 960px;
    }
    .so-build-core p {
        font-size: 20px;
        line-height: 1.7;
    }
}
@media screen and (max-width: 600px) {
    .so-build-future {
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .so-build-future h1 {
        font-size: 22px;
        line-height: 1.7;
        padding-bottom: 50px;
    }
    .so-build-future img {
        max-width: 600px;
        margin-bottom: 50px;
        width: 80%;
    }
    .so-build-future p {
        font-size: 16px;
        line-height: 1.7;
    }
    .so-build-future .so-link span {
        font-size: 16px;
        line-height: 1.7;
    }
    .so-build-future .so-link svg {
        top: -4px;
    }
    .so-build-core {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .so-build-core .so-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so-build-core img {
        width: 80%;
        display: inline-block;
        margin: auto;
        margin-bottom: 50px;
    }
    .so-build-core p {
        font-size: 16px;
        line-height: 1.7;
        width: 100%;
    }
}
.so-page {
    padding-top: 240px;
    padding-bottom: 360px;
}
.so-page:before,
.so-page:after {
    width: 440px !important;
    height: 440px !important;
    top: 230px !important;
    left: -50px !important;
}
.so-page .so-content:before,
.so-page .so-content:after {
    width: 700px !important;
    height: 700px !important;
    left: auto !important;
    top: auto !important;
    right: 140px !important;
    bottom: 0 !important;
}
.so-page .so-row {
    max-width: 1040px;
}
.so-page .so-row p,
.so-page .so-row li {
    font-size: 16px;
    line-height: 1.7;
    color: #fff;
}
.so-page .so-row p *,
.so-page .so-row li * {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.so-page .so-row p {
    padding-bottom: 20px;
}
.so-page .so-row a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #1ab2df;
    opacity: 1;
}
.so-page .so-row a:hover {
    opacity: 0.6;
}
.so-page .so-row ul,
.so-page .so-row ol {
    padding: 20px 0 20px 20px;
}
.so-page .so-row ul li {
    list-style-type: disc;
}
.so-page .so-row ol li {
    list-style-type: decimal;
}
.so-page .so-row blockquote {
    border-left: 3px solid #1ab2df;
    padding-left: 30px;
}
.so-page .so-row blockquote cite {
    color: #fff;
}

@media screen and (max-width: 1600px) {
    .so-page {
        padding-top: 240px;
        padding-bottom: 300px;
    }
    .so-page .so-content:before {
        width: 500px !important;
        height: 500px !important;
    }
    .so-page .so-row {
        max-width: 880px;
    }
    .so-page .so-row p,
    .so-page .so-row li {
        font-size: 16px;
    }
    .so-page .so-row blockquote cite {
        font-size: 14px;
    }
}
@media screen and (max-width: 600px) {
    .so-page {
        padding-top: 120px;
        padding-bottom: 80px;
    }
    .so-page .so-row p:empty {
        display: none;
    }
    .so-page .so-row p,
    .so-page .so-row li {
        font-size: 14px;
    }
    .so-page .so-row p {
        padding-bottom: 40px;
    }
    .so-page .so-row blockquote cite {
        font-size: 12px;
    }
}
.so-career-button {
    font-size: 16px;
    line-height: 1;
    font-family: sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 6px;
    display: inline-block;
    box-sizing: border-box;
    padding: 30px 55px 30px 135px;
    position: relative;
    border: 1px solid #1a1c1f;
    background-color: rgba(255, 255, 255, 0.03);
    margin: auto;
    text-transform: uppercase;
    color: #fff;
    z-index: 2;
}
.so-career-button div {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    width: 80px;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    bottom: 0;
    border-right: 1px solid #1a1c1f;
}
.so-career-button div span {
    position: absolute;
    width: 3px;
    height: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    border-radius: 100%;
}
.so-career-button div span:nth-child(1) {
    top: -2px;
    left: -2px;
}
.so-career-button div span:nth-child(2) {
    top: -2px;
    right: -2px;
}
.so-career-button div span:nth-child(3) {
    left: -2px;
    bottom: -2px;
}
.so-career-button div span:nth-child(4) {
    right: -2px;
    bottom: -2px;
}
.so-career-button div i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 20px;
}
.so-career-button:before,
.so-career-button:after {
    position: absolute;
    width: 3px;
    height: 3px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #fff;
    border-radius: 100%;
    content: "";
}
.so-career-button:before {
    top: -2px;
    right: -2px;
}
.so-career-button:after {
    bottom: -2px;
    right: -2px;
}
.so-career-button:hover {
    border-color: rgba(26, 178, 223, 0.3);
    background-color: rgba(26, 178, 223, 0.13);
    color: #1ab2df;
}
.so-career-button:hover span,
.so-career-button:hover:before,
.so-career-button:hover:after {
    background-color: #1ab2df;
}
.so-career-button:hover i {
    color: #1ab2df;
}
.so-career-button:hover div {
    border-color: rgba(26, 178, 223, 0.3);
}
.so-career-intro {
    padding-top: 170px;
    padding-bottom: 120px;
}
.so-career-intro:before,
.so-career-intro:after {
    width: 680px !important;
    height: 680px !important;
    top: auto !important;
    left: auto !important;
    top: 290px !important;
    right: 190px !important;
}
.so-career-intro .so-row {
    max-width: 1460px;
}
.so-career-intro-image {
    position: relative;
    padding: 45px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.so-career-intro-image i {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
}
.so-career-intro-image i:nth-child(1) {
    top: -2px;
    left: -2px;
}
.so-career-intro-image i:nth-child(2) {
    top: -2px;
    right: -2px;
}
.so-career-intro-image i:nth-child(3) {
    bottom: -2px;
    left: -2px;
}
.so-career-intro-image i:nth-child(4) {
    bottom: -2px;
    right: -2px;
}
.so-career-intro-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 560px;
}
.so-career-intro h1 {
    font-size: 36px;
    line-height: 1.7;
    padding-top: 65px;
    padding-bottom: 45px;
    text-align: center;
    letter-spacing: 8px;
}
.so-career-intro-info {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-bottom: 85px;
}
.so-career-intro-info span {
    font-family: "Michroma", sans-serif;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 6px;
    padding-left: 20px;
    padding-right: 20px;
    display: inline-block;
    text-transform: uppercase;
}
.so-career-intro-info span img {
    margin-right: 15px;
    max-height: 16px;
    height: 100%;
    width: auto;
    display: inline-block;
    position: relative;
    top: 3px;
}
.so-career-main_list:before {
    width: 600px;
    height: 600px;
    left: -150px;
    top: 0;
}
.so-career-main_list .so-row {
    max-width: 760px;
}
.so-career-main_list ul li {
    font-size: 24px;
    line-height: 1.7;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
}
.so-career-main_list ul li:last-child {
    margin-bottom: 0;
}
.so-career-line.so-line {
    padding: 70px 0;
}
.so-career-line.so-line .so-row {
    max-width: 720px;
}
.so-career-content {
    padding-bottom: 360px;
}
.so-career-content:before,
.so-career-content:after {
    width: 580px !important;
    height: 580px !important;
    left: auto !important;
    top: 700px !important;
    right: 350px !important;
}
.so-career-content .so-content:before,
.so-career-content .so-content:after {
    width: 580px !important;
    height: 580px !important;
    left: auto !important;
    top: auto !important;
    right: 30% !important;
    bottom: 300px !important;
}
.so-career-content .so-row {
    max-width: 760px;
}
.so-career-content-title {
    font-family: "Maison Neue", sans-serif;
    font-size: 24px;
    line-height: 1.7;
    letter-spacing: 1px;
    text-transform: none;
    padding-bottom: 30px;
    font-weight: 700;
    color: #fff;
    display: block;
}
.so-career-content .so-text p,
.so-career-content .so-text li {
    font-size: 18px;
    line-height: 1.7;
    color: #fff;
}
.so-career-content .so-text p *,
.so-career-content .so-text li * {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
.so-career-content .so-text p {
    padding-bottom: 20px;
}
.so-career-content .so-text a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #1ab2df;
    opacity: 1;
}
.so-career-content .so-text a:hover {
    opacity: 0.6;
}
.so-career-content .so-text ul,
.so-career-content .so-text ol {
    padding: 20px 0 20px 20px;
}
.so-career-content .so-text ul li {
    list-style-type: disc;
}
.so-career-content .so-text ol li {
    list-style-type: decimal;
}
.so-career-content .so-text blockquote {
    border-left: 3px solid #1ab2df;
    padding-left: 30px;
}
.so-career-content .so-text blockquote cite {
    color: #fff;
}
.so-career-content .so-center {
    padding-top: 80px;
}
.so-career-content .so-center .so-career-button {
    width: 100%;
}

@media screen and (max-width: 1600px) {
    .so-career-button {
        font-size: 14px;
        line-height: 1;
        letter-spacing: 4px;
        padding: 20px 40px 20px 100px;
    }
    .so-career-button div {
        position: absolute;
        width: 60px;
        height: auto;
    }
    .so-career-button div i {
        font-size: 16px;
    }
    .so-career-intro {
        padding-top: 170px;
        padding-bottom: 80px;
    }
    .so-career-intro .so-row {
        max-width: 1260px;
    }
    .so-career-intro-image {
        padding: 30px;
    }
    .so-career-intro-image img {
        height: 460px;
    }
    .so-career-intro h1 {
        font-size: 30px;
        line-height: 1.7;
        padding-top: 50px;
        padding-bottom: 35px;
        letter-spacing: 6px;
    }
    .so-career-intro-info {
        padding-bottom: 60px;
    }
    .so-career-intro-info span {
        font-size: 10px;
        line-height: 1.7;
        padding-left: 15px;
        padding-right: 15px;
    }
    .so-career-intro-info span img {
        margin-right: 10px;
        max-height: 14px;
        top: 3px;
    }
    .so-career-main_list .so-row {
        max-width: 640px;
    }
    .so-career-main_list ul li {
        font-size: 18px;
        line-height: 1.7;
        margin-bottom: 10px;
    }
    .so-career-line.so-line {
        padding: 55px 0;
    }
    .so-career-line.so-line .so-row {
        max-width: 600px;
    }
    .so-career-content {
        padding-bottom: 300px;
    }
    .so-career-content .so-row {
        max-width: 640px;
    }
    .so-career-content-title {
        font-size: 18px;
        line-height: 1.7;
        padding-bottom: 25px;
        padding-top: 40px;
    }
    .so-career-content .so-text p,
    .so-career-content .so-text li {
        font-size: 16px;
        line-height: 1.7;
    }
    .so-career-content .so-text p {
        padding-bottom: 15px;
    }
    .so-career-content .so-center {
        padding-top: 50px;
    }
}
@media screen and (max-width: 600px) {
    .so-career-intro {
        padding-top: 100px;
        padding-bottom: 40px;
    }
    .so-career-intro-image {
        padding: 20px;
    }
    .so-career-intro-image img {
        height: 260px;
    }
    .so-career-intro h1 {
        font-size: 16px;
        line-height: 1.7;
        padding-top: 40px;
        padding-bottom: 40px;
        letter-spacing: 4px;
    }
    .so-career-intro-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 15px;
    }
    .so-career-intro-info span {
        font-size: 10px;
        line-height: 1.7;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        margin-bottom: 15px;
    }
    .so-career-main_list ul li {
        font-size: 14px;
        line-height: 1.7;
    }
    .so-career-line.so-line {
        padding: 30px 0;
    }
    .so-career-content {
        padding-bottom: 80px;
    }
    .so-career-content-title {
        font-size: 16px;
        line-height: 1.7;
        padding-bottom: 15px;
        padding-top: 30px;
    }
    .so-career-content .so-text p,
    .so-career-content .so-text li {
        font-size: 14px;
        line-height: 1.7;
    }
    .so-career-content .so-center {
        padding-top: 20px;
    }
}
.so-careers-intro {
    padding-top: 180px;
    padding-bottom: 80px;
}
.so-careers-intro:before,
.so-careers-intro:after {
    width: 420px !important;
    height: 420px !important;
    top: 190px !important;
    left: 420px !important;
}
.so-careers-intro .so-row {
    text-align: center;
}
.so-careers-intro h1 {
    padding-bottom: 45px;
}
.so-careers-list .so-row {
    max-width: 1360px;
}
.so-careers-list-single {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding: 40px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 3;
}
.so-careers-list-single:last-child {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.so-careers-list-single:nth-child(10n + 3) {
    position: relative;
    z-index: 2;
}
.so-careers-list-single:nth-child(10n + 3):before,
.so-careers-list-single:nth-child(10n + 3):after {
    position: absolute;
    width: 580px;
    height: 580px;
    opacity: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("img/blur_purple.png");
    top: -200px;
    right: -300px;
    z-index: 1;
    will-change: opacity;
    animation: blob_fade_color 10s ease infinite;
    content: "";
}
.so-careers-list-single:nth-child(10n + 3):after {
    background-image: url("img/blur_blue.png");
    animation: blob_fade_color 10s ease infinite;
    animation-delay: 5s;
}
.so-careers-list-single:nth-child(10n + 6) {
    position: relative;
    z-index: 2;
}
.so-careers-list-single:nth-child(10n + 6):before,
.so-careers-list-single:nth-child(10n + 6):after {
    position: absolute;
    width: 520px;
    height: 520px;
    opacity: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("img/blur_purple.png");
    top: -150px;
    left: -200px;
    z-index: 1;
    will-change: opacity;
    animation: blob_fade_color 10s ease infinite;
    content: "";
}
.so-careers-list-single:nth-child(10n + 6):after {
    background-image: url("img/blur_blue.png");
    animation: blob_fade_color 10s ease infinite;
    animation-delay: 5s;
}
.so-careers-list-single:nth-child(10n + 10) {
    position: relative;
    z-index: 2;
}
.so-careers-list-single:nth-child(10n + 10):before,
.so-careers-list-single:nth-child(10n + 10):after {
    position: absolute;
    width: 400px;
    height: 400px;
    opacity: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("img/blur_blue.png");
    top: -30px;
    left: 40%;
    z-index: 1;
    will-change: opacity;
    animation: blob_fade_color 10s ease infinite;
    content: "";
}
.so-careers-list-single:nth-child(10n + 10):after {
    background-image: url("img/blur_purple.png");
    animation: blob_fade_color 10s ease infinite;
    animation-delay: 5s;
}
.so-careers-list-single .so-col {
    z-index: 3;
}
.so-careers-list-single .so-col:first-child {
    max-width: 680px;
    width: 100%;
}
.so-careers-list-single .so-col:first-child:before,
.so-careers-list-single .so-col:first-child:after {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    content: "";
}
.so-careers-list-single .so-col:first-child:before {
    top: -2px;
    left: -2px;
}
.so-careers-list-single .so-col:first-child:after {
    top: -2px;
    right: -2px;
}
.so-careers-list-single .so-col:last-child {
    max-width: 300px;
    width: 100%;
    box-sizing: border-box;
    padding-right: 30px;
    padding-top: 15px;
}
.so-careers-list-single .so-col:last-child:before,
.so-careers-list-single .so-col:last-child:after {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    content: "";
}
.so-careers-list-single .so-col:last-child:before {
    bottom: -2px;
    left: -2px;
}
.so-careers-list-single .so-col:last-child:after {
    bottom: -2px;
    right: -2px;
}
.so-careers-list-single-title {
    font-size: 24px;
    line-height: 1.9;
    font-family: "Michroma", sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    max-width: 680px;
    display: inline-block;
    position: relative;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 0px 0px #1ab2df;
}
.so-careers-list-single-title:hover {
    color: #1ab2df;
    text-shadow: 0px 0px 16px #1ab2df;
}
.so-careers-list-single ul {
    padding-top: 30px;
}
.so-careers-list-single ul li {
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}
.so-careers-list-single ul li:before {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #1ab2df;
    border-radius: 100%;
    content: "";
    top: 50%;
    left: 0;
    margin-top: -4px;
}
.so-careers-list-single p {
    font-family: "Michroma", sans-serif;
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 6px;
    padding-left: 30px;
    display: block;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 20px;
}
.so-careers-list-single p img {
    position: absolute;
    left: 0;
    top: 2px;
    max-width: 14px;
    width: 100%;
    display: inline-block;
}
.so-careers-list-single p:nth-child(2) {
    margin-bottom: 45px;
}
.so-careers-contact {
    padding-top: 50px;
    padding-bottom: 150px;
}
.so-careers-contact:before,
.so-careers-contact:after {
    width: 520px !important;
    height: 520px !important;
    top: auto !important;
    left: auto !important;
    right: 180px !important;
    bottom: 150px !important;
}
.so-careers-contact .so-row {
    max-width: 1360px;
}
.so-careers-contact-wrap {
    text-align: center;
    position: relative;
    padding: 45px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(90deg, #1c272e 0%, rgba(28, 39, 46, 0.1) 100%);
}
.so-careers-contact-wrap i {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
}
.so-careers-contact-wrap i:nth-child(1) {
    top: -2px;
    left: -2px;
}
.so-careers-contact-wrap i:nth-child(2) {
    top: -2px;
    right: -2px;
}
.so-careers-contact-wrap i:nth-child(3) {
    bottom: -2px;
    left: -2px;
}
.so-careers-contact-wrap i:nth-child(4) {
    bottom: -2px;
    right: -2px;
}
.so-careers-contact-wrap p {
    max-width: 660px;
    display: inline-block;
    margin: auto;
    padding-bottom: 40px;
}
.so-careers-contact-wrap .so-link span {
    font-size: 24px;
    font-weight: 700;
}
.so-careers-contact-wrap .so-link svg {
    top: -5px;
}
.so-careers-load {
    padding-top: 160px;
}
.so-careers-load .so-row {
    max-width: 1360px;
}
.so-careers-load .so-button {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

@media screen and (max-width: 1600px) {
    .so-careers-intro {
        padding-top: 180px;
        padding-bottom: 60px;
    }
    .so-careers-intro h1 {
        padding-bottom: 35px;
    }
    .so-careers-list .so-row {
        max-width: 1200px;
    }
    .so-careers-list-single {
        padding: 30px 0;
    }
    .so-careers-list-single .so-col:last-child {
        padding-right: 0;
        padding-left: 30px;
    }
    .so-careers-list-single-title {
        font-size: 20px;
        line-height: 1.9;
        letter-spacing: 6px;
    }
    .so-careers-list-single p {
        font-size: 10px;
        line-height: 1.7;
        letter-spacing: 4px;
    }
    .so-careers-load {
        padding-top: 120px;
    }
    .so-careers-load .so-row {
        max-width: 1200px;
    }
    .so-careers-contact {
        padding-top: 50px;
        padding-bottom: 150px;
    }
    .so-careers-contact .so-row {
        max-width: 1200px;
    }
    .so-careers-contact-wrap p {
        padding-bottom: 30px;
    }
    .so-careers-contact-wrap .so-link span {
        font-size: 20px;
    }
    .so-careers-contact-wrap .so-link svg {
        top: -4px;
    }
}
@media screen and (max-width: 600px) {
    .so-careers-intro {
        padding-top: 100px;
        padding-bottom: 40px;
    }
    .so-careers-intro h1 {
        padding-bottom: 20px;
    }
    .so-careers-list-single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px 0;
    }
    .so-careers-list-single .so-col {
        width: 100% !important;
    }
    .so-careers-list-single .so-col:last-child {
        padding-right: 0;
        padding-left: 0;
    }
    .so-careers-list-single-title {
        font-size: 14px;
        line-height: 1.9;
        letter-spacing: 4px;
    }
    .so-careers-list-single p {
        font-size: 10px;
        line-height: 1.7;
        letter-spacing: 4px;
    }
    .so-careers-list-single p:nth-child(2) {
        margin-bottom: 20px;
    }
    .so-careers-list-single ul {
        padding-top: 20px;
    }
    .so-careers-load {
        padding-top: 60px;
    }
    .so-careers-load .so-row {
        max-width: 1200px;
    }
    .so-careers-contact {
        padding-top: 60px;
        padding-bottom: 80px;
    }
    .so-careers-contact-wrap {
        padding: 25px;
    }
    .so-careers-contact-wrap h4 {
        font-size: 16px;
        line-height: 1.7;
    }
    .so-careers-contact-wrap p {
        padding-bottom: 30px;
    }
    .so-careers-contact-wrap .so-link span {
        font-size: 20px;
    }
    .so-careers-contact-wrap .so-link svg {
        top: -4px;
    }
}
.so-time {
    padding-top: 290px;
    padding-bottom: 360px;
}
.so-time h1 {
    padding-bottom: 160px;
    text-align: center;
}
.so-time-list-single {
    padding-bottom: 185px;
    position: relative;
    background-color: #eceaca;
}
.so-time-list-single:last-child,
.so-time-list-single:first-child {
    padding-bottom: 0;
}
.so-time-list-single:nth-child(4n + 1) {
    text-align: left;
}
.so-time-list-single:nth-child(4n + 2) {
    text-align: center;
}
.so-time-list-single:nth-child(4n + 3) {
    text-align: right;
}
.so-time-list-single:nth-child(4n + 4) {
    text-align: center;
}
.so-time-list-single-wrap {
    width: 100%;
    max-width: 500px;
    display: inline-block;
    text-align: left;
    position: relative;
}
.so-time-list-single-wrap > p {
    font-size: 16px;
    line-height: 1.6;
    color: #a9b2b8;
    margin-bottom: 15px;
}
.so-time-list-single-wrap > p strong {
    font-size: 18px;
    line-height: 1.6;
    color: #fff;
    font-weight: 700;
}
.so-time-list-single-num {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-bottom: 22px;
    padding-top: 22px;
    margin-bottom: 20px;
    position: relative;
    left: -25px;
}
.so-time-list-single-num-square {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: relative;
    width: 60px;
    height: 60px;
    border: 1px solid #0a2a34;
}
.so-time-list-single-num-square:after,
.so-time-list-single-num-square:before {
    position: absolute;
    width: 28px;
    height: 28px;
    background-color: #1ab2df;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
    content: "";
}
.so-time-list-single-num-square:after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    filter: blur(20px);
    opacity: 0;
    animation: blob_fade_color 2s ease infinite;
}
.so-time-list-single-num > span {
    display: inline-block;
    padding-left: 35px;
}
.so-time-list-single-num span span {
    font-size: 12px;
    line-height: 1;
    font-family: "Michroma", sans-serif;
    color: #a9b2b8;
    letter-spacing: 6px;
}
.so-time-list-single-num span span:first-child {
    color: #fff !important;
}
.so-time-list-single-year {
    font-size: 36px;
    line-height: 1;
    font-family: "Michroma", sans-serif;
    letter-spacing: 9px;
    color: #fff;
    display: block;
    margin-bottom: 40px;
}
.so-time-list-single img {
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
    margin-bottom: 40px;
}
.so-time-list-single ul li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
}
.so-time-list-single ul li:before {
    position: absolute;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff;
    left: 0;
    top: 10px;
    content: "";
}
.so-time-list-single ul li p {
    font-size: 18px;
    line-height: 1.6;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
    cursor: pointer;
}
.so-time-list-single ul li p:hover {
    color: #1ab2df;
}
.so-time-list-single:nth-child(4n + 1):before {
    position: absolute;
    width: 500px;
    height: auto;
    background-color: #eceaca;
    left: -548px;
    top: 52px;
    bottom: 0;
    z-index: 2;
    border-right: 2px solid #0a2a34;
    content: "";
}
.so-time-list-single:nth-child(4n + 1) .so-time-list-single-num:before {
    position: absolute;
    width: 11px;
    height: 2px;
    background-color: #0a2a34;
    top: 52px;
    left: -22px;
    content: "";
}
.so-time-list-single:nth-child(4n + 1) .so-time-list-single-num:after {
    position: absolute;
    width: 2px;
    height: auto;
    background-color: #0a2a34;
    top: 0;
    left: 30px;
    bottom: 96px;
    content: "";
}
.so-time-list-single:nth-child(4n + 2):after {
    position: absolute;
    width: 2px;
    height: 52px;
    background-color: #0a2a34;
    top: 0;
    left: -48px;
    content: "";
}
.so-time-list-single:nth-child(4n + 2):before {
    position: absolute;
    width: auto;
    height: 2px;
    background-color: #0a2a34;
    top: 52px;
    left: -48px;
    right: 0;
    content: "";
}
.so-time-list-single:nth-child(4n + 2) .so-time-list-single-wrap:after {
    position: absolute;
    width: 2px;
    height: auto;
    background-color: #0a2a34;
    top: 104px;
    right: -176px;
    bottom: -185px;
    content: "";
}
.so-time-list-single:nth-child(4n + 2) .so-time-list-single-wrap:before {
    position: absolute;
    width: 500px;
    height: 6px;
    background-color: #eceaca;
    right: -676px;
    bottom: -188px;
    z-index: 2;
    content: "";
}
.so-time-list-single:nth-child(4n + 2) .so-time-list-single-num > span {
    z-index: 2;
}
.so-time-list-single:nth-child(4n + 2) .so-time-list-single-num-square {
    z-index: 2;
}
.so-time-list-single:nth-child(4n + 2) .so-time-list-single-num i:before {
    position: absolute;
    width: auto;
    height: 6px;
    background-color: #eceaca;
    left: -11px;
    bottom: 50px;
    right: -300%;
    z-index: 1;
    content: "";
}
.so-time-list-single:nth-child(4n + 2) .so-time-list-single-num:after {
    position: absolute;
    width: auto;
    height: 2px;
    background-color: #0a2a34;
    bottom: 0;
    right: -200px;
    left: 30px;
    content: "";
}
.so-time-list-single:nth-child(4n + 2) .so-time-list-single-num:before {
    position: absolute;
    width: 2px;
    height: 11px;
    background-color: #0a2a34;
    bottom: 0;
    left: 30px;
    content: "";
}
.so-time-list-single:nth-child(4n + 3):before {
    position: absolute;
    width: 400px;
    height: auto;
    background-color: #eceaca;
    left: 95px;
    top: 52px;
    bottom: 0;
    z-index: 2;
    border-right: 2px solid #0a2a34;
    content: "";
}
.so-time-list-single:nth-child(4n + 3):after {
    position: absolute;
    width: 5px;
    height: 150px;
    background-color: #eceaca;
    top: 0;
    left: -450px;
    content: "";
}
.so-time-list-single:nth-child(4n + 3) .so-time-list-single-wrap:after {
    position: absolute;
    width: auto;
    height: 2px;
    background-color: #0a2a34;
    top: 52px;
    left: -490px;
    right: 100%;
    margin-right: 36px;
    content: "";
}
.so-time-list-single:nth-child(4n + 3) .so-time-list-single-num:before {
    position: absolute;
    width: 2px;
    height: 11px;
    background-color: #0a2a34;
    top: 0;
    left: 30px;
    content: "";
}
.so-time-list-single:nth-child(4n + 3) .so-time-list-single-num:after {
    position: absolute;
    width: auto;
    height: 2px;
    background-color: #0a2a34;
    top: 0;
    left: 30px;
    right: 0;
    content: "";
}
.so-time-list-single:nth-child(4n + 4):before {
    position: absolute;
    width: 500px;
    height: auto;
    background-color: #eceaca;
    left: -495px;
    top: 52px;
    bottom: 0;
    z-index: 2;
    border-right: 2px solid #0a2a34;
    content: "";
}
.so-time-list-single:nth-child(4n + 4) .so-time-list-single-wrap:after {
    position: absolute;
    width: auto;
    height: 2px;
    background-color: #0a2a34;
    top: 52px;
    left: -520px;
    right: 100%;
    margin-right: 36px;
    content: "";
}
.so-time-list-single:nth-child(4n + 4) .so-time-list-single-num:before {
    position: absolute;
    width: 500px;
    height: auto;
    background-color: #eceaca;
    left: -470px;
    top: -505px;
    bottom: 96px;
    z-index: 2;
    border-right: 2px solid #0a2a34;
    content: "";
}
.so-time-list-single:nth-child(2) .so-time-list-single-year {
    text-align: center;
}
.so-time-list-single:nth-child(2):before,
.so-time-list-single:nth-child(2):after {
    display: none;
}
.so-time-list-single:last-child:nth-child(4n + 1):before,
.so-time-list-single:last-child:nth-child(4n + 1)
    .so-time-list-single-num:before {
    display: none;
}
.so-time-list-single:last-child:nth-child(4n + 2)
    .so-time-list-single-num:before,
.so-time-list-single:last-child:nth-child(4n + 2)
    .so-time-list-single-num:after,
.so-time-list-single:last-child:nth-child(4n + 2)
    .so-time-list-single-wrap:after {
    display: none;
}
.so-time-list-single:last-child:nth-child(4n + 3):before,
.so-time-list-single:last-child:nth-child(4n + 3)
    .so-time-list-single-wrap:after {
    display: none;
}
.so-time-list-single:last-child:nth-child(4n + 4):before,
.so-time-list-single:last-child:nth-child(4n + 4)
    .so-time-list-single-wrap:after {
    display: none;
}

@media screen and (max-width: 1600px) {
    .so-time-list-single:nth-child(4n + 3):before {
        left: -15px;
    }
}
@media screen and (max-width: 1200px) {
    .so-time-list-single {
        padding-bottom: 85px;
    }
    .so-time-list-single:last-child,
    .so-time-list-single:first-child {
        padding-bottom: 0;
    }
    .so-time-list-single:nth-child(4n + 1) {
        text-align: center;
    }
    .so-time-list-single:nth-child(4n + 2) {
        text-align: center;
    }
    .so-time-list-single:nth-child(4n + 3) {
        text-align: center;
    }
    .so-time-list-single:nth-child(4n + 4) {
        text-align: center;
    }
    .so-time-list-single-num {
        left: -90px;
        margin-bottom: 0;
    }
    .so-time-list-single-num-square {
        background-color: #eceaca;
    }
    .so-time-list-single-wrap:before {
        position: absolute;
        width: 2px !important;
        height: auto !important;
        background-color: #0a2a34 !important;
        top: 0 !important;
        bottom: -85px !important;
        left: -60px !important;
        right: auto !important;
        content: "";
        display: block !important;
    }
    .so-time-list-single:last-child .so-time-list-single-wrap:before {
        display: none !important;
    }
    .so-time-list-single:nth-child(2) .so-time-list-single-wrap:before {
        top: 15px !important;
    }
    .so-time-list-single:nth-child(4n + 1):before {
        position: absolute;
        width: 500px;
        height: auto;
        background-color: #eceaca;
        left: -548px;
        top: 52px;
        bottom: 0;
        z-index: 2;
        border-right: 2px solid #0a2a34;
        content: "";
    }
    .so-time-list-single:nth-child(4n + 1) .so-time-list-single-num:before {
        display: none;
    }
    .so-time-list-single:nth-child(4n + 1) .so-time-list-single-num:after {
        position: absolute;
        width: 2px;
        height: auto;
        background-color: #0a2a34;
        top: 0;
        left: 30px;
        bottom: 96px;
        content: "";
    }
    .so-time-list-single:nth-child(4n + 2):after {
        position: absolute;
        width: 2px;
        height: 52px;
        background-color: #0a2a34;
        top: 0;
        left: -48px;
        content: "";
    }
    .so-time-list-single:nth-child(4n + 2):before {
        display: none;
    }
    .so-time-list-single:nth-child(4n + 2) .so-time-list-single-wrap:after {
        display: none;
    }
    .so-time-list-single:nth-child(4n + 2) .so-time-list-single-wrap:before {
        display: none;
    }
    .so-time-list-single:nth-child(4n + 2) .so-time-list-single-num > span {
        z-index: 2;
    }
    .so-time-list-single:nth-child(4n + 2) .so-time-list-single-num-square {
        z-index: 2;
    }
    .so-time-list-single:nth-child(4n + 2) .so-time-list-single-num i:before {
        position: absolute;
        width: auto;
        height: 6px;
        background-color: #eceaca;
        left: -11px;
        bottom: 50px;
        right: -300%;
        z-index: 1;
        content: "";
    }
    .so-time-list-single:nth-child(4n + 2) .so-time-list-single-num:after {
        display: none;
    }
    .so-time-list-single:nth-child(4n + 2) .so-time-list-single-num:before {
        display: none;
    }
    .so-time-list-single:nth-child(4n + 3):before {
        display: none;
    }
    .so-time-list-single:nth-child(4n + 3):after {
        position: absolute;
        width: 5px;
        height: 150px;
        background-color: #eceaca;
        top: 0;
        left: -450px;
        content: "";
    }
    .so-time-list-single:nth-child(4n + 3) .so-time-list-single-wrap:after {
        display: none;
    }
    .so-time-list-single:nth-child(4n + 3) .so-time-list-single-num:after {
        display: none;
    }
    .so-time-list-single:nth-child(4n + 4):before {
        display: none;
    }
    .so-time-list-single:nth-child(4n + 4) .so-time-list-single-wrap:after {
        display: none;
    }
    .so-time-list-single:nth-child(4n + 4) .so-time-list-single-num:before {
        display: none;
    }
    .so-time-list-single:nth-child(2) .so-time-list-single-year {
        text-align: center;
    }
    .so-time-list-single:nth-child(2):before,
    .so-time-list-single:nth-child(2):after {
        display: none;
    }
    .so-time-list-single:last-child:nth-child(4n + 1):before,
    .so-time-list-single:last-child:nth-child(4n + 1)
        .so-time-list-single-num:before {
        display: none;
    }
    .so-time-list-single:last-child:nth-child(4n + 2)
        .so-time-list-single-num:before,
    .so-time-list-single:last-child:nth-child(4n + 2)
        .so-time-list-single-num:after,
    .so-time-list-single:last-child:nth-child(4n + 2)
        .so-time-list-single-wrap:after {
        display: none;
    }
    .so-time-list-single:last-child:nth-child(4n + 3):before,
    .so-time-list-single:last-child:nth-child(4n + 3)
        .so-time-list-single-wrap:after {
        display: none;
    }
    .so-time-list-single:last-child:nth-child(4n + 4):before,
    .so-time-list-single:last-child:nth-child(4n + 4)
        .so-time-list-single-wrap:after {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .so-time {
        padding-top: 140px;
        padding-bottom: 80px;
    }
    .so-time h1 {
        padding-bottom: 60px;
    }
}
@media screen and (max-width: 600px) {
    .so-time {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .so-time h1 {
        padding-bottom: 30px;
    }
    .so-time-list-single {
        padding-bottom: 40px;
        padding-left: 50px;
    }
    .so-time-list-single-wrap:before {
        left: -35px !important;
        bottom: -40px !important;
    }
    .so-time-list-single:nth-child(2) .so-time-list-single-year {
        text-align: left;
    }
    .so-time-list-single-num {
        left: -50px;
    }
    .so-time-list-single-num:before {
        display: none !important;
    }
    .so-time-list-single-num > span {
        padding-left: 25px;
    }
    .so-time-list-single-num > span span {
        font-size: 10px;
    }
    .so-time-list-single-num-square {
        width: 30px;
        height: 30px;
    }
    .so-time-list-single-num-square:after,
    .so-time-list-single-num-square:before {
        width: 12px;
        height: 12px;
        margin-top: -6px;
        margin-left: -6px;
    }
    .so-time-list-single-year {
        font-size: 26px;
        margin-bottom: 30px;
    }
    .so-time-list-single img {
        height: 180px;
        width: 100%;
    }
    .so-time-list-single ul li:before {
        top: 7px;
    }
    .so-time-list-single ul li p {
        font-size: 14px;
    }
}
.page-template-portfolio .iziModal-overlay {
    opacity: 0.7 !important;
}

.so-modal-port {
    background: #eceaca !important;
    max-width: 800px !important;
}
.so-modal-port .so-modal-port-content {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    box-shadow: 1px 1px 85px -20px rgba(26, 178, 223, 0.75);
    -webkit-box-shadow: 1px 1px 85px -20px rgba(26, 178, 223, 0.75);
    -moz-box-shadow: 1px 1px 85px -20px rgba(26, 178, 223, 0.75);
}
.so-modal-port .so-col:nth-child(1) {
    width: 55%;
}
.so-modal-port .so-col:nth-child(2) {
    width: 45%;
}
.so-modal-port .so-map * {
    outline: none !important;
}
.so-modal-port-list {
    padding: 20px;
}
.so-modal-port-list ul {
    max-height: 560px;
    overflow: auto;
}
.so-modal-port-list ul li {
    margin-bottom: 15px;
}
.so-modal-port-list ul li strong {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.so-modal-port-list ul li strong:hover {
    color: #1ab2df;
}
.so-modal-port-list ul li p {
    font-size: 14px;
}

#powerTip {
    background: linear-gradient(90deg, #1c272e 0%, rgba(28, 39, 46, 0.7) 100%);
    border: 1px solid #323c42;
    box-sizing: border-box;
    max-width: 370px;
    width: 100%;
    border-radius: 0;
    padding: 0;
}
#powerTip .close_ihp {
    position: absolute;
    z-index: 2;
    top: 18px;
    right: 20px;
}
#powerTip:before {
    display: none;
}
#powerTip .so-port-map-pin {
    position: relative;
    z-index: 1;
}
#powerTip .so-port-map-pin:before,
#powerTip .so-port-map-pin:after {
    position: absolute;
    width: 3px;
    height: 3px;
    bottom: -2px;
    left: -2px;
    background-color: #fff;
    border-radius: 100%;
    content: "";
}
#powerTip .so-port-map-pin:after {
    left: auto;
    right: -2px;
}
#powerTip .so-port-map-pin-head {
    padding: 25px 30px 23px 30px;
    border-bottom: 1px solid #323c42;
    position: relative;
}
#powerTip .so-port-map-pin-head:before,
#powerTip .so-port-map-pin-head:after {
    position: absolute;
    width: 3px;
    height: 3px;
    top: -2px;
    left: -2px;
    background-color: #fff;
    border-radius: 100%;
    content: "";
}
#powerTip .so-port-map-pin-head:after {
    left: auto;
    right: -2px;
}
#powerTip .so-port-map-pin-head em {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    font-style: normal;
}
#powerTip .so-port-map-pin-head em:before {
    position: absolute;
    width: 12px;
    height: 16px;
    top: 50%;
    margin-top: -10px;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("img/pin.svg");
    content: "";
}
#powerTip .so-port-map-pin-body {
    padding: 25px 30px;
    border-bottom: 1px solid #323c42;
    position: relative;
}
#powerTip .so-port-map-pin-body:before,
#powerTip .so-port-map-pin-body:after {
    position: absolute;
    width: 3px;
    height: 3px;
    top: -2px;
    left: -2px;
    background-color: #fff;
    border-radius: 100%;
    content: "";
}
#powerTip .so-port-map-pin-body:after {
    left: auto;
    right: -2px;
}
#powerTip .so-port-map-pin-body em {
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1;
    display: block;
    padding-bottom: 25px;
    color: #fff;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-style: normal;
}
#powerTip .so-port-map-pin-body ul li {
    margin-bottom: 8px;
    position: relative;
    padding-right: 30px;
}
#powerTip .so-port-map-pin-body ul li > i {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 0;
    right: 0;
    cursor: pointer;
}
#powerTip .so-port-map-pin-body ul li > i:hover:before,
#powerTip .so-port-map-pin-body ul li > i:hover:after {
    background-color: #1ab2df;
}
#powerTip .so-port-map-pin-body ul li > i:before,
#powerTip .so-port-map-pin-body ul li > i:after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -1px;
    content: "";
}
#powerTip .so-port-map-pin-body ul li > i:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#powerTip .so-port-map-pin-body ul li.active > i:before,
#powerTip .so-port-map-pin-body ul li.active_init > i:before {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
#powerTip .so-port-map-pin-body ul li.active > i:after,
#powerTip .so-port-map-pin-body ul li.active_init > i:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
#powerTip .so-port-map-pin-body ul li.active_init ul {
    display: block;
}
#powerTip .so-port-map-pin-body ul li strong {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
}
#powerTip .so-port-map-pin-body ul li ul {
    padding: 10px 0;
    display: none;
}
#powerTip .so-port-map-pin-body ul li:not([data-izimodal-open]) {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 10px;
}
#powerTip .so-port-map-pin-body ul li:not([data-izimodal-open]) * {
    font-size: 14px;
    line-height: 1;
}
#powerTip .so-port-map-pin-body ul li:last-child {
    margin-bottom: 0;
}
#powerTip .so-port-map-pin-body ul li img {
    max-width: 30px;
    width: 100%;
    margin-right: 15px;
    position: relative;
    top: -1px;
}
#powerTip .so-port-map-pin-body ul li:hover {
    color: #1ab2df;
}
#powerTip .so-port-map-pin-bottom {
    padding: 25px 30px;
    position: relative;
}
#powerTip .so-port-map-pin-bottom:before,
#powerTip .so-port-map-pin-bottom:after {
    position: absolute;
    width: 3px;
    height: 3px;
    top: -2px;
    left: -2px;
    background-color: #fff;
    border-radius: 100%;
    content: "";
}
#powerTip .so-port-map-pin-bottom:after {
    left: auto;
    right: -2px;
}
#powerTip .so-port-map-pin-bottom em {
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1;
    display: block;
    padding-bottom: 15px;
    color: #fff;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 4px;
    font-style: normal;
}
#powerTip .so-port-map-pin-bottom li {
    font-size: 16px;
    line-height: 1.6;
    color: #a9b2b8;
    list-style: none;
}

.so-port-map {
    padding-top: 290px;
}
.so-port-map:before,
.so-port-map:after {
    left: auto !important;
    right: -15% !important;
}
.so-port-map .so-content:before,
.so-port-map .so-content:after {
    top: auto !important;
    bottom: -15% !important;
    left: -15% !important;
}
.so-port-map .so-row {
    text-align: center;
}
.so-port-map h1 {
    padding-bottom: 180px;
}
.so-port-map-wrap {
    max-width: 790px;
    margin: auto;
}
.so-port-map-wrap .point_style {
    cursor: pointer;
}
.so-port-list {
    padding-top: 200px;
    padding-bottom: 60px;
}
.so-port-list-single {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 150px;
}
.so-port-list-single:nth-child(2n + 1):before,
.so-port-list-single:nth-child(2n + 1):after {
    top: auto !important;
    bottom: -15% !important;
    right: -15% !important;
    left: auto !important;
}
.so-port-list-single > * {
    position: relative;
    z-index: 2;
}
.so-port-list-single-play {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    opacity: 0;
}
.so-port-list-single-play span {
    color: #fff !important;
    position: relative;
    left: -1px;
    bottom: -1px;
}
.so-port-list-single-play .fa-play {
    display: none;
}
.so-port-list-single-play.paused .fa-play {
    display: inline-block;
}
.so-port-list-single-play.paused .fa-pause {
    display: none;
}
.so-port-list-single-play:hover {
    opacity: 0.7 !important;
}
.so-port-list-single-cont {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    position: absolute;
    width: auto;
    height: auto;
    right: 0;
    bottom: 0;
    cursor: pointer;
    opacity: 0;
}
.so-port-list-single-cont > div {
    width: 60px;
    height: 60px;
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
}
.so-port-list-single-cont > div:hover {
    opacity: 0.7;
}
.so-port-list-single-cont span {
    color: #fff;
    position: relative;
    top: 1px;
}
.so-port-list-single-slider {
    width: 100%;
}
.so-port-list-single-slider-wrap {
    position: relative;
}
.so-port-list-single-slider-wrap:hover .so-port-list-single-play,
.so-port-list-single-slider-wrap:hover .so-port-list-single-cont,
.so-port-list-single-slider-wrap:hover .slick-dots {
    opacity: 1;
}
.so-port-list-single-slider-single {
    outline: none;
}
.so-port-list-single-slider .slick-dots {
    position: absolute;
    width: auto;
    height: auto;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}
.so-port-list-single-slider .slick-dots li {
    display: inline-block;
    margin: 0 10px;
}
.so-port-list-single-slider .slick-dots li.slick-active button {
    background-color: #1ab2df;
}
.so-port-list-single-slider .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 0;
    border-style: none;
    border-radius: 100%;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    outline: none;
    border: 2px solid #fff;
}
.so-port-list-single:nth-child(4n + 3),
.so-port-list-single:nth-child(4n + 4) {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.so-port-list-single:nth-child(4n + 3) .so-port-list-single-wrap,
.so-port-list-single:nth-child(4n + 4) .so-port-list-single-wrap {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.so-port-list-single:nth-child(4n + 3)
    .so-port-list-single-wrap
    .so-col:first-child,
.so-port-list-single:nth-child(4n + 4)
    .so-port-list-single-wrap
    .so-col:first-child {
    border-right-width: 0;
    border-left: 1px solid #1a1c1f;
}
.so-port-list-single:nth-child(4n + 3)
    .so-port-list-single-wrap
    .so-col:last-child
    > i:nth-child(3),
.so-port-list-single:nth-child(4n + 4)
    .so-port-list-single-wrap
    .so-col:last-child
    > i:nth-child(3) {
    top: -2px;
    left: -2px;
}
.so-port-list-single:nth-child(4n + 3)
    .so-port-list-single-wrap
    .so-col:last-child
    > i:nth-child(4),
.so-port-list-single:nth-child(4n + 4)
    .so-port-list-single-wrap
    .so-col:last-child
    > i:nth-child(4) {
    left: -2px;
    top: auto;
    bottom: -2px;
}
.so-port-list-single:nth-child(4n + 3)
    .so-port-list-single-wrap
    .so-col:last-child
    > i:nth-child(3),
.so-port-list-single:nth-child(4n + 3)
    .so-port-list-single-wrap
    .so-col:last-child
    > i:nth-child(4),
.so-port-list-single:nth-child(4n + 4)
    .so-port-list-single-wrap
    .so-col:last-child
    > i:nth-child(3),
.so-port-list-single:nth-child(4n + 4)
    .so-port-list-single-wrap
    .so-col:last-child
    > i:nth-child(4) {
    display: inline-block;
}
.so-port-list-single i {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    top: -1px;
    left: -1px;
    z-index: 2;
}
.so-port-list-single-wrap {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    border: 1px solid #1e1f21;
    max-width: 100%;
}
.so-port-list-single-wrap img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 490px;
}
.so-port-list-single-logo {
    padding: 15px 30px 30px 35px;
    position: relative;
    display: inline-block;
    top: 1px;
}
.so-port-list-single-logo > i:nth-child(1) {
    top: 22px;
}
.so-port-list-single-logo > i:nth-child(2) {
    top: auto;
    bottom: -1px;
}
.so-port-list-single-logo > i:nth-child(3) {
    top: -1px;
    left: 22px;
}
.so-port-list-single-logo > i:nth-child(4) {
    top: auto;
    left: auto;
    bottom: -1px;
    right: -1px;
}
.so-port-list-single-logo > i:nth-child(5) {
    left: auto;
    right: -1px;
}
.so-port-list-single-logo:before {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(180deg, #1a1c1f, #1a1c1f),
        linear-gradient(225deg, #1a1c1f, #1a1c1f),
        linear-gradient(0deg, #1a1c1f, #1a1c1f),
        linear-gradient(90deg, #1a1c1f, #1a1c1f),
        linear-gradient(
            135deg,
            transparent 21px,
            #1a1c1f 23px,
            #1a1c1f 21px,
            transparent 10px
        );
    background-position: top right, top right, bottom left, bottom left,
        top -8px left;
    background-size: calc(100% - 22px) 1px, 1px 100%, 100% 1px,
        1px calc(100% - 22px), 31px 35px;
    background-repeat: no-repeat;
    opacity: 1;
    z-index: 1;
    content: "";
}
.so-port-list-single-logo img {
    max-height: 70px;
    max-width: 240px;
}
.so-port-list-single .so-col {
    box-sizing: border-box;
    position: relative;
}
.so-port-list-single .so-col:first-child {
    width: 55%;
    padding: 40px;
    border-right: 1px solid #1e1f21;
}
.so-port-list-single .so-col:first-child > i:nth-child(1) {
    top: auto;
    bottom: -2px;
    left: -2px;
}
.so-port-list-single .so-col:first-child > i:nth-child(2) {
    top: auto;
    bottom: -2px;
    left: auto;
    right: -2px;
}
.so-port-list-single .so-col:first-child > i:nth-child(3) {
    top: -2px;
    left: auto;
    right: -2px;
}
.so-port-list-single .so-col:last-child {
    width: 45%;
    padding: 55px 55px 135px 55px;
}
.so-port-list-single .so-col:last-child > i:nth-child(1) {
    top: -2px;
    left: auto;
    right: -2px;
}
.so-port-list-single .so-col:last-child > i:nth-child(2) {
    top: auto;
    bottom: -2px;
    left: auto;
    right: -2px;
}
.so-port-list-single .so-col:last-child > i:nth-child(3),
.so-port-list-single .so-col:last-child > i:nth-child(4) {
    display: none;
}
.so-port-list-single-info {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding-right: 100px;
    position: relative;
}
.so-port-list-single-info > span {
    position: absolute;
    width: auto;
    height: auto;
    display: inline-block;
    top: 10px;
    right: 0;
}
.so-port-list-single-info span {
    font-size: 14px;
    line-height: 1;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #a9b2b8;
}
.so-port-list-single-info span span:first-child {
    color: #fff;
}
.so-port-list-single h4 {
    line-height: 1.9;
}
.so-port-list-single-button {
    position: absolute;
    width: auto;
    height: auto;
    font-size: 16px;
    line-height: 1;
    font-family: sans-serif;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    letter-spacing: 6px;
    text-transform: uppercase;
    padding: 30px 45px;
    border: 1px solid #1a1c1f;
    color: #fff;
    text-align: center;
    display: inline-block;
    bottom: 55px;
    left: 55px;
}
.so-port-list-single-button i {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: -2px;
    left: -2px;
}
.so-port-list-single-button i:nth-child(2) {
    top: auto;
    bottom: -2px;
}
.so-port-list-single-button i:nth-child(3) {
    left: auto;
    right: -2px;
}
.so-port-list-single-button i:nth-child(4) {
    left: auto;
    right: -2px;
    top: auto;
    bottom: -2px;
}
.so-port-list-single-button:hover {
    background-color: rgba(26, 178, 223, 0.13);
    border-color: rgba(26, 178, 223, 0.3);
    color: #1ab2df;
}
.so-port-list-single-button:hover i {
    background-color: #1ab2df;
}

@media screen and (max-width: 1600px) {
    #powerTip {
        max-width: 370px;
    }
    #powerTip .box_view_html {
        overflow: visible;
    }
    #powerTip .so-port-map-pin-head {
        padding: 20px 25px 18px 25px;
    }
    #powerTip .so-port-map-pin-head em {
        padding-left: 20px;
    }
    #powerTip .so-port-map-pin-head em:before {
        position: absolute;
        width: 10px;
        height: 14px;
        margin-top: -8px;
    }
    #powerTip .so-port-map-pin-body {
        padding: 20px 25px;
    }
    #powerTip .so-port-map-pin-body em {
        font-size: 10px;
        line-height: 1;
        padding-bottom: 20px;
        letter-spacing: 3px;
    }
    #powerTip .so-port-map-pin-body ul li strong {
        font-size: 14px;
        line-height: 1;
    }
    #powerTip .so-port-map-pin-body ul li:not([data-izimodal-open]) * {
        font-size: 12px;
        line-height: 1;
    }
    #powerTip .so-port-map-pin-body ul li img {
        max-width: 25px;
        margin-right: 10px;
    }
    #powerTip .so-port-map-pin-bottom {
        padding: 20px 25px;
    }
    #powerTip .so-port-map-pin-bottom em {
        font-size: 10px;
        line-height: 1;
        padding-bottom: 15px;
        letter-spacing: 3px;
    }
    #powerTip .so-port-map-pin-bottom li {
        font-size: 14px;
        line-height: 1.6;
    }

    .so-port-map {
        padding-top: 240px;
    }
    .so-port-map h1 {
        padding-bottom: 120px;
    }
    .so-port-map-wrap {
        max-width: 650px;
    }
    .so-port-list {
        padding-top: 150px;
        padding-bottom: 0px;
    }
    .so-port-list-single {
        padding-bottom: 100px;
    }
    .so-port-list-single-wrap img {
        height: 390px;
    }
    .so-port-list-single-logo {
        padding: 15px 30px 25px 35px;
    }
    .so-port-list-single-logo img {
        max-height: 70px;
        max-width: 240px;
    }
    .so-port-list-single .so-col:first-child {
        padding: 35px;
    }
    .so-port-list-single .so-col:last-child {
        width: 45%;
        padding: 40px 40px 105px 40px;
    }
    .so-port-list-single-button {
        font-size: 14px;
        line-height: 1;
        letter-spacing: 4px;
        padding: 20px 35px;
        bottom: 40px;
        left: 40px;
    }
}
@media screen and (max-width: 991px) {
    .so-modal-port {
        max-width: 90% !important;
    }
    .so-modal-port .so-modal-port-content {
        display: flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so-modal-port .so-col:nth-child(1) {
        width: 100%;
    }
    .so-modal-port .so-col:nth-child(2) {
        width: 100%;
    }
    .so-modal-port .so-map {
        height: 300px !important;
    }
    .so-modal-port-list {
        padding: 20px;
    }
    .so-modal-port-list ul {
        max-height: 300px;
    }
    .so-modal-port-list ul li {
        margin-bottom: 15px;
    }
    .so-modal-port-list ul li p {
        font-size: 12px;
    }

    .so-port-list-single .slick-dots {
        display: none !important;
    }
    .so-port-list-single:nth-child(4n + 3) .so-port-list-single-wrap,
    .so-port-list-single:nth-child(4n + 4) .so-port-list-single-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .so-port-list-single:nth-child(4n + 3)
        .so-port-list-single-wrap
        .so-col:first-child,
    .so-port-list-single:nth-child(4n + 4)
        .so-port-list-single-wrap
        .so-col:first-child {
        border-left-width: 0;
    }
    .so-port-list-single:nth-child(4n + 3)
        .so-port-list-single-wrap
        .so-col:first-child
        > i:nth-child(1),
    .so-port-list-single:nth-child(4n + 4)
        .so-port-list-single-wrap
        .so-col:first-child
        > i:nth-child(1) {
        bottom: auto;
        top: -2px;
    }
    .so-port-list-single-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
    .so-port-list-single-wrap .so-col {
        width: 100% !important;
        box-sizing: border-box;
        max-width: none;
    }
    .so-port-list-single-wrap .so-col:first-child {
        border-right-width: 0;
        border-bottom: 1px solid #1e1f21;
    }
    .so-port-list-single-wrap .so-col:last-child > i:nth-child(1) {
        top: auto;
        left: -2px;
        bottom: -2px;
        right: auto;
    }
    .so-port-list-single-wrap p {
        padding-bottom: 20px;
    }
    .so-port-list-single-wrap .so-port-list-single-button {
        position: relative;
        bottom: 0;
        left: 0;
    }
}
@media screen and (max-width: 600px) {
    div#powerTip {
        max-width: none;
        width: auto;
        height: auto;
        top: 10px !important;
        left: 10px !important;
        right: 10px !important;
        bottom: 10px !important;
        overflow-x: unset;
        overflow-y: unset;
    }
    div#powerTip .so-port-map-pin {
        border-bottom: 1px solid #323c42;
    }

    .so-port-map {
        padding-top: 120px;
    }
    .so-port-map h1 {
        font-size: 22px;
        padding-bottom: 60px;
    }
    .so-port-list {
        padding-top: 60px;
    }
    .so-port-list-single {
        padding-bottom: 50px;
    }
    .so-port-list-single-logo img {
        max-width: 100%;
        max-height: 60px;
    }
    .so-port-list-single-wrap .so-col:first-child {
        padding: 25px;
    }
    .so-port-list-single-wrap .so-col:last-child {
        padding: 25px;
    }
    .so-port-list-single-wrap img {
        height: 180px;
    }
    .so-port-list-single-wrap h4 {
        font-size: 16px;
        padding-bottom: 15px;
    }
    .so-port-list-single-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 0;
        padding-bottom: 20px;
    }
    .so-port-list-single-info > span {
        position: static;
    }
}
.so-media-head {
    padding: 70px 0;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}
.so-media-head:before,
.so-media-head:after {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    top: -2px;
    right: -2px;
    content: "";
}
.so-media-head:before {
    left: -2px;
    right: auto;
}
.so-media-intro {
    padding-top: 290px;
}
.so-media-intro:before,
.so-media-intro:after {
    top: 30%;
    left: auto !important;
    right: -10% !important;
}
.so-media-intro .so-row {
    text-align: center;
}
.so-media-intro p {
    max-width: 640px;
    margin: auto;
    padding-bottom: 65px;
    color: #fff;
    font-weight: 500;
}
.so-media-intro h1 {
    padding-bottom: 55px;
}
.so-media-intro ul {
    padding-bottom: 65px;
}
.so-media-intro ul li {
    margin: 0 12px;
    display: inline-block;
    position: relative;
}
.so-media-intro ul li:before,
.so-media-intro ul li:after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    bottom: -1px;
    left: -1px;
    border-radius: 100%;
    z-index: 2;
    content: "";
}
.so-media-intro ul li:after {
    left: auto;
    right: -1px;
}
.so-media-intro ul li a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
    line-height: 1;
    color: #a9b2b8;
    display: inline-block;
    padding: 8px 24px 6px 24px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid #1e1f21;
    z-index: 1;
}
.so-media-intro ul li a:before,
.so-media-intro ul li a:after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    top: -2px;
    left: -2px;
    border-radius: 100%;
    z-index: 2;
    content: "";
}
.so-media-intro ul li a:after {
    left: auto;
    right: -2px;
}
.so-media-intro ul li.current-menu-item:before,
.so-media-intro ul li.current-menu-item:after,
.so-media-intro ul li:hover:before,
.so-media-intro ul li:hover:after {
    background-color: #1ab2df;
}
.so-media-intro ul li.current-menu-item a,
.so-media-intro ul li:hover a {
    border-color: #0a2a36;
    background-color: rgba(26, 178, 223, 0.1);
    color: #1ab2df;
}
.so-media-intro ul li.current-menu-item a:before,
.so-media-intro ul li.current-menu-item a:after,
.so-media-intro ul li:hover a:before,
.so-media-intro ul li:hover a:after {
    background-color: #1ab2df;
}
.so-media-docs {
    padding-bottom: 90px;
}
.so-media-docs-list {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.so-media-docs-list-single {
    width: 33.3333%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.so-media-docs-list-single:nth-child(3n + 1) {
    padding-right: 20px;
}
.so-media-docs-list-single:nth-child(3n + 2) {
    padding-left: 10px;
    padding-right: 10px;
}
.so-media-docs-list-single:nth-child(3n + 3) {
    padding-left: 20px;
}
.so-media-docs-list-single-wrap {
    border: 1px solid #1a1c1f;
    padding: 30px 30px 30px 30px;
    position: relative;
}
.so-media-docs-list-single-image {
    margin-bottom: 25px;
    position: relative;
    display: inline-block;
}
.so-media-docs-list-single-image:before {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 3px solid #1ab2df;
    filter: blur(10px);
    content: "";
}
.so-media-docs-list-single-image img {
    max-width: 24px;
    width: 100%;
}
.so-media-docs-list-single-name {
    display: block;
    padding-bottom: 15px;
    font-weight: 500;
    color: #fff;
}
.so-media-docs-list-single p {
    font-size: 16px;
    line-height: 1.8;
    color: #a9b2b8;
}
.so-media-docs-list-single-info {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    padding-bottom: 40px;
    padding-top: 25px;
}
.so-media-docs-list-single-info span {
    font-size: 12px;
    line-height: 1.6;
    font-family: "Michroma", sans-serif;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.so-media-docs-list-single .so-button {
    width: 100%;
    text-align: center;
}
.so-media-docs-list-single i {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    top: -2px;
    left: -2px;
}
.so-media-docs-list-single i:nth-child(2) {
    top: auto;
    bottom: -2px;
}
.so-media-docs-list-single i:nth-child(3) {
    top: auto;
    bottom: -2px;
    right: -2px;
    left: auto;
}
.so-media-docs-list-single i:nth-child(4) {
    left: auto;
    right: -2px;
}
.so-media-images {
    padding-bottom: 90px;
}
.so-media-images:before,
.so-media-images:after {
    top: 30%;
    left: -10% !important;
}
.so-media-images-list {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.so-media-images-list-single {
    width: 50%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
.so-media-images-list-single:nth-child(2n + 1) {
    padding-right: 20px;
}
.so-media-images-list-single:nth-child(2n + 2) {
    padding-left: 20px;
}
.so-media-images-list-single-wrap {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #1a1c1f;
    position: relative;
    opacity: 1;
    cursor: pointer;
}
.so-media-images-list-single-wrap:hover {
    opacity: 0.7;
}
.so-media-images-list-single-wrap:before,
.so-media-images-list-single-wrap:after {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    bottom: -2px;
    left: -2px;
    content: "";
}
.so-media-images-list-single-wrap:after {
    left: auto;
    right: -2px;
}
.so-media-images-list-single-image {
    position: relative;
}
.so-media-images-list-single-image i {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    top: -2px;
    left: -2px;
}
.so-media-images-list-single-image i:nth-child(2) {
    top: auto;
    bottom: -2px;
}
.so-media-images-list-single-image i:nth-child(3) {
    top: auto;
    bottom: -2px;
    right: -2px;
    left: auto;
}
.so-media-images-list-single-image i:nth-child(4) {
    left: auto;
    right: -2px;
}
.so-media-images-list-single-image img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 485px;
    width: 100%;
}
.so-media-images-list-single-info {
    padding: 30px;
}
.so-media-images-list-single-info span {
    display: block;
}
.so-media-images-list-single-info span:nth-child(1) {
    padding-bottom: 20px;
    color: #fff;
    font-weight: 500;
}
.so-media-images-list-single-info span:nth-child(2) {
    font-size: 12px;
    line-height: 1.6;
    font-family: "Michroma", sans-serif;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.so-media-logos {
    padding-bottom: 330px;
}
.so-media-logos:before,
.so-media-logos:after {
    top: auto !important;
    left: 40% !important;
    bottom: 0;
}
.so-media-logos-list {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.so-media-logos-list-single {
    width: 33.3333%;
    box-sizing: border-box;
    margin-bottom: 30px;
    position: relative;
}
.so-media-logos-list-single:nth-child(3n + 1) {
    padding-right: 20px;
}
.so-media-logos-list-single:nth-child(3n + 2) {
    padding-left: 10px;
    padding-right: 10px;
}
.so-media-logos-list-single:nth-child(3n + 3) {
    padding-left: 20px;
}
.so-media-logos-list-single-wrap {
    border: 1px solid #1a1c1f;
    padding: 60px 30px 30px 30px;
    position: relative;
}
.so-media-logos-list-single-wrap i {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    top: -2px;
    left: -2px;
}
.so-media-logos-list-single-wrap i:nth-child(2) {
    top: auto;
    bottom: -2px;
}
.so-media-logos-list-single-wrap i:nth-child(3) {
    top: auto;
    bottom: -2px;
    right: -2px;
    left: auto;
}
.so-media-logos-list-single-wrap i:nth-child(4) {
    left: auto;
    right: -2px;
}
.so-media-logos-list-single img {
    height: 58px;
    width: auto;
    margin-bottom: 80px;
}
.so-media-logos-list-single-name {
    color: #fff;
    font-weight: 500;
    display: block;
    padding-bottom: 10px;
}
.so-media-logos-list-single-cta {
    font-size: 12px;
    line-height: 1.6;
    font-family: "Michroma", sans-serif;
    letter-spacing: 6px;
    text-transform: uppercase;
    display: block;
    padding-bottom: 20px;
}
.so-media-logos-list-single-buttons {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
}
.so-media-logos-list-single-buttons .so-button {
    width: 45%;
    text-align: center;
}

.iziModal-overlay {
    background-color: #eceaca !important;
    opacity: 0.9 !important;
}

.so-modal-media {
    background: transparent !important;
    max-width: none !important;
}
.so-modal-media-content {
    text-align: center;
}
.so-modal-media-slider {
    padding-bottom: 50px;
}
.so-modal-media-slider-single {
    outline: none;
    padding: 0 60px;
}
.so-modal-media-slider-single img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 620px;
    width: 830px;
}
.so-modal-media-info {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    max-width: 830px;
    width: 100%;
    margin: auto;
    padding-bottom: 15px;
}
.so-modal-media-info-name {
    color: #fff;
    font-weight: 500;
}
.so-modal-media-info-count * {
    font-size: 12px;
    line-height: 1.6;
    font-family: "Michroma", sans-serif;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.so-modal-media-info-count i {
    display: inline-block;
    background-color: #a9b2b8;
    width: 40px;
    height: 1px;
    margin: 0 20px;
    position: relative;
    top: -4px;
}
.so-modal-media .so-button {
    width: 100%;
    text-align: center;
    max-width: 830px;
    margin: auto;
}

@media screen and (max-width: 1600px) {
    .so-media-head {
        padding: 60px 0;
    }
    .so-media-intro {
        padding-top: 240px;
    }
    .so-media-intro p {
        max-width: 580px;
        padding-bottom: 55px;
    }
    .so-media-intro h1 {
        padding-bottom: 35px;
    }
    .so-media-intro ul {
        padding-bottom: 45px;
    }
    .so-media-docs {
        padding-bottom: 50px;
    }
    .so-media-docs-list-single-wrap {
        padding: 30px;
    }
    .so-media-docs-list-single-image {
        margin-bottom: 20px;
    }
    .so-media-docs-list-single-name {
        padding-bottom: 10px;
    }
    .so-media-docs-list-single p {
        font-size: 14px;
        line-height: 1.8;
    }
    .so-media-docs-list-single-info {
        padding-bottom: 30px;
        padding-top: 15px;
    }
    .so-media-docs-list-single-info span {
        font-size: 10px;
        line-height: 1.6;
        letter-spacing: 4px;
    }
    .so-media-images {
        padding-bottom: 50px;
    }
    .so-media-images-list-single-image img {
        height: 385px;
    }
    .so-media-images-list-single-info {
        padding: 30px;
    }
    .so-media-images-list-single-info span:nth-child(1) {
        padding-bottom: 15px;
    }
    .so-media-images-list-single-info span:nth-child(2) {
        font-size: 10px;
        line-height: 1.6;
        letter-spacing: 4px;
    }
    .so-media-logos {
        padding-bottom: 220px;
    }
    .so-media-logos-list-single-wrap {
        padding: 50px 30px 30px 30px;
    }
    .so-media-logos-list-single img {
        height: 40px;
        margin-bottom: 50px;
    }
    .so-media-logos-list-single-cta {
        font-size: 10px;
        line-height: 1.6;
        letter-spacing: 4px;
        padding-bottom: 25px;
    }

    .so-modal-media-slider {
        padding-bottom: 30px;
    }
    .so-modal-media-slider-single {
        padding: 0 40px;
    }
    .so-modal-media-slider-single img {
        height: 420px;
        width: 600px;
    }
    .so-modal-media .so-button {
        max-width: 600px;
    }
    .so-modal-media-info {
        max-width: 600px;
    }
}
@media screen and (max-width: 991px) {
    .so-media-docs-list-single {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .so-media-images-list-single {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .so-media-logos-list-single {
        width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 600px) {
    .so-media-head {
        padding: 40px 0;
    }
    .so-media-intro {
        padding-top: 150px;
    }
    .so-media-intro ul {
        padding-bottom: 30px;
    }
    .so-media-intro ul li a {
        font-size: 12px;
    }
    .so-media-images-list-single-image img {
        height: 240px;
    }
    .so-media-logos {
        padding-bottom: 20px;
    }

    .so-modal-media-slider {
        padding-bottom: 15px;
    }
    .so-modal-media-slider-single {
        padding: 0 10px;
    }
    .so-modal-media-slider-single img {
        height: 160px;
        width: 70vw;
    }
    .so-modal-media .so-button {
        max-width: 70vw;
        padding: 25px 10px;
    }
    .so-modal-media-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 70vw;
    }
    .so-modal-media-info-name {
        display: block;
        padding-bottom: 10px;
    }
}
.so-media-blog-form {
    padding-top: 260px;
    padding-bottom: 360px;
}
.so-media-blog-form .so-row {
    max-width: 940px;
}
.so-media-blog-form .so-form {
    text-align: center;
    padding: 40px 65px 85px 65px;
    border: 1px solid #1ab2df;
    position: relative;
}
.so-media-blog-form .so-form:before {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0.5;
    z-index: -1;
    background: linear-gradient(
        90deg,
        rgba(26, 178, 223, 0.8) 0%,
        rgba(26, 178, 223, 0.6) 100%
    );
    animation: blob_fade 3s ease infinite;
    content: "";
}
.so-media-blog-form .so-form.active {
    padding: 50px;
}
.so-media-blog-form h4 {
    line-height: 1.9;
}
.so-media-blog-form p {
    color: #fff;
    opacity: 0.7;
    padding-bottom: 40px;
}
.so-media-blog-form .so-form-row_check .checkbox,
.so-media-blog-form .so-form-cats .checkbox {
    --background: transparent;
    --border: #fff;
    --border-hover: #1ab2df;
    --border-active: #fff;
    --tick: #fff;
    position: relative;
}
.so-media-blog-form .so-form-row_check .checkbox input,
.so-media-blog-form .so-form-row_check .checkbox svg,
.so-media-blog-form .so-form-cats .checkbox input,
.so-media-blog-form .so-form-cats .checkbox svg {
    width: 24px;
    height: 24px;
    display: block;
}
.so-media-blog-form .so-form-row_check .checkbox input,
.so-media-blog-form .so-form-cats .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    position: relative;
    outline: none;
    background: var(--background);
    border: none;
    margin: 0;
    padding: 0;
    cursor: pointer;
    border-radius: 4px;
    transition: box-shadow 0.3s;
    box-shadow: inset 0 0 0 var(--s, 1px) var(--b, var(--border));
    margin-right: 16px;
    top: -2px;
}
.so-media-blog-form .so-form-row_check .checkbox input:hover,
.so-media-blog-form .so-form-cats .checkbox input:hover {
    --s: 2px;
    --b: var(--border-hover);
}
.so-media-blog-form .so-form-row_check .checkbox input:checked,
.so-media-blog-form .so-form-cats .checkbox input:checked {
    --b: var(--border-active);
}
.so-media-blog-form .so-form-row_check .checkbox svg,
.so-media-blog-form .so-form-cats .checkbox svg {
    pointer-events: none;
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: var(--stroke, var(--border-active));
    position: absolute;
    top: -2px;
    left: 0;
    width: 24px;
    height: 24px;
    transform: scale(var(--scale, 1)) translateZ(0);
}
.so-media-blog-form .so-form-row_check .checkbox.path input:checked,
.so-media-blog-form .so-form-cats .checkbox.path input:checked {
    --s: 2px;
    transition-delay: 0.4s;
}
.so-media-blog-form .so-form-row_check .checkbox.path input:checked + svg,
.so-media-blog-form .so-form-cats .checkbox.path input:checked + svg {
    --a: 16.1 86.12;
    --o: 102.22;
}
.so-media-blog-form .so-form-row_check .checkbox.path svg,
.so-media-blog-form .so-form-cats .checkbox.path svg {
    stroke-dasharray: var(--a, 86.12);
    stroke-dashoffset: var(--o, 86.12);
    transition: stroke-dasharray 0.6s, stroke-dashoffset 0.6s;
}
.so-media-blog-form .so-form-row_check:last-of-type label,
.so-media-blog-form .so-form-cats:last-of-type label {
    font-weight: lighter;
    display: flex;
    margin-top: 30px;
    margin-bottom: 40px;
}
.so-media-blog-form .so-form-row_check label,
.so-media-blog-form .so-form-row_check p,
.so-media-blog-form .so-form-cats label,
.so-media-blog-form .so-form-cats p {
    color: #ffffff;
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 0;
}
.so-media-blog-form .so-form-row_check label *,
.so-media-blog-form .so-form-row_check p *,
.so-media-blog-form .so-form-cats label *,
.so-media-blog-form .so-form-cats p * {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-family: inherit;
}
.so-media-blog-form .so-form-row_check label a,
.so-media-blog-form .so-form-row_check p a,
.so-media-blog-form .so-form-cats label a,
.so-media-blog-form .so-form-cats p a {
    display: inline-block;
    margin-left: 5px;
}
.so-media-blog-form .so-form-row_check label a:hover,
.so-media-blog-form .so-form-row_check p a:hover,
.so-media-blog-form .so-form-cats label a:hover,
.so-media-blog-form .so-form-cats p a:hover {
    opacity: 0.6;
}
.so-media-blog-form .so-form-cats {
    padding-bottom: 25px;
}
.so-media-blog-form .so-form-cats .checkbox {
    display: inline-flex;
    margin-right: 30px;
    margin-bottom: 15px;
}
.so-media-blog-form .so-form-row {
    text-align: left;
    width: 100%;
}
.so-media-blog-form .so-form-row label {
    font-size: 16px;
    color: #fff;
    display: block;
    font-weight: 600;
    padding-bottom: 6px;
}
.so-media-blog-form .so-form-row input {
    font-family: "Maison Neue", sans-serif;
    font-size: 18px;
    line-height: 1;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0 !important;
    color: #191929;
    padding: 20px 24px;
    border: 2px solid transparent;
    outline: none;
    width: 100% !important;
    box-sizing: border-box;
    margin-bottom: 15px;
    max-height: 152px;
    width: 100%;
}
.so-media-blog-form .so-form-row input.placeholder {
    opacity: 0.4;
}
.so-media-blog-form .so-form-row input:-moz-placeholder {
    opacity: 0.4;
}
.so-media-blog-form .so-form-row input::-moz-placeholder {
    opacity: 0.4;
}
.so-media-blog-form .so-form-row input:-ms-input-placeholder {
    opacity: 0.4;
}
.so-media-blog-form .so-form-row input::-webkit-input-placeholder {
    opacity: 0.4;
}
.so-media-blog-form .so-button {
    background-color: rgba(255, 255, 255, 0.2);
    border-right-width: 0;
    border-left-width: 0;
    width: 100%;
}
.so-media-blog-form .so-button:hover {
    background-color: rgba(26, 178, 223, 0.6);
}
.so-media-blog-form .so-button:hover k {
    color: #fff;
}
.so-media-blog .so-row {
    position: relative;
}
.so-media-blog .so-row:before,
.so-media-blog .so-row:after {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    top: -2px;
    left: 20px;
    content: "";
}
.so-media-blog .so-row:after {
    right: 20px;
    left: auto;
}
.so-media-blog-single {
    display: flex;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    padding: 80px 45px 80px 75px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.so-media-blog-single:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.so-media-blog-single:before,
.so-media-blog-single:after {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 100%;
    bottom: -2px;
    left: 0;
    content: "";
}
.so-media-blog-single:after {
    right: 0;
    left: auto;
}
.so-media-blog-single .so-col {
    width: 50%;
    box-sizing: border-box;
}
.so-media-blog-single .so-col:nth-child(1) {
    padding-right: 60px;
}
.so-media-blog-single .so-col:nth-child(1) img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.so-media-blog-single .so-col:nth-child(2) {
    padding-left: 20px;
}
.so-media-blog-single h4 {
    line-height: 1.9;
    padding-bottom: 30px;
}
.so-media-blog-single-date {
    font-family: "Michroma", sans-serif;
    font-size: 12px;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #a9b2b8;
    display: block;
    padding-bottom: 30px;
}
.so-media-blog-single-more {
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1.6;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 6px;
    color: #fff;
    cursor: pointer;
    margin-top: 20px;
    padding-right: 27px;
    position: relative;
    opacity: 1;
    display: inline-block;
}
.so-media-blog-single-more:after {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    position: absolute;
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("img/arrow_down.svg");
    top: 50%;
    margin-top: -6px;
    right: 0;
    content: "";
}
.so-media-blog-single-more:hover {
    opacity: 0.7;
}
.so-media-blog-single-more.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.so-media-blog-single-wrap {
    position: relative;
}
.so-media-blog-single-content {
    display: none;
}
.so-media-blog-single-content *,
.so-media-blog-single-excerpt * {
    font-size: 16px;
    line-height: 1.85;
}
.so-media-blog-single-content p,
.so-media-blog-single-excerpt p {
    padding-bottom: 15px;
}
.so-media-blog-single-content ul li,
.so-media-blog-single-content ol li,
.so-media-blog-single-excerpt ul li,
.so-media-blog-single-excerpt ol li {
    padding-bottom: 20px;
    display: block;
}
.so-media-blog-single-content ul li,
.so-media-blog-single-excerpt ul li {
    padding-left: 19px;
    position: relative;
}
.so-media-blog-single-content ul li:after,
.so-media-blog-single-excerpt ul li:after {
    position: absolute;
    width: 3px;
    height: 3px;
    background-color: #1ab2df;
    border-radius: 100%;
    top: 11px;
    left: 0;
    content: "";
}
.so-media-blog-load {
    padding-top: 160px;
}
.so-media-blog-load .so-button {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
}

@media screen and (max-width: 1600px) {
    .so-media-blog-single {
        padding: 60px 35px 60px 55px;
    }
    .so-media-blog-single .so-col:nth-child(1) {
        padding-right: 40px;
    }
    .so-media-blog-single .so-col:nth-child(1) img {
        width: 100%;
        height: 100%;
    }
    .so-media-blog-single .so-col:nth-child(2) {
        padding-left: 10px;
    }
    .so-media-blog-single h4 {
        padding-bottom: 15px;
    }
    .so-media-blog-single-date {
        font-size: 10px;
        line-height: 1.6;
        letter-spacing: 4px;
        padding-bottom: 15px;
    }
    .so-media-blog-single-more {
        font-size: 12px;
        line-height: 1.6;
        letter-spacing: 4px;
        margin-top: 15px;
        padding-right: 25px;
    }
    .so-media-blog-single-more:after {
        position: absolute;
        width: 10px;
        height: 10px;
        margin-top: -5px;
    }
    .so-media-blog-single-content *,
    .so-media-blog-single-excerpt * {
        font-size: 14px;
        line-height: 1.85;
    }
    .so-media-blog-single-content p,
    .so-media-blog-single-excerpt p {
        padding-bottom: 10px;
    }
    .so-media-blog-single-content ul li,
    .so-media-blog-single-content ol li,
    .so-media-blog-single-excerpt ul li,
    .so-media-blog-single-excerpt ol li {
        padding-bottom: 15px;
    }
    .so-media-blog-single-content ul li,
    .so-media-blog-single-excerpt ul li {
        padding-left: 15px;
    }
    .so-media-blog-load {
        padding-top: 120px;
    }
    .so-media-blog-form {
        padding-top: 160px;
        padding-bottom: 220px;
    }
    .so-media-blog-form .so-row {
        max-width: 840px;
    }
    .so-media-blog-form .so-form {
        padding: 35px 40px 65px 40px;
    }
    .so-media-blog-form .so-form.active {
        padding: 40px;
    }
    .so-media-blog-form p {
        padding-bottom: 30px;
    }
    .so-media-blog-form .so-form-row_check:last-of-type label,
    .so-media-blog-form .so-form-cats:last-of-type label {
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .so-media-blog-form .so-form-row_check label,
    .so-media-blog-form .so-form-cats label {
        font-size: 14px;
    }
    .so-media-blog-form .so-form-cats {
        padding-bottom: 15px;
    }
    .so-media-blog-form .so-form-cats .checkbox {
        margin-right: 30px;
        margin-bottom: 15px;
    }
    .so-media-blog-form .so-form-row label {
        font-size: 14px;
    }
    .so-media-blog-form .so-form-row input {
        font-size: 16px;
        line-height: 1;
    }
}
@media screen and (max-width: 991px) {
    .so-media-blog-load {
        padding-top: 60px;
    }
    .so-media-blog-form {
        padding-top: 100px;
        padding-bottom: 90px;
    }
    .so-media-blog-single {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 30px 0;
    }
    .so-media-blog-single .so-col {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .so-media-blog-single .so-col:first-child {
        padding-bottom: 20px;
    }
}
@media screen and (max-width: 600px) {
    .so-media-blog-single .so-col:nth-child(1) img {
        width: 100%;
        height: 100%;
    }
    .so-media-blog-single-content ul li,
    .so-media-blog-single-content ol li,
    .so-media-blog-single-excerpt ul li,
    .so-media-blog-single-excerpt ol li {
        padding-bottom: 10px;
    }
    .so-media-blog-load {
        padding-top: 50px;
    }
    .so-media-blog-form {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .so-media-blog-form .so-form {
        padding: 25px;
    }
    .so-media-blog-form .so-form.active {
        padding: 25px;
    }
    .so-media-blog-form p {
        padding-bottom: 20px;
    }
    .so-media-blog-form .so-form-row_check:last-of-type label,
    .so-media-blog-form .so-form-cats:last-of-type label {
        margin-top: 15px;
        margin-bottom: 25px;
    }
    .so-media-blog-form .so-form-row_check label,
    .so-media-blog-form .so-form-cats label {
        font-size: 14px;
    }
    .so-media-blog-form .so-form-row_check .checkbox input {
        position: absolute;
    }
    .so-media-blog-form .so-form-row_check .checkbox p {
        padding-left: 35px;
        text-align: left;
        opacity: 1;
    }
    .so-media-blog-form .so-form-cats {
        padding-bottom: 10px;
    }
    .so-media-blog-form .so-form-cats .checkbox {
        margin-right: 20px;
        margin-bottom: 15px;
    }
    .so-media-blog-form .so-form-row label {
        font-size: 12px;
    }
    .so-media-blog-form .so-form-row input {
        font-size: 14px;
        line-height: 1;
    }
}
@media screen and (max-width: 1600px) {
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        font-size: 16px;
        line-height: 1.7;
    }

    .so-row {
        max-width: 1300px;
    }

    h1 {
        font-size: 54px;
        line-height: 1.3;
        letter-spacing: 12px;
    }

    h2 {
        font-size: 40px;
        line-height: 1.3;
        letter-spacing: 9px;
    }

    h3 {
        font-size: 30px;
        line-height: 1.3;
        letter-spacing: 9px;
    }

    h4 {
        font-size: 22px;
        line-height: 1.3;
        letter-spacing: 7px;
    }

    h5 {
        font-size: 18px;
        line-height: 1.2;
        letter-spacing: 5px;
    }

    h6 {
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 5px;
    }

    .so-line {
        padding: 120px 0;
    }
    .so-line .so-content {
        padding: 0 20px;
    }

    .so-button {
        font-size: 14px;
        line-height: 1;
        letter-spacing: 3px;
        padding: 25px 40px;
    }

    .so-button-gradient {
        letter-spacing: 3px;
        padding: 30px 80px;
    }

    .so-framed-image .so-row {
        max-width: 1280px;
    }
    .so-framed-image .so-row img {
        height: 600px;
    }

    .so-web-intro-main {
        -webkit-transform: translate(-50%, -50%) scale(0.8);
        -moz-transform: translate(-50%, -50%) scale(0.8);
        -o-transform: translate(-50%, -50%) scale(0.8);
        -ms-transform: translate(-50%, -50%) scale(0.8);
        transform: translate(-50%, -50%) scale(0.8);
    }
    .so-web-intro-text p {
        font-size: 10px;
        line-height: 1;
        letter-spacing: 3px;
    }
    .so-web-intro-text_1 {
        top: 30px;
        right: 50px;
    }
    .so-web-intro-text_2 {
        bottom: 30px;
        left: 50px;
    }
    .so-web-intro-text_2 p {
        top: 7px;
    }
    .so-web-intro-text_2 img {
        max-height: 30px;
        margin-right: 30px;
    }
}
@media screen and (max-width: 991px) {
    .so-anim-image:before {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    html,
    body,
    div,
    span,
    applet,
    object,
    iframe,
    p,
    blockquote,
    pre,
    a,
    abbr,
    acronym,
    address,
    big,
    cite,
    code,
    del,
    dfn,
    em,
    img,
    ins,
    kbd,
    q,
    s,
    samp,
    small,
    strike,
    strong,
    sub,
    sup,
    tt,
    var,
    b,
    u,
    i,
    center,
    dl,
    dt,
    dd,
    ol,
    ul,
    li,
    fieldset,
    form,
    label,
    legend,
    table,
    caption,
    tbody,
    tfoot,
    thead,
    tr,
    th,
    td,
    article,
    aside,
    canvas,
    details,
    embed,
    figure,
    figcaption,
    footer,
    header,
    hgroup,
    menu,
    nav,
    output,
    ruby,
    section,
    summary,
    time,
    mark,
    audio,
    video {
        font-size: 14px;
        line-height: 1.7;
    }

    h1 {
        font-size: 32px;
        line-height: 1.3;
    }

    h2 {
        font-size: 26px;
        line-height: 1.3;
    }

    h3 {
        font-size: 22px;
        line-height: 1.3;
    }

    h4 {
        font-size: 20px;
        line-height: 1.3;
    }

    h5 {
        font-size: 18px;
        line-height: 1.2;
    }

    .so-line {
        padding: 60px 0;
    }

    .so-button {
        font-size: 12px;
        line-height: 1;
    }

    .so-framed-image .so-row {
        padding: 20px;
    }
    .so-framed-image .so-row img {
        height: 200px;
    }

    .so-web-intro-main {
        -webkit-transform: translate(-50%, -50%) scale(0.6);
        -moz-transform: translate(-50%, -50%) scale(0.6);
        -o-transform: translate(-50%, -50%) scale(0.6);
        -ms-transform: translate(-50%, -50%) scale(0.6);
        transform: translate(-50%, -50%) scale(0.6);
    }
    .so-web-intro-main .so-button {
        -webkit-transform: translate(-50%, -50%) scale(1.4);
        -moz-transform: translate(-50%, -50%) scale(1.4);
        -o-transform: translate(-50%, -50%) scale(1.4);
        -ms-transform: translate(-50%, -50%) scale(1.4);
        transform: translate(-50%, -50%) scale(1.4);
        transform-origin: center;
    }
    .so-web-intro-text p {
        font-size: 10px;
        line-height: 1;
        letter-spacing: 3px;
    }
    .so-web-intro-text_1 {
        top: 20px;
        right: 0;
        left: 0;
        text-align: center;
    }
    .so-web-intro-text_2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        bottom: 20px;
        left: 20px;
        right: 20px;
    }
    .so-web-intro-text_2 p {
        top: 0;
        line-height: 1.5;
    }
    .so-web-intro-text_2 img {
        max-height: 30px;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

/*# sourceMappingURL=style.css.map */
