@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);

.invisible,
.owl-carousel.owl-refresh .owl-item,
.sq-navbar-fill {
    visibility: hidden
}

.owl-carousel,
.owl-carousel .owl-item,
html {
    -webkit-tap-highlight-color: transparent
}

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

.sq-progressbar-circle,
.sq-progressbar-fill {
    stroke-dasharray: 100px;
    stroke-linejoin: round
}

#ortala {
    width: 180px;
    height: 60px;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -70px;
    text-align: center
}

@media (min-width:375px) {
    #ortala {
        width: 180px;
        height: 60px;
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -100px;
        margin-top: -70px;
        text-align: center
    }
}

.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.no-js .owl-carousel,
.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

hr,
img,
legend {
    border: 0
}

legend,
td,
th {
    padding: 0
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
    touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn,
[hidden],
template {
    display: none
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    -moz-animation-name: fadeOut;
    -o-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    -moz-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    -o-transition: -o-transform .1s ease;
    -moz-transition: transform .1s ease, -moz-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease, -moz-transform .1s ease, -o-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    -moz-transform: scale(1.3, 1.3);
    -ms-transform: scale(1.3, 1.3);
    -o-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    -moz-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

a {
    background-color: transparent
}

a:active,
a:hover {
    color: #4e5cc1
}

b,
optgroup,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

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

.sq-form-submit-item,
.sq-svgsprite,
img {
    vertical-align: middle
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

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

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

pre,
textarea {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

/* Search Bar Styles */
.sq-navbar-search-form {
    display: flex;
    align-items: center;
    background: #e9ebf0;
    border-radius: 25px;
    padding: 5px 15px;
    transition: all 0.3s ease;
    border: 2px solid #4f60d0;
}

.sq-navbar-search-form:focus-within {
    background: #fff;
    border-color: #4c55a6;
    box-shadow: 0 4px 12px rgba(76, 85, 166, 0.15);
}

.sq-navbar-search-input {
    border: none;
    background: transparent;
    padding: 5px;
    font-size: 14px;
    color: #414d5b;
    outline: none;
    width: 120px;
    /* Default width */
    transition: width 0.3s ease;
}

.sq-navbar-search-input:focus {
    width: 170px;
    /* Expand on focus */
}

.sq-navbar-search-btn {
    border: none;
    background: transparent;
    color: #4c55a6;
    cursor: pointer;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s;
}

.sq-navbar-search-btn:hover {
    transform: scale(1.1);
}

/* Mobile Adjustments */
@media (max-width: 991px) {
    .sq-navbar-search-form {
        padding: 5px 10px;
    }

    .sq-navbar-search-input {
        width: 100px;
    }

    .sq-navbar-search-input:focus {
        width: 140px;
    }
}

*,
.sq-form-grid.-lg,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
}

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

fieldset {
    border: 2px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

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

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {

    a,
    a:hover,
    a:visited {
        text-decoration: none
    }

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

    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a:hover {
        color: #4e5cc1
    }

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

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

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,
    pre {
        border: 2px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

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

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

    .navbar {
        display: none
    }

    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 2px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered td,
    .table-bordered th {
        border: 2px solid #ddd !important
    }
}

.img-thumbnail,
body {
    background-color: #fff
}

*,
:after,
:before {
    box-sizing: border-box
}

html {
    font-size: 10px
}

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

a:focus {
    outline-offset: -2px;
    outline: 0 !important
}

figure {
    margin: 0
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    border: 2px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle,
.sq-navbar-circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 2px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role=button] {
    cursor: pointer
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}

.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}

.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}

.h1,
h1 {
    font-size: 36px
}

.h2,
h2 {
    font-size: 30px
}

.h3,
h3 {
    font-size: 24px
}

.h4,
h4 {
    font-size: 18px
}

.h5,
h5 {
    font-size: 14px
}

.h6,
h6 {
    font-size: 12px
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}

address,
dd,
dt,
pre {
    line-height: 1.42857
}

@media (min-width:768px) {
    .lead {
        font-size: 21px
    }
}

.small,
small {
    font-size: 85%
}

.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}

.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.sq-form-submit-grid-col.-right,
.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.text-nowrap {
    white-space: nowrap
}

.text-lowercase {
    text-transform: lowercase
}

.initialism,
.text-uppercase {
    text-transform: uppercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-muted {
    color: #777
}

.text-primary {
    color: #337ab7
}

a.text-primary:focus,
a.text-primary:hover {
    color: #286090
}

.text-success {
    color: #3c763d
}

a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}

.text-info {
    color: #31708f
}

a.text-info:focus,
a.text-info:hover {
    color: #245269
}

.text-warning {
    color: #8a6d3b
}

a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}

.text-danger {
    color: #a94442
}

a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}

.bg-primary {
    color: #fff;
    background-color: #337ab7
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #286090
}

.bg-success {
    background-color: #dff0d8
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}

.bg-info {
    background-color: #d9edf7
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}

.bg-warning {
    background-color: #fcf8e3
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}

.bg-danger {
    background-color: #f2dede
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 2px solid #eee
}

dl,
ol,
ul {
    margin-top: 0
}

blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

address,
dl {
    margin-bottom: 20px
}

ol,
ul {
    margin-bottom: 10px
}

.list-inline {
    margin-left: -5px
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dt {
    font-weight: 700
}

dd {
    margin-left: 0
}

.dl-horizontal dd:after,
.dl-horizontal dd:before {
    content: " ";
    display: table
}

.dl-horizontal dd:after {
    clear: both
}

@media (min-width:768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .container {
        width: 750px
    }
}

.clearfix:after,
.container-fluid:after,
.container:after,
.row:after,
.sq-feature:after {
    clear: both
}

abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}

.initialism {
    font-size: 90%
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}

blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777
}

blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}

code,
kbd {
    padding: 2px 4px;
    font-size: 90%
}

.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}

.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

address {
    font-style: normal
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace
}

code {
    color: #c7254e;
    background-color: #f9f2f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

kbd {
    color: #fff;
    background-color: #333;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25)
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 2px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

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

.container,
.container-fluid {
    margin-right: auto;
    margin-left: auto
}

.text-hide,
pre code {
    background-color: transparent
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.container,
.container-fluid {
    padding-left: 15px;
    padding-right: 15px
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

@media (min-width:1024px) {
    .container {
        width: 970px
    }
}

@media (min-width:1280px) {
    .container {
        width: 1170px
    }
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

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

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-1 {
    width: 8.33333%
}

.col-xs-2 {
    width: 16.66667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333%
}

.col-xs-5 {
    width: 41.66667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333%
}

.col-xs-8 {
    width: 66.66667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333%
}

.col-xs-11 {
    width: 91.66667%
}

.col-xs-12 {
    width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media (min-width:768px) {

    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333%
    }

    .col-sm-2 {
        width: 16.66667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333%
    }

    .col-sm-5 {
        width: 41.66667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333%
    }

    .col-sm-8 {
        width: 66.66667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333%
    }

    .col-sm-11 {
        width: 91.66667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1024px) {

    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }

    .col-md-1 {
        width: 8.33333%
    }

    .col-md-2 {
        width: 16.66667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333%
    }

    .col-md-5 {
        width: 41.66667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333%
    }

    .col-md-8 {
        width: 66.66667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333%
    }

    .col-md-11 {
        width: 91.66667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media (min-width:1280px) {

    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333%
    }

    .col-lg-2 {
        width: 16.66667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333%
    }

    .col-lg-5 {
        width: 41.66667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333%
    }

    .col-lg-8 {
        width: 66.66667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333%
    }

    .col-lg-11 {
        width: 91.66667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    -moz-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.sq-navbar,
.sq-navbar-bg {
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    will-change: transform
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    -moz-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -moz-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

body,
html {
    height: 100%
}

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

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

body,
p {
    margin: 0;
    padding: 0
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.hidden,
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    border: 0
}

.sq-btn_box,
.sq-btn_nav.-bold {
    font-weight: 600
}

.news,
body {
    font-family: "Open Sans", sans-serif
}

.affix {
    position: fixed
}

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

@media (max-width:767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    td.visible-xs,
    th.visible-xs {
        display: table-cell !important
    }

    .visible-xs-block {
        display: block !important
    }

    .visible-xs-inline {
        display: inline !important
    }

    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    td.visible-sm,
    th.visible-sm {
        display: table-cell !important
    }

    .visible-sm-block {
        display: block !important
    }

    .visible-sm-inline {
        display: inline !important
    }

    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    td.visible-md,
    th.visible-md {
        display: table-cell !important
    }

    .visible-md-block {
        display: block !important
    }

    .visible-md-inline {
        display: inline !important
    }

    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width:1280px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    td.visible-lg,
    th.visible-lg {
        display: table-cell !important
    }

    .visible-lg-block {
        display: block !important
    }

    .visible-lg-inline {
        display: inline !important
    }

    .visible-lg-inline-block {
        display: inline-block !important
    }

    .hidden-lg {
        display: none !important
    }
}

@media (max-width:767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width:768px) and (max-width:1023px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width:1024px) and (max-width:1279px) {
    .hidden-md {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

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

    td.visible-print,
    th.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }

    .hidden-print {
        display: none !important
    }
}

body {
    background: #fff;
    color: #414d5b;
    font-size: 16px;
    letter-spacing: normal;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    overflow-y: auto
}

.-modal-open,
.sq-content,
.sq-view {
    overflow: hidden
}

a {
    color: inherit;
    cursor: pointer
}

a:focus,
a:hover {
    color: #4e5cc1
}

.sq-sprite {
    display: inline-block;
    background-image: url(../img/sprites/1.png);
    background-repeat: no-repeat
}

.sq-sprite.-money-bhaskar {
    background-position: -29px -56px;
    width: 245px;
    height: 70px
}

.sq-sprite.-tech-panda {
    background-position: -21px -166px;
    width: 241px;
    height: 70px
}

.sq-sprite.-new-delhi-times {
    background-position: -21px -363px;
    width: 250px;
    height: 70px
}

.sq-sprite.-dq-week {
    background-position: -31px -483px;
    width: 250px;
    height: 70px
}

.sq-sprite.-startup-journey {
    background-position: -31px -837px;
    width: 250px;
    height: 70px
}

@media (-webkit-min-device-pixel-ratio:2),
(-o-min-device-pixel-ratio:2/1),
(min-resolution:192dpi) {
    .sq-sprite {
        background-image: url(../img/sprites/sprites@2x.png);
        -webkit-background-size: 125px 63px;
        -moz-background-size: 125px 63px;
        background-size: 125px 63px
    }
}

.sq-svgsprite {
    display: inline-block;
    width: 1em;
    height: 1em;
    fill: currentColor
}

.sq-price-icon svg,
.sq-price-info-feature-icon svg {
    fill: #4c55a6;
    height: 12px
}

.sq-view {
    min-height: 100%;
    position: relative
}

.sq-content {
    height: 100%;
    overflow-y: auto
}

.sq-wrap {
    width: 100%;
    padding: 0 0 50px;
    background: 0 0
}

@media (min-width:375px) {
    .sq-wrap {
        padding: 0 0 5px
    }
}

@media (min-width:768px) {
    .sq-wrap {
        padding: 0 0 5px
    }
}

@media (min-width:1024px) {
    .sq-wrap {
        padding: 0 0 5px
    }
}

@media (min-width:1280px) {
    .sq-wrap {
        padding: 0 0 5px
    }
}

@media (min-width:1440px) {

    .sq-wrap,
    .sq-wrap.-lg {
        padding: 0 0 5px
    }
}

.sq-wrap.-sm {
    width: 100%;
    padding: 0 0 50px
}

@media (min-width:375px) {
    .sq-wrap.-sm {
        padding: 0 0 70px
    }
}

@media (min-width:768px) {
    .sq-wrap.-sm {
        padding: 0 0 80px
    }
}

@media (min-width:1024px) {
    .sq-wrap.-sm {
        padding: 0 0 90px
    }
}

@media (min-width:1280px) {
    .sq-wrap.-sm {
        padding: 0 0 130px
    }
}

.sq-wrap.-xs {
    padding: 0 0 10px
}

@media (min-width:375px) {
    .sq-wrap.-xs {
        padding: 0 0 20px
    }
}

@media (min-width:768px) {
    .sq-wrap.-xs {
        padding: 0
    }
}

@media (min-width:1024px) {
    .sq-wrap.-xs {
        padding: 0 0 40px
    }
}

@media (min-width:1280px) {
    .sq-wrap.-xs {
        padding: 0 0 30px
    }
}

@media (min-width:1440px) {
    .sq-wrap.-xs {
        padding: 0 0 60px
    }
}

.sq-container {
    padding: 0 19px
}

@media (min-width:375px) {
    .sq-container {
        padding: 0 25px
    }
}

@media (min-width:768px) {
    .sq-container {
        padding: 0 56px
    }
}

@media (min-width:1024px) {
    .sq-container {
        padding: 0 34px
    }
}

@media (min-width:1280px) {
    .sq-container {
        padding: 0 62px
    }
}

@media (min-width:1440px) {
    .sq-container {
        width: 1200px;
        margin: 0 auto;
        padding: 0
    }

    .sq-container.-xs {
        width: 1100px;
        margin: 0 auto;
        padding: 0
    }
}

.sq-bound {
    width: 100%;
    overflow: hidden
}

.-bg-grey {
    background: #e9ebf0
}

.-bg-white {
    background: #fbfcfc
}

.sq-navbar {
    position: fixed;
    width: 100%;
    top: inherit;
    z-index: 100;
    transition: .3s ease-out
}

.sq-navbar-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 60px;
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    background: #4c55a6;
    background: -moz-linear-gradient(45deg, #4c55a6 0, #5163de 100%);
    background: -webkit-linear-gradient(45deg, #4c55a6 0, #5163de 100%);
    background: -o-linear-gradient(45deg, #4c55a6 0, #5163de 100%);
    background: linear-gradient(45deg, #4c55a6 0, #5163de 100%);
    background-repeat: no-repeat;
    transition: .3s ease-out
}

.sq-navbar-wrap,
.sq-navbar.-down {
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -moz-transition: .3s ease-out
}

@media (min-width:768px) {
    .sq-navbar-bg {
        height: 84px;
        -webkit-transform: translateY(-84px);
        -moz-transform: translateY(-84px);
        -ms-transform: translateY(-84px);
        -o-transform: translateY(-84px);
        transform: translateY(-84px)
    }
}

.sq-navbar-container {
    padding: 0 30px;
    height: 100%
}

@media (min-width:375px) {
    .sq-navbar-container {
        padding: 0 37px
    }
}

@media (min-width:768px) {
    .sq-navbar-container {
        padding: 0 57px 0 30px
    }
}

@media (min-width:1024px) {
    .sq-navbar-container {
        padding: 0 54px
    }
}

@media (min-width:1280px) {
    .sq-navbar-container {
        padding: 0 49px
    }
}

@media (min-width:1440px) {
    .sq-navbar-container {
        padding: 0 60px
    }
}

.sq-navbar-wrap {
    padding: 28px 0 0;
    transition: .3s ease-out
}

.sq-navbar-grid {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sq-navbar-grid-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sq-navbar-logo {
    position: relative;
    z-index: 1002;
    display: block;
    max-width: 140px;
    -webkit-transition: max-width .3s ease-in-out;
    -o-transition: max-width .3s ease-in-out;
    -moz-transition: max-width .3s ease-in-out;
    transition: max-width .3s ease-in-out
}

@media (min-width:768px) {
    .sq-navbar-wrap {
        padding: 35px 0 0
    }

    .sq-navbar-logo {
        max-width: 180px
    }
}

.sq-navbar-logo img {
    width: 100%;
}

.sq-navbar-logo img:last-child {
    display: none
}

.sq-navbar-menu {
    display: block
}

@media (max-width:1023px) {
    .sq-navbar-menu {
        padding: 0;
        position: fixed;
        z-index: 1001;
        width: 100%;
        height: 100vh;
        top: 0;
        left: 0;
        right: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        opacity: 0;
        pointer-events: none;
        -webkit-transition: .3s;
        -o-transition: .3s;
        -moz-transition: .3s;
        transition: .3s
    }
}

@media (min-width:1024px) {
    .sq-navbar-menu {
        padding: 0 0 0 35px
    }
}

@media (min-width:1280px) {
    .sq-navbar-logo {
        max-width: 180px
    }

    .sq-navbar-menu {
        padding: 0 0 0 130px
    }
}

.sq-navbar-menu-item {
    display: inline-block;
    margin: 0 0 25px;
    opacity: 0;
    font-size: 18px;
    letter-spacing: .02px;
    line-height: 24px;
    color: #414d5b
}

.sq-navbar-menu-item:active,
.sq-navbar-menu-item:focus,
.sq-navbar-menu-item:hover {
    color: #fff;
    text-decoration: none
}

.sq-navbar-menu-item:hover span:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

@media (min-width:375px) {
    .sq-navbar-menu-item {
        margin: 0 0 35px;
        font-size: 24px;
        letter-spacing: .03px;
        line-height: 33px
    }
}

@media (min-width:768px) {
    .sq-navbar-menu-item {
        margin: 0 0 50px
    }
}

@media (min-width:1024px) {
    .sq-navbar-menu-item {
        margin: 0;
        padding: 0 17px;
        font-size: 14px;
        letter-spacing: .02px;
        line-height: 19px;
        opacity: 1;
        color: #fff
    }
}

@media (min-width:1280px) {
    .sq-navbar-menu-item {
        padding: 0 20px;
        font-size: 16px;
        letter-spacing: .02px;
        line-height: 22px
    }
}

.sq-form-brief,
.sq-form-submit-brief {
    letter-spacing: .01px;
    line-height: 22px
}

@media (min-width:1440px) {
    .sq-navbar-menu-item {
        padding: 0 30px
    }
}

.sq-navbar-menu-item span {
    position: relative
}

.sq-navbar-menu-item span:after {
    content: '';
    position: absolute;
    left: 50%;
    right: 0;
    bottom: -10px;
    width: 14px;
    height: 3px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    margin: 0 0 0 -7px;
    background: #4c55a6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

@media (min-width:375px) {
    .sq-navbar-menu-item span:after {
        width: 16px;
        margin: 0 0 0 -8px
    }
}

@media (min-width:1024px) {
    .sq-navbar-menu-item span:after {
        left: 0;
        width: 12px;
        margin: 0;
        -webkit-transform-origin: left center;
        -moz-transform-origin: left center;
        -ms-transform-origin: left center;
        -o-transform-origin: left center;
        transform-origin: left center;
        background: #fff
    }
}

.sq-navbar-menu-item.-active span:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.sq-navbar-menu-action {
    opacity: 0
}

.sq-navbar-menu-action-item {
    margin: 0 0 20px
}

@media (min-width:375px) {
    .sq-navbar-menu-action-item {
        margin: 0 0 30px
    }
}

.sq-navbar-menu-action-item.-md {
    display: block
}

@media (min-width:1024px) {
    .sq-navbar-menu-item.-active span:after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }

    .sq-navbar-menu-action-item.-md {
        display: none
    }
}

.sq-navbar-menu-action-item.-sm {
    display: block
}

@media (max-width:1023px) {
    .sq-navbar-menu.-visible {
        opacity: 1;
        pointer-events: auto
    }
}

.sq-navbar-menu.-visible .sq-navbar-menu-item {
    opacity: 1;
    -webkit-animation: sq-navbar-menu-item .4s cubic-bezier(.75, -.5, 0, 1.75) both;
    -moz-animation: sq-navbar-menu-item .4s cubic-bezier(.75, -.5, 0, 1.75) both;
    -o-animation: sq-navbar-menu-item .4s cubic-bezier(.75, -.5, 0, 1.75) both;
    animation: sq-navbar-menu-item .4s cubic-bezier(.75, -.5, 0, 1.75) both
}

.sq-navbar-menu.-visible .sq-navbar-menu-item:focus,
.sq-navbar-menu.-visible .sq-navbar-menu-item:hover {
    color: #4c55a6
}

.sq-navbar-menu.-visible .sq-navbar-menu-item:focus span:after,
.sq-navbar-menu.-visible .sq-navbar-menu-item:hover span:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

@media (min-width:1024px) {

    .sq-navbar-menu.-visible .sq-navbar-menu-item:focus span:after,
    .sq-navbar-menu.-visible .sq-navbar-menu-item:hover span:after {
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.sq-accordion-icon svg:last-child,
.sq-navbar-circle {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0)
}

.sq-navbar-menu.-visible .sq-navbar-menu-item:nth-child(0) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s
}

.sq-navbar-menu.-visible .sq-navbar-menu-item:nth-child(1) {
    -webkit-animation-delay: 50ms;
    -moz-animation-delay: 50ms;
    -o-animation-delay: 50ms;
    animation-delay: 50ms
}

.sq-navbar-menu.-visible .sq-navbar-menu-item:nth-child(2) {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s
}

.sq-navbar-menu.-visible .sq-navbar-menu-item:nth-child(3) {
    -webkit-animation-delay: .15s;
    -moz-animation-delay: .15s;
    -o-animation-delay: .15s;
    animation-delay: .15s
}

.sq-navbar-menu.-visible .sq-navbar-menu-item:nth-child(4) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

.sq-navbar-menu.-visible .sq-navbar-menu-item:nth-child(5) {
    -webkit-animation-delay: .25s;
    -moz-animation-delay: .25s;
    -o-animation-delay: .25s;
    animation-delay: .25s
}

.sq-navbar-menu.-visible .sq-navbar-menu-item:nth-child(6) {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s
}

.sq-navbar-menu.-visible .sq-navbar-menu-item:nth-child(7) {
    -webkit-animation-delay: .35s;
    -moz-animation-delay: .35s;
    -o-animation-delay: .35s;
    animation-delay: .35s
}

.sq-navbar-menu.-visible .sq-navbar-menu-action {
    opacity: 1;
    -webkit-animation: sq-navbar-menu-item .4s cubic-bezier(.75, -.5, 0, 1.75) both;
    -moz-animation: sq-navbar-menu-item .4s cubic-bezier(.75, -.5, 0, 1.75) both;
    -o-animation: sq-navbar-menu-item .4s cubic-bezier(.75, -.5, 0, 1.75) both;
    animation: sq-navbar-menu-item .4s cubic-bezier(.75, -.5, 0, 1.75) both
}

.sq-navbar-menu.-visible .sq-navbar-menu-action:nth-child(0) {
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s
}

.sq-navbar-menu.-visible .sq-navbar-menu-action:nth-child(1) {
    -webkit-animation-delay: 50ms;
    -moz-animation-delay: 50ms;
    -o-animation-delay: 50ms;
    animation-delay: 50ms
}

.sq-navbar-menu.-visible .sq-navbar-menu-action:nth-child(2) {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -o-animation-delay: .1s;
    animation-delay: .1s
}

.sq-navbar-menu.-visible .sq-navbar-menu-action:nth-child(3) {
    -webkit-animation-delay: .15s;
    -moz-animation-delay: .15s;
    -o-animation-delay: .15s;
    animation-delay: .15s
}

.sq-navbar-menu.-visible .sq-navbar-menu-action:nth-child(4) {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

.sq-navbar-menu.-visible .sq-navbar-menu-action:nth-child(5) {
    -webkit-animation-delay: .25s;
    -moz-animation-delay: .25s;
    -o-animation-delay: .25s;
    animation-delay: .25s
}

.sq-navbar-menu.-visible .sq-navbar-menu-action:nth-child(6) {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s
}

.sq-navbar-menu.-visible .sq-navbar-menu-action:nth-child(7) {
    -webkit-animation-delay: .35s;
    -moz-animation-delay: .35s;
    -o-animation-delay: .35s;
    animation-delay: .35s
}

.sq-navbar-action {
    height: 100%;
    padding: 0;
    position: relative;
    z-index: 1
}

.sq-navbar-action-text {
    display: none;
    margin: 0 20px 0 0;
    color: rgba(65, 77, 91, .4)
}

@media (min-width:768px) {
    .sq-navbar-menu-action-item.-sm {
        display: none
    }

    .sq-navbar-action-text {
        display: inline-block
    }
}

.sq-navbar-action-item {
    margin: 0 60px 0 0;
    display: none
}

@media (min-width:1024px) {
    .sq-navbar-action-item {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 20px
    }
}

.sq-navbar-action-item.-sm {
    display: none
}

.sq-navbar-circle {
    background: #fff;
    width: 23px;
    height: 23px;
    position: fixed;
    top: 32px;
    right: 30px;
    border-radius: 50%;
    transform: scale(0);
    z-index: 1;
    -webkit-transition: .2s cubic-bezier(.8, 0, .2, 1);
    -o-transition: .2s cubic-bezier(.8, 0, .2, 1);
    -moz-transition: .2s cubic-bezier(.8, 0, .2, 1);
    transition: .2s cubic-bezier(.8, 0, .2, 1);
    pointer-events: none
}

@media (min-width:375px) {
    .sq-navbar-circle {
        right: 40px
    }
}

@media (min-width:768px) {
    .sq-navbar-action-item.-sm {
        display: inline-block;
        vertical-align: middle
    }

    .sq-navbar-circle {
        top: 46px;
        right: 30px
    }
}

.sq-navbar-circle.-full {
    -webkit-transform: scale(25);
    -moz-transform: scale(25);
    -ms-transform: scale(25);
    -o-transform: scale(25);
    transform: scale(25)
}

.sq-navbar-toggle {
    display: block;
    position: absolute;
    top: 25px;
    right: 30px;
    width: 23px;
    height: 23px;
    z-index: 2005;
    padding: 0;
    border: none;
    background: 0 0;
    -webkit-appearance: button;
    -webkit-transition: top .2s ease-out;
    -o-transition: top .2s ease-out;
    -moz-transition: top .2s ease-out;
    transition: top .2s ease-out
}

.sq-btn_action,
.sq-navbar-toggle-item {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px
}

@media (min-width:375px) {
    .sq-navbar-toggle {
        right: 30px
    }
}

@media (min-width:768px) {
    .sq-navbar-toggle {
        top: 34px;
        right: 30px
    }
}

@media (min-width:1024px) {
    .sq-navbar-toggle {
        display: none
    }

    .sq-navbar.-inverse .sq-navbar-menu-item,
    .sq-navbar.-inverse .sq-navbar-menu-item:active,
    .sq-navbar.-inverse .sq-navbar-menu-item:focus,
    .sq-navbar.-inverse .sq-navbar-menu-item:hover {
        color: #414d5b
    }
}

.sq-navbar-toggle-item {
    display: block;
    width: 100%;
    height: 3px;
    margin: 0 0 5px;
    background: #fff;
    border-radius: 50px;
    -webkit-transition: .4s cubic-bezier(.175, .885, .32, 1.275);
    -o-transition: .4s cubic-bezier(.175, .885, .32, 1.275);
    -moz-transition: .4s cubic-bezier(.175, .885, .32, 1.275);
    transition: .4s cubic-bezier(.175, .885, .32, 1.275)
}

.sq-navbar-toggle.-active {
    position: fixed
}

.sq-navbar-toggle.-active .sq-navbar-toggle-item {
    background: #4c55a6
}

.sq-navbar-toggle.-active .sq-navbar-toggle-item.-top {
    -webkit-transform: translateY(6px) translateY(-50%) rotate(-135deg);
    -moz-transform: translateY(6px) translateY(-50%) rotate(-135deg);
    -ms-transform: translateY(6px) translateY(-50%) rotate(-135deg);
    -o-transform: translateY(6px) translateY(-50%) rotate(-135deg);
    transform: translateY(6px) translateY(-50%) rotate(-135deg)
}

.sq-navbar-toggle.-active .sq-navbar-toggle-item.-bottom {
    -webkit-transform: translateY(-5px) translateY(50%) rotate(135deg);
    -moz-transform: translateY(-5px) translateY(50%) rotate(135deg);
    -ms-transform: translateY(-5px) translateY(50%) rotate(135deg);
    -o-transform: translateY(-5px) translateY(50%) rotate(135deg);
    transform: translateY(-5px) translateY(50%) rotate(135deg)
}

.sq-navbar-fill {
    opacity: 0;
    position: fixed;
    top: inherit;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 99;
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    background: #fff;
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    will-change: transform
}

.sq-navbar-fill.-visible {
    position: -webkit-sticky;
    position: sticky;
    opacity: 1;
    visibility: visible;
    pointer-events: none
}

.sq-navbar.-open.-down .sq-navbar-logo {
    position: fixed;
    top: 28px
}

.sq-navbar.-open.-down .sq-navbar-action {
    height: auto;
    position: fixed;
    z-index: 9999
}

@media (min-width:768px) {
    .sq-navbar.-open.-down .sq-navbar-logo {
        top: 26px
    }

    .sq-navbar.-open.-down .sq-navbar-action {
        top: 22px;
        right: 57px
    }
}

.sq-navbar.-open .sq-navbar-logo {
    position: fixed;
    top: 28px
}

.sq-navbar.-open .sq-navbar-action {
    height: auto;
    position: fixed;
    z-index: 9999
}

@media (min-width:768px) {
    .sq-navbar.-open .sq-navbar-logo {
        top: 38px
    }

    .sq-navbar.-open .sq-navbar-action {
        top: 35px;
        right: 57px
    }
}

.sq-navbar.-inverse .sq-navbar-logo img:first-child {
    display: none
}

.sq-navbar.-inverse .sq-navbar-logo img:last-child {
    display: block
}

.sq-navbar.-inverse .sq-navbar-menu-item span {
    position: relative
}

@media (min-width:1024px) {
    .sq-navbar.-inverse .sq-navbar-menu-item span:after {
        background: #4c55a6
    }
}

.sq-navbar.-inverse .sq-navbar-toggle-item {
    background: #4c55a6
}

.sq-navbar.-down {
    transition: .3s ease-out
}

.sq-navbar.-down .sq-navbar-bg,
.sq-navbar.-down .sq-navbar-wrap {
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -moz-transition: .3s ease-out
}

.sq-navbar.-down .sq-navbar-bg {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: .3s ease-out
}

.sq-navbar.-down .sq-navbar-toggle {
    top: 22px
}

.sq-navbar.-down .sq-navbar-wrap {
    padding: 12px 0 0;
    opacity: 1;
    transition: .3s ease-out
}

@media (min-width:768px) {
    .sq-navbar.-down .sq-navbar-toggle {
        top: 33px
    }

    .sq-navbar.-down .sq-navbar-wrap {
        padding: 12px 0 0
    }
}

.sq-navbar.-down .sq-navbar-circle {
    top: 22px
}

.sq-navbar.-up {
    -webkit-transform: translateY(-60px);
    -moz-transform: translateY(-60px);
    -ms-transform: translateY(-60px);
    -o-transform: translateY(-60px);
    transform: translateY(-60px);
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out
}

.sq-navbar.-up .sq-navbar-bg {
    -webkit-transition: 1s ease-out;
    -o-transition: 1s ease-out;
    -moz-transition: 1s ease-out;
    transition: 1s ease-out
}

.sq-navbar.-up .sq-navbar-wrap {
    opacity: 0;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out
}

.sq-navbar.-notfixed {
    position: absolute
}

.sq-navbar.-notfixed .sq-navbar-logo img:first-child {
    display: none
}

.sq-navbar.-notfixed .sq-navbar-logo img:last-child {
    display: block
}

@media (min-width:768px) {
    .sq-navbar.-down .sq-navbar-circle {
        top: 33px
    }

    .sq-navbar.-up {
        -webkit-transform: translateY(-84px);
        -moz-transform: translateY(-84px);
        -ms-transform: translateY(-84px);
        -o-transform: translateY(-84px);
        transform: translateY(-84px)
    }

    .sq-navbar.-notfixed .sq-navbar-logo img:first-child {
        display: block
    }

    .sq-navbar.-notfixed .sq-navbar-logo img:last-child {
        display: none
    }
}

@-webkit-keyframes sq-navbar-menu-item {
    from {
        opacity: 0;
        -webkit-transform: translateX(50px);
        transform: translateX(50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes sq-navbar-menu-item {
    from {
        opacity: 0;
        -moz-transform: translateX(50px);
        transform: translateX(50px)
    }

    to {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}

@-o-keyframes sq-navbar-menu-item {
    from {
        opacity: 0;
        -o-transform: translateX(50px);
        transform: translateX(50px)
    }

    to {
        opacity: 1;
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes sq-navbar-menu-item {
    from {
        opacity: 0;
        -webkit-transform: translateX(50px);
        -moz-transform: translateX(50px);
        -o-transform: translateX(50px);
        transform: translateX(50px)
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.sq-loader {
    display: inline
}

.sq-loader_overlay {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
    opacity: 1;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .1s cubic-bezier(.175, .885, .32, 1.275) .7s;
    -o-transition: all .1s cubic-bezier(.175, .885, .32, 1.275) .7s;
    -moz-transition: all .1s cubic-bezier(.175, .885, .32, 1.275) .7s;
    transition: all .1s cubic-bezier(.175, .885, .32, 1.275) .7s
}

.sq-form-group,
.sq-form-submit-brief a {
    position: relative
}

.sq-loader_overlay.-visible {
    opacity: 1;
    visibility: visible
}

.sq-loader_overlay-fill {
    height: 100vh;
    background: #4a42c5
}

.sq-loader_overlay-wrap {
    margin: -5px 0 0
}

.sq-loader_overlay-bg {
    height: 200vh
}

@media (min-width:1024px) {
    .sq-form-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.sq-form-grid.-between,
.sq-intro-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.sq-form-grid.-between {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .sq-form-grid.-full {
        margin: 0 -22px
    }
}

@media (min-width:1024px) {
    .sq-form-grid.-full {
        margin: 0 -30px
    }
}

@media (min-width:1440px) {
    .sq-form-grid.-full {
        margin: 0 -20px
    }
}

@media (min-width:768px) {
    .sq-form-grid.-full .sq-form-grid-col {
        width: 50%;
        margin: 0 22px
    }
}

@media (min-width:1024px) {
    .sq-form-grid.-full .sq-form-grid-col {
        margin: 0 30px
    }
}

@media (min-width:1440px) {
    .sq-form-grid.-full .sq-form-grid-col {
        margin: 0 20px
    }
}

.sq-form-grid.-lg {
    box-sizing: border-box
}

@media (min-width:768px) {
    .sq-form-grid.-lg {
        margin: 0 -22px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (min-width:1024px) {
    .sq-form-grid.-lg {
        margin: 0 -13px
    }
}

@media (min-width:1280px) {
    .sq-form-grid.-lg {
        margin: 0 -25px
    }
}

@media (min-width:1440px) {
    .sq-form-grid.-lg {
        margin: 0 -20px
    }
}

@media (min-width:768px) {
    .sq-form-grid.-lg .sq-form-grid-col {
        width: 50%;
        margin: 0 22px
    }
}

.sq-form-brief a:after,
.sq-form-submit-brief a:after {
    content: "";
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: rgba(44, 44, 44, .2);
    left: 0
}

@media (min-width:1024px) {
    .sq-form-grid.-lg .sq-form-grid-col {
        margin: 0 13px
    }
}

@media (min-width:1280px) {
    .sq-form-grid.-lg .sq-form-grid-col {
        margin: 0 25px
    }
}

@media (min-width:1440px) {
    .sq-form-grid.-lg .sq-form-grid-col {
        margin: 0 20px
    }
}

.sq-form-group {
    margin: 0 0 0px
}

@media (min-width:768px) {
    .sq-form-group {
        margin: 0 0 0px
    }

    .sq-form {
        margin-top: 0px
    }
}

.sq-form-group.-sm {
    margin: 0 0 30px
}

.sq-form-group.-xs {
    margin: 0
}

.sq-form-submit {
    margin: 5px 0 0
}

@media (min-width:768px) {
    .sq-form-submit {
        margin: 40px 0 0
    }

    .sq-form-submit-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.sq-form-submit-grid.-full {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sq-form-submit-item {
    display: inline-block
}

.sq-form-submit-brief {
    max-width: 100%;
    padding: 15px 0 0;
    font-size: 13px;
    color: rgba(65, 77, 91, .6)
}

@media (min-width:768px) {
    .sq-form-submit-brief {
        padding: 0 0 0 32px
    }
}

@media (min-width:1024px) {
    .sq-form-submit-brief {
        padding: 0 0 0 42px
    }
}

@media (min-width:1280px) {
    .sq-form-submit-brief {
        padding: 0 0 0 22px
    }
}

@media (min-width:1440px) {
    .sq-form-submit-brief {
        padding: 0 0 0 33px
    }
}

.sq-form-submit-brief a:after {
    position: absolute
}

.sq-form-submit-brief a:focus,
.sq-form-submit-brief a:hover {
    color: rgba(65, 77, 91, .8);
    text-decoration: none
}

.sq-form-submit-brief.-xs {
    padding: 0 0 25px
}

@media (min-width:768px) {
    .sq-form-submit-brief.-xs {
        padding: 0
    }
}

.sq-form-submit.-sm {
    margin: 30px 0 0
}

.sq-form-brief {
    max-width: 265px;
    padding: 16px 0 0;
    font-size: 12px;
    color: rgba(65, 77, 91, .6)
}

@media (min-width:1024px) {
    .sq-form-brief {
        padding: 0 0 0 20px
    }
}

@media (min-width:1280px) {
    .sq-form-brief {
        padding: 0 0 0 44px
    }
}

@media (min-width:1440px) {
    .sq-form-brief {
        padding: 0 0 0 32px
    }
}

.sq-form-brief a {
    position: relative
}

.sq-form-brief a:after {
    position: absolute
}

.sq-form-brief a:focus,
.sq-form-brief a:hover {
    color: rgba(65, 77, 91, .8);
    text-decoration: none
}

.sq-form-brief br {
    display: none
}

@media (min-width:1024px) {
    .sq-form-brief br {
        display: block
    }
}

.sq-form-link {
    font-size: 14px;
    letter-spacing: .1px;
    line-height: 19px
}

.sq-form-link a:focus,
.sq-form-link a:hover {
    opacity: .8;
    text-decoration: none
}

.sq-form-error {
    position: absolute;
    bottom: -27px;
    font-size: 12px;
    letter-spacing: .01px;
    line-height: 22px;
    color: #f58d9a
}

.sq-submit-btn {
    width: 255px;
    height: 40px;
    background: 0 0;
    border: none;
    color: #fff !important
}

@media (min-width:375px) {
    .sq-submit-btn {
        width: 300px !important
    }
}

.sq-submit {
    border-radius: 30px;
    background: -webkit-linear-gradient(45deg, #4c55a6 0, #5163de 100%)
}

.sq-submit-text {
    color: #fff
}

.sq-input {
    display: inline
}

.sq-input-success {
    color: #fff;
    margin: -12px 0 -10px
}

.career-form-success,
.contact-form-success {
    color: #a9a9a9 !important
}

.contact-form-success {
    margin: -40px 0 -10px !important
}

.sq-call-form-input_margin {
    margin-bottom: -35px
}

.call-form-success {
    margin: -10px 0 15px;
    font-size: 14px;
    letter-spacing: -.13px;
    line-height: 16px;
    color: #a9a9a9
}

.sq-call-form-submit {
    width: 136px !important;
    height: 35px !important;
    line-height: 35px !important;
    font-size: 12px !important
}

.sq-input_footer,
.sq-input_light {
    position: relative;
    color: #414d5b
}

.sq-input_footer input,
.sq-input_light input {
    margin: 0;
    padding: 7px 0 9px;
    width: 100%;
    background: 0 0;
    border: none;
    border-bottom: 2px solid rgba(255, 255, 255, .1);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: .22px;
    color: #fff;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.sq-input_footer input::-moz-placeholder,
.sq-input_light input::-moz-placeholder {
    color: rgba(65, 77, 91, .4);
    opacity: 1
}

.sq-input_footer input:-ms-input-placeholder,
.sq-input_light input:-ms-input-placeholder {
    color: rgba(65, 77, 91, .4)
}

.sq-input_footer input::-webkit-input-placeholder,
.sq-input_light input::-webkit-input-placeholder {
    color: rgba(65, 77, 91, .4)
}

.sq-input_footer input:hover,
.sq-input_light input:hover {
    border-bottom: 2px solid #dedede
}

.sq-input_footer input:focus,
.sq-input_light input:focus {
    border-bottom: 2px solid #c5c5c5
}

.sq-input_footer input:invalid,
.sq-input_light input:invalid {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.sq-input_footer input:disabled,
.sq-input_light input:disabled {
    pointer-events: none
}

@media (min-width:768px) {
    .sq-form-error {
        bottom: -35px
    }

    .sq-input_footer input,
    .sq-input_light input {
        padding: 10px 0 20px;
        font-size: 16px;
        line-height: 22px
    }
}

.sq-input_light-label {
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 14px;
    letter-spacing: .02px;
    line-height: 19px;
    color: rgba(255, 255, 255, .5);
    pointer-events: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

@media (min-width:768px) {
    .sq-input_light-label {
        font-size: 16px;
        line-height: 22px
    }
}

.sq-input_light-addon {
    display: inline-block;
    position: absolute;
    bottom: 2px;
    right: 0;
    font-size: 14px;
    letter-spacing: .02px;
    line-height: 19px;
    color: rgba(65, 77, 91, .4)
}

@media (min-width:768px) {
    .sq-input_light-addon {
        font-size: 16px;
        line-height: 22px
    }
}

.sq-input_light-error {
    position: absolute;
    top: -17px;
    right: 0;
    font-size: 12px;
    letter-spacing: .01px;
    line-height: 22px;
    color: #f58d9a
}

.-inverse.sq-input_footer input,
.sq-input_light.-inverse input {
    padding: 7px 0 9px;
    border-bottom: 2px solid rgba(222, 222, 222, .6);
    color: #414d5b
}

.-inverse.sq-input_footer input:hover,
.sq-input_light.-inverse input:hover {
    border-bottom: 2px solid #dedede
}

.-inverse.sq-input_footer input:focus,
.sq-input_light.-inverse input:focus {
    border-bottom: 2px solid #c5c5c5
}

.-inverse.sq-input_footer .sq-input_light-label,
.sq-input_light.-inverse .sq-input_light-label {
    color: rgba(65, 77, 91, .4)
}

.-top.sq-input_footer .sq-input_light-label,
.sq-input_light.-top .sq-input_light-label {
    font-size: 12px;
    letter-spacing: .01px;
    line-height: 17px;
    -webkit-transform: translateY(-26px);
    -moz-transform: translateY(-26px);
    -ms-transform: translateY(-26px);
    -o-transform: translateY(-26px);
    transform: translateY(-26px)
}

@media (min-width:768px) {
    .sq-input_light-error {
        top: -27px
    }

    .-inverse.sq-input_footer input,
    .sq-input_light.-inverse input {
        padding: 7px 0 14px
    }

    .-top.sq-input_footer .sq-input_light-label,
    .sq-input_light.-top .sq-input_light-label {
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px)
    }
}

.-error.sq-input_footer input,
.sq-input_light.-error input {
    color: #f58d9a;
    border-color: #f58d9a
}

.-error.sq-input_footer input::-moz-placeholder,
.sq-input_light.-error input::-moz-placeholder {
    color: #f58d9a;
    opacity: 1
}

.-error.sq-input_footer input:-ms-input-placeholder,
.sq-input_light.-error input:-ms-input-placeholder {
    color: #f58d9a
}

.-error.sq-input_footer input::-webkit-input-placeholder,
.sq-input_light.-error input::-webkit-input-placeholder {
    color: #f58d9a
}

.-error.sq-input_footer .sq-input_light-addon,
.-error.sq-input_footer .sq-input_light-label,
.sq-input_light.-error .sq-input_light-addon,
.sq-input_light.-error .sq-input_light-label {
    color: #f58d9a
}

.-disabled.sq-input_footer,
.sq-input_light.-disabled {
    pointer-events: none;
    opacity: .5
}

.sq-input_footer {
    display: block;
    position: relative;
    overflow: hidden
}

.sq-btn_box,
.sq-btn_main {
    display: inline-block;
    outline: 0;
    text-align: left
}

.sq-input_footer input {
    padding: 12px 0 14px;
    color: #414d5b;
    border-bottom: 2px solid rgba(76, 85, 166, .5)
}

.sq-input_footer input::-moz-placeholder {
    color: rgba(65, 77, 91, .5);
    opacity: 1
}

.sq-input_footer input:-ms-input-placeholder {
    color: rgba(65, 77, 91, .5)
}

.sq-input_footer input::-webkit-input-placeholder {
    color: rgba(65, 77, 91, .5)
}

.sq-input_footer input:hover {
    border-bottom: 2px solid rgba(76, 85, 166, .7)
}

.sq-input_footer input:focus {
    border-bottom: 2px solid rgba(76, 85, 166, .8)
}

.sq-input_footer-error {
    margin: 5px 0 0;
    font-size: 14px;
    letter-spacing: -.13px;
    line-height: 16px;
    color: #f58d9a
}

.sq-input_footer-addon {
    position: absolute;
    right: -10px;
    top: 6px;
    opacity: 0;
    -webkit-transition: .1s;
    -o-transition: .1s;
    -moz-transition: .1s;
    transition: .1s
}

.sq-btn_main,
.sq-textarea {
    position: relative
}

.sq-input_footer-addon.-visible {
    right: 1px;
    opacity: 1
}

.sq-input_footer.-error input {
    color: #414d5b;
    border-color: #f58d9a
}

.sq-input_footer.-error input::-moz-placeholder {
    color: #414d5b;
    opacity: 1
}

.sq-input_footer.-error input:-ms-input-placeholder {
    color: #414d5b
}

.sq-input_footer.-error input::-webkit-input-placeholder {
    color: #414d5b
}

.sq-textarea_light textarea {
    margin: 0;
    padding: 7px 7px 9px;
    width: 100%;
    height: 76px;
    background: 0 0;
    border: 2px solid rgba(222, 222, 222, .6);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    letter-spacing: .02px;
    line-height: 19px;
    color: #414d5b;
    resize: none;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

.sq-textarea_light textarea::-moz-placeholder {
    color: rgba(65, 77, 91, .4);
    opacity: 1
}

.sq-textarea_light textarea:-ms-input-placeholder {
    color: rgba(65, 77, 91, .4)
}

.sq-textarea_light textarea::-webkit-input-placeholder {
    color: rgba(65, 77, 91, .4)
}

.sq-textarea_light textarea:hover {
    border: 2px solid #dedede
}

.sq-textarea_light textarea:focus {
    border: 2px solid #c5c5c5
}

.sq-textarea_light textarea:invalid {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.sq-textarea_light textarea:disabled {
    pointer-events: none
}

@media (min-width:768px) {
    .sq-textarea_light textarea {
        padding: 10px 10px 20px;
        font-size: 16px;
        line-height: 22px
    }
}

.sq-textarea_light-label {
    margin: 0 0 12px;
    font-size: 12px;
    letter-spacing: .01px;
    line-height: 17px;
    color: rgba(65, 77, 91, .4);
    pointer-events: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.sq-btn_main {
    margin: 0;
    padding: 15px 0 15px 25px;
    width: 134px;
    background: #4c55a6;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    letter-spacing: .12px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

@media (min-width:768px) {
    .sq-btn_main {
        width: 148px
    }
}

.sq-btn_main:hover .sq-btn_main-icon {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    -ms-transform: translateX(3px);
    -o-transform: translateX(3px);
    transform: translateX(3px)
}

.sq-btn_main:hover {
    -webkit-box-shadow: 3px 2px 14px rgba(76, 85, 166, .35);
    -moz-box-shadow: 3px 2px 14px rgba(76, 85, 166, .35);
    box-shadow: 3px 2px 14px rgba(76, 85, 166, .35)
}

.sq-btn_main-icon {
    position: absolute;
    right: 22px;
    margin: -2px 0 0;
    font-size: 18px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.sq-btn_main.-disabled {
    pointer-events: none;
    background: rgba(65, 77, 91, .2)
}

.sq-btn_box {
    position: relative;
    margin: 0;
    padding: 19px 0 19px 25px;
    width: 216px;
    background: #fff;
    border: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    letter-spacing: -.28px;
    color: #4c55a6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

@media (min-width:768px) {
    .sq-btn_box {
        width: 208px
    }
}

.sq-btn_box:focus,
.sq-btn_box:hover {
    color: #4c55a6;
    text-decoration: none
}

.sq-btn_box:hover .sq-btn_box-icon span svg:nth-child(1) {
    -webkit-transform: translate3d(200%, 0, 0) rotateY(90deg);
    -moz-transform: translate3d(200%, 0, 0) rotateY(90deg);
    transform: translate3d(200%, 0, 0) rotateY(90deg);
    opacity: 0
}

.sq-btn_box:hover .sq-btn_box-icon span svg:nth-child(2) {
    -webkit-transform: translate3d(0, 0, 0) rotateY(0);
    -moz-transform: translate3d(0, 0, 0) rotateY(0);
    transform: translate3d(0, 0, 0) rotateY(0);
    opacity: 1
}

.sq-btn_box-fill {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: .25s cubic-bezier(.25, .25, .5, 1.9);
    -o-transition: .25s cubic-bezier(.25, .25, .5, 1.9);
    -moz-transition: .25s cubic-bezier(.25, .25, .5, 1.9);
    transition: .25s cubic-bezier(.25, .25, .5, 1.9)
}

.sq-btn_box-icon {
    position: absolute;
    width: 52px;
    height: 52px;
    top: 4px;
    right: 5px;
    background: rgba(76, 85, 166, .1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 20px;
    line-height: 52px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.sq-btn_box-icon span svg,
.sq-social-item>span {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out
}

.sq-btn_box-icon span {
    position: relative
}

.sq-btn_box-icon span svg {
    margin: -2px 0 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all .3s ease-in-out
}

.sq-btn_box-icon span svg:nth-child(1) {
    -webkit-transform: translate3d(0, 0, 0) rotateY(0);
    -moz-transform: translate3d(0, 0, 0) rotateY(0);
    transform: translate3d(0, 0, 0) rotateY(0);
    opacity: 1;
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px
}

.sq-btn_box-icon span svg:nth-child(2) {
    position: absolute;
    left: 0;
    top: 7px;
    -webkit-transform: translate3d(-200%, 0, 0) rotateY(-90deg);
    -moz-transform: translate3d(-200%, 0, 0) rotateY(-90deg);
    transform: translate3d(-200%, 0, 0) rotateY(-90deg);
    opacity: 0
}

.sq-btn_box.-xs:hover .sq-btn_box-fill,
.sq-btn_nav:hover .sq-btn_nav-fill {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08)
}

.sq-btn_box.-xs {
    width: 136px;
    padding: 19px 0;
    text-align: center
}

.sq-btn_box.-xs:hover .sq-btn_box-fill {
    transform: scale(1.08)
}

.sq-btn_box.-lg {
    padding: 19px 0 19px 34px
}

.sq-lh {
    line-height: 50px !important
}

.sq-btn_nav,
.sq-btn_nav1 {
    display: inline-block;
    position: relative;
    padding: 0;
    width: 140px;
    height: 40px;
    border: none;
    letter-spacing: .02px;
    line-height: 38px;
    text-align: center;
    background: 0 0;
    outline: 0
}

.sq-btn_nav {
    margin: 0;
    color: #fff;
    -webkit-transition: .3s, -webkit-transform .2s;
    -o-transition: .3s, -o-transform .2s;
    -moz-transition: .3s, transform .2s, -moz-transform .2s;
    transition: .3s, transform .2s;
    transition: .3s, transform .2s, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s
}

.sq-btn_nav:hover .sq-btn_nav-fill {
    transform: scale(1.08)
}

.sq-btn_nav:focus,
.sq-btn_nav:hover {
    color: #fff;
    text-decoration: none
}

.sq-btn_nav1 {
    margin: 10px 0 0 -18px;
    color: #4d58b5;
    -webkit-transition: .3s, -webkit-transform .2s;
    -o-transition: .3s, -o-transform .2s;
    -moz-transition: .3s, transform .2s, -moz-transform .2s;
    transition: .3s, transform .2s;
    transition: .3s, transform .2s, -webkit-transform .2s, -moz-transform .2s, -o-transform .2s
}

.sq-btn_nav1:hover .sq-btn_nav-fill {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08)
}

.sq-btn_nav1:focus,
.sq-btn_nav1:hover {
    color: #fff;
    text-decoration: none
}

.sq-btn_nav-fill {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: 0 0;
    border: 1.5px solid #fff;
    outline: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-transition: .25s cubic-bezier(.25, .25, .5, 1.9);
    -o-transition: .25s cubic-bezier(.25, .25, .5, 1.9);
    -moz-transition: .25s cubic-bezier(.25, .25, .5, 1.9);
    transition: .25s cubic-bezier(.25, .25, .5, 1.9)
}

.sq-btn_round,
.sq-btn_simple {
    display: inline-block;
    position: relative
}

.sq-btn_nav.-inverse {
    color: #414d5b
}

.sq-btn_nav.-inverse:focus,
.sq-btn_nav.-inverse:hover {
    color: #414d5b;
    text-decoration: none
}

.sq-btn_nav.-inverse .sq-btn_nav-fill {
    border: 2px solid #414d5b
}

.sq-btn_nav.-painted {
    color: #3d426f
}

.sq-btn_nav.-painted:focus,
.sq-btn_nav.-painted:hover {
    color: #3d426f;
    text-decoration: none
}

.sq-btn_nav.-painted .sq-btn_nav-fill {
    background: #fff
}

.sq-btn_nav.-painted.-inverse {
    color: #fff
}

.sq-btn_nav.-painted.-inverse:focus,
.sq-btn_nav.-painted.-inverse:hover {
    color: #fff;
    text-decoration: none
}

.sq-btn_nav.-painted.-inverse .sq-btn_nav-fill {
    background: #4e5cc1;
    border: none
}

.sq-btn_nav.-lg {
    width: 114px
}

.sq-btn_nav.-md {
    width: 153px;
    height: 54px;
    line-height: 54px
}

.sq-btn_nav.-xl {
    width: 172px;
    height: 52px
}

.sq-btn_nav.-xxl {
    width: 204px;
    height: 54px
}

.sq-btn_nav.-transparent {
    background: 0 0;
    border: none;
    color: #414d5b;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    -moz-transition: color .2s;
    transition: color .2s
}

.sq-btn_round,
.sq-card-body {
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s
}

.sq-btn_nav.-transparent:hover {
    color: rgba(65, 77, 91, .7)
}

.sq-btn_nav.-small {
    width: 80px;
    height: 32px;
    font-size: 14px;
    line-height: 31px
}

.sq-btn_round {
    width: 32px;
    height: 32px;
    background: rgba(65, 77, 91, .05);
    border: none;
    outline: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 1;
    transition: .3s
}

.sq-btn_simple,
.sq-btn_simple1 {
    border: none;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s
}

.sq-btn_round:focus,
.sq-btn_round:hover {
    background: rgba(65, 77, 91, .08)
}

.sq-btn_round svg {
    font-size: 15px;
    color: #4c55a6
}

.sq-btn_nav.-md_plus {
    width: 170px;
    height: 54px;
    line-height: 54px
}

.sq-btn_simple {
    margin: 0;
    padding: 0;
    width: 184px;
    height: 54px;
    background: rgba(76, 85, 166, .05);
    outline: 0;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    letter-spacing: .1px;
    line-height: 54px;
    text-align: center;
    font-weight: 600;
    color: #4c55a6;
    transition: .2s
}

.sq-btn_simple1,
.sq-btn_simple2 {
    display: inline-block;
    margin: -20px 0 0;
    width: 220px;
    height: 54px;
    outline: 0;
    letter-spacing: .1px;
    line-height: 54px;
    font-weight: 600;
    position: relative;
    padding: 0;
    text-align: center
}

.sq-btn_simple:focus,
.sq-btn_simple:hover {
    color: #fff;
    background: #4c55a6;
    text-decoration: none
}

.sq-btn_simple1 {
    background: rgba(76, 85, 166, .05);
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    color: #4c55a6;
    transition: .2s
}

.sq-btn_simple1:focus,
.sq-btn_simple1:hover {
    color: #fff;
    background: #4c55a6;
    text-decoration: none
}

.sq-btn_simple2 {
    background: #e0e2e7;
    border: none;
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    border-radius: 27px;
    color: #4c55a6;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.sq-btn_simple2:focus,
.sq-btn_simple2:hover {
    color: #e0e2e7;
    background: #47509e;
    text-decoration: none
}

.sq-btn_simple.-full {
    width: 100%
}

.sq-btn_action {
    position: relative;
    width: 33px;
    height: 33px;
    padding: 0;
    margin: 0;
    z-index: 3;
    line-height: 1;
    color: #fff;
    border-radius: 50px;
    background: 0 0;
    border: none
}

.sq-btn_action:hover .sq-btn_action-fill {
    -webkit-transform: scale(.95);
    -moz-transform: scale(.95);
    -ms-transform: scale(.95);
    -o-transform: scale(.95);
    transform: scale(.95)
}

.sq-btn_action-fill {
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #4c55a6;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.25, .25, .5, 1.9);
    -o-transition: -o-transform .25s cubic-bezier(.25, .25, .5, 1.9);
    -moz-transition: transform .25s cubic-bezier(.25, .25, .5, 1.9), -moz-transform .25s cubic-bezier(.25, .25, .5, 1.9);
    transition: transform .25s cubic-bezier(.25, .25, .5, 1.9);
    transition: transform .25s cubic-bezier(.25, .25, .5, 1.9), -webkit-transform .25s cubic-bezier(.25, .25, .5, 1.9), -moz-transform .25s cubic-bezier(.25, .25, .5, 1.9), -o-transform .25s cubic-bezier(.25, .25, .5, 1.9)
}

.sq-btn_action-icon {
    display: block;
    position: relative;
    z-index: 2;
    font-size: 12px
}

.sq-checkbox,
.sq-dropdown,
.sq-modal,
.sq-paginator,
.sq-radio {
    display: inline
}

.sq-btn_action.-disabled {
    opacity: .4;
    color: #414d5b;
    pointer-events: none
}

.sq-btn_action.-disabled .sq-btn_action:hover .sq-btn_action.-disabled .sq-btn_action-fill {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.sq-btn_action.-disabled .sq-btn_action-fill {
    background: #e9ebf0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.sq-dropdown {
    position: relative
}

.sq-modal_full,
.sq-modal_full-backdrop {
    position: fixed;
    top: inherit;
    right: 0;
    width: 100%;
    bottom: 0;
    left: 0
}

.sq-modal_full {
    display: none;
    height: 100%;
    z-index: 110;
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    -webkit-overflow-scrolling: touch
}

.sq-modal_full-close a,
.sq-modal_full.in {
    display: block
}

.sq-modal_full-backdrop {
    height: 100vh;
    z-index: 1;
    background: #fbfcfc
}

.sq-modal_full-close a,
.sq-modal_full-container {
    height: 100%;
    width: 100%
}

@media (min-width:768px) {
    .sq-modal_full-container {
        padding: 0 56px
    }
}

@media (min-width:1280px) {
    .sq-modal_full-container {
        padding: 0 135px
    }
}

@media (min-width:1440px) {
    .sq-modal_full-container {
        width: 1100px;
        margin: 0 auto;
        padding: 0
    }
}

.sq-modal_full-dialog {
    position: relative;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    background: #fff;
    pointer-events: auto;
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    -o-transition: opacity .3s, -o-transform .3s;
    -moz-transition: opacity .3s, transform .3s, -moz-transform .3s;
    transition: opacity .3s, transform .3s;
    transition: opacity .3s, transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s
}

.sq-intro-bg,
.sq-intro-fill {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-repeat: no-repeat
}

.sq-modal_full-dialog-wrap {
    width: 100%;
    height: 100%;
    padding: 34px 0 40px
}

@media (min-width:768px) {
    .sq-modal_full-dialog-wrap {
        padding: 40px 0 110px
    }
}

.sq-modal_full-dialog-container {
    padding: 0 19px
}

@media (min-width:375px) {
    .sq-modal_full-dialog-container {
        padding: 0 35px
    }
}

@media (min-width:768px) {
    .sq-modal_full-dialog-container {
        padding: 0 73px
    }
}

@media (min-width:1024px) {
    .sq-modal_full-dialog-container {
        padding: 0 170px 0 62px
    }
}

@media (min-width:1280px) {
    .sq-modal_full-dialog-container {
        padding: 0 195px 0 45px
    }
}

@media (min-width:1440px) {
    .sq-modal_full-dialog-container {
        padding: 0 76px 0 60px
    }
}

.sq-modal_full-dialog-name {
    margin: 0 0 56px;
    max-width: 127px;
    font-size: 16px;
    letter-spacing: -.27px;
    line-height: 24px;
    font-weight: 700
}

@media (min-width:768px) {
    .sq-modal_full-dialog-name {
        margin: 0 0 46px;
        max-width: 100%
    }
}

@media (min-width:1024px) {
    .sq-modal_full-dialog-name {
        margin: 0 0 32px;
        font-size: 18px;
        letter-spacing: -.3px;
        line-height: 32px
    }
}

.sq-modal_full-dialog-title {
    margin: 0 0 20px;
    font-size: 24px;
    letter-spacing: -.29px;
    line-height: 34px
}

@media (min-width:375px) {
    .sq-modal_full-dialog-title {
        margin: 0 0 26px
    }
}

@media (min-width:1024px) {
    .sq-modal_full-dialog-title {
        font-size: 32px;
        letter-spacing: -.38px;
        line-height: 52px
    }
}

@media (min-width:1280px) {
    .sq-modal_full-dialog-title {
        margin: 0 0 14px
    }
}

.sq-modal_full-dialog-description {
    margin: 0 0 30px;
    font-size: 16px;
    letter-spacing: .27px;
    line-height: 30px
}

@media (min-width:768px) {
    .sq-modal_full-dialog-description {
        margin: 0 0 46px;
        font-size: 18px;
        letter-spacing: .3px;
        line-height: 34px
    }
}

.sq-modal_full-dialog-subtitle {
    margin: 0 0 15px;
    font-size: 18px;
    letter-spacing: -.3px;
    line-height: 28px;
    font-weight: 700
}

@media (min-width:1024px) {
    .sq-modal_full-dialog-subtitle {
        margin: 0 0 24px
    }
}

.sq-modal_full-dialog-list li {
    padding: 0;
    margin: 0;
    font-size: 14px;
    letter-spacing: .23px;
    line-height: 30px
}

@media (min-width:768px) {
    .sq-modal_full-dialog-list li {
        font-size: 16px;
        letter-spacing: .27px;
        line-height: 30px
    }
}

.sq-modal_full-dialog-text {
    font-size: 14px;
    letter-spacing: .23px;
    line-height: 30px
}

.sq-modal_full-dialog-row {
    margin: 0 0 30px
}

@media (min-width:768px) {
    .sq-modal_full-dialog-text {
        font-size: 16px;
        letter-spacing: .27px;
        line-height: 30px
    }

    .sq-modal_full-dialog-row {
        margin: 0 0 50px
    }
}

@media (min-width:1024px) {
    .sq-modal_full-dialog-row {
        margin: 0 0 37px
    }
}

@media (min-width:1440px) {
    .sq-modal_full-dialog-row {
        max-width: 100%
    }
}

@media (min-width:375px) {
    .sq-modal_full-dialog-row.-lg {
        margin: 0 0 70px
    }
}

.sq-modal_full-dialog-form-title {
    margin: 0 0 20px;
    font-size: 26px;
    letter-spacing: -.31px;
    line-height: 40px;
    font-weight: 700
}

.sq-modal_full-close {
    position: absolute;
    pointer-events: auto;
    z-index: 200;
    top: 40px;
    right: 40px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s
}

@media (min-width:375px) {
    .sq-modal_full-dialog-form-title {
        margin: 0 0 55px
    }

    .sq-modal_full-close {
        top: 40px;
        right: 40px
    }
}

@media (min-width:768px) {
    .sq-modal_full-close {
        top: 40px;
        right: 70px
    }
}

@media (min-width:1024px) {
    .sq-modal_full-dialog-form {
        max-width: 580px
    }

    .sq-modal_full-close {
        top: 40px;
        right: 60px
    }
}

@media (min-width:1280px) {
    .sq-modal_full-dialog-form {
        max-width: 642px
    }

    .sq-modal_full-close {
        top: 40px;
        right: 45px
    }
}

@media (min-width:1440px) {
    .sq-modal_full-close {
        top: 45px;
        right: 40px
    }
}

.sq-modal_full.-visible .sq-modal_full-dialog,
.sq-modal_full.in .sq-modal_full-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.sq-header {
    display: inline
}

.sq-table {
    position: relative;
    width: 100%
}

.sq-table-decore {
    position: absolute;
    top: -15px;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
    background-color: #fff;
    -webkit-box-shadow: 0 -3px 24px 0 rgba(174, 189, 205, .2);
    -moz-box-shadow: 0 -3px 24px 0 rgba(174, 189, 205, .2);
    box-shadow: 0 -3px 24px 0 rgba(174, 189, 205, .2);
    z-index: -1
}

.sq-table-decore.-bottom {
    top: 0;
    bottom: -22px;
    -webkit-box-shadow: 0 7px 4px 0 rgba(174, 189, 205, .2);
    -moz-box-shadow: 0 7px 4px 0 rgba(174, 189, 205, .2);
    box-shadow: 0 7px 4px 0 rgba(174, 189, 205, .2);
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px
}

.sq-table thead td:first-of-type {
    vertical-align: top
}

.sq-table thead td:last-of-type {
    position: relative;
    z-index: 10;
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    border-radius: 25px 25px 0 0
}

.sq-table thead td:last-of-type:after,
.sq-table thead td:last-of-type:before {
    content: "";
    position: absolute;
    width: 7px;
    height: 95%;
    bottom: 0
}

.sq-table thead td:last-of-type:before {
    left: 0;
    -webkit-box-shadow: -7px 0 16px 0 rgba(174, 189, 205, .2);
    -moz-box-shadow: -7px 0 16px 0 rgba(174, 189, 205, .2);
    box-shadow: -7px 0 16px 0 rgba(174, 189, 205, .2)
}

.sq-table thead td:last-of-type:after {
    right: 0;
    -webkit-box-shadow: 7px 0 16px 0 rgba(174, 189, 205, .2);
    -moz-box-shadow: 7px 0 16px 0 rgba(174, 189, 205, .2);
    box-shadow: 7px 0 16px 0 rgba(174, 189, 205, .2)
}

.sq-table thead td:not(:first-of-type) {
    padding: 31px 15px 42px;
    background-color: #fff;
    border-bottom: 2px solid #e6e9eb
}

@media (min-width:1280px) {
    .sq-table thead td:not(: first-of-type) {
        padding: 31px 20px 42px
    }
}

@media (min-width:1440px) {
    .sq-table thead td:not(: first-of-type) {
        padding: 31px 40px 42px
    }
}

.sq-table thead td:nth-of-type(2) {
    border-right: 2px solid #e6e9eb;
    -webkit-border-radius: 20px 0 0;
    -moz-border-radius: 20px 0 0;
    border-radius: 20px 0 0
}

.sq-table tbody tr:not(:last-of-type) td:first-of-type {
    position: relative;
    background-color: #fff;
    border-right: 2px solid #e6e9eb;
    border-bottom: 2px solid #e6e9eb
}

.sq-table tbody tr:last-of-type td:last-of-type {
    z-index: 10
}

.sq-table tbody tr:last-of-type td:first-of-type {
    background-color: #fff;
    border-right: 2px solid #e6e9eb;
    border-bottom: 2px solid #e6e9eb
}

.sq-table tbody tr:last-of-type td:not(:first-of-type) {
    padding: 25px 0 35px
}

.sq-table tbody tr:last-of-type td:nth-of-type(2) {
    -webkit-border-radius: 0 0 0 20px;
    -moz-border-radius: 0 0 0 20px;
    border-radius: 0 0 0 20px
}

.sq-table tbody tr:first-of-type td:first-of-type {
    padding: 18px 20px;
    -webkit-border-radius: 20px 0 0;
    -moz-border-radius: 20px 0 0;
    border-radius: 20px 0 0
}

.sq-table tbody tr:not(:first-of-type) td:first-of-type {
    padding: 18px 20px 18px 32px
}

.sq-table tbody tr:not(:first-of-type) td:first-of-type.-lg {
    padding: 38px 20px 38px 32px
}

.sq-table tbody tr:not(:first-of-type) td:first-of-type.-pt {
    padding-top: 25px
}

.sq-table tbody tr:not(:first-of-type) td:first-of-type.-pb {
    padding-bottom: 25px
}

.sq-table tbody tr:not(:first-of-type) td:first-of-type.-pb-none {
    padding-bottom: 0
}

.sq-table tbody tr:not(:first-of-type) td:first-of-type.-allotted {
    padding-left: 18px
}

.sq-table tbody tr.-border td {
    border-bottom: 2px solid #e6e9eb
}

.sq-table tbody tr td {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: .5px;
    background-color: #fff
}

.sq-table tbody tr td:not(:first-of-type) {
    text-align: center
}

.sq-table tbody tr td:last-of-type {
    position: relative
}

.sq-table tbody tr td:last-of-type:after,
.sq-table tbody tr td:last-of-type:before {
    content: "";
    position: absolute;
    top: 0;
    width: 7px;
    height: 100%
}

.sq-table tbody tr td:last-of-type:before {
    left: 0;
    border-left: 2px solid #e6e9eb;
    -webkit-box-shadow: -7px 0 16px 0 rgba(174, 189, 205, 0);
    -moz-box-shadow: -7px 0 16px 0 rgba(174, 189, 205, 0);
    box-shadow: -7px 0 16px 0 rgba(174, 189, 205, 0)
}

.sq-table tbody tr td:last-of-type:after {
    right: 0;
    -webkit-box-shadow: 7px 0 16px 0 rgba(174, 189, 205, 0);
    -moz-box-shadow: 7px 0 16px 0 rgba(174, 189, 205, 0);
    box-shadow: 7px 0 16px 0 rgba(174, 189, 205, 0)
}

.sq-table tbody tr td:first-of-type {
    width: 290px
}

.sq-table tbody tr td:nth-of-type(2) {
    border-right: 2px solid #e6e9eb
}

.sq-table tbody tr td.-bold {
    font-weight: 600
}

.sq-intro {
    position: relative;
    height: 950px;
    color: #fff
}

@media (min-width:768px) {
    .sq-intro {
        height: 805px
    }
}

@media (min-width:1024px) {
    .sq-intro {
        height: 875px
    }
}

@media (min-width:1280px) {
    .sq-intro {
        height: 985px
    }
}

@media (min-width:1440px) {
    .sq-table tbody tr td:first-of-type {
        width: 270px
    }

    .sq-intro {
        height: 1125px
    }
}

.sq-intro-fill {
    position: absolute;
    top: -40px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1012px;
    z-index: 0;
    background-size: cover;
    background-position: 76% center
}

@media (min-width:768px) {
    .sq-intro-fill {
        height: 843px;
        background-position: 85% center
    }
}

@media (min-width:1024px) {
    .sq-intro-fill {
        height: 1125px;
        top: -250px;
        background-position: 85% center
    }
}

.sq-intro-wrap {
    position: relative;
    padding: 80px 0;
    height: 100%
}

@media (min-width:375px) {
    .sq-intro-wrap {
        padding: 95px 0 0
    }
}

@media (min-width:768px) {
    .sq-intro-wrap {
        padding: 130px 0 0
    }
}

@media (min-width:1024px) {
    .sq-intro-wrap {
        padding: 163px 0 0
    }
}

@media (min-width:1280px) {
    .sq-intro-fill {
        top: -140px;
        background-position: 95% center
    }

    .sq-intro-wrap {
        padding: 159px 0 0
    }
}

@media (min-width:1440px) {
    .sq-intro-fill {
        top: 0
    }

    .sq-intro-wrap {
        padding: 221px 0 0
    }
}

.sq-intro-wrap.-xs {
    padding: 80px 0 0
}

@media (min-width:375px) {
    .sq-intro-wrap.-xs {
        padding: 95px 0 10px
    }
}

@media (min-width:768px) {
    .sq-intro-wrap.-xs {
        padding: 130px 0 75px
    }
}

@media (min-width:1024px) {
    .sq-intro-wrap.-xs {
        padding: 170px 0 75px
    }
}

@media (min-width:1280px) {
    .sq-intro-wrap.-xs {
        padding: 170px 0 120px
    }
}

.sq-intro-wrap.-sm {
    padding: 105px 0 0
}

@media (min-width:375px) {
    .sq-intro-wrap.-sm {
        padding: 110px 0 0
    }
}

@media (min-width:768px) {
    .sq-intro-wrap.-sm {
        padding: 126px 0 0
    }
}

@media (min-width:1024px) {
    .sq-intro-wrap.-sm {
        padding: 150px 0 0
    }
}

@media (min-width:1280px) {
    .sq-intro-wrap.-sm {
        padding: 160px 0 0
    }
}

@media (min-width:1440px) {
    .sq-intro-wrap.-sm {
        padding: 200px 0 0
    }
}

.sq-intro-container {
    padding: 0 30px
}

@media (min-width:375px) {
    .sq-intro-container {
        padding: 0 38px
    }
}

@media (min-width:768px) {
    .sq-intro-container {
        padding: 0 0 0 55px
    }
}

@media (min-width:1280px) {
    .sq-intro-container {
        padding: 0 0 0 82px
    }
}

@media (min-width:1440px) {
    .sq-intro-container {
        padding: 0 0 0 121px
    }
}

.sq-intro-container.-sm {
    margin: 0 auto;
    padding: 0 30px
}

@media (min-width:375px) {
    .sq-intro-container.-sm {
        padding: 0 38px
    }
}

.sq-intro-grid {
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%
}

.sq-case-adv-grid,
.sq-feature-grid,
.sq-review-grid {
    -webkit-box-direction: normal;
    -moz-box-direction: normal
}

@media (min-width:768px) {
    .sq-intro-container.-sm {
        max-width: 565px;
        padding: 0
    }

    .sq-intro-grid {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .sq-intro-grid-col {
        width: 50%
    }
}

@media (min-width:1024px) {
    .sq-intro-container.-sm {
        max-width: 620px
    }

    .sq-intro-grid-col {
        width: 56%
    }
}

@media (min-width:1280px) {
    .sq-intro-container.-sm {
        max-width: 660px
    }

    .sq-intro-grid-col {
        width: 52%
    }
}

@media (min-width:1440px) {
    .sq-intro-container.-sm {
        max-width: 937px
    }

    .sq-intro-grid-col {
        width: 50%
    }
}

.sq-intro-grid-col.-right {
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    perspective: 400px
}

@media (min-width:1024px) {
    .sq-intro-grid-col.-right {
        width: 44%
    }

    .sq-intro-grid.-top {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.sq-intro-grid.-center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:768px) {
    .sq-intro-body {
        max-width: 267px
    }
}

@media (min-width:1024px) {
    .sq-intro-body {
        max-width: 375px
    }
}

@media (min-width:1280px) {
    .sq-intro-grid-col.-right {
        width: 48%
    }

    .sq-intro-body {
        margin: 17px 0 0;
        max-width: 410px
    }
}

.sq-intro-body-wrap {
    padding: 50px 0 0
}

.sq-intro-body.-sm {
    margin: 0 auto
}

@media (min-width:375px) {
    .sq-intro-body-wrap {
        padding: 40px 0 0
    }

    .sq-intro-body.-sm {
        max-width: 100%
    }
}

@media (min-width:768px) {
    .sq-intro-body.-sm {
        max-width: 430px
    }
}

@media (min-width:1024px) {
    .sq-intro-body.-sm {
        max-width: 410px
    }
}

@media (min-width:1280px) {
    .sq-intro-body.-sm {
        max-width: 565px
    }
}

.sq-intro-body.-lg {
    margin: 0;
    max-width: 265px
}

@media (min-width:375px) {
    .sq-intro-body.-lg {
        max-width: 100%
    }
}

@media (min-width:768px) {
    .sq-intro-body.-lg {
        max-width: 350px
    }
}

@media (min-width:1024px) {
    .sq-intro-body.-lg {
        max-width: 385px
    }
}

@media (min-width:1280px) {
    .sq-intro-body.-lg {
        max-width: 575px
    }
}

.sq-intro-body.-xl {
    margin: 0 auto;
    max-width: 605px
}

.sq-intro-body.-center {
    text-align: center
}

.sq-intro-body.-full {
    margin: 0;
    max-width: 100%;
    text-align: center
}

.sq-intro-title {
    margin: 0 0 25px
}

@media (min-width:768px) {
    .sq-intro-title {
        margin: 0 0 30px
    }
}

@media (min-width:1280px) {
    .sq-intro-title {
        margin: 0 0 40px
    }
}

.sq-intro-title h1 {
    margin: 0;
    padding: 0;
    font-size: 32px;
    letter-spacing: -.38px;
    line-height: 52px;
    font-weight: 300
}

@media (min-width:768px) {
    .sq-intro-title h1 {
        font-size: 36px;
        letter-spacing: -.43px;
        line-height: 54px
    }
}

@media (min-width:1024px) {
    .sq-intro-title h1 {
        font-size: 40px;
        letter-spacing: -.48px;
        line-height: 59px
    }
}

@media (min-width:1280px) {
    .sq-intro-title h1 {
        font-size: 60px;
        letter-spacing: -.72px;
        line-height: 86px
    }
}

.sq-intro-title.-xs h1 {
    font-size: 34px;
    letter-spacing: -.25px;
    line-height: 40px;
    font-weight: 300
}

@media (min-width:768px) {
    .sq-intro-title.-xs h1 {
        font-size: 32px;
        letter-spacing: -.38px;
        line-height: 52px
    }
}

@media (min-width:1024px) {
    .sq-intro-title.-xs h1 {
        font-size: 40px;
        letter-spacing: -.48px;
        line-height: 59px
    }
}

@media (min-width:1280px) {
    .sq-intro-title.-xs h1 {
        font-size: 52px;
        letter-spacing: -.62px;
        line-height: 70px
    }
}

@media (min-width:1440px) {
    .sq-intro-grid-col.-right {
        width: 50%
    }

    .sq-intro-body-wrap {
        padding: 0
    }

    .sq-intro-title.-xs h1 {
        font-size: 60px;
        letter-spacing: -.72px;
        line-height: 86px
    }
}

.sq-intro-title.-inverse {
    color: #414d5b
}

.sq-intro-subtitle {
    margin: 0 0 20px
}

.sq-intro-subtitle h2 {
    margin: 0;
    font-size: 28px;
    letter-spacing: -.34px;
    line-height: 44px
}

@media (min-width:1280px) {
    .sq-intro-subtitle h2 {
        font-size: 32px;
        letter-spacing: -.38px;
        line-height: 52px
    }
}

.sq-intro-subtitle.-lg {
    margin: 0 0 45px
}

.sq-intro-description {
    margin: 0 0 45px;
    font-size: 16px;
    letter-spacing: .09px;
    line-height: 34px
}

@media (min-width:768px) {
    .sq-intro-description {
        margin: 0 0 134px
    }
}

@media (min-width:1024px) {
    .sq-intro-description {
        margin: 0 0 128px
    }
}

@media (min-width:1280px) {
    .sq-intro-description {
        margin: 0 0 121px
    }
}

@media (min-width:1440px) {
    .sq-intro-description {
        margin: 0 0 162px;
        font-size: 18px;
        letter-spacing: -.1px;
        line-height: 40px
    }
}

.sq-intro-description.-xs {
    margin: 0 0 40px;
    text-align: left
}

@media (min-width:768px) {
    .sq-intro-description.-xs {
        text-align: justify
    }
}

.sq-card-item.-center,
.sq-card-title,
.sq-career-row,
.sq-case-title,
.sq-list-title,
.sq-newsbox-dots {
    text-align: center
}

.sq-intro-description.-sm {
    margin: 0 0 50px
}

.sq-intro-bg {
    width: 260px;
    height: 250px;
    background-size: cover;
    background-position: center center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
    will-change: transform
}

@media (min-width:768px) {
    .sq-intro-bg {
        width: 346px;
        height: 330px
    }
}

@media (min-width:1024px) {
    .sq-intro-bg {
        width: 426px;
        height: 406px
    }
}

@media (min-width:1280px) {
    .sq-intro-bg {
        width: 535px;
        height: 512px;
        margin: 0 0 0 20px
    }
}

@media (min-width:1440px) {
    .sq-intro-bg {
        width: 572px;
        height: 548px;
        margin: 0 0 0 38px
    }

    .sq-intro-bg.-xs {
        width: 529px;
        height: 512px;
        margin: 0 0 0 50px
    }
}

.sq-intro-action {
    width: 100%
}

.sq-intro-action-item {
    margin: 0 0 23px
}

.sq-intro-action-item.-lg {
    max-width: 276px;
    width: 100%
}

@media (min-width:768px) {
    .sq-intro-action-item {
        display: inline-block;
        vertical-align: bottom;
        margin: 0 0 20px 16px
    }

    .sq-intro-action-item:first-child {
        margin: 0
    }

    .sq-intro-action-item.-lg {
        width: 276px;
        max-width: 100%
    }

    .sq-intro-action.-sm {
        position: absolute
    }
}

@media (min-width:1024px) {
    .sq-intro-action.-sm {
        position: relative
    }
}

.sq-intro-pic {
    display: none;
    position: absolute
}

@media (min-width:768px) {
    .sq-intro-pic {
        display: block;
        -webkit-transform: scale(.75);
        -moz-transform: scale(.75);
        -ms-transform: scale(.75);
        -o-transform: scale(.75);
        transform: scale(.75)
    }
}

.sq-intro-figure {
    position: absolute;
    will-change: transform
}

.sq-intro-figure:nth-child(1) {
    display: none;
    left: 288px;
    top: -105px
}

.sq-intro-figure:nth-child(2) {
    top: 30px;
    right: 0
}

@media (min-width:768px) {
    .sq-intro-figure:nth-child(2) {
        top: 85px;
        right: 35%
    }
}

@media (min-width:1024px) {
    .sq-intro-figure:nth-child(2) {
        top: 355px;
        right: 170px
    }
}

@media (min-width:1280px) {
    .sq-intro-action-item.-lg {
        width: 342px
    }

    .sq-intro-pic {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .sq-intro-figure:nth-child(2) {
        top: 235px;
        right: 180px
    }
}

@media (min-width:1440px) {
    .sq-intro-action-item.-lg {
        width: 360px
    }

    .sq-intro-figure:nth-child(1) {
        display: block
    }

    .sq-intro-figure:nth-child(2) {
        top: 104px;
        right: 230px
    }
}

.sq-intro-figure:nth-child(3) {
    right: -160px;
    bottom: -35px;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

@media (min-width:768px) {
    .sq-intro-figure:nth-child(3) {
        right: auto;
        left: -110px;
        bottom: -75px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@media (min-width:1024px) {
    .sq-intro-figure:nth-child(3) {
        left: 0;
        bottom: -60px
    }
}

@media (min-width:1280px) {
    .sq-intro-figure:nth-child(3) {
        left: 50px;
        bottom: -60px
    }
}

@media (min-width:1440px) {
    .sq-intro-figure:nth-child(3) {
        left: 200px;
        bottom: -60px
    }
}

.sq-intro-figure:nth-child(4) {
    display: none
}

@media (min-width:768px) {
    .sq-intro-figure:nth-child(4) {
        bottom: -125px;
        right: 80px;
        display: block
    }
}

@media (min-width:1024px) {
    .sq-intro-figure:nth-child(4) {
        bottom: -110px;
        right: 180px
    }
}

@media (min-width:1280px) {
    .sq-intro-figure:nth-child(4) {
        bottom: -100px;
        right: 380px
    }
}

.sq-intro-figure:nth-child(5) {
    right: -80px;
    top: 365px;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

.sq-intro-figure img {
    -webkit-transition: -webkit-transform 1.5s ease-out;
    -o-transition: -o-transform 1.5s ease-out;
    -moz-transition: transform 1.5s ease-out, -moz-transform 1.5s ease-out;
    transition: transform 1.5s ease-out;
    transition: transform 1.5s ease-out, -webkit-transform 1.5s ease-out, -moz-transform 1.5s ease-out, -o-transform 1.5s ease-out;
    will-change: transform
}

.sq-intro.-xs {
    height: 100%
}

.sq-intro.-features {
    position: relative;
    height: 770px
}

@media (min-width:375px) {
    .sq-intro.-features {
        height: 820px
    }
}

@media (min-width:768px) {
    .sq-intro-figure:nth-child(5) {
        top: auto;
        right: -90px;
        bottom: 225px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .sq-intro.-features {
        height: 760px
    }

    .sq-intro.-features .sq-intro-wrap {
        padding: 126px 0 0
    }
}

@media (min-width:1024px) {
    .sq-intro-figure:nth-child(5) {
        right: -90px;
        bottom: 195px
    }

    .sq-intro.-features .sq-intro-wrap {
        padding: 140px 0 0
    }
}

@media (min-width:1280px) {
    .sq-intro-figure:nth-child(5) {
        right: -50px;
        bottom: 220px
    }

    .sq-intro.-features {
        height: 855px
    }

    .sq-intro.-features .sq-intro-wrap {
        padding: 160px 0 0
    }
}

@media (min-width:1440px) {
    .sq-intro-figure:nth-child(5) {
        right: -5px;
        bottom: 260px
    }

    .sq-intro.-features {
        height: 935px
    }

    .sq-intro.-features .sq-intro-wrap {
        padding: 200px 0 0;
        width: 100
    }
}

.sq-intro.-features .sq-intro-fill {
    height: 890px;
    top: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 55% center;
    background-repeat: no-repeat
}

@media (min-width:375px) {
    .sq-intro.-features .sq-intro-fill {
        height: 1012px;
        top: 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: 75% center;
        background-repeat: no-repeat
    }
}

@media (min-width:450px) {
    .sq-intro.-features .sq-intro-fill {
        height: 1012px;
        top: 0;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: 75% center;
        background-repeat: no-repeat
    }
}

@media (min-width:550px) {
    .sq-intro.-features .sq-intro-fill {
        height: 1012px;
        top: -100px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: 75% center;
        background-repeat: no-repeat
    }
}

.sq-intro.-features .sq-intro-pic {
    position: absolute;
    z-index: 1
}

@media (min-width:768px) {
    .sq-intro.-features .sq-intro-fill {
        height: 950px;
        top: -70px;
        background-position: 82% center
    }

    .sq-intro.-features .sq-intro-pic:nth-child(1) {
        left: 108px;
        bottom: 601px
    }
}

@media (min-width:1024px) {
    .sq-intro.-features .sq-intro-pic:nth-child(1) {
        left: 190px;
        bottom: 581px
    }
}

@media (min-width:1280px) {
    .sq-intro.-features .sq-intro-fill {
        height: 1125px;
        top: -200px;
        background-position: 85% center
    }

    .sq-intro.-features .sq-intro-pic:nth-child(1) {
        left: 287px;
        bottom: 671px
    }
}

@media (min-width:1440px) {
    .sq-intro.-features .sq-intro-fill {
        background-position: 90% center;
        top: -150px
    }

    .sq-intro.-features .sq-intro-pic:nth-child(1) {
        left: 327px;
        bottom: 682px
    }
}

@media (min-width:768px) {
    .sq-intro.-features .sq-intro-pic:nth-child(2) {
        left: -30px;
        bottom: 518px
    }
}

@media (min-width:1024px) {
    .sq-intro.-features .sq-intro-pic:nth-child(2) {
        left: -25px;
        bottom: 506px
    }
}

@media (min-width:1280px) {
    .sq-intro.-features .sq-intro-pic:nth-child(2) {
        left: 39px;
        bottom: 572px
    }
}

@media (min-width:1440px) {
    .sq-intro.-features .sq-intro-pic:nth-child(2) {
        left: 79px;
        bottom: 592px
    }
}

@media (min-width:768px) {
    .sq-intro.-features .sq-intro-pic:nth-child(3) {
        left: 60px;
        bottom: 259px
    }
}

@media (min-width:1024px) {
    .sq-intro.-features .sq-intro-pic:nth-child(3) {
        left: 96px;
        bottom: 351px
    }
}

@media (min-width:1280px) {
    .sq-intro.-features .sq-intro-pic:nth-child(3) {
        left: 204px;
        bottom: 370px
    }
}

@media (min-width:1440px) {
    .sq-intro.-features .sq-intro-pic:nth-child(3) {
        left: 240px;
        bottom: 390px
    }
}

@media (min-width:768px) {
    .sq-intro.-features .sq-intro-pic:nth-child(4) {
        right: -15px;
        bottom: 547px
    }
}

@media (min-width:1024px) {
    .sq-intro.-features .sq-intro-pic:nth-child(4) {
        right: 65px;
        bottom: 558px
    }
}

@media (min-width:1280px) {
    .sq-intro.-features .sq-intro-pic:nth-child(4) {
        right: 140px;
        bottom: 626px
    }
}

@media (min-width:1440px) {
    .sq-intro.-features .sq-intro-pic:nth-child(4) {
        right: 196px;
        bottom: 666px
    }
}

@media (min-width:768px) {
    .sq-intro.-features .sq-intro-pic:nth-child(5) {
        right: 65px;
        bottom: 297px
    }
}

@media (min-width:1024px) {
    .sq-intro.-features .sq-intro-pic:nth-child(5) {
        right: 127px;
        bottom: 294px
    }
}

@media (min-width:1280px) {
    .sq-intro.-features .sq-intro-pic:nth-child(5) {
        right: 229px;
        bottom: 307px
    }
}

@media (min-width:1440px) {
    .sq-intro.-features .sq-intro-pic:nth-child(5) {
        right: 285px;
        bottom: 347px
    }
}

@media (min-width:768px) {
    .sq-intro.-features .sq-intro-pic:nth-child(6) {
        right: 206px;
        bottom: 120px
    }
}

@media (min-width:1024px) {
    .sq-intro.-features .sq-intro-pic:nth-child(6) {
        right: 219px;
        bottom: 117px
    }
}

@media (min-width:1280px) {
    .sq-intro.-features .sq-intro-pic:nth-child(6) {
        right: 340px;
        bottom: 95px
    }
}

@media (min-width:1440px) {
    .sq-intro.-features .sq-intro-pic:nth-child(6) {
        right: 396px;
        bottom: 135px
    }
}

.sq-intro.-features .sq-intro-figure {
    position: absolute
}

.sq-intro.-about,
.sq-loginbox {
    position: relative
}

.sq-intro.-features .sq-intro-figure:nth-child(1) {
    display: none;
    right: auto;
    top: auto
}

@media (min-width:375px) {
    .sq-intro.-features .sq-intro-figure:nth-child(1) {
        left: -20px;
        bottom: -15px;
        display: block;
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }
}

@media (min-width:768px) {
    .sq-intro.-features .sq-intro-figure:nth-child(1) {
        left: 150px;
        bottom: -20px
    }
}

@media (min-width:1024px) {
    .sq-intro.-features .sq-intro-figure:nth-child(1) {
        left: 100px;
        bottom: -30px;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }
}

@media (min-width:1280px) {
    .sq-intro.-features .sq-intro-figure:nth-child(1) {
        left: 10px;
        bottom: 170px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@media (min-width:1440px) {
    .sq-intro.-features .sq-intro-figure:nth-child(1) {
        left: 40px;
        bottom: 155px
    }
}

.sq-intro.-features .sq-intro-figure:nth-child(2) {
    display: none;
    left: auto;
    top: auto
}

@media (min-width:375px) {
    .sq-intro.-features .sq-intro-figure:nth-child(2) {
        right: -150px;
        bottom: 270px;
        display: block;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5)
    }
}

@media (min-width:768px) {
    .sq-intro.-features .sq-intro-figure:nth-child(2) {
        right: -150px;
        bottom: 270px;
        -webkit-transform: scale(.6);
        -moz-transform: scale(.6);
        -ms-transform: scale(.6);
        -o-transform: scale(.6);
        transform: scale(.6)
    }
}

@media (min-width:1024px) {
    .sq-intro.-features .sq-intro-figure:nth-child(2) {
        right: -165px;
        bottom: 270px;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }
}

@media (min-width:1280px) {
    .sq-intro.-features .sq-intro-figure:nth-child(2) {
        right: -185px;
        bottom: 400px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@media (min-width:1440px) {
    .sq-intro.-features .sq-intro-figure:nth-child(2) {
        right: -185px;
        bottom: 500px
    }
}

.sq-intro.-features .sq-intro-figure:nth-child(3) {
    display: none;
    left: auto;
    top: auto
}

@media (min-width:768px) {
    .sq-intro.-features .sq-intro-figure:nth-child(3) {
        right: 0;
        bottom: -95px;
        display: block
    }
}

@media (min-width:1024px) {
    .sq-intro.-features .sq-intro-figure:nth-child(3) {
        right: 40px;
        bottom: -85px
    }
}

@media (min-width:1280px) {
    .sq-intro.-features .sq-intro-figure:nth-child(3) {
        right: 140px;
        bottom: -90px
    }
}

@media (min-width:1440px) {
    .sq-intro.-features .sq-intro-figure:nth-child(3) {
        right: 240px;
        bottom: -70px
    }
}

.sq-intro.-about .sq-intro-figure:nth-child(1) {
    display: none;
    top: auto
}

@media (min-width:768px) {
    .sq-intro.-about .sq-intro-figure:nth-child(1) {
        left: -90px;
        bottom: -60px;
        display: block;
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }
}

@media (min-width:1024px) {
    .sq-intro.-about .sq-intro-figure:nth-child(1) {
        left: -90px;
        bottom: -60px;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }
}

@media (min-width:1280px) {
    .sq-intro.-about .sq-intro-figure:nth-child(1) {
        left: -70px;
        bottom: -60px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@media (min-width:1440px) {
    .sq-intro.-about .sq-intro-figure:nth-child(1) {
        left: 90px;
        bottom: -60px
    }
}

.sq-intro.-about .sq-intro-figure:nth-child(2) {
    display: none;
    top: auto
}

@media (min-width:768px) {
    .sq-intro.-about .sq-intro-figure:nth-child(2) {
        display: block;
        right: -200px;
        bottom: -90px;
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }
}

@media (min-width:1024px) {
    .sq-intro.-about .sq-intro-figure:nth-child(2) {
        right: -200px;
        bottom: -150px;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }
}

@media (min-width:1280px) {
    .sq-intro.-about .sq-intro-figure:nth-child(2) {
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }
}

.sq-loginbox {
    height: 100%
}

.sq-loginbox-fill,
.sq-loginbox-fill-pic {
    position: absolute
}

.sq-loginbox-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 92px 0 0
}

@media (min-width:768px) {
    .sq-loginbox-wrap {
        padding: 170px 0 90px
    }
}

@media (min-width:1024px) {
    .sq-loginbox-wrap {
        padding: 110px 0 120px
    }
}

@media (min-width:1440px) {
    .sq-intro.-about .sq-intro-figure:nth-child(2) {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .sq-loginbox-wrap {
        padding: 150px 0 30px
    }
}

@media (min-width:1024px) {
    .sq-loginbox-wrap.-xs {
        padding: 110px 0 0
    }
}

@media (min-width:1440px) {
    .sq-loginbox-wrap.-xs {
        padding: 150px 0 30px
    }
}

.sq-loginbox-container {
    width: 100%;
    padding: 0 30px
}

@media (min-width:375px) {
    .sq-loginbox-container {
        padding: 0 40px
    }
}

@media (min-width:768px) {
    .sq-loginbox-container {
        width: 490px;
        margin: 0 auto;
        padding: 0 0 0 180px
    }
}

@media (min-width:1024px) {
    .sq-loginbox-container {
        width: 620px;
        padding: 0 0 0 220px
    }
}

@media (min-width:1280px) {
    .sq-loginbox-container {
        width: 460px;
        padding: 0 0 0 60px
    }
}

@media (min-width:1440px) {
    .sq-loginbox-container {
        width: 430px;
        padding: 0 0 0 30px
    }
}

.sq-loginbox-title {
    max-width: 170px
}

.sq-loginbox-title h1 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    letter-spacing: -.29px;
    line-height: 34px
}

.sq-loginbox-header {
    margin: 0 0 33px
}

@media (min-width:768px) {
    .sq-loginbox-title {
        max-width: 100%
    }

    .sq-loginbox-title h1 {
        font-size: 32px;
        letter-spacing: -.38px;
        line-height: 52px
    }

    .sq-loginbox-header {
        margin: 0 0 55px
    }
}

.sq-loginbox-social {
    margin: 55px 0 60px
}

.sq-loginbox-fill {
    display: none;
    width: 431px;
    height: 1022px;
    top: -131px;
    left: -15px;
    z-index: 1;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.sq-case-carousel-nav-item-fill,
.sq-newsbox-nav-item-fill {
    -webkit-transition: -webkit-transform .25s cubic-bezier(.25, .25, .5, 1.9);
    -o-transition: -o-transform .25s cubic-bezier(.25, .25, .5, 1.9);
    -moz-transition: transform .25s cubic-bezier(.25, .25, .5, 1.9), -moz-transform .25s cubic-bezier(.25, .25, .5, 1.9)
}

@media (min-width:768px) {
    .sq-loginbox-fill {
        display: block;
        top: -220px;
        left: -190px
    }
}

@media (min-width:1024px) {
    .sq-loginbox-social {
        margin: 60px 0
    }

    .sq-loginbox-fill {
        top: -305px;
        left: -100px
    }
}

@media (min-width:1280px) {
    .sq-loginbox-fill {
        left: -80px
    }
}

@media (min-width:1440px) {
    .sq-loginbox-social {
        margin: 80px 0 60px
    }

    .sq-loginbox-fill {
        top: -270px;
        left: -15px
    }
}

.sq-loginbox-fill-pic.-top {
    top: 240px;
    right: -140px;
    max-width: 210px
}

@media (min-width:1024px) {
    .sq-loginbox-fill-pic.-top {
        top: 320px;
        max-width: 100%
    }
}

@media (min-width:1440px) {
    .sq-loginbox-fill-pic.-top {
        top: 285px
    }
}

.sq-loginbox-fill-pic.-bottom {
    right: 20px;
    bottom: -10px;
    max-width: 175px
}

@media (min-width:1024px) {
    .sq-loginbox-fill-pic.-bottom {
        right: auto;
        left: 20px;
        bottom: -40px;
        max-width: 100%
    }
}

.sq-loginbox-fill-pic.-small {
    right: 30px;
    bottom: -30px
}

.sq-loginbox-fill-pic img {
    width: 100%
}

.sq-loginbox-steps {
    display: none;
    position: absolute;
    top: 170px;
    left: 30px;
    z-index: 2;
    color: #fff
}

@media (min-width:768px) {
    .sq-loginbox-steps {
        display: block
    }
}

.sq-loginbox-action-btn,
.sq-loginbox-action-text {
    display: inline-block;
    vertical-align: middle
}

.sq-loginbox-steps ul {
    margin: 0;
    padding: 0
}

.sq-loginbox-steps ul li {
    list-style: none
}

.sq-loginbox-steps-title {
    margin: 0 0 32px;
    max-width: 200px;
    font-size: 20px;
    letter-spacing: -.33px;
    line-height: 29px
}

@media (min-width:1024px) {
    .sq-loginbox-steps {
        top: 149px;
        left: 50px
    }

    .sq-loginbox-steps-title {
        font-size: 22px;
        letter-spacing: -.37px;
        line-height: 32px
    }
}

@media (min-width:1280px) {
    .sq-loginbox-steps-title {
        max-width: 246px;
        font-weight: 600
    }
}

.sq-loginbox-steps-items {
    max-width: 285px
}

.sq-loginbox-steps-item {
    margin: 0 0 23px;
    font-size: 14px;
    letter-spacing: .44px;
    line-height: 27px
}

.sq-loginbox-steps-item span {
    display: inline-block;
    vertical-align: top;
    max-width: 180px
}

.sq-loginbox-steps-item-icon {
    margin: 0 15px 0 0
}

@media (min-width:1024px) {
    .sq-loginbox-steps-item {
        font-size: 16px;
        letter-spacing: .5px
    }

    .sq-loginbox-steps-item-icon {
        margin: 0 22px 0 0
    }
}

.sq-loginbox-action {
    margin: 30px 0 0
}

@media (min-width:1024px) {
    .sq-loginbox-action {
        margin: 40px 0 0
    }
}

.sq-loginbox-action-text {
    margin: 0 0 0 10px;
    font-size: 16px;
    letter-spacing: .12px;
    line-height: 22px
}

.sq-newsbox {
    position: relative
}

.sq-newsbox-container {
    position: relative;
    padding: 0 12px
}

@media (min-width:375px) {
    .sq-newsbox-container {
        padding: 0 19px
    }
}

@media (min-width:768px) {
    .sq-newsbox-container {
        padding: 0 56px
    }
}

@media (min-width:1024px) {
    .sq-newsbox-container {
        padding: 0 84px
    }
}

@media (min-width:1280px) {
    .sq-loginbox-steps-item span {
        max-width: 230px
    }

    .sq-newsbox-container {
        padding: 0 134px
    }
}

@media (min-width:1440px) {
    .sq-loginbox-steps {
        top: 190px;
        left: 60px
    }

    .sq-loginbox-action-text {
        margin: 0 0 0 16px
    }

    .sq-newsbox-container {
        width: 1200px;
        margin: 0 auto;
        padding: 0
    }
}

.sq-newsbox-figure {
    position: absolute
}

.sq-newsbox-figure:nth-child(1) {
    display: none
}

@media (min-width:768px) {
    .sq-newsbox-figure:nth-child(1) {
        display: block;
        top: -170px;
        right: -115px
    }
}

@media (min-width:1024px) {
    .sq-newsbox-figure:nth-child(1) {
        top: -170px;
        right: -105px
    }
}

@media (min-width:1280px) {
    .sq-newsbox-figure:nth-child(1) {
        top: -170px;
        right: 0
    }
}

@media (min-width:1440px) {
    .sq-newsbox-figure:nth-child(1) {
        top: -170px;
        right: -125px
    }
}

.sq-newsbox-figure:nth-child(2) {
    z-index: 2;
    top: -90px;
    right: -60px
}

.sq-newsbox-figure:nth-child(3) {
    left: -15px;
    bottom: -55px
}

@media (min-width:768px) {
    .sq-newsbox-figure:nth-child(2) {
        top: -90px;
        right: 120px
    }

    .sq-newsbox-figure:nth-child(3) {
        left: 110px;
        bottom: -60px
    }
}

@media (min-width:1024px) {
    .sq-newsbox-figure:nth-child(2) {
        top: -90px;
        right: 130px
    }

    .sq-newsbox-figure:nth-child(3) {
        left: 180px;
        bottom: -60px
    }
}

@media (min-width:1280px) {
    .sq-newsbox-figure:nth-child(2) {
        top: -90px;
        right: 260px
    }

    .sq-newsbox-figure:nth-child(3) {
        left: 280px;
        bottom: -60px
    }
}

@media (min-width:1440px) {
    .sq-newsbox-figure:nth-child(2) {
        top: -90px;
        right: 280px
    }

    .sq-newsbox-figure:nth-child(3) {
        left: 200px;
        bottom: -60px
    }
}

.sq-newsbox-nav {
    display: none
}

.sq-newsbox-nav-item {
    position: absolute;
    top: 90px;
    z-index: 3
}

.sq-newsbox-nav-item button {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 1;
    background: 0 0;
    border: none
}

.sq-newsbox-nav-item button:hover .sq-newsbox-nav-item-fill {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9)
}

.sq-newsbox-nav-item-fill {
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #e9ebf0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: transform .25s cubic-bezier(.25, .25, .5, 1.9);
    transition: transform .25s cubic-bezier(.25, .25, .5, 1.9), -webkit-transform .25s cubic-bezier(.25, .25, .5, 1.9), -moz-transform .25s cubic-bezier(.25, .25, .5, 1.9), -o-transform .25s cubic-bezier(.25, .25, .5, 1.9)
}

@media (min-width:1024px) {
    .sq-newsbox-nav {
        display: block
    }

    .sq-newsbox-nav-item.-prev {
        left: 25px
    }

    .sq-newsbox-nav-item.-next {
        right: 25px
    }
}

.sq-newsbox-dots {
    margin: 15px 0 0
}

@media (min-width:375px) {
    .sq-newsbox-dots {
        margin: 20px 0 0
    }
}

.sq-newsbox-dots button {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    padding: 0;
    margin: 0 20px 0 0;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(65, 77, 91, .3)
}

.sq-newsbox-dots button:last-child {
    margin: 0
}

.sq-newsbox-dots button.active {
    width: 8px;
    height: 8px;
    background: #4c55a6
}

.sq-newsbox-items {
    background: rgba(151, 151, 151, .11)
}

.sq-newsbox-item {
    height: 260px;
    background: #fff
}

.sq-newsbox-item-wrap {
    padding: 40px 0
}

.sq-newsbox-item-container {
    padding: 0 30px
}

.sq-newsbox-logo {
    margin: 0 0 100px
}

.sq-newsbox-text {
    font-size: 16px;
    letter-spacing: .1px;
    line-height: 32px;
    font-style: italic
}

.sq-career {
    position: relative;
    height: 1410px;
    color: #fff
}

.sq-career-figure,
.sq-career-fill,
.sq-career-pic,
.sq-career-pic-img {
    position: absolute
}

@media (min-width:375px) {
    .sq-career {
        height: 1340px
    }
}

@media (min-width:768px) {
    .sq-newsbox-item-container {
        padding: 0 35px
    }

    .sq-career {
        height: 1260px
    }
}

@media (min-width:1024px) {
    .sq-newsbox-item-container {
        padding: 0 30px
    }

    .sq-career {
        height: 1275px
    }
}

@media (min-width:1280px) {
    .sq-newsbox-nav-item.-prev {
        left: 60px
    }

    .sq-newsbox-nav-item.-next {
        right: 60px
    }

    .sq-newsbox-item-container {
        padding: 0 20px 0 24px
    }

    .sq-career {
        height: 1365px
    }
}

@media (min-width:1440px) {
    .sq-newsbox-nav-item.-prev {
        left: -80px
    }

    .sq-newsbox-nav-item.-next {
        right: -80px
    }

    .sq-newsbox-item-container {
        padding: 0 35px 0 28px
    }

    .sq-career {
        height: 1585px
    }
}

.sq-career-fill {
    top: -80px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1585px;
    z-index: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 77% center;
    background-repeat: no-repeat
}

@media (min-width:375px) {
    .sq-career-fill {
        top: -140px
    }
}

@media (min-width:768px) {
    .sq-career-fill {
        top: -325px;
        background-position: 89% center
    }
}

@media (min-width:1024px) {
    .sq-career-fill {
        top: -310px;
        background-position: 95% center
    }
}

@media (min-width:1280px) {
    .sq-career-fill {
        top: -220px;
        background-position: 93% center
    }
}

@media (min-width:1440px) {
    .sq-career-fill {
        top: -50px;
        background-position: 100% center
    }
}

.sq-career-figure:nth-child(1) {
    display: none
}

@media (min-width:1024px) {
    .sq-career-figure:nth-child(1) {
        top: 485px;
        left: -45px;
        display: block
    }
}

@media (min-width:1280px) {
    .sq-career-figure:nth-child(1) {
        top: 435px;
        left: -45px
    }
}

@media (min-width:1440px) {
    .sq-career-figure:nth-child(1) {
        top: 373px;
        left: 0
    }
}

.sq-career-figure:nth-child(2) {
    display: none
}

@media (min-width:768px) {
    .sq-career-figure:nth-child(2) {
        top: 660px;
        left: 150px;
        display: block
    }
}

@media (min-width:1024px) {
    .sq-career-figure:nth-child(2) {
        top: 660px;
        left: 260px
    }
}

@media (min-width:1280px) {
    .sq-career-figure:nth-child(2) {
        top: 600px;
        left: 380px
    }
}

@media (min-width:1440px) {
    .sq-career-figure:nth-child(2) {
        top: 524px;
        left: 440px
    }
}

.sq-career-figure:nth-child(3) {
    display: none
}

@media (min-width:1024px) {
    .sq-career-figure:nth-child(3) {
        top: 810px;
        left: 20px;
        display: block
    }
}

@media (min-width:1280px) {
    .sq-career-figure:nth-child(3) {
        top: 740px;
        left: 90px
    }
}

@media (min-width:1440px) {
    .sq-career-figure:nth-child(3) {
        top: 665px;
        left: 135px
    }
}

.sq-career-figure:nth-child(4) {
    bottom: 75px;
    left: 70px;
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8)
}

@media (min-width:375px) {
    .sq-career-figure:nth-child(4) {
        bottom: 65px;
        left: 110px
    }
}

.sq-career-figure:nth-child(5) {
    display: none
}

@media (min-width:768px) {
    .sq-career-figure:nth-child(4) {
        bottom: 75px;
        left: 160px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .sq-career-figure:nth-child(5) {
        top: 720px;
        right: -45px;
        display: block
    }
}

@media (min-width:1024px) {
    .sq-career-figure:nth-child(4) {
        bottom: 85px;
        left: 40px
    }

    .sq-career-figure:nth-child(5) {
        top: 665px;
        right: -55px
    }
}

@media (min-width:1280px) {
    .sq-career-figure:nth-child(4) {
        bottom: 70px;
        left: 15px
    }

    .sq-career-figure:nth-child(5) {
        top: 640px;
        right: -50px
    }
}

@media (min-width:1440px) {
    .sq-career-figure:nth-child(4) {
        bottom: 45px;
        left: 30px
    }

    .sq-career-figure:nth-child(5) {
        top: 440px;
        right: -40px
    }
}

.sq-career-figure:nth-child(6) {
    display: none
}

@media (min-width:768px) {
    .sq-career-figure:nth-child(6) {
        top: 685px;
        right: 105px;
        display: block
    }
}

@media (min-width:1024px) {
    .sq-career-figure:nth-child(6) {
        top: 720px;
        right: 170px
    }
}

@media (min-width:1280px) {
    .sq-career-figure:nth-child(6) {
        top: 630px;
        right: 240px
    }
}

@media (min-width:1440px) {
    .sq-career-figure:nth-child(6) {
        top: 560px;
        right: 340px
    }
}

.sq-career-figure:nth-child(7) {
    -webkit-transform: rotate(-60deg) scale(.75);
    -moz-transform: rotate(-60deg) scale(.75);
    -ms-transform: rotate(-60deg) scale(.75);
    -o-transform: rotate(-60deg) scale(.75);
    transform: rotate(-60deg) scale(.75);
    display: none
}

@media (min-width:768px) {
    .sq-career-figure:nth-child(7) {
        top: 870px;
        right: -55px;
        display: block
    }
}

@media (min-width:1024px) {
    .sq-career-figure:nth-child(7) {
        top: 830px;
        right: -75px;
        -webkit-transform: rotate(-60deg) scale(1);
        -moz-transform: rotate(-60deg) scale(1);
        -ms-transform: rotate(-60deg) scale(1);
        -o-transform: rotate(-60deg) scale(1);
        transform: rotate(-60deg) scale(1)
    }
}

@media (min-width:1280px) {
    .sq-career-figure:nth-child(7) {
        top: 780px;
        right: 0
    }
}

@media (min-width:1440px) {
    .sq-career-figure:nth-child(7) {
        top: 805px;
        right: 90px;
        -webkit-transform: rotate(0) scale(1);
        -moz-transform: rotate(0) scale(1);
        -ms-transform: rotate(0) scale(1);
        -o-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1)
    }
}

.sq-career-figure:nth-child(8) {
    display: none
}

@media (min-width:1024px) {
    .sq-career-figure:nth-child(8) {
        bottom: 40px;
        right: -360px;
        display: block
    }
}

.sq-career-pic {
    width: 100%;
    height: 100%;
    display: none
}

@media (min-width:768px) {
    .sq-career-pic {
        display: block
    }

    .sq-career-pic-img:nth-child(1) {
        left: 56px;
        top: 195px
    }
}

@media (min-width:1024px) {
    .sq-career-pic-img:nth-child(1) {
        left: 112px;
        top: 122px
    }
}

@media (min-width:1280px) {
    .sq-career-figure:nth-child(8) {
        bottom: 120px;
        right: -310px
    }

    .sq-career-pic-img:nth-child(1) {
        left: 126px;
        top: 160px
    }
}

@media (min-width:1440px) {
    .sq-career-figure:nth-child(8) {
        bottom: 155px;
        right: -270px
    }

    .sq-career-pic-img:nth-child(1) {
        left: 166px;
        top: 177px
    }
}

.sq-career-pic-img:nth-child(1) svg {
    width: 48px;
    height: 46px
}

.sq-career-pic-img:nth-child(2) {
    -webkit-transform: scale(.85);
    -moz-transform: scale(.85);
    -ms-transform: scale(.85);
    -o-transform: scale(.85);
    transform: scale(.85)
}

@media (min-width:768px) {
    .sq-career-pic-img:nth-child(2) {
        left: -39px;
        top: 294px
    }
}

@media (min-width:1024px) {
    .sq-career-pic-img:nth-child(2) {
        left: 54px;
        top: 359px
    }
}

@media (min-width:1280px) {
    .sq-career-pic-img:nth-child(2) {
        left: 150px;
        top: 374px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@media (min-width:1440px) {
    .sq-career-pic-img:nth-child(2) {
        left: 190px;
        top: 474px
    }
}

.sq-career-pic-img:nth-child(2) svg {
    width: 152px;
    height: 138px
}

.sq-career-pic-img:nth-child(3) {
    display: none
}

.sq-career-pic-img:nth-child(3) svg {
    width: 78px;
    height: 75px
}

@media (min-width:768px) {
    .sq-career-pic-img:nth-child(4) {
        right: -35px;
        top: 179px
    }
}

@media (min-width:1024px) {
    .sq-career-pic-img:nth-child(3) {
        left: -24px;
        bottom: 522px;
        display: block
    }

    .sq-career-pic-img:nth-child(4) {
        right: -12px;
        top: 154px
    }
}

@media (min-width:1280px) {
    .sq-career-pic-img:nth-child(3) {
        left: 24px;
        bottom: 600px
    }

    .sq-career-pic-img:nth-child(4) {
        right: 34px;
        top: 152px
    }
}

@media (min-width:1440px) {
    .sq-career-pic-img:nth-child(3) {
        left: 64px;
        bottom: 606px
    }

    .sq-career-pic-img:nth-child(4) {
        right: 106px;
        top: 200px
    }
}

.sq-career-pic-img:nth-child(4) svg {
    width: 113px;
    height: 109px
}

@media (min-width:768px) {
    .sq-career-pic-img:nth-child(5) {
        right: 105px;
        top: 339px
    }
}

@media (min-width:1024px) {
    .sq-career-pic-img:nth-child(5) {
        right: 137px;
        top: 301px
    }
}

@media (min-width:1280px) {
    .sq-career-pic-img:nth-child(5) {
        right: 182px;
        top: 384px
    }
}

.sq-career-pic-img:nth-child(5) svg {
    width: 48px;
    height: 46px
}

.sq-career-pic-img image {
    width: 100%;
    height: 100%
}

.sq-career-container {
    margin: 0 19px
}

@media (min-width:375px) {
    .sq-career-container {
        margin: 0 35px
    }
}

@media (min-width:768px) {
    .sq-career-container {
        max-width: 595px;
        margin: 0 auto
    }
}

.sq-career-row {
    margin: 0 0 40px
}

@media (min-width:768px) {
    .sq-career-row {
        margin: 0 0 50px
    }
}

@media (min-width:1440px) {
    .sq-career-pic-img:nth-child(5) {
        right: 261px;
        top: 474px
    }

    .sq-career-row {
        margin: 0 0 74px
    }
}

.sq-career-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.sq-career-grid-col {
    width: 100%;
    margin: 0 0 30px
}

@media (min-width:768px) {
    .sq-career-grid-col {
        width: 50%;
        /* Reverted from 100% */
        margin: 20px 0 10px
    }
}

@media (min-width:320px) {
    .sq-career-grid-col {
        margin: 50px 0 10px
    }
}

@media (min-width:1024px) {
    .sq-career-container {
        max-width: 815px
    }

    .sq-career-grid-col {
        width: 33.333%;
        /* Reverted from 100% */
        margin: 20px 0 10px
    }
}

/* Specific Override for Search Page (User requested 100% here) */
.sq-career-grid.search-results-mode .sq-career-grid-col {
    width: 100% !important;
}

.sq-career-image {
    min-height: 80px;
    margin: 0 0 10px
}

@media (min-width:768px) {
    .sq-career-image {
        margin: 0
    }
}

@media (min-width:1024px) {
    .sq-career-image {
        margin: 30px 0 10px
    }
}

.sq-career-image img {
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7)
}

@media (min-width:1280px) {
    .sq-career-image img {
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }
}

@media (min-width:1440px) {
    .sq-career-image {
        margin: 75px 0 30px
    }

    .sq-career-image img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.sq-career-text {
    max-width: 125px;
    margin: 0 auto;
    font-size: 16px;
    letter-spacing: -.27px;
    line-height: 28px
}

.sq-card-title {
    margin: 0 0 30px;
    font-size: 28px;
    letter-spacing: -.34px;
    line-height: 44px
}

.sq-card-wrap {
    position: relative;
    height: 100%;
    padding: 50px 0 35px;

    box-shadow: rgba(233, 235, 240, 1) 0px 20px 25px -5px, rgba(233, 235, 240, 1) 0px 10px 10px -5px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    line-height: 1.2;
    border: 2px solid #fff;
    border-radius: 25px
}

.sq-card-wrap:hover {
    border: 2px solid #b2b8ec;
    box-shadow: rgba(210, 215, 228, 0.5) 0px 20px 25px -5px, rgba(210, 215, 228, 0.5) 0px 10px 10px -5px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    line-height: 1.2;
}



.sq-card-wrap.-bottom {
    top: 0;
    bottom: -22px;
    -webkit-box-shadow: 0 7px 4px 0 rgba(174, 189, 205, .2);
    -moz-box-shadow: 0 7px 4px 0 rgba(174, 189, 205, .2);
    box-shadow: 0 7px 4px 0 rgba(174, 189, 205, .2);
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    border-radius: 0 0 20px 20px
}

@media (min-width:375px) {
    .sq-card-title {
        margin: 50px 0 40px
    }

    .sq-card-wrap {
        padding: 15px 0
    }
}

@media (min-width:768px) {
    .sq-card-title {
        margin: 0 0 40px
    }

    .sq-card-wrap {
        padding: 5px 0
    }
}

@media (min-width:1024px) {
    .sq-card-title {
        font-size: 32px;
        letter-spacing: -.36px;
        line-height: 52px
    }

    .sq-card-wrap {
        padding: 15px 0
    }
}

.sq-card-container {
    padding: 0 30px
}

.sq-card-figure {
    position: absolute;
    z-index: 2
}

.sq-card-figure:nth-child(1) {
    top: 20px;
    left: -20px
}

@media (min-width:375px) {
    .sq-card-container {
        padding: 0 40px
    }

    .sq-card-figure:nth-child(1) {
        top: 35px;
        left: -10px
    }
}

@media (min-width:768px) {
    .sq-card-container {
        padding: 0px 0px 0px 15px;
    }

    .sq-card-figure:nth-child(1) {
        top: 10px;
        left: -40px;
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }
}

@media (min-width:1024px) {
    .sq-card-figure:nth-child(1) {
        top: 45px;
        left: -30px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.sq-card-figure:nth-child(2) {
    bottom: 25px;
    right: 20px
}

@media (min-width:375px) {
    .sq-card-figure:nth-child(2) {
        bottom: 45px;
        right: 20px
    }
}

@media (min-width:768px) {
    .sq-card-figure:nth-child(2) {
        bottom: 35px;
        right: -10px;
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }
}

@media (min-width:1024px) {
    .sq-card-figure:nth-child(2) {
        bottom: 45px;
        right: 20px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@media (min-width:1280px) {
    .sq-card-title {
        margin: 0 0 50px
    }

    .sq-card-figure:nth-child(1) {
        top: 60px;
        left: -5px
    }

    .sq-card-figure:nth-child(2) {
        bottom: 60px;
        right: 40px
    }
}

@media (min-width:1440px) {
    .sq-card-title {
        margin: 0 0 60px
    }

    .sq-card-container {
        padding: 0 26px
    }

    .sq-card-figure:nth-child(1) {
        top: 60px;
        left: 0
    }

    .sq-card-figure:nth-child(2) {
        bottom: 65px;
        right: 40px
    }
}

.sq-card-figure.-one {
    left: auto;
    top: auto;
    display: none
}

@media (min-width:1024px) {
    .sq-card-figure.-one {
        bottom: -320px;
        right: -280px;
        display: block
    }
}

.sq-card-grid,
.sq-list-items-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

@media (min-width:1280px) {
    .sq-card-figure.-one {
        bottom: -320px;
        right: -290px
    }
}

@media (min-width:1440px) {
    .sq-card-figure.-one {
        bottom: -320px;
        right: -330px
    }
}

.sq-card-figure.-two {
    bottom: auto;
    right: auto;
    left: -35px;
    top: 5px
}

@media (min-width:375px) {
    .sq-card-figure.-two {
        left: -35px;
        top: 5px
    }
}

.sq-card-grid {
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sq-card-grid-col {
    padding: 0 0 0 5px
}

.sq-card-grid-col:first-child {
    padding: 0
}

.sq-card-items {
    position: relative
}

.sq-card-item {
    margin: 0 0 20px;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.sq-card-body,
.sq-case-body {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px
}

@media (min-width:768px) {
    .sq-card-figure.-two {
        left: -40px;
        top: 0
    }

    .sq-card-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .sq-card-item {
        width: 25%;
        margin: 0 30px 0 0
    }
}

@media (min-width:1024px) {
    .sq-card-figure.-two {
        left: 110px;
        top: -20px
    }

    .sq-card-item {
        margin: 0 45px 0 0
    }
}

.sq-card-item:last-child {
    margin: 0
}

@media (min-width:768px) {
    .sq-card-item-brief {
        display: inline-block;
        vertical-align: top;
        margin: 0 0 0 45px
    }

    .sq-card-item-title span {
        display: block
    }
}

@media (min-width:1024px) {
    .sq-card-item-brief {
        display: block;
        margin: 0
    }
}

.sq-card-item-title,
.sq-card-item-title3 {

    letter-spacing: -.3px;
    line-height: 28px
}

.sq-card-item-title {
    font-size: 17px;
    font-weight: 600;
    padding: 0 17px 0 17px;
}

.sq-card-item-title3 {
    font-size: 18px;
    font-weight: 700
}

.sq-card-item-description,
.sq-card-item-description2 {
    letter-spacing: .27px;
    line-height: 25px;
    font-weight: 600
}

.sq-card-item-title.-xs {
    margin: 0;

}

.sq-card-item-description {
    font-size: 17px;
    color: #4e5abc
}

.sq-card-item-description2 {
    font-size: 14px
}

.sq-card-item-description.-black2 {
    color: #414d5b;
    letter-spacing: 0;
    font-size: 15px
}

.sq-card-item-description.-black {
    color: #414d5b;
    font-size: 14px
}

.sq-card-item-icon {
    padding: 4px 0 0;
    font-size: 14px
}

.sq-card-body {
    height: 100%;
    background: #fff;
    border-radius: 20px;
    transition: .3s
}

.sq-card-body:focus,
.sq-card-body:hover {
    -webkit-box-shadow: 0 7px 24px rgba(174, 189, 205, .15);
    -moz-box-shadow: 0 7px 24px rgba(174, 189, 205, .15);
    box-shadow: 0 7px 24px rgba(174, 189, 205, .15)
}

.sq-card-photo {
    margin: 0 0 0px
}

@media (min-width:375px) {
    .sq-card-photo {
        margin: 0 0 0px
    }
}

.sq-card-photo svg {
    width: 200px;
    height: 197px;
    -webkit-transform: scale(.86);
    -moz-transform: scale(.86);
    -ms-transform: scale(.86);
    -o-transform: scale(.86);
    transform: scale(.86)
}

@media (min-width:768px) {
    .sq-card-photo {
        margin: 0 0 0px
    }

    .sq-card-photo svg {
        -webkit-transform: scale(.68);
        -moz-transform: scale(.68);
        -ms-transform: scale(.68);
        -o-transform: scale(.68);
        transform: scale(.68)
    }

    .sq-card.-xs .sq-card-item {
        min-height: 0
    }
}

@media (min-width:1024px) {
    .sq-card-item-title span {
        display: inline-block
    }

    .sq-card-photo {
        margin: 0 0 0px
    }

    .sq-card-photo svg {
        -webkit-transform: scale(.88);
        -moz-transform: scale(.88);
        -ms-transform: scale(.88);
        -o-transform: scale(.88);
        transform: scale(.88)
    }
}

@media (min-width:1280px) {
    .sq-card-figure.-two {
        left: 130px;
        top: -20px
    }

    .sq-card-photo svg {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.sq-card-action {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 25px 0 0;
    padding: 22px 0 28px;
    border-top: 2px solid rgba(151, 151, 151, .11)
}

.sq-card.-xs .sq-card-items {
    display: block
}

@media (min-width:1024px) {
    .sq-card-action {
        margin: 36px 0 0;
        padding: 28px 0
    }

    .sq-card.-xs .sq-card-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.sq-card.-xs .sq-card-wrap {
    padding: 20px 0 15px
}

.sq-card.-xs .sq-card-item {
    min-height: 0;
    width: 100%;
    margin: 0 0 5px
}

.sq-card.-xs .sq-card-item:last-child {
    margin: 0
}

@media (min-width:1440px) {
    .sq-card-figure.-two {
        left: 160px;
        top: -20px
    }

    .sq-card.-xs .sq-card-wrap {
        padding: 20px 0
    }

    .sq-card.-xs .sq-card-item {
        min-height: 0
    }
}

@media (min-width:768px) {
    .sq-card.-xs .sq-card-item-title {
        display: inline-block;
        vertical-align: top
    }
}

.sq-card.-career .sq-card-wrap {
    padding: 25px 0
}

@media (min-width:1024px) {
    .sq-card.-xs .sq-card-item {
        min-height: 0;
        width: 33.3333%;
        margin: 0 45px 0 0
    }

    .sq-card.-xs .sq-card-item-title {
        display: block;
        margin-left: 10px;
        margin-bottom: 3px
    }

    .sq-card.-career .sq-card-wrap {
        padding: 28px 0
    }
}

.sq-card.-career .sq-card-items {
    display: block
}

@media (min-width:768px) {
    .sq-card.-career .sq-card-items {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0 -45px 0 0
    }
}

.sq-card.-career .sq-card-item {
    width: 100%;
    height: 294px;
    margin: 0 0 40px;
    background: 0 0
}

@media (min-width:768px) {
    .sq-card.-career .sq-card-item {
        width: 50%;
        padding-right: 45px
    }
}

@media (min-width:1024px) {
    .sq-card.-career .sq-card-item {
        width: 33.3333%;
        height: 316px
    }
}

.sq-card.-career .sq-card-item-brief {
    display: block;
    margin: 0
}

.sq-card.-career .sq-card-item-title {
    max-width: 190px;
    min-height: 56px;
    margin: 0 0 30px
}

@media (min-width:1280px) {
    .sq-card.-career .sq-card-item {
        width: 25%
    }

    .sq-card.-career .sq-card-item-title {
        max-width: 215px
    }
}

.sq-card.-career .sq-card-item-body {
    max-width: 100%
}

@media (min-width:1440px) {
    .sq-card.-career .sq-card-item-body {
        max-width: 306px
    }
}

@media (min-width:1024px) {
    .sq-card.-career .sq-card-item-body {
        max-width: 276px
    }
}

.sq-list-title {
    margin: 0 0 20px;
    font-size: 28px;
    letter-spacing: -.34px;
    line-height: 44px
}

@media (min-width:768px) {
    .sq-list-title {
        margin: 0 0 30px;
        font-size: 32px;
        letter-spacing: -.38px;
        line-height: 52px
    }
}

@media (min-width:1280px) {
    .sq-card.-career .sq-card-item-body {
        max-width: 246px
    }

    .sq-list-title {
        margin: 0 0 40px
    }
}

@media (min-width:1440px) {
    .sq-card.-career .sq-card-item-body {
        max-width: 266px
    }

    .sq-list-title {
        margin: 0 0 60px
    }
}

.sq-list-wrap {
    width: 100%;
    padding: 0 0 50px
}

@media (min-width:375px) {
    .sq-list-wrap {
        padding: 0 0 70px
    }
}

@media (min-width:768px) {
    .sq-list-wrap {
        padding: 0 0 60px
    }

    .sq-list-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media (min-width:1024px) {
    .sq-list-wrap {
        padding: 0 0 80px
    }
}

@media (min-width:1280px) {
    .sq-list-wrap {
        padding: 0 0 93px
    }
}

@media (min-width:768px) {
    .sq-list-grid-col {
        width: 33.3333%;
        padding: 0 15px
    }

    .sq-list-grid-col:first-child {
        padding: 0 20px 0 0
    }

    .sq-list-grid-col:last-child {
        padding: 0 0 0 20px
    }
}

@media (min-width:1024px) {
    .sq-list-grid-col {
        width: auto;
        padding: 0 20px 0 0
    }

    .sq-list-grid-col:last-child {
        padding: 0
    }
}

.sq-list-items {
    padding: 0;
    margin: 0
}

.sq-list-items-item {
    display: flex;
    margin: 0 0 20px;
    font-size: 14px;
    letter-spacing: .44px;
    line-height: 28px;
    list-style: none
}

@media (min-width:768px) {
    .sq-list-items-item {
        margin: 0 0 25px
    }
}

.sq-list-items-item span {
    padding: 0 0 0 20px
}

@media (min-width:1024px) {
    .sq-list-items-item {
        margin: 0 0 22px;
        font-size: 16px;
        letter-spacing: .5px;
        line-height: 34px
    }

    .sq-list-items-item span {
        padding: 0 0 0 28px
    }
}

.sq-list-items-item span:first-child {
    padding: 0
}

.sq-list-items-item-icon {
    font-size: 18px;
    color: #4c55a6
}

.sq-case-title {
    margin: 0 0 30px
}

@media (min-width:1280px) {
    .sq-case-title {
        margin: 0 0 50px
    }
}

.sq-case-title h1 {
    font-size: 24px;
    letter-spacing: -.29px;
    line-height: 34px
}

.sq-case-title.-sm {
    margin: 0 0 30px;
    text-align: left
}

@media (min-width:768px) {
    .sq-case-title h1 {
        font-size: 36px;
        letter-spacing: -.43px;
        line-height: 52px
    }

    .sq-case-title.-sm {
        margin: 0 0 40px;
        max-width: 540px
    }
}

@media (min-width:1280px) {
    .sq-case-title.-sm {
        margin: 0 0 50px;
        max-width: 640px
    }
}

@media (min-width:1440px) {
    .sq-case-title.-sm {
        max-width: 670px
    }
}

.sq-case-title.-sm h1 {
    font-size: 24px;
    letter-spacing: -.29px;
    line-height: 34px
}

@media (min-width:768px) {
    .sq-case-title.-sm h1 {
        font-size: 32px;
        letter-spacing: -.36px;
        line-height: 52px
    }
}

.sq-case-subtitle {
    margin: 0 0 20px
}

.sq-case-subtitle h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    letter-spacing: -.3px;
    line-height: 32px;
    font-weight: 700
}

.sq-case-description {
    font-size: 14px;
    letter-spacing: .23px;
    line-height: 30px
}

.sq-case-description p {
    padding: 0;
    margin: 0 0 30px
}

.sq-case-description p:last-child {
    margin: 0
}

@media (min-width:768px) {
    .sq-case-description {
        font-size: 16px;
        letter-spacing: .5px;
        line-height: 34px
    }

    .sq-case-description p {
        margin: 0 0 40px
    }

    .sq-case-text {
        max-width: 600px
    }
}

@media (min-width:1024px) {
    .sq-case-text {
        max-width: 640px
    }
}

@media (min-width:1280px) {
    .sq-case-description p {
        margin: 0 0 20px
    }

    .sq-case-text {
        max-width: 800px
    }
}

.sq-case-row {
    margin: 0 0 30px
}

.sq-case-wrap {
    padding: 100px 0 35px
}

@media (min-width:375px) {
    .sq-case-wrap {
        padding: 100px 0 60px
    }
}

@media (min-width:768px) {
    .sq-case-row {
        margin: 0 0 40px
    }

    .sq-case-wrap {
        padding: 140px 0 20px
    }
}

@media (min-width:1024px) {
    .sq-case-wrap {
        padding: 140px 0 25px
    }
}

@media (min-width:1280px) {
    .sq-case-wrap {
        padding: 140px 0 50px
    }
}

@media (min-width:1440px) {
    .sq-case-wrap {
        padding: 140px 0 100px
    }
}

.sq-case-container {
    position: relative;
    padding: 0 12px
}

@media (min-width:375px) {
    .sq-case-container {
        padding: 0 19px
    }
}

@media (min-width:768px) {
    .sq-case-container {
        padding: 0 56px
    }
}

@media (min-width:1024px) {
    .sq-case-container {
        padding: 0 54px
    }
}

@media (min-width:1280px) {
    .sq-case-container {
        padding: 0 62px
    }
}

@media (min-width:1440px) {
    .sq-case-container {
        width: 1200px;
        margin: 0 auto;
        padding: 0
    }
}

.sq-case-container.-xs {
    position: relative;
    padding: 0 12px
}

@media (min-width:375px) {
    .sq-case-container.-xs {
        padding: 0 19px
    }
}

@media (min-width:768px) {
    .sq-case-container.-xs {
        padding: 0 56px
    }
}

@media (min-width:1024px) {
    .sq-case-container.-xs {
        width: 790px;
        margin: 0 auto;
        padding: 0
    }
}

@media (min-width:1280px) {
    .sq-case-container.-xs {
        width: 923px
    }
}

@media (min-width:1440px) {
    .sq-case-container.-xs {
        width: 994px
    }
}

.sq-case-container.-xs.-full {
    padding: 0
}

.sq-case-body {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 188px;
    margin: 0 0 15px;
    background: #fff;
    border-radius: 20px
}

@media (min-width:375px) {
    .sq-case-body {
        height: 217px;
        margin: 0 0 20px
    }
}

@media (min-width:768px) {
    .sq-case-body {
        height: 222px;
        margin: 0 0 15px
    }
}

@media (min-width:1024px) {
    .sq-case-body {
        height: 200px
    }
}

@media (min-width:1280px) {
    .sq-case-body {
        height: 250px;
        margin: 0 0 28px
    }
}

.sq-case-body-link {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%
}

.sq-case-body-link a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.sq-case-grid,
.sq-case-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.sq-case-body-link a:focus,
.sq-case-body-link a:hover {
    -webkit-box-shadow: 0 7px 24px rgba(174, 189, 205, .15);
    -moz-box-shadow: 0 7px 24px rgba(174, 189, 205, .15);
    box-shadow: 0 7px 24px rgba(174, 189, 205, .15)
}

.sq-case-grid {
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sq-case-grid-col {
    padding: 0 0 0 13px
}

.sq-case-grid-col:first-child {
    padding: 0
}

.sq-case-items {
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -45px 0 0
}

.sq-case-item {
    width: 100%;
    padding-right: 45px;
    margin: 0 0 40px
}

.sq-case-item-title {
    font-size: 18px;
    letter-spacing: -.3px;
    line-height: 28px;
    font-weight: 700
}

.sq-case-figure {
    position: absolute
}

.sq-case-figure.-one {
    top: 150px;
    right: -125px;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7)
}

@media (min-width:375px) {
    .sq-case-figure.-one {
        top: 190px;
        right: -120px
    }
}

@media (min-width:768px) {
    .sq-case-item {
        width: 50%
    }

    .sq-case-figure.-one {
        top: -30px;
        right: -115px;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }
}

@media (min-width:1024px) {
    .sq-case-item {
        width: 33.3333%;
        margin: 0 0 45px
    }

    .sq-case-figure.-one {
        top: -30px;
        right: -115px
    }
}

@media (min-width:1280px) {
    .sq-case-item {
        margin: 0 0 50px
    }

    .sq-case-figure.-one {
        top: -20px;
        right: -110px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@media (min-width:1440px) {
    .sq-case-item {
        margin: 0 0 60px
    }

    .sq-case-figure.-one {
        top: 0;
        right: -102px
    }
}

.sq-case-figure.-two {
    top: -20px;
    left: -55px;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7)
}

.sq-case-image {
    margin: 30px 0 0
}

.sq-case-image-img {
    max-height: 320px;
    background: #f5f5f5;
    overflow: hidden;
    -webkit-transition: max-height .8s cubic-bezier(0, 1, 0, 1);
    -o-transition: max-height .8s cubic-bezier(0, 1, 0, 1);
    -moz-transition: max-height .8s cubic-bezier(0, 1, 0, 1);
    transition: max-height .8s cubic-bezier(0, 1, 0, 1)
}

@media (min-width:375px) {
    .sq-case-figure.-two {
        top: -20px;
        left: -45px;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }

    .sq-case-image-img {
        max-height: 375px
    }
}

@media (min-width:768px) {
    .sq-case-figure.-two {
        top: 90px;
        left: -25px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .sq-case-image-img {
        max-height: 500px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }
}

@media (min-width:1024px) {
    .sq-case-figure.-two {
        top: 90px;
        left: -25px
    }

    .sq-case-image-img {
        max-height: 400px
    }
}

@media (min-width:1280px) {
    .sq-case-figure.-two {
        top: 340px;
        left: -85px
    }

    .sq-case-image-img {
        max-height: 450px
    }
}

.sq-case-image-img img {
    width: 100%
}

.sq-case-image-img.-full {
    max-height: 9999px;
    -webkit-transition: max-height 1.2s cubic-bezier(.5, 0, 1, 0);
    -o-transition: max-height 1.2s cubic-bezier(.5, 0, 1, 0);
    -moz-transition: max-height 1.2s cubic-bezier(.5, 0, 1, 0);
    transition: max-height 1.2s cubic-bezier(.5, 0, 1, 0)
}

.sq-case-image-action {
    position: relative;
    z-index: 1;
    margin: 25px 0 0;
    text-align: center
}

.sq-case-adv {
    margin: 60px 0 0;
    color: #fff
}

.sq-case-adv-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.sq-case-adv-grid-col {
    margin: 0 0 25px
}

.sq-case-adv-grid-col:last-child {
    padding: 0;
    margin: 0
}

@media (min-width:768px) {
    .sq-case-adv-grid {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .sq-case-adv-grid-col {
        padding: 0 40px 0 0;
        margin: 0
    }
}

.sq-case-adv-container {
    margin: 0 0 0 54px;
    height: 100%
}

@media (min-width:375px) {
    .sq-case-adv-container {
        margin: 0 0 0 60px
    }
}

@media (min-width:768px) {
    .sq-case-adv-container {
        margin: 0 0 0 72px
    }
}

@media (min-width:1024px) {
    .sq-case-adv-grid-col {
        padding: 0 50px 0 0
    }

    .sq-case-adv-container {
        margin: 0 0 0 44px
    }
}

@media (min-width:1280px) {
    .sq-case-adv-grid-col {
        padding: 0 40px 0 0
    }

    .sq-case-adv-container {
        margin: 0 0 0 97px
    }
}

@media (min-width:1440px) {
    .sq-case-figure.-two {
        left: -155px
    }

    .sq-case-adv-grid-col {
        padding: 0 50px 0 0
    }

    .sq-case-adv-container {
        margin: 0 0 0 104px
    }
}

.sq-case-adv-box {
    width: 100%;
    height: 236px;
    margin: 0 0 40px;
    background: #f7ce68;
    background: -moz-linear-gradient(left, #f7ce68 0, #fbab7e 100%);
    background: -webkit-linear-gradient(left, #f7ce68 0, #fbab7e 100%);
    background: -webkit-gradient(linear, left top, right top, from(#f7ce68), to(#fbab7e));
    background: -o-linear-gradient(left, #f7ce68 0, #fbab7e 100%);
    background: linear-gradient(to right, #f7ce68 0, #fbab7e 100%);
    -webkit-box-shadow: 30px 21px 64px rgba(250, 181, 121, .42);
    -moz-box-shadow: 30px 21px 64px rgba(250, 181, 121, .42);
    box-shadow: 30px 21px 64px rgba(250, 181, 121, .42);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

@media (min-width:375px) {
    .sq-case-adv-box {
        margin: 0 0 50px
    }
}

@media (min-width:768px) {
    .sq-case-adv-box {
        width: 466px;
        height: 137px;
        margin: 0 0 50px
    }
}

@media (min-width:1024px) {
    .sq-case-adv-box {
        margin: 0 0 60px
    }
}

.sq-case-adv-action {
    position: relative;
    z-index: 1;
    text-align: center
}

@media (min-width:768px) {
    .sq-case-adv-action {
        text-align: left
    }
}

.sq-brand.-center,
.sq-sheet-image {
    text-align: center
}

.sq-case-adv-title {
    font-size: 36px;
    letter-spacing: -.43px;
    line-height: 40px;
    font-weight: 700
}

@media (min-width:1280px) {
    .sq-case-adv-box {
        width: 578px;
        height: 170px;
        margin: 0 0 70px
    }

    .sq-case-adv-title {
        margin: 0 0 7px;
        font-size: 46px;
        letter-spacing: -.58px
    }
}

.sq-case-adv-description {
    font-size: 20px;
    letter-spacing: -.24px;
    line-height: 32px
}

.sq-case-carousel {
    position: relative;
    margin: 80px 0 50px
}

.sq-case-carousel-container {
    position: relative;
    padding: 0 12px
}

@media (min-width:375px) {
    .sq-case-carousel-container {
        padding: 0 19px
    }
}

@media (min-width:768px) {
    .sq-case-carousel {
        margin: 80px 0 90px
    }

    .sq-case-carousel-container {
        padding: 0 56px
    }
}

@media (min-width:1024px) {
    .sq-case-carousel {
        margin: 80px 0 110px
    }

    .sq-case-carousel-container {
        padding: 0 84px
    }
}

@media (min-width:1280px) {
    .sq-case-adv-description {
        font-size: 24px;
        letter-spacing: -.29px
    }

    .sq-case-carousel {
        margin: 125px 0 80px
    }

    .sq-case-carousel-container {
        padding: 0 134px
    }
}

@media (min-width:1440px) {
    .sq-case-carousel {
        margin: 125px 0 50px
    }

    .sq-case-carousel-container {
        width: 1200px;
        margin: 0 auto;
        padding: 0
    }
}

.sq-case-carousel-nav {
    display: none
}

.sq-case-carousel-nav-item {
    position: absolute;
    top: 80px;
    z-index: 3
}

@media (min-width:1280px) {
    .sq-case-carousel-nav-item {
        top: 110px
    }
}

.sq-case-carousel-nav-item button {
    width: 40px;
    height: 40px;
    font-size: 15px;
    line-height: 1;
    background: 0 0;
    border: none
}

.sq-case-carousel-nav-item button:hover .sq-case-carousel-nav-item-fill {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9)
}

.sq-case-carousel-nav-item-fill {
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #e9ebf0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: transform .25s cubic-bezier(.25, .25, .5, 1.9);
    transition: transform .25s cubic-bezier(.25, .25, .5, 1.9), -webkit-transform .25s cubic-bezier(.25, .25, .5, 1.9), -moz-transform .25s cubic-bezier(.25, .25, .5, 1.9), -o-transform .25s cubic-bezier(.25, .25, .5, 1.9)
}

.sq-sheet-container {
    position: relative;
    padding: 0 20px;
    margin: 0 auto
}

@media (min-width:768px) {
    .sq-sheet-container {
        width: 702px;
        padding: 0
    }
}

@media (min-width:1024px) {
    .sq-case-carousel-nav {
        display: block
    }

    .sq-case-carousel-nav-item.-prev {
        left: 25px
    }

    .sq-case-carousel-nav-item.-next {
        right: 25px
    }

    .sq-sheet-container {
        width: 916px
    }
}

@media (min-width:1280px) {
    .sq-case-carousel-nav-item.-prev {
        left: 60px
    }

    .sq-case-carousel-nav-item.-next {
        right: 60px
    }

    .sq-sheet-container {
        width: 1011px
    }
}

@media (min-width:1440px) {
    .sq-case-carousel-nav-item.-prev {
        left: -80px
    }

    .sq-case-carousel-nav-item.-next {
        right: -80px
    }

    .sq-sheet-container {
        width: 702px;
        padding: 0;
        display: inline-block
    }
}

.sq-sheet-item {
    position: relative;
    margin: 0 0 40px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    z-index: 1
}

@media (min-width:768px) {
    .sq-sheet-item {
        display: inline-block;
        vertical-align: middle;
        width: 339px;
        height: 610px;
        margin: 0 19px 0 0
    }

    .sq-sheet-item:last-child {
        margin: 0
    }
}

@media (min-width:1440px) {
    .sq-sheet-item {
        height: 450px
    }
}

.sq-sheet-item-wrap {
    padding: 30px 0 45px
}

@media (min-width:768px) {
    .sq-sheet-item-wrap {
        padding: 40px 0 0
    }
}

@media (min-width:1024px) {
    .sq-sheet-item {
        display: block;
        width: 100%;
        height: 450px;
        margin: 0 0 40px
    }

    .sq-sheet-item-wrap {
        padding: 0;
        height: 100%
    }

    .sq-sheet-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        height: 100%;
        width: 100%
    }
}

.sq-sheet-grid-col {
    margin: 0 0 12px
}

.sq-sheet-grid-col:last-child {
    margin: 0
}

@media (min-width:375px) {
    .sq-sheet-grid-col {
        margin: 0 0 23px
    }
}

@media (min-width:768px) {
    .sq-sheet-grid-col {
        margin: 0 0 68px
    }
}

@media (min-width:1024px) {
    .sq-sheet-grid-col {
        margin: 0
    }

    .sq-sheet-grid-col.-left {
        width: 48%
    }

    .sq-sheet-grid-col.-right {
        width: 52%
    }
}

.sq-sheet-body {
    padding: 0 23px
}

@media (min-width:768px) {
    .sq-sheet-grid-col.-xs {
        margin: 0 0 18px
    }

    .sq-sheet-body {
        padding: 0 31px
    }
}

@media (min-width:1024px) {
    .sq-sheet-grid-col.-xs {
        margin: 0
    }

    .sq-sheet-body {
        max-width: 462px;
        padding: 0
    }
}

@media (min-width:1440px) {
    .sq-sheet-body {
        max-width: 415px
    }
}

.sq-sheet-title {
    margin: 0 0 20px
}

@media (min-width:1024px) {
    .sq-sheet-title {
        margin: 0 0 23px
    }
}

.sq-sheet-title h2 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    letter-spacing: -.29px;
    line-height: 34px
}

@media (min-width:1024px) {
    .sq-sheet-title h2 {
        font-size: 32px;
        letter-spacing: -.38px;
        line-height: 52px
    }
}

.sq-sheet-description {
    font-size: 14px;
    letter-spacing: .24px;
    line-height: 30px
}

.sq-privacy-description {
    font-size: 15px;
    letter-spacing: .3px;
    line-height: 34px
}

.sq-privacy-subtitle {
    font-size: 15px;
    letter-spacing: -.37px;
    line-height: 32px
}

.sq-sheet-image {
    max-width: 210px;
    margin: 0 auto
}

.sq-sheet-image img:not(.-small) {
    width: 100%
}

.sq-sheet-image img.-small {
    width: 80%
}

.sq-sheet-figure {
    display: none;
    position: absolute;
    z-index: 2
}

.sq-sheet-figure:nth-child(1) {
    top: -60px;
    right: -60px
}

.sq-sheet-figure:nth-child(2) {
    left: -80px;
    bottom: -100px
}

.sq-brand {
    background: #fbfcfc
}

.sq-brand-wrap {
    padding: 50px 0
}

@media (min-width:375px) {
    .sq-brand-wrap {
        padding: 50px 0 70px
    }
}

@media (min-width:768px) {
    .sq-sheet-figure {
        display: block
    }

    .sq-brand-wrap {
        padding: 0 0 50px
    }
}

@media (min-width:1024px) {
    .sq-sheet-description {
        font-size: 16px;
        letter-spacing: .3px;
        line-height: 34px
    }

    .sq-sheet-image {
        max-width: 300px
    }

    .sq-sheet-image img {
        width: auto
    }

    .sq-sheet-figure:nth-child(1) {
        top: -60px;
        right: -40px
    }

    .sq-sheet-figure:nth-child(2) {
        left: -80px;
        bottom: 0
    }

    .sq-brand-wrap {
        padding: 0 0 60px
    }
}

@media (min-width:1280px) {
    .sq-sheet-image {
        max-width: 310px
    }

    .sq-sheet-figure:nth-child(1) {
        top: -60px;
        right: 0
    }

    .sq-brand-wrap {
        padding: 0 0 100px
    }
}

@media (min-width:1440px) {
    .sq-sheet-image {
        max-width: 330px
    }

    .sq-brand-wrap {
        padding: 45px 0 150px
    }
}

.sq-brand-container {
    max-width: 691px;
    margin: 0 auto;
    padding: 0 12px
}

.sq-brand-title {
    margin: 0 0 20px;
    font-size: 20px;
    letter-spacing: -.24px;
    line-height: 34px
}

@media (min-width:375px) {
    .sq-brand-container {
        padding: 0 19px
    }

    .sq-brand-title {
        font-size: 20px;
        letter-spacing: -.24px
    }
}

@media (min-width:1024px) {
    .sq-brand-title {
        font-size: 24px;
        letter-spacing: -.29px
    }
}

@media (min-width:1280px) {
    .sq-brand-title {
        margin: 0 0 30px;
        font-size: 26px;
        letter-spacing: -.31px
    }
}

@media (min-width:1440px) {
    .sq-brand-title {
        margin: 0 0 60px
    }
}

.sq-brand-items-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 20px 0
}

@media (min-width:768px) {
    .sq-brand-container {
        padding: 0
    }

    .sq-brand-title {
        text-align: center;
        line-height: 52px
    }

    .sq-brand-items {
        text-align: center
    }

    .sq-brand-items-item {
        margin: 0 40px 0 0
    }
}

@media (min-width:1024px) {
    .sq-brand-items-item {
        margin: 0 50px 0 0
    }
}

@media (min-width:1280px) {
    .sq-brand-items-item {
        margin: 0 80px 0 0
    }
}

.sq-brand-items-item:last-child {
    margin: 0
}

.sq-brand-items-item img {
    max-width: 75%
}

.sq-review {
    position: relative
}

.sq-review-fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 75% center;
    background-repeat: no-repeat
}

.sq-review-wrap {
    position: relative;
    padding: 220px 0 0
}

@media (min-width:375px) {
    .sq-review-wrap {
        padding: 235px 0 0
    }
}

@media (min-width:768px) {
    .sq-review-wrap {
        padding: 220px 0 0
    }
}

@media (min-width:1024px) {
    .sq-brand-items-item img {
        max-width: 90%
    }

    .sq-review-wrap {
        padding: 260px 0 0
    }
}

@media (min-width:1280px) {
    .sq-brand-items-item img {
        max-width: 100%
    }

    .sq-review-wrap {
        padding: 290px 0 0
    }
}

.sq-review-container {
    position: relative;
    padding: 0 19px
}

@media (min-width:375px) {
    .sq-review-container {
        padding: 0 35px
    }
}

@media (min-width:768px) {
    .sq-review-container {
        padding: 0 56px
    }
}

@media (min-width:1024px) {
    .sq-review-container {
        padding: 0 54px
    }
}

@media (min-width:1280px) {
    .sq-review-container {
        padding: 0 62px
    }
}

@media (min-width:1440px) {
    .sq-review-container {
        width: 1200px;
        margin: 0 auto;
        padding: 0
    }
}

.sq-review-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .sq-review-grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .sq-review-grid-col.-left {
        width: 320px
    }
}

.sq-review-grid-col.-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.sq-review-quote {
    max-width: 46px;
    position: absolute;
    left: -7px;
    top: 310px
}

@media (min-width:768px) {
    .sq-review-quote {
        position: relative;
        left: 320px;
        top: 0;
        max-width: 100%
    }
}

@media (min-width:1024px) {
    .sq-review-grid-col.-left {
        width: 360px
    }

    .sq-review-quote {
        left: 360px
    }
}

@media (min-width:1280px) {
    .sq-review-grid-col.-left {
        width: 400px
    }

    .sq-review-quote {
        left: 440px
    }
}

@media (min-width:1440px) {
    .sq-review-grid-col.-left {
        width: 420px
    }

    .sq-review-quote {
        left: 460px
    }
}

.sq-review-quote img {
    max-width: 100%
}

.sq-review-nav {
    display: none
}

.sq-review-nav-item {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 3
}

.sq-review-nav-item button {
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 1;
    background: 0 0;
    border: none
}

.sq-review-nav-item button:hover .sq-review-nav-item-fill {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9)
}

.sq-review-nav-item-fill {
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #e9ebf0;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.25, .25, .5, 1.9);
    -o-transition: -o-transform .25s cubic-bezier(.25, .25, .5, 1.9);
    -moz-transition: transform .25s cubic-bezier(.25, .25, .5, 1.9), -moz-transform .25s cubic-bezier(.25, .25, .5, 1.9);
    transition: transform .25s cubic-bezier(.25, .25, .5, 1.9);
    transition: transform .25s cubic-bezier(.25, .25, .5, 1.9), -webkit-transform .25s cubic-bezier(.25, .25, .5, 1.9), -moz-transform .25s cubic-bezier(.25, .25, .5, 1.9), -o-transform .25s cubic-bezier(.25, .25, .5, 1.9)
}

.sq-review-nav-item.-prev {
    left: 0
}

.sq-review-nav-item.-next {
    right: 0
}

@media (min-width:1024px) {
    .sq-review-nav {
        display: block
    }

    .sq-review-nav-item.-prev {
        left: 30px
    }

    .sq-review-nav-item.-next {
        right: 30px
    }
}

@media (min-width:1280px) {
    .sq-review-nav-item.-prev {
        left: 60px
    }

    .sq-review-nav-item.-next {
        right: 60px
    }
}

@media (min-width:1440px) {
    .sq-review-nav-item.-prev {
        left: 0
    }

    .sq-review-nav-item.-next {
        right: 0
    }
}

.sq-review-dots {
    margin: 10px 0 0
}

@media (min-width:768px) {
    .sq-review-dots {
        position: absolute;
        bottom: 80px;
        left: 375px;
        z-index: 2;
        margin: 0
    }

    .sq-review-item {
        min-height: 452px
    }
}

@media (min-width:1024px) {
    .sq-review-dots {
        left: 475px;
        bottom: 122px
    }
}

@media (min-width:1280px) {
    .sq-review-dots {
        left: 565px
    }
}

@media (min-width:1440px) {
    .sq-review-dots {
        left: 519px
    }
}

.sq-review-dots button {
    display: inline-block;
    vertical-align: middle;
    width: 4px;
    height: 4px;
    padding: 0;
    margin: 0 20px 0 0;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(65, 77, 91, .3)
}

.sq-review-dots button.active {
    width: 8px;
    height: 8px;
    background: #4c55a6
}

@media (min-width:1024px) {
    .sq-review-body {
        padding: 0 60px
    }
}

.sq-review-item {
    padding: 40px 0 20px
}

.sq-review-bg {
    position: relative;
    width: 300px;
    height: 309px
}

@media (min-width:768px) {
    .sq-review-bg {
        width: 370px;
        height: 379px
    }
}

@media (min-width:1024px) {
    .sq-review-item {
        min-height: 480px
    }

    .sq-review-bg {
        width: 410px;
        height: 419px
    }
}

@media (min-width:1280px) {
    .sq-review-bg {
        width: 440px;
        height: 449px
    }
}

.sq-review-bg-fill,
.sq-review-bg-fill svg {
    height: 100%;
    width: 100%
}

.sq-review-bg-fill {
    position: absolute
}

.sq-review-bg-figure {
    position: absolute;
    left: -12px;
    bottom: -65px;
    z-index: 2;
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -ms-transform: scale(.9);
    -o-transform: scale(.9);
    transform: scale(.9)
}

@media (min-width:375px) {
    .sq-review-bg-figure {
        left: -12px;
        bottom: -75px
    }
}

@media (min-width:768px) {
    .sq-review-bg-figure {
        left: 0;
        bottom: -55px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

.sq-review-bg-figure img {
    width: 100%
}

.sq-review-bg-photo {
    position: absolute;
    top: -20px;
    left: 120px;
    z-index: 2
}

@media (min-width:768px) {
    .sq-review-bg-photo {
        top: -30px;
        left: 145px
    }
}

@media (min-width:1024px) {
    .sq-review-bg-figure {
        bottom: -45px
    }

    .sq-review-bg-photo {
        top: -14px;
        left: 185px
    }
}

.sq-review-bg-photo svg {
    width: 120px;
    height: 115px;
    -webkit-transform: scale(.79);
    -moz-transform: scale(.79);
    -ms-transform: scale(.79);
    -o-transform: scale(.79);
    transform: scale(.79)
}

.sq-action-grid,
.sq-action-grid-col.-left {
    width: 100%
}

.sq-review-brief {
    position: absolute;
    top: 70px;
    left: 65px;
    z-index: 1;
    max-width: 100px;
    color: #fff
}

@media (min-width:375px) {
    .sq-review-brief {
        top: 67px;
        left: 53px
    }
}

.sq-review-brief-title {
    margin: 0 0 12px;
    font-size: 38px;
    letter-spacing: -.46px;
    line-height: 40px;
    font-weight: 700
}

@media (min-width:768px) {
    .sq-review-bg-photo svg {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }

    .sq-review-brief {
        top: 90px;
        left: 75px;
        max-width: 152px
    }

    .sq-review-brief-title {
        margin: 0 0 19px;
        font-size: 38px;
        letter-spacing: -.58px;
        line-height: 40px
    }
}

@media (min-width:1024px) {
    .sq-review-brief {
        top: 95px;
        left: 85px
    }

    .sq-review-brief-title {
        margin: 0 0 23px;
        font-size: 38px;
        letter-spacing: -.67px;
        line-height: 40px
    }
}

.sq-review-brief-subtitle {
    font-size: 14px;
    letter-spacing: -.19px;
    line-height: 18px
}

@media (min-width:768px) {
    .sq-review-brief-subtitle {
        font-size: 18px;
        letter-spacing: -.22px;
        line-height: 30px
    }
}

@media (min-width:1024px) {
    .sq-review-brief-subtitle {
        font-size: 24px;
        letter-spacing: -.29px;
        line-height: 32px
    }
}

.sq-review-text {
    margin: 0 0 10px;
    font-size: 14px;
    letter-spacing: -.27px;
    line-height: 34px
}

@media (min-width:768px) {
    .sq-review-text {
        margin: 20px 0
    }
}

@media (min-width:1024px) {
    .sq-review-text {
        font-size: 16px;
        letter-spacing: -.27px;
        line-height: 34px
    }
}

@media (min-width:1280px) {
    .sq-review-bg-figure {
        bottom: -35px
    }

    .sq-review-brief {
        top: 110px;
        left: 90px
    }

    .sq-review-text {
        padding: 0 89px 0 0;
        font-size: 18px;
        letter-spacing: -.3px;
        line-height: 40px
    }
}

@media (min-width:1440px) {
    .sq-review-text {
        padding: 0 100px 0 0
    }
}

.sq-review-author {
    font-size: 14px;
    letter-spacing: .44px;
    line-height: 34px;
    font-weight: 600;
    color: rgba(65, 77, 91, .4)
}

.sq-review-author span {
    font-weight: 400
}

.sq-review.-top {
    margin-top: -120px
}

@media (min-width:768px) {
    .sq-review.-top {
        margin-top: -60px
    }
}

.sq-action-wrap {
    padding: 0 0 50px
}

@media (min-width:375px) {
    .sq-action-wrap {
        padding: 0 0 60px
    }
}

@media (min-width:1024px) {
    .sq-review-author {
        font-size: 16px;
        letter-spacing: .5px;
        line-height: 34px
    }

    .sq-action-wrap {
        padding: 0 0 80px
    }
}

@media (min-width:1280px) {
    .sq-action-wrap {
        padding: 0 0 130px
    }
}

@media (min-width:1440px) {
    .sq-action-wrap {
        padding: 0 0 160px
    }
}

.sq-action-box {
    position: relative;
    background: #4c55a6;
    background: -moz-linear-gradient(left, #4c55a6 0, #5163de 100%);
    background: -webkit-linear-gradient(left, #4c55a6 0, #5163de 100%);
    background: -webkit-gradient(linear, left top, right top, from(#4c55a6), to(#5163de));
    background: -o-linear-gradient(left, #4c55a6 0, #5163de 100%);
    background: linear-gradient(to right, #4c55a6 0, #5163de 100%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 20px 32px 45px rgba(76, 85, 166, .25);
    -moz-box-shadow: 20px 32px 45px rgba(76, 85, 166, .25);
    box-shadow: 20px 32px 45px rgba(76, 85, 166, .25)
}

.sq-action-box-wrap {
    padding: 30px 0 40px
}

@media (min-width:375px) {
    .sq-action-box-wrap {
        padding: 35px 0 45px
    }

    .sq-action-button {
        margin: 0 0 8px
    }
}

@media (min-width:1024px) {
    .sq-action-box-wrap {
        padding: 35px 0 40px
    }
}

@media (min-width:1280px) {
    .sq-action-box-wrap {
        padding: 37px 0
    }
}

.sq-action-box-container {
    padding: 0 24px
}

@media (min-width:375px) {
    .sq-action-box-container {
        padding: 0 37px
    }
}

@media (min-width:768px) {
    .sq-action-box-container {
        padding: 0 72px
    }
}

@media (min-width:1024px) {
    .sq-action-box-container {
        padding: 0 46px
    }

    .sq-action-grid {
        display: table
    }
}

@media (min-width:1280px) {
    .sq-action-box-container {
        padding: - 52px 0
    }
}

@media (min-width:1440px) {
    .sq-action-box-container {
        padding: 0 103px
    }
}

@media (min-width:768px) {
    .sq-action-grid-col {
        display: inline-block;
        vertical-align: bottom
    }
}

@media (min-width:1024px) {
    .sq-action-grid-col {
        display: table-cell;
        vertical-align: bottom
    }

    .sq-action-grid-col.-left {
        width: 267px
    }
}

.sq-social-item,
.sq-social-item-icon {
    vertical-align: middle;
    display: inline-block
}

@media (min-width:1280px) {
    .sq-action-grid-col.-left {
        width: 290px
    }
}

.sq-action-grid-col.-right {
    text-align: right;
    width: 208px
}

.sq-action-title {
    margin: 0 0 36px;
    font-size: 20px;
    letter-spacing: -.24px;
    line-height: 36px;
    font-weight: 700;
    color: #fff
}

@media (min-width:375px) {
    .sq-action-title {
        margin: 0 0 38px
    }
}

@media (min-width:768px) {
    .sq-action-title {
        margin: 0 0 10px !important
    }
}

.sq-action-button {
    margin: 0 0 14px
}

@media (min-width:1024px) {
    .sq-action-title {
        margin: 0;
        font-size: 24px;
        letter-spacing: -.29px;
        line-height: 40px
    }
}

.sq-action-input {
    margin: 0 0 25px
}

@media (min-width:768px) {
    .sq-action-input {
        width: 278px;
        padding: 0 25px 0 0;
        margin: 0
    }
}

@media (min-width:1024px) {
    .sq-action-input {
        width: 100%;
        padding: 25px 5px 0 60px
    }
}

@media (min-width:1280px) {
    .sq-action-title {
        font-size: 26px;
        letter-spacing: -.31px;
        line-height: 40px
    }

    .sq-action-input {
        padding: 25px 20px 0 141px
    }
}

.sq-action.-inverse {
    background: #fbfcfc
}

.sq-social-title {
    margin: 0 0 21px;
    font-size: 14px;
    letter-spacing: .02px;
    line-height: 19px
}

@media (min-width:1024px) {
    .sq-social-title {
        display: inline-block;
        vertical-align: middle;
        margin: 0 25px 0 0
    }
}

@media (min-width:1440px) {
    .sq-action-input {
        padding: 25px 20px 0 120px
    }

    .sq-social-title {
        display: block;
        margin: 0 0 29px
    }
}

@media (min-width:1024px) {
    .sq-social-items {
        display: inline-block;
        vertical-align: middle
    }
}

.sq-social-item {
    margin: 0 0 0 14px;
    width: 52px;
    height: 52px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: rgba(65, 77, 91, .05);
    font-size: 14px;
    letter-spacing: .17px;
    line-height: 52px;
    text-align: center;
    overflow: hidden
}

.sq-social-item:first-child {
    margin: 0
}

.sq-social-item:focus,
.sq-social-item:hover {
    background: rgba(65, 77, 91, .08);
    text-decoration: none
}

.sq-social-item:hover>span {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    transform: rotateX(90deg)
}

.sq-social-item:hover>span>span {
    opacity: 1;
    -webkit-transition-delay: 50ms;
    -moz-transition-delay: 50ms;
    -o-transition-delay: 50ms;
    transition-delay: 50ms;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg)
}

@media (min-width:1440px) {
    .sq-social-items {
        display: block
    }

    .sq-social-item {
        width: 124px;
        height: 52px;
        padding: 0 0 0 16px;
        text-align: left
    }

    .sq-social-item span {
        margin: 0 10px 0 0
    }
}

.sq-social-item span:last-child {
    margin: 0
}

.sq-social-item>span {
    display: inline-block;
    position: relative;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: all .3s ease-in-out
}

.sq-social-item>span>span {
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.sq-social-item-icon {
    color: #4c55a6
}

.sq-social-item-icon.-facebook,
.sq-social-item-icon.-google {
    font-size: 17px
}

.sq-social-item-icon.-github {
    font-size: 18px
}

.sq-social-item-text {
    display: none
}

@media (min-width:1440px) {
    .sq-social-item-text {
        display: inline-block;
        vertical-align: middle
    }
}

.sq-feature,
.sq-feature-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    width: 100%
}

.sq-feature {
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sq-feature:after,
.sq-feature:before {
    content: " ";
    display: table
}

.sq-feature-wrap {
    width: 100%;
    padding: 80px 0 71px
}

@media (min-width:768px) {
    .sq-feature-wrap {
        padding: 80px 0 61px
    }
}

@media (min-width:1024px) {
    .sq-feature-wrap {
        padding: 85px 0 61px
    }
}

@media (min-width:1280px) {
    .sq-feature-wrap {
        padding: 65px 0 61px
    }
}

@media (min-width:1440px) {
    .sq-feature-wrap {
        padding: 21px 0 61px
    }
}

.sq-feature-wrap.-xs {
    padding: 0 0 161px
}

.sq-feature-wrap.-sm {
    padding: 0 0 50px
}

@media (min-width:375px) {
    .sq-feature-wrap.-sm {
        padding: 120px 0 70px
    }
}

@media (min-width:360px) {
    .sq-feature-wrap.-sm {
        padding: 260px 0 70px
    }
}

@media (min-width:420px) {
    .sq-feature-wrap.-sm {
        padding: 260px 0 70px
    }
}

@media (min-width:480px) {
    .sq-feature-wrap.-sm {
        padding: 180px 0 70px
    }
}

.sq-feature-figure {
    position: absolute;
    z-index: 2
}

.sq-feature-figure.-one {
    bottom: -20px;
    right: -75px
}

@media (min-width:375px) {
    .sq-feature-figure.-one {
        bottom: -65px;
        right: -85px
    }
}

@media (min-width:768px) {
    .sq-feature-wrap.-sm {
        padding: 180px 0 80px
    }

    .sq-feature-figure.-one {
        bottom: -40px;
        right: -80px;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8)
    }
}

@media (min-width:1024px) {
    .sq-feature-wrap.-sm {
        padding: 160px 0 80px
    }

    .sq-feature-figure.-one {
        bottom: 10px;
        right: -100px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1)
    }
}

@media (min-width:1280px) {
    .sq-feature-wrap.-sm {
        padding: 122px 0 80px
    }

    .sq-feature-figure.-one {
        bottom: 30px;
        right: -110px
    }
}

@media (min-width:1440px) {
    .sq-feature-wrap.-sm {
        padding: 100px 0 80px
    }

    .sq-feature-figure.-one {
        bottom: 30px;
        right: -110px
    }
}

.sq-feature-figure.-two {
    bottom: -55px;
    right: -45px;
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7)
}

@media (min-width:375px) {
    .sq-feature-figure.-two {
        bottom: -65px;
        right: -45px
    }
}

@media (min-width:768px) {
    .sq-feature-figure.-two {
        bottom: -50px;
        right: -90px
    }

    .sq-feature-body {
        max-width: 472px
    }
}

@media (min-width:1024px) {
    .sq-feature-figure.-two {
        bottom: -25px;
        right: -90px;
        -webkit-transform: scale(.9);
        -moz-transform: scale(.9);
        -ms-transform: scale(.9);
        -o-transform: scale(.9);
        transform: scale(.9)
    }
}

.sq-feature-body ol {
    padding: 0 0 0 20px;
    margin: 10px 0 0;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 34px
}

@media (min-width:768px) {
    .sq-feature-body.-lg {
        max-width: 576px
    }

    .sq-feature-body ol {
        margin: 60px 0 0;
        font-size: 16px
    }
}

.sq-feature-body ol li {
    padding: 0 0 0 28px;
    margin: 0 0 25px
}

.sq-feature-body ol li:last-child {
    margin: 0
}

.sq-feature-grid {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:768px) {
    .sq-feature-grid {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

@media (min-width:1440px) {
    .sq-feature-figure.-two {
        bottom: -30px;
        right: -85px
    }

    .sq-feature-grid {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.sq-feature-grid-col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 55px;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px
}

.sq-feature-grid-col:last-child {
    margin: 0
}

.sq-feature-grid-col.-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (min-width:768px) {
    .sq-feature-grid-col {
        width: 50%;
        margin: 0
    }

    .sq-feature-grid-col.-right {
        padding: 0 0 0 10px
    }
}

@media (min-width:1024px) {
    .sq-feature-grid-col.-right {
        padding: 0
    }
}

.sq-feature-grid-col.-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

@media (min-width:1280px) {
    .sq-feature-figure.-two {
        bottom: -30px;
        right: -85px
    }

    .sq-feature-grid-col.-p-right {
        padding: 0 20px 0 0
    }
}

@media (min-width:1440px) {
    .sq-feature-grid-col.-xl-left {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .sq-feature-grid-col.-p-right {
        padding: 0 30px 0 0
    }
}

@media (min-width:768px) {
    .sq-feature-grid-col.-p-left {
        padding: 0 20px
    }
}

@media (min-width:1024px) {
    .sq-feature-grid-col.-p-left {
        padding: 0 0 0 40px
    }
}

@media (min-width:1440px) {
    .sq-feature-grid-col.-p-left {
        padding: 0 0 0 80px
    }
}

@media (min-width:1280px) {
    .sq-feature-grid-col.-p-left-lg {
        padding: 0 0 0 40px
    }
}

@media (min-width:1440px) {
    .sq-feature-grid-col.-p-left-lg {
        padding: 0 0 0 90px
    }
}

.sq-feature-grid-col.-start {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) {
    .sq-feature-grid-col.-start {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media (min-width:1280px) {
    .sq-feature-grid-col.-start {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.sq-feature-grid-col.-end {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (min-width:768px) {
    .sq-feature-grid-col.-end {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width:1280px) {
    .sq-feature-grid-col.-end {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .sq-feature-grid.-indent {
        padding: 0 52px
    }
}

@media (min-width:1024px) {
    .sq-feature-grid.-top {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.sq-feature-grid.-center {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sq-feature-grid.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

@media (min-width:768px) {
    .sq-feature-grid.-reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.sq-contact-form-grid,
.sq-price-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal
}

.sq-feature-title {
    margin: 0 0 20px
}

@media (min-width:768px) {
    .sq-feature-title {
        margin: 0 0 30px
    }
}

@media (min-width:1280px) {
    .sq-feature-title {
        margin: 0 0 40px
    }
}

.sq-feature-title h2 {
    margin: 0;
    padding: 0;
    font-size: 28px;
    letter-spacing: -.34px;
    line-height: 44px
}

@media (min-width:768px) {
    .sq-feature-title h2 {
        font-size: 32px;
        letter-spacing: -.38px;
        line-height: 52px
    }

    .sq-feature-description {
        font-size: 16px
    }
}

.sq-feature-description {
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 34px
}

.sq-feature-description p {
    margin: 0 0 30px
}

.sq-feature-description p:last-child {
    margin: 0
}

.sq-feature-description p.-xs {
    margin: 0 0 45px
}

.sq-feature-brief {
    max-width: 510px;
    font-size: 22px;
    letter-spacing: -.26px;
    line-height: 34px
}

.sq-feature-image {
    position: relative;
    max-width: 330px;
    text-align: center;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0;
    -moz-transform-origin: 0;
    -ms-transform-origin: 0;
    -o-transform-origin: 0;
    transform-origin: 0;
    will-change: transform
}

.sq-feature-image img {
    width: 85%
}

.sq-footer-grid,
.sq-footer-logo img {
    width: 100%
}

@media (min-width:768px) {
    .sq-feature-brief {
        font-size: 24px;
        letter-spacing: -.29px;
        line-height: 34px
    }

    .sq-feature-image {
        max-width: 100%
    }

    .sq-feature-image img {
        width: 100%
    }
}

.sq-feature-image.-xs {
    max-width: 231px
}

@media (min-width:768px) {
    .sq-feature-image.-xs {
        max-width: 325px
    }
}

@media (min-width:1024px) {
    .sq-feature-brief {
        font-size: 26px;
        letter-spacing: -.31px;
        line-height: 44px
    }

    .sq-feature-image.-xs {
        max-width: 440px
    }
}

@media (min-width:1280px) {
    .sq-feature-image.-xs {
        max-width: 520px
    }
}

@media (min-width:1440px) {
    .sq-feature-grid.-indent {
        padding: 0
    }

    .sq-feature-image.-xs {
        max-width: 573px
    }
}

.sq-feature-image.-sm {
    max-width: 231px
}

@media (min-width:768px) {
    .sq-feature-image.-sm {
        max-width: 258px
    }
}

@media (min-width:1024px) {
    .sq-feature-image.-sm {
        max-width: 297px
    }
}

@media (min-width:1280px) {
    .sq-feature-image.-sm {
        max-width: 383px
    }
}

.sq-feature-image.-md {
    max-width: 231px
}

@media (min-width:768px) {
    .sq-feature-image.-md {
        max-width: 258px
    }
}

@media (min-width:1024px) {
    .sq-feature-image.-md {
        max-width: 297px
    }
}

@media (min-width:1280px) {
    .sq-feature-image.-md {
        max-width: 445px
    }
}

.sq-feature-image.-lg {
    max-width: 260px
}

@media (min-width:768px) {
    .sq-feature-image.-lg {
        max-width: 320px
    }
}

@media (min-width:1024px) {
    .sq-feature-image.-lg {
        max-width: 390px
    }
}

.sq-feature-action {
    margin: 20px 0 0
}

.sq-feature-action2 {
    margin: auto;
    line-height: 42px;
    letter-spacing: -.2px;
    font-size: 17px
}

@media (min-width:768px) {
    .sq-feature-action {
        margin: 30px 0 0
    }
}

@media (min-width:1280px) {
    .sq-feature-image.-lg {
        max-width: 460px
    }

    .sq-feature-action {
        margin: 30px 0 0
    }
}

.sq-feature-action1 {
    margin: 20px 0 0
}

.sq-footer {
    background: #fff
}

.sq-footer-wrap {
    padding: 0 0 40px
}

@media (min-width:768px) {
    .sq-feature-action1 {
        margin: 30px 0 0
    }

    .sq-footer-wrap {
        padding: 0 0 50px
    }
}

@media (min-width:1024px) {
    .sq-footer-wrap {
        padding: 0 0 50px
    }
}

@media (min-width:1280px) {
    .sq-feature-action1 {
        margin: 10px 0 0
    }

    .sq-footer-wrap {
        padding: 0 0 50px
    }
}

@media (min-width:1440px) {
    .sq-feature-image.-lg {
        max-width: 555px
    }

    .sq-footer-wrap {
        padding: 0 0 50px
    }
}

@media (max-width:1023px) {

    .sq-footer-grid:after,
    .sq-footer-grid:before {
        content: " ";
        display: table
    }

    .sq-footer-grid:after {
        clear: both
    }
}

@media (min-width:1024px) {
    .sq-footer-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .sq-footer-grid-col.-left {
        float: left;
        max-height: 201px
    }
}

.sq-footer-grid-col.-center {
    max-height: 201px
}

@media (max-width:550px) {
    .sq-footer-grid-col.-right {
        display: inline-block;
        vertical-align: top;
        float: left;
        max-height: 181px;
        margin-top: 170px !important
    }
}

@media (min-width:768px) {
    .sq-footer-grid-col.-center {
        display: inline-block;
        vertical-align: top;
        float: left;
        max-height: 181px !important
    }
}

@media (min-width:1024px) {
    .sq-footer-grid-col.-center {
        display: block;
        float: none;
        max-height: 100%;
        padding: -
    }
}

.sq-footer-row {
    padding: 0 0 15px
}

@media (min-width:768px) {
    .sq-footer-grid-col.-right {
        display: inline-block;
        vertical-align: top;
        float: right
    }

    .sq-footer-row {
        padding: 0 0 15px
    }
}

@media (min-width:1024px) {
    .sq-footer-grid-col.-right {
        display: block;
        float: none
    }

    .sq-footer-row {
        padding: 0 0 15px
    }
}

@media (min-width:1280px) {
    .sq-footer-row {
        padding: 0 0 15px
    }
}

@media (min-width:1440px) {
    .sq-footer-row {
        padding: 0 0 15px
    }
}

.sq-footer-row:last-child {
    padding: 0
}

.sq-footer-logo {
    display: block;
    max-width: 150px;
    margin: 0 0 30px
}

@media (min-width:1024px) {
    .sq-footer-logo {
        margin: 0
    }
}

.sq-footer-items {
    display: inline-block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: -30px 0 20px;
    -webkit-column-gap: 65px;
    -moz-column-gap: 65px;
    column-gap: 65px
}

@media (min-width:1024px) {
    .sq-footer-items {
        display: block;
        margin: -25px 0 0 40px;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 55px;
        -moz-column-gap: 55px;
        column-gap: 55px
    }
}

@media (min-width:1280px) {
    .sq-footer-items {
        -webkit-column-gap: 96px;
        -moz-column-gap: 96px;
        column-gap: 96px
    }
}

@media (min-width:1440px) {
    .sq-footer-logo {
        max-width: 180px
    }

    .sq-footer-items {
        -webkit-column-gap: 126px;
        -moz-column-gap: 126px;
        column-gap: 126px;
        left: -;
        margin-left: 0
    }
}

.sq-footer-items-item {
    display: block;
    padding: 30px 0 0;
    font-size: 14px;
    letter-spacing: .02px;
    line-height: 19px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.sq-footer-items-item:last-child {
    margin: 0
}

.sq-footer-items-item a {
    display: block;
    text-decoration: none
}

.sq-footer-items-item a:focus,
.sq-footer-items-item a:hover {
    opacity: .8;
    text-decoration: none
}

.sq-footer-action {
    width: 100%;
    max-width: 305px
}

@media (min-width:768px) {
    .sq-footer-action {
        width: 305px
    }

    .sq-footer-copyright {
        text-align: center
    }
}

@media (min-width:1024px) {
    .sq-footer-items-item {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22px
    }

    .sq-footer-action {
        width: 248px
    }
}

@media (min-width:1440px) {
    .sq-footer-action {
        width: 268px
    }
}

.sq-footer-action-title {
    margin: -80px 0 2px;
    font-size: 24px;
    letter-spacing: -.29px;
    line-height: 36px
}

.sq-footer-action-form {
    margin: 0 0 24px
}

@media (min-width:550px) {
    .sq-footer-action-title {
        margin: 30px 0 2px
    }
}

@media (min-width:600px) {
    .sq-footer-action-title {
        margin: 0px 0 2px
    }
}

.sq-footer-action-description {
    font-size: 16px;
    letter-spacing: .02px;
    line-height: 22px
}

.sistem6 {
    height: 42px;
    width: 42px;
    text-align: center;
    margin: 0 auto
}

.sq-sitemap-wrap {
    padding: 40px
}

.sq-sitemap-item {
    margin: 0 0 20px
}

.sq-sitemap-title {
    margin: 0 0 15px;
    font-size: 16px;
    font-weight: 600
}

.sq-sitemap-links {
    padding: 0 0 0 40px;
    color: #00f;
    opacity: .5
}

.sq-sitemap-links a {
    display: block;
    margin: 0 0 5px
}

.sq-price {
    height: 100%
}

.sq-price-fill {
    position: absolute;
    top: -769px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1124px;
    z-index: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 89% 0;
    background-repeat: no-repeat
}

@media (min-width:768px) {
    .sq-price-fill {
        top: -640px;
        background-position: 71% 0
    }
}

@media (min-width:1024px) {
    .sq-price-fill {
        top: -620px;
        background-position: 90% 0
    }
}

@media (min-width:1280px) {
    .sq-price-fill {
        top: -563px;
        background-position: 100% 0
    }

    .sq-price-figure:nth-child(1) {
        top: 300px;
        left: -215px
    }
}

.sq-price-figurs {
    position: relative;
    height: 100%
}

.sq-price-figure {
    position: absolute
}

.sq-price-figure:nth-child(1) {
    display: none
}

@media (min-width:1024px) {
    .sq-price-figure:nth-child(1) {
        display: block;
        top: 300px;
        left: -215px
    }
}

@media (min-width:1440px) {
    .sq-price-figure:nth-child(1) {
        top: 300px;
        left: -215px
    }
}

.sq-price-figure:nth-child(2) {
    left: -55px;
    top: 242px;
    z-index: 0
}

.sq-contact,
.sq-price-info-button {
    z-index: 1
}

@media (min-width:375px) {
    .sq-price-figure:nth-child(2) {
        left: -55px;
        top: 200px;
        z-index: 1
    }
}

@media (min-width:768px) {
    .sq-price-figure:nth-child(2) {
        left: -55px;
        top: 242px;
        z-index: 1
    }
}

@media (min-width:1024px) {
    .sq-price-figure:nth-child(2) {
        left: 190px;
        top: 108px;
        z-index: 1
    }
}

@media (min-width:1280px) {
    .sq-price-figure:nth-child(2) {
        left: 240px;
        top: 108px;
        z-index: 1
    }
}

@media (min-width:1440px) {
    .sq-price-figure:nth-child(2) {
        left: 240px;
        top: 108px;
        z-index: 1
    }
}

.sq-price-figure:nth-child(3) {
    top: 530px;
    right: -180px
}

.sq-price-wrap {
    padding: 100px 0 120px
}

.sq-price-title {
    text-align: center;
    margin-bottom: 30px
}

.sq-price-title h1 {
    font-size: 24px;
    line-height: 52px;
    letter-spacing: -.43px
}

@media (min-width:768px) {
    .sq-price-figure:nth-child(3) {
        top: 530px;
        right: -180px
    }

    .sq-price-wrap {
        padding: 130px 0 120px
    }

    .sq-price-title h1 {
        font-size: 32px
    }
}

@media (min-width:1280px) {
    .sq-price-figure:nth-child(3) {
        top: 325px;
        right: -180px
    }

    .sq-price-title h1 {
        font-size: 36px
    }
}

.sq-price-table {
    display: none
}

.sq-price-blocks {
    position: relative;
    display: block
}

@media (min-width:1024px) {
    .sq-price-figure:nth-child(3) {
        top: 325px;
        right: -180px
    }

    .sq-price-wrap {
        padding: 140px 0 120px
    }

    .sq-price-title {
        max-width: 170px;
        text-align: left;
        margin-bottom: 0
    }

    .sq-price-table {
        display: block
    }

    .sq-price-blocks {
        display: none
    }
}

.sq-price-info,
.sq-price-info-list-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox
}

.sq-price-blocks-item:not(:last-of-type) {
    margin-bottom: 40px
}

.sq-price-info {
    max-width: 320px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    text-align: center
}

@media (min-width:1024px) {
    .sq-price-info {
        max-width: 235px;
        min-height: 178px
    }
}

.sq-price-info-title {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: -.31px;
    margin-bottom: 22px
}

.sq-price-info-wrapper {
    margin-bottom: 40px
}

.sq-price-info-description {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: .1px;
    color: #414d5b
}

.sq-price-info-feature-text,
.sq-price-info-subtitle {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.23px
}

.sq-price-info-subtitle {
    line-height: 34px;
    margin-bottom: 7px
}

.sq-price-info-list-grid {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media (min-width:768px) {
    .sq-price-info-list-grid {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-right: -20px
    }
}

.sq-price-info-list-grid.-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.sq-price-info-list-grid.-left .sq-price-info-list-grid-col {
    padding: 0
}

.sq-price-info-list-grid-col {
    width: 100%;
    padding: 0 20px
}

.sq-price-info-list-grid-col:not(:last-of-type) {
    margin-bottom: 15px
}

@media (min-width:768px) {
    .sq-price-info-list-grid-col:not(: last-of-type) {
        margin-bottom: 0
    }

    .sq-price-info-list-grid-col {
        width: auto
    }
}

.sq-price-info-list-item {
    max-width: 230px
}

.sq-price-info-list-item:not(:last-of-type) {
    margin-bottom: 15px
}

.sq-price-info-list-item.-xl {
    padding: 25px 0
}

.sq-price-info-list-item.-xl-bottom {
    padding-bottom: 25px
}

.sq-price-info-list-item.-auto {
    max-width: 100%
}

.sq-price-info-feature {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sq-price-info-feature-text {
    line-height: 27px;
    margin-left: 15px
}

.sq-price-block {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #fff
}

.sq-price-block-wrap {
    padding: 55px 0 40px
}

.sq-price-block-header {
    padding: 0 20px;
    margin-bottom: 30px
}

@media (min-width:375px) {
    .sq-price-block-header {
        padding: 0 40px
    }
}

@media (min-width:768px) {
    .sq-price-block-header {
        margin-bottom: 40px;
        padding: 0
    }
}

.sq-price-block-body {
    border-bottom: 2px solid rgba(151, 151, 151, .11)
}

.sq-price-block-body-wrap {
    padding: 0 20px 30px
}

@media (min-width:768px) {
    .sq-price-block-body-wrap {
        padding: 0 79px 30px 61px
    }
}

.sq-price-block-footer-wrap {
    padding-top: 30px
}

.sq-price-icon {
    display: inline-block;
    line-height: 0
}

.sq-price-icon.-close svg {
    height: 12px;
    fill: #dedede
}

.sq-faq-wrap {
    padding: 102px 0 60px
}

@media (min-width:768px) {
    .sq-faq-wrap {
        padding: 180px 0 150px
    }
}

@media (min-width:1280px) {
    .sq-faq-wrap {
        padding: 180px 0 110px
    }
}

@media (min-width:1440px) {
    .sq-price-figure:nth-child(3) {
        top: 325px;
        right: -180px
    }

    .sq-faq-wrap {
        padding: 180px 0 140px
    }
}

.sq-faq-container {
    padding: 0 19px
}

@media (min-width:375px) {
    .sq-faq-container {
        padding: 0 35px
    }
}

@media (min-width:768px) {
    .sq-faq-container {
        padding: 0 56px
    }
}

@media (min-width:1024px) {
    .sq-faq-container {
        width: 701px;
        margin: 0 auto;
        padding: 0
    }
}

.sq-faq-title {
    margin: 0 40px 10px 0
}

@media (min-width:768px) {
    .sq-faq-title {
        margin: 0 0 10px
    }
}

@media (min-width:1024px) {
    .sq-faq-title {
        margin: 0 0 30px
    }
}

@media (min-width:1280px) {
    .sq-faq-container {
        width: 921px
    }

    .sq-faq-title {
        margin: 0 0 35px
    }
}

.sq-faq-title h1 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    letter-spacing: -.29px;
    line-height: 34px
}

.sq-accordion-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sq-accordion-item {
    border-bottom: 2px solid rgba(65, 77, 91, .2)
}

.sq-accordion-item:last-child {
    border-bottom: none
}

.sq-accordion-icon {
    position: relative;
    padding: 0 25px 0 0;
    color: #4c55a6
}

@media (min-width:768px) {
    .sq-faq-title h1 {
        font-size: 32px;
        letter-spacing: -.38px;
        line-height: 52px
    }

    .sq-accordion-icon {
        padding: 3px 30px 0 0
    }
}

@media (min-width:1280px) {
    .sq-accordion-icon {
        padding: 3px 37px 0 0
    }
}

@media (min-width:1440px) {
    .sq-faq-container {
        width: 990px
    }

    .sq-accordion-icon {
        padding: 3px 44px 0 0
    }
}

.sq-accordion-icon svg {
    -webkit-transition: .25s;
    -o-transition: .25s;
    -moz-transition: .25s;
    transition: .25s
}

.sq-accordion-icon svg:last-child {
    position: absolute;
    top: 5px;
    left: 0;
    transform: scale(0)
}

.sq-accordion-icon.-active svg:first-child {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.sq-accordion-icon.-active svg:last-child {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

@media (min-width:768px) {
    .sq-accordion-icon svg:last-child {
        top: 8px
    }

    .sq-accordion-title {
        padding: 0 60px 0 0
    }
}

.sq-accordion-title h2 {
    padding: 0;
    margin: 0;
    font-size: 16px;
    letter-spacing: -.27px;
    line-height: 28px;
    font-weight: 700
}

@media (min-width:768px) {
    .sq-accordion-title h2 {
        font-size: 18px;
        letter-spacing: -.3px;
        line-height: 32px
    }
}

.sq-accordion-brief {
    font-size: 14px;
    letter-spacing: .44px;
    line-height: 30px
}

.sq-accordion-brief p {
    margin: 0 0 35px
}

.sq-accordion-brief p:last-child {
    margin: 0
}

.sq-accordion-header {
    padding: 20px 0;
    cursor: pointer
}

@media (min-width:768px) {
    .sq-accordion-brief {
        font-size: 16px;
        letter-spacing: .5px;
        line-height: 34px
    }

    .sq-accordion-header {
        padding: 27px 0
    }
}

@media (min-width:1280px) {
    .sq-accordion-header {
        padding: 37px 0
    }
}

.sq-accordion-body {
    display: none
}

.sq-accordion-body-wrap {
    padding: 0 0 20px
}

@media (min-width:768px) {
    .sq-accordion-body-wrap {
        padding: 0 0 30px
    }
}

@media (min-width:1280px) {
    .sq-accordion-body-wrap {
        padding: 0 0 40px
    }
}

.sq-accordion-body-container {
    padding: 0 0 0 40px
}

@media (min-width:768px) {
    .sq-accordion-body-container {
        padding: 0 60px 0 45px
    }
}

@media (min-width:1280px) {
    .sq-accordion-body-container {
        padding: 0 60px 0 52px
    }
}

@media (min-width:1440px) {
    .sq-accordion-body-container {
        padding: 0 60px 0 59px
    }
}

.sq-filebox-grid {
    width: 100%;
    display: table
}

.sq-filebox-grid-col {
    display: table-cell;
    vertical-align: middle;
    font-size: 0
}

.sq-filebox-grid-col.-right {
    text-align: right
}

.sq-filebox-box {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 72px;
    padding: 0 0 0 16px;
    background: rgba(76, 85, 166, .02);
    border: 1px dashed rgba(82, 82, 82, .12);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

.sq-filebox-icon,
.sq-filebox-text {
    display: inline-block;
    vertical-align: middle
}

@media (min-width:375px) {
    .sq-filebox-box {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0
    }
}

@media (min-width:768px) {
    .sq-filebox-box {
        height: 78px
    }
}

.sq-filebox-box input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0
}

.sq-filebox-preview-text a:focus,
.sq-filebox-preview-text a:hover,
.sq-filebox-text a:focus,
.sq-filebox-text a:hover {
    text-decoration: underline;
    opacity: .8
}

.sq-filebox-icon {
    margin: -4px 0 0;
    font-size: 11px
}

@media (min-width:768px) {
    .sq-filebox-icon {
        font-size: 12px
    }
}

.sq-filebox-text {
    margin: 0 0 0 9px;
    font-size: 14px;
    letter-spacing: .1px;
    line-height: 18px;
    color: #414d5b
}

@media (min-width:768px) {
    .sq-filebox-text {
        margin: 0 0 0 12px;
        font-size: 16px;
        letter-spacing: .12px;
        line-height: 22px
    }
}

@media (min-width:1280px) {
    .sq-filebox-text {
        margin: 0 0 0 14px
    }
}

.sq-filebox-text a {
    text-decoration: underline
}

.sq-filebox-preview {
    display: none
}

.sq-filebox-preview-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0;
    font-size: 11px
}

@media (min-width:768px) {
    .sq-filebox-preview-icon {
        font-size: 12px
    }
}

.sq-filebox-preview-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px 0 0;
    font-size: 14px;
    letter-spacing: .1px;
    line-height: 18px;
    color: #414d5b
}

@media (min-width:768px) {
    .sq-filebox-preview-text {
        margin: 0 12px 0 0;
        font-size: 16px;
        letter-spacing: .12px;
        line-height: 22px
    }
}

@media (min-width:1280px) {
    .sq-filebox-preview-text {
        margin: 0 14px 0 0
    }
}

.sq-filebox-preview-text a {
    text-decoration: underline
}

.sq-filebox-progressbar {
    position: absolute;
    top: 12px;
    right: 6px;
    width: 24px;
    height: 24px
}

@media (min-width:768px) {
    .sq-filebox-progressbar {
        top: 11px;
        right: 10px;
        width: 32px;
        height: 32px
    }
}

.sq-filebox.-loaded .sq-filebox-content {
    display: none
}

.sq-filebox.-loaded .sq-filebox-preview {
    display: block
}

.sq-progressbar {
    position: relative;
    width: 100%;
    height: 100%
}

.sq-progressbar-circle {
    fill: none;
    stroke-width: 2px;
    stroke-dashoffset: 100px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.sq-progressbar-fill {
    position: absolute;
    stroke-dashoffset: 0;
    stroke: rgba(76, 85, 166, .3)
}

.sq-progressbar-bg {
    stroke: #4c55a6;
    stroke-dasharray: 100px;
    stroke-linejoin: round;
    stroke-dashoffset: 25px
}

.sq-progressbar-icon {
    position: absolute;
    top: 4px;
    left: 7px;
    right: 0;
    font-size: 10px;
    color: #4c55a6;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.sq-contact,
.sq-contact-map-container {
    position: relative
}

.sq-progressbar-icon.-visible {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.sq-contact-wrap {
    padding: 102px 0 0
}

@media (min-width:768px) {
    .sq-progressbar-icon {
        font-size: 14px;
        top: 5px;
        left: 9px
    }

    .sq-contact-wrap {
        padding: 131px 0 0
    }
}

.sq-contact-title {
    margin: 0 0 30px;
    text-align: center
}

.sq-contact-title h1 {
    font-size: 24px;
    letter-spacing: -.29px;
    line-height: 34px
}

@media (min-width:1024px) {
    .sq-contact-wrap {
        padding: 140px 0 0
    }

    .sq-contact-title {
        margin: 0 0 38px
    }

    .sq-contact-map-container {
        padding: 0 54px
    }

    .sq-contact-map-box {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }
}

@media (min-width:1280px) {
    .sq-contact-title {
        margin: 0 0 58px
    }

    .sq-contact-map-container {
        padding: 0 62px
    }
}

@media (min-width:1440px) {
    .sq-contact-map-container {
        width: 1200px;
        margin: 0 auto;
        padding: 0
    }
}

.sq-contact-map-box {
    width: 100%;
    height: 360px
}

@media (min-width:375px) {
    .sq-contact-map-box {
        height: 436px
    }
}

@media (min-width:768px) {
    .sq-contact-title h1 {
        font-size: 36px;
        letter-spacing: -.43px;
        line-height: 52px
    }

    .sq-contact-map-box {
        height: 424px
    }
}

.sq-contact-map #tab1 {
    display: none
}

.sq-contact-map #map {
    width: 100%;
    height: 100%;
    white-space: nowrap;
    box-shadow: rgba(233, 235, 240, 1) 0px 20px 25px -5px, rgba(233, 235, 240, 1) 0px 10px 10px -5px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    line-height: 1.2;
    border: 2px solid #e9ebf0;
}

.sq-contact-nav {
    margin: 0 0 30px
}

@media (min-width:768px) {
    .sq-contact-nav {
        margin: 0 0 48px
    }
}

.sq-contact-nav-item {
    display: block;
    position: relative;
    margin: 0 0 30px;
    color: rgba(65, 77, 91, .6);
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s
}

.sq-contact-nav-item:focus,
.sq-contact-nav-item:hover {
    text-decoration: none
}

.sq-contact-nav-item:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    width: 20px;
    height: 4px;
    background: #4c55a6;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.sq-contact-nav-item:last-child {
    margin: 0
}

@media (min-width:375px) {
    .sq-contact-nav-item {
        margin: 0 0 35px
    }
}

@media (min-width:768px) {
    .sq-contact-nav-item {
        margin: 0 60px 0 0;
        display: inline-block;
        vertical-align: middle
    }
}

@media (min-width:1440px) {
    .sq-contact-nav-item {
        margin: 0 52px 0 0
    }
}

.sq-contact-nav-item-title {
    display: block;
    font-size: 16px;
    letter-spacing: -.27px;
    line-height: 28px;
    font-weight: 700
}

@media (min-width:1024px) {
    .sq-contact-nav-item-title {
        font-size: 18px;
        letter-spacing: -.3px;
        line-height: 28px
    }
}

.sq-contact-nav-item-subtitle {
    display: block;
    font-size: 14px;
    letter-spacing: .23px;
    line-height: 30px
}

.sq-contact-nav-item.-active {
    color: #414d5b
}

.sq-contact-nav-item.-active:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1)
}

.sq-contact-form {
    width: 100%;
    margin: 0 auto 10px;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    box-shadow: rgba(233, 235, 240, 1) 0px 20px 25px -5px, rgba(233, 235, 240, 1) 0px 10px 10px -5px;
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    line-height: 1.2;
    border: 2px solid #e9ebf0;
    overflow: hidden;
}

.sq-contact-form-container {
    padding: 0 24px
}

@media (min-width:375px) {
    .sq-contact-form {
        margin: 0 auto;
        -webkit-transform: translateY(-60px);
        -moz-transform: translateY(-60px);
        -ms-transform: translateY(-60px);
        -o-transform: translateY(-60px);
        transform: translateY(-60px)
    }

    .sq-contact-form-container {
        padding: 0 34px
    }
}

@media (min-width:768px) {
    .sq-contact-form {
        margin: 0 auto 30px;
        height: 698px;
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px)
    }

    .sq-contact-form-container {
        padding: 0 72px
    }
}

@media (min-width:1024px) {
    .sq-contact-nav-item-subtitle {
        font-size: 16px;
        letter-spacing: .27px;
        line-height: 30px
    }

    .sq-contact-form {
        max-width: 791px;
        height: 545px;
        margin: -35px auto 120px;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    .sq-contact-form-container {
        padding: 0 44px
    }
}

@media (min-width:1280px) {
    .sq-contact-form {
        max-width: 923px;
        margin: -35px auto 140px
    }

    .sq-contact-form-container {
        padding: 0 48px 0 53px
    }
}

@media (min-width:1440px) {
    .sq-contact-form {
        max-width: 963px;
        margin: -35px auto 160px
    }

    .sq-contact-form-container {
        padding: 0 32px
    }
}

@media (min-width:1024px) {
    .sq-contact-form-container.-sm {
        padding: 0 25px
    }
}

@media (min-width:1280px) {
    .sq-contact-form-container.-sm {
        padding: 0 30px
    }
}

@media (min-width:1440px) {
    .sq-contact-form-container.-sm {
        padding: 0 32px
    }
}

.sq-contact-form-wrap {
    padding: 30px 0
}

@media (min-width:375px) {
    .sq-contact-form-wrap {
        padding: 40px 0 30px
    }
}

@media (min-width:768px) {
    .sq-contact-form-wrap {
        padding: 40px 0 25px
    }
}

@media (min-width:1024px) {
    .sq-contact-form-wrap {
        padding: 32px 0
    }
}

@media (min-width:375px) {
    .sq-contact-form-wrap.-sm {
        padding: 40px 0
    }
}

.sq-contact-form-grid {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.sq-contact-form-grid-col {
    width: 100%
}

.sq-contact-form-grid-col.-right {
    color: #fff;
    background: #4c55a6
}

.sq-contact-form-group {
    position: relative;
    margin: 0 0 10px
}

.sq-contact-form-group:last-child {
    margin: 0
}

@media (min-width:768px) {
    .sq-contact-form-wrap.-sm {
        padding: 40px 0 45px
    }

    .sq-contact-form-group {
        display: inline-block;
        vertical-align: middle;
        margin: 0 60px 0 0
    }
}

@media (min-width:1024px) {
    .sq-contact-form-wrap.-sm {
        padding: 32px 0
    }

    .sq-contact-form-grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .sq-contact-form-grid-col.-right {
        max-width: 214px;
        height: 100%
    }

    .sq-contact-form-group {
        display: block;
        margin: 0 0 45px
    }

    .sq-contact-form-row {
        margin: -31px 0 0
    }
}

.sq-contact-form-title {
    margin: 0 0 35px
}

@media (min-width:768px) {
    .sq-contact-form-title {
        margin: 0 0 47px
    }
}

.sq-contact-form-title h2 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    letter-spacing: -.24px;
    line-height: 40px;
    font-weight: 700
}

@media (min-width:768px) {
    .sq-contact-form-title h2 {
        font-size: 24px;
        letter-spacing: -.29px;
        line-height: 40px
    }
}

.sq-contact-form-title.-inverse {
    margin: 0 0 13px;
    color: #fff
}

@media (min-width:1024px) {
    .sq-contact-form-title h2 {
        font-size: 26px;
        letter-spacing: -.31px;
        line-height: 40px
    }

    .sq-contact-form-title.-inverse {
        margin: 0 0 60px
    }
}

.sq-contact-form-label {
    margin: 0 0 7px;
    font-size: 12px;
    letter-spacing: .01px;
    line-height: 17px;
    color: rgba(255, 255, 255, .4)
}

.sq-contact-form-text {
    font-size: 14px;
    letter-spacing: .02px;
    line-height: 19px
}

.sq-contact-figure {
    position: absolute
}

.sq-contact-figure:nth-child(1) {
    display: none
}

@media (min-width:768px) {
    .sq-contact-form-text {
        font-size: 16px;
        line-height: 22px
    }

    .sq-contact-figure:nth-child(1) {
        display: block;
        bottom: -195px;
        left: -82px
    }
}

@media (min-width:1024px) {
    .sq-contact-figure:nth-child(1) {
        bottom: -35px;
        left: -10px
    }
}

@media (min-width:1280px) {
    .sq-contact-form-grid-col.-right {
        max-width: 245px
    }

    .sq-contact-figure:nth-child(1) {
        bottom: -15px;
        left: -70px
    }
}

@media (min-width:1440px) {
    .sq-contact-form-grid-col.-right {
        max-width: 266px
    }

    .sq-contact-figure:nth-child(1) {
        bottom: -30px;
        left: -175px
    }
}

.sq-contact-figure:nth-child(2) {
    display: none
}

@media (min-width:375px) {
    .sq-contact-figure:nth-child(2) {
        display: block;
        bottom: -570px;
        left: -40px;
        z-index: -1
    }
}

.sq-contact-figure:nth-child(3) {
    top: -200px;
    right: -100px
}

@media (min-width:768px) {
    .sq-contact-figure:nth-child(2) {
        bottom: -620px;
        left: -40px
    }

    .sq-contact-figure:nth-child(3) {
        top: -90px;
        right: -90px
    }
}

@media (min-width:1024px) {
    .sq-contact-figure:nth-child(3) {
        top: -50px;
        right: -90px
    }
}

@media (min-width:1280px) {
    .sq-contact-figure:nth-child(2) {
        bottom: -620px;
        left: 20px
    }

    .sq-contact-figure:nth-child(3) {
        top: 120px;
        right: -40px
    }
}

@media (min-width:1440px) {
    .sq-contact-figure:nth-child(2) {
        bottom: -635px;
        left: -40px
    }

    .sq-contact-figure:nth-child(3) {
        top: 120px;
        right: -115px
    }
}

.sq-contact-figure:nth-child(4) {
    display: none
}

@media (min-width:375px) {
    .sq-contact-figure:nth-child(4) {
        display: block;
        right: -100px;
        bottom: -820px;
        z-index: 2
    }
}

@media (min-width:768px) {
    .sq-contact-figure:nth-child(4) {
        right: -100px;
        bottom: -300px
    }
}

@media (min-width:1024px) {
    .sq-contact-figure:nth-child(4) {
        right: -35px;
        bottom: -440px
    }
}

@media (min-width:1280px) {
    .sq-contact-figure:nth-child(4) {
        right: -105px;
        bottom: -340px
    }
}

@media (min-width:1440px) {
    .sq-contact-figure:nth-child(4) {
        right: -150px;
        bottom: -320px
    }
}

.btn-stay-blue,
.btn-stay-blue:hover {
    background-color: #4c55a6 !important;
    color: #fff
}

@media screen and (max-width:450px) {
    .sq-footer-adjustment {
        margin-top: 60px !important
    }
}

@media screen and (max-width:550px) {
    .sq-footer-adjustment {
        margin-top: 45px !important
    }
}

.news {
    color: #000;
    font-size: 16px
}

.pagination {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 12px;
    text-decoration: none;
    transition: background-color .3s;
    border: 2px solid #e2e2e2;
    margin: 0 2px 2px 0px;
}

.pagination a.active {
    background-color: #4f5ecc;
    color: white;
    border: 2px solid #e2e2e2;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

.whatsapp-btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    border: 3px solid #1bbf5a;
    border-radius: 50%;
    background-image: linear-gradient(180deg, #56d063 6.25%, #23b23b 91.21%);
    animation: 1.2s linear infinite wave;
    z-index: 9999;
    text-decoration: none;
    box-shadow: 0 8px 10px hsla(143, 93%, 42%, .2);
}

.whatsapp-btn__svg {
    display: block;
    width: 45px;
    height: 45px;
    margin-left: 1.5px;
    margin-top: 1px;
    animation: 2s ease-out .5s infinite shake;
}

@keyframes shake {

    0%,
    100% {
        transform: rotate(0);
        transform-origin: 50% 50%;
    }

    10%,
    90% {
        transform: rotate(8deg);
    }

    20%,
    40%,
    60% {
        transform: rotate(-10deg);
    }

    30%,
    50%,
    70% {
        transform: rotate(10deg);
    }

    80% {
        transform: rotate(-8deg);
    }
}

@keyframes wave {
    0% {
        box-shadow: 0 8px 10px hsla(143, 93%, 42%, .3), 0 0 0 0 hsla(152, 93%, 42%, .2), 0 0 0 0 hsla(143, 93%, 42%, .2);
    }

    40% {
        box-shadow: 0 8px 10px hsla(143, 93%, 42%, .3), 0 0 0 15px hsla(143, 93%, 42%, .2), 0 0 0 0 hsla(143, 93%, 42%, .2);
    }

    80% {
        box-shadow: 0 8px 10px hsla(143, 93%, 42%, .3), 0 0 0 30px hsla(143, 93%, 42%, 0), 0 0 0 27px hsla(143, 93%, 42%, .067);
    }

    100% {
        box-shadow: 0 8px 10px hsla(143, 93%, 42%, .3), 0 0 0 30px hsla(143, 93%, 42%, 0), 0 0 0 40px hsla(143, 93%, 42%, 0);
    }
}

.sq-card-title:empty {
    display: none;
}

/* Fix Mobile Logo Alignment */
@media (max-width: 991px) {
    .sq-navbar-logo {
        margin-top: -15px;
        margin-left: -7px;
    }
}


/* Fix Mobile Logo Alignment Scrolled State (< 768px) */
@media (max-width: 767px) {
    .sq-navbar.sq-navbar-scrolled .sq-navbar-logo {
        margin-top: -5px;

    }
}

/* Tablet/Desktop Tweaks for Sticky Logo (768px - 1366px) */
@media (min-width: 768px) and (max-width: 1366px) {
    .sq-navbar.sq-navbar-scrolled .sq-navbar-logo {
        margin-top: 0px;
    }
}


/* Mobile Search: Final Direct Injection */
/* Hidden on Desktop */
.sq-mobile-search-final {
    display: none;
}

@media (max-width: 991px) {

    /* Reset position for absolute children */
    .sq-navbar-wrap {
        position: relative !important;
    }



    /* Final Search Design */


    .sq-mobile-search-final {
        display: flex !important;
        align-items: center !important;
        background: #e9ebf0 !important;
        border-radius: 20px !important;
        height: 40px !important;
        width: 40px !important;
        /* Collapsed */
        transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
        overflow: hidden !important;
        border: 2px solid #e4e8f3 !important;
        flex-direction: row !important;
        /* Fixed: Button Right */
        /* Button Right */
        position: absolute !important;
        right: 65px !important;
        /* Increased spacing from 60px to 75px */
        top: 55% !important;
        transform: translateY(-50%) !important;
        z-index: 2002 !important;
    }

    .sq-mobile-search-final.-expanded {
        width: 220px !important;
        background: #fff !important;
        border-color: #4c55a6 !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1) !important;
    }

    /* Input */
    .sq-mobile-search-final-input {
        width: 0 !important;
        opacity: 0 !important;
        padding: 0 !important;
        border: none !important;
        background: transparent !important;
        font-size: 14px !important;
        color: #414d5b !important;
        transition: all 0.3s ease !important;
        outline: none !important;
        /* Remove black border */
        box-shadow: none !important;
    }

    .sq-mobile-search-final-input:focus {
        outline: none !important;
        box-shadow: none !important;
        border: none !important;
    }

    .sq-mobile-search-final.-expanded .sq-mobile-search-final-input {
        width: auto !important;
        opacity: 1 !important;
        padding-left: 15px !important;
    }

    /* Button */
    .sq-mobile-search-final-btn {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        background: transparent !important;
        border: none !important;
        padding: 0 !important;
        width: 40px !important;
        height: 40px !important;
        border-radius: 50% !important;
        transition: background-color 0.3s ease !important;
    }

    /* Show Background Color when Input has text */
    .sq-mobile-search-final-input:not(:placeholder-shown)+.sq-mobile-search-final-btn {
        background-color: #e9ebf0 !important;
    }



    .sq-mobile-search-final-btn svg {
        width: 28px !important;
        height: 28px !important;
        fill: #4c55a6 !important;
    }
}

/* Scrolled/Sticky State Adjustments */
@media (max-width: 991px) {
    .sq-navbar.sq-navbar-scrolled .sq-mobile-search-final {
        background: #fff !important;
        /* Better contrast on blue */
        right: 65px !important;
        /* Ensure spacing adheres */
    }
}

/* Fix iPad Mini Search in Menu (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .sq-navbar-menu-action-item.-md {
        display: none !important;
        /* Hide desktop search container on tablet/mobile */
    }
}

@media (max-width: 991px) {

    .sq-navbar-menu-action-item.-md,
    .sq-navbar-search-form {
        display: none !important;
        /* Double ensure desktop search is GONE on mobile */
    }
}

@media (min-width: 375px) {
    .sq-mobile-search-final {
        right: 70px !important;
        /* More space on larger phones */
    }

    /* SAFE FIX: Visibility only for Inverse Navbar Search */
    .sq-navbar.-inverse .sq-navbar-wrap {
        position: relative !important;
        /* MUST BE RELATIVE for absolute child */
        height: 100% !important;
        /* Ensure it has height */
        display: block !important;
    }

    .sq-navbar.-inverse .sq-mobile-search-final {
        display: flex !important;
        opacity: 1 !important;
        visibility: visible !important;
        background: #e9ebf0 !important;
        position: absolute !important;
        top: 55% !important;
        transform: translateY(-50%) !important;
        right: 65px !important;
        z-index: 2005 !important;
    }

    /* HIDE SEARCH WHEN MENU IS OPEN (User Request) */
    .sq-navbar.-open .sq-mobile-search-final,
    .sq-navbar.-inverse.-open .sq-mobile-search-final {
        display: none !important;
        opacity: 0 !important;
        visibility: hidden !important;
        pointer-events: none !important;
    }

    .sq-navbar.-inverse .sq-mobile-search-final svg path {
        fill: #4c55a6 !important;
    }
}

/* FIX: Hide mobile search on desktop (Final Failsafe) */
/* FIX: Hide mobile search on desktop (Final Failsafe) */
@media (min-width: 992px) {
    .sq-mobile-search-final {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
        pointer-events: none !important;
        width: 0 !important;
        height: 0 !important;
        border: none !important;
        outline: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .sq-mobile-search-final-input,
    .sq-mobile-search-final-btn,
    .sq-mobile-search-final svg {
        display: none !important;
        width: 0 !important;
        height: 0 !important;
        opacity: 0 !important;
        border: none !important;
    }
}

/* Product Slider Styles */
.sq-product-slider {
    position: relative;
    width: 100%;
    height: 515px;
    /* Updated for desktop */
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .sq-product-slider {
        height: 300px !important;
    }
}

.sq-slider-track {
    display: flex !important;
    width: 100%;
    height: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    /* Firefox */
}

.sq-slider-track::-webkit-scrollbar {
    display: none;
    /* Chrome/Safari */
}

.sq-slider-slide {
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    scroll-snap-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.sq-slider-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.sq-slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    pointer-events: none;
    z-index: 2;
}

.sq-slider-btn {
    background: #4c55a6;
    /* Site Blue */
    border: none;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    /* White Arrow */
    font-size: 18px;
    pointer-events: auto;
    transition: background 0.2s, opacity 0.2s;
    opacity: 0.8;
}

.sq-slider-btn:hover {
    background: #3b4284;
    /* Darker Blue */
    opacity: 1;
}

/* Lightbox Overlay */
.sq-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    cursor: zoom-out;
}

.sq-lightbox.-visible {
    opacity: 1;
}

.sq-lightbox-img {
    max-width: 95%;
    max-height: 95%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    transform: scale(0.9);
    transition: transform 0.3s ease;
    object-fit: contain;
}

.sq-lightbox.-visible .sq-lightbox-img {
    transform: scale(1);
}

.sq-lightbox-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 10001;
    background: rgba(0, 0, 0, 0.5);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Enable pointer events on slide images to allow clicking */
.sq-slider-slide img,
.sq-intro-bg {
    cursor: zoom-in;
}/ * *  
   *   L i v e   S e a r c h   M o d u l e  
   *   H a n d l e s   f u l l - s c r e e n   m o d a l   s e a r c h   w i t h   b l u r   e f f e c t   a n d   A J A X   r e s u l t s .  
   * /  
  
 d o c u m e n t . a d d E v e n t L i s t e n e r ( ' D O M C o n t e n t L o a d e d ' ,   f u n c t i o n   ( )   {  
         i n i t L i v e S e a r c h ( ) ;  
 } ) ;  
  
 f u n c t i o n   i n i t L i v e S e a r c h ( )   {  
         / /   1 .   I n j e c t   M o d a l   H T M L   i f   n o t   p r e s e n t  
         i f   ( ! d o c u m e n t . q u e r y S e l e c t o r ( ' . l i v e - s e a r c h - o v e r l a y ' ) )   {  
                 c o n s t   m o d a l H T M L   =   `  
                 < d i v   c l a s s = " l i v e - s e a r c h - o v e r l a y "   s t y l e = " d i s p l a y : n o n e ; " >  
                         < d i v   c l a s s = " l i v e - s e a r c h - m o d a l " >  
                                 < d i v   c l a s s = " l i v e - s e a r c h - h e a d e r " >  
                                         < d i v   c l a s s = " l i v e - s e a r c h - i n p u t - w r a p p e r " >  
                                                 < s v g   c l a s s = " l i v e - s e a r c h - i c o n "   x m l n s = " h t t p : / / w w w . w 3 . o r g / 2 0 0 0 / s v g "   w i d t h = " 2 4 "   h e i g h t = " 2 4 "   v i e w B o x = " 0   0   2 4   2 4 "   f i l l = " n o n e "   s t r o k e = " c u r r e n t C o l o r "   s t r o k e - w i d t h = " 2 "   s t r o k e - l i n e c a p = " r o u n d "   s t r o k e - l i n e j o i n = " r o u n d " > < c i r c l e   c x = " 1 1 "   c y = " 1 1 "   r = " 8 " > < / c i r c l e > < l i n e   x 1 = " 2 1 "   y 1 = " 2 1 "   x 2 = " 1 6 . 6 5 "   y 2 = " 1 6 . 6 5 " > < / l i n e > < / s v g >  
                                                 < i n p u t   t y p e = " t e x t "   i d = " l i v e - s e a r c h - i n p u t "   p l a c e h o l d e r = " Ã Sr Ã ¼ n   a d Ä ± ,   k o d u   v e y a   k a t e g o r i   a r a . . . "   a u t o c o m p l e t e = " o f f " >  
                                                 < b u t t o n   c l a s s = " l i v e - s e a r c h - c l o s e - b t n " > & t i m e s ; < / b u t t o n >  
                                         < / d i v >  
                                 < / d i v >  
                                 < d i v   c l a s s = " l i v e - s e a r c h - b o d y " >  
                                         < d i v   c l a s s = " l i v e - s e a r c h - c o n t e n t " >  
                                                 < ! - -   D e f a u l t   S t a t e :   P o p u l a r   S e a r c h e s   - - >  
                                                 < d i v   c l a s s = " l i v e - s e a r c h - d e f a u l t " >  
                                                           < d i v   c l a s s = " l i v e - s e a r c h - t a g s - t i t l e " > P o p Ã ¼ l e r   A r a m a l a r : < / d i v >  
                                                           < d i v   c l a s s = " l i v e - s e a r c h - t a g s " >  
                                                                   < a   h r e f = " t o p - h a v u z l a r i . h t m l "   c l a s s = " l i v e - s e a r c h - t a g " > T o p   H a v u z l a r Ä ± < / a >  
                                                                   < a   h r e f = " s u n g e r - g r u p l a r i . h t m l "   c l a s s = " l i v e - s e a r c h - t a g " > S Ã ¼ n g e r   G r u p l a r Ä ± < / a >  
                                                                   < a   h r e f = " j i m n a s t i k - m a l z e m e l e r i . h t m l "   c l a s s = " l i v e - s e a r c h - t a g " > J i m n a s t i k < / a >  
                                                                   < a   h r e f = " e g i t i m - g e r e c l e r i . h t m l "   c l a s s = " l i v e - s e a r c h - t a g " > E Ä xi t i m   S e t l e r i < / a >  
                                                           < / d i v >  
                                                 < / d i v >  
                                                  
                                                 < ! - -   R e s u l t s   S t a t e   - - >  
                                                 < d i v   c l a s s = " l i v e - s e a r c h - r e s u l t s "   s t y l e = " d i s p l a y : n o n e ; " > < / d i v >  
                                                  
                                                 < ! - -   L o a d i n g   S t a t e   - - >  
                                                 < d i v   c l a s s = " l i v e - s e a r c h - l o a d i n g "   s t y l e = " d i s p l a y : n o n e ; " >  
                                                         < d i v   c l a s s = " l i v e - s p i n n e r " > < / d i v >   A r Ä ± y o r . . .  
                                                 < / d i v >  
                                                    
                                                   < ! - -   N o   R e s u l t s   - - >  
                                                 < d i v   c l a s s = " l i v e - s e a r c h - e m p t y "   s t y l e = " d i s p l a y : n o n e ; " >  
                                                         S o n u Ã §   b u l u n a m a d Ä ± .  
                                                 < / d i v >  
                                         < / d i v >  
                                 < / d i v >  
                         < / d i v >  
                         < d i v   c l a s s = " l i v e - s e a r c h - b a c k d r o p " > < / d i v >  
                 < / d i v > ` ;  
                 d o c u m e n t . b o d y . i n s e r t A d j a c e n t H T M L ( ' b e f o r e e n d ' ,   m o d a l H T M L ) ;  
         }  
  
         c o n s t   o v e r l a y   =   d o c u m e n t . q u e r y S e l e c t o r ( ' . l i v e - s e a r c h - o v e r l a y ' ) ;  
         c o n s t   i n p u t   =   d o c u m e n t . g e t E l e m e n t B y I d ( ' l i v e - s e a r c h - i n p u t ' ) ;  
         c o n s t   c l o s e B t n   =   d o c u m e n t . q u e r y S e l e c t o r ( ' . l i v e - s e a r c h - c l o s e - b t n ' ) ;  
         c o n s t   b a c k d r o p   =   d o c u m e n t . q u e r y S e l e c t o r ( ' . l i v e - s e a r c h - b a c k d r o p ' ) ;  
         c o n s t   r e s u l t s C o n t a i n e r   =   d o c u m e n t . q u e r y S e l e c t o r ( ' . l i v e - s e a r c h - r e s u l t s ' ) ;  
         c o n s t   d e f a u l t C o n t a i n e r   =   d o c u m e n t . q u e r y S e l e c t o r ( ' . l i v e - s e a r c h - d e f a u l t ' ) ;  
         c o n s t   l o a d i n g C o n t a i n e r   =   d o c u m e n t . q u e r y S e l e c t o r ( ' . l i v e - s e a r c h - l o a d i n g ' ) ;  
         c o n s t   e m p t y C o n t a i n e r   =   d o c u m e n t . q u e r y S e l e c t o r ( ' . l i v e - s e a r c h - e m p t y ' ) ;  
  
         / /   2 .   E v e n t   L i s t e n e r s   f o r   O p e n i n g   M o d a l  
         / /   A t t a c h   t o   A L L   s e a r c h   i n p u t s   o n   t h e   p a g e  
         c o n s t   s e a r c h I n p u t s   =   d o c u m e n t . q u e r y S e l e c t o r A l l ( ' i n p u t [ n a m e = " q " ] ,   . s q - n a v b a r - s e a r c h - i n p u t ,   . s q - m o b i l e - s e a r c h - f i n a l - i n p u t ' ) ;  
  
         s e a r c h I n p u t s . f o r E a c h ( o r i g I n p u t   = >   {  
                 / /   P r e v e n t   d e f a u l t   f o c u s   i f   p o s s i b l e ,   o r   j u s t   o p e n   m o d a l   o n   c l i c k  
                 o r i g I n p u t . a d d E v e n t L i s t e n e r ( ' c l i c k ' ,   f u n c t i o n   ( e )   {  
                         e . p r e v e n t D e f a u l t ( ) ;  
                         o p e n M o d a l ( ) ;  
                 } ) ;  
  
                 / /   A l s o   c a p t u r i n g   f o c u s   m i g h t   b e   g o o d ,   b u t   ' c l i c k '   i s   s a f e r   t o   a v o i d   l o o p s  
                 o r i g I n p u t . a d d E v e n t L i s t e n e r ( ' f o c u s ' ,   f u n c t i o n   ( e )   {  
                         e . p r e v e n t D e f a u l t ( ) ;  
                         t h i s . b l u r ( ) ;   / /   R e m o v e   f o c u s   f r o m   o r i g i n a l  
                         o p e n M o d a l ( ) ;  
                 } ) ;  
         } ) ;  
  
         f u n c t i o n   o p e n M o d a l ( )   {  
                 o v e r l a y . s t y l e . d i s p l a y   =   ' f l e x ' ;  
                 / /   A d d   b l u r   c l a s s   t o   m a i n   c o n t e n t   i f   e x i s t s  
                 c o n s t   m a i n C o n t e n t   =   d o c u m e n t . q u e r y S e l e c t o r ( ' . s q - v i e w ' )   | |   d o c u m e n t . b o d y ;  
                 / /   m a i n C o n t e n t . c l a s s L i s t . a d d ( ' b l u r r e d - b g ' ) ;    
  
                 / /   D e t e r m i n e   a n i m a t i o n  
                 s e t T i m e o u t ( ( )   = >   {  
                         o v e r l a y . c l a s s L i s t . a d d ( ' v i s i b l e ' ) ;  
                         i n p u t . f o c u s ( ) ;  
                 } ,   1 0 ) ;  
  
                 / /   D i s a b l e   b o d y   s c r o l l  
                 d o c u m e n t . b o d y . s t y l e . o v e r f l o w   =   ' h i d d e n ' ;  
         }  
  
         f u n c t i o n   c l o s e M o d a l ( )   {  
                 o v e r l a y . c l a s s L i s t . r e m o v e ( ' v i s i b l e ' ) ;  
                 s e t T i m e o u t ( ( )   = >   {  
                         o v e r l a y . s t y l e . d i s p l a y   =   ' n o n e ' ;  
                         / /   C l e a r   i n p u t  
                         i n p u t . v a l u e   =   ' ' ;  
                         s h o w D e f a u l t ( ) ;  
                 } ,   3 0 0 ) ;  
                 d o c u m e n t . b o d y . s t y l e . o v e r f l o w   =   ' ' ;  
         }  
  
         c l o s e B t n . a d d E v e n t L i s t e n e r ( ' c l i c k ' ,   c l o s e M o d a l ) ;  
         b a c k d r o p . a d d E v e n t L i s t e n e r ( ' c l i c k ' ,   c l o s e M o d a l ) ;  
  
         / /   C l o s e   o n   E s c a p e  
         d o c u m e n t . a d d E v e n t L i s t e n e r ( ' k e y d o w n ' ,   f u n c t i o n   ( e )   {  
                 i f   ( e . k e y   = = =   ' E s c a p e '   & &   o v e r l a y . s t y l e . d i s p l a y   ! = =   ' n o n e ' )   {  
                         c l o s e M o d a l ( ) ;  
                 }  
         } ) ;  
  
         / /   3 .   S e a r c h   L o g i c  
         l e t   d e b o u n c e T i m e r ;  
  
         i n p u t . a d d E v e n t L i s t e n e r ( ' i n p u t ' ,   f u n c t i o n   ( )   {  
                 c o n s t   q u e r y   =   t h i s . v a l u e . t r i m ( ) ;  
  
                 c l e a r T i m e o u t ( d e b o u n c e T i m e r ) ;  
  
                 i f   ( q u e r y . l e n g t h   <   2 )   {  
                         s h o w D e f a u l t ( ) ;  
                         r e t u r n ;  
                 }  
  
                 s h o w L o a d i n g ( ) ;  
  
                 d e b o u n c e T i m e r   =   s e t T i m e o u t ( ( )   = >   {  
                         f e t c h R e s u l t s ( q u e r y ) ;  
                 } ,   3 0 0 ) ;  
         } ) ;  
  
         / /   E n t e r   k e y   s u p p o r t   - >   N a v i g a t e   t o   r e a l   s e a r c h   p a g e  
         i n p u t . a d d E v e n t L i s t e n e r ( ' k e y p r e s s ' ,   f u n c t i o n   ( e )   {  
                 i f   ( e . k e y   = = =   ' E n t e r ' )   {  
                         c o n s t   q u e r y   =   t h i s . v a l u e . t r i m ( ) ;  
                         i f   ( q u e r y )   {  
                                 w i n d o w . l o c a t i o n . h r e f   =   ' u r u n _ a r a . p h p ? q = '   +   e n c o d e U R I C o m p o n e n t ( q u e r y ) ;  
                         }  
                 }  
         } ) ;  
  
         f u n c t i o n   f e t c h R e s u l t s ( q u e r y )   {  
                 f e t c h ( ' a p i / l i v e _ s e a r c h . p h p ? q = '   +   e n c o d e U R I C o m p o n e n t ( q u e r y ) )  
                         . t h e n ( r e s p o n s e   = >   r e s p o n s e . j s o n ( ) )  
                         . t h e n ( d a t a   = >   {  
                                 r e n d e r R e s u l t s ( d a t a ) ;  
                         } )  
                         . c a t c h ( e r r   = >   {  
                                 c o n s o l e . e r r o r ( ' S e a r c h   e r r o r : ' ,   e r r ) ;  
                                 s h o w D e f a u l t ( ) ;  
                         } ) ;  
         }  
  
         f u n c t i o n   r e n d e r R e s u l t s ( d a t a )   {  
                 h i d e L o a d i n g ( ) ;  
  
                 i f   ( ( ! d a t a . c a t e g o r i e s   | |   d a t a . c a t e g o r i e s . l e n g t h   = = =   0 )   & &   ( ! d a t a . p r o d u c t s   | |   d a t a . p r o d u c t s . l e n g t h   = = =   0 ) )   {  
                         s h o w E m p t y ( ) ;  
                         r e t u r n ;  
                 }  
  
                 l e t   h t m l   =   ' ' ;  
  
                 / /   C a t e g o r i e s  
                 i f   ( d a t a . c a t e g o r i e s   & &   d a t a . c a t e g o r i e s . l e n g t h   >   0 )   {  
                         h t m l   + =   ' < d i v   c l a s s = " l s - s e c t i o n - t i t l e " > K a t e g o r i l e r < / d i v > ' ;  
                         h t m l   + =   ' < d i v   c l a s s = " l s - c a t e g o r y - g r i d " > ' ;  
                         d a t a . c a t e g o r i e s . f o r E a c h ( c a t   = >   {  
                                 h t m l   + =   `  
                                 < a   h r e f = " $ { c a t . l i n k } "   c l a s s = " l s - c a t e g o r y - i t e m " >  
                                         < i m g   s r c = " $ { c a t . i m g } "   a l t = " $ { c a t . n a m e } " >  
                                         < s p a n > $ { c a t . n a m e } < / s p a n >  
                                 < / a > ` ;  
                         } ) ;  
                         h t m l   + =   ' < / d i v > ' ;  
                 }  
  
                 / /   P r o d u c t s  
                 i f   ( d a t a . p r o d u c t s   & &   d a t a . p r o d u c t s . l e n g t h   >   0 )   {  
                         h t m l   + =   ' < d i v   c l a s s = " l s - s e c t i o n - t i t l e " > Ã Sr Ã ¼ n l e r < / d i v > ' ;  
                         h t m l   + =   ' < d i v   c l a s s = " l s - p r o d u c t - l i s t " > ' ;  
                         d a t a . p r o d u c t s . f o r E a c h ( p r o d   = >   {  
                                 / /   E n s u r e   c o r r e c t   i m a g e   p a t h   i f   r e l a t i v e  
                                 l e t   i m g   =   p r o d . i m g ;  
                                 / /   S i m p l e   c h e c k   i f   i t ' s   m i s s i n g  
                                 i f   ( ! i m g )   i m g   =   ' a s s e t s / i m g / d n z t t t . s v g ' ;  
  
                                 h t m l   + =   `  
                               < a   h r e f = " $ { p r o d . l i n k } "   c l a s s = " l s - p r o d u c t - i t e m " >  
                                       < d i v   c l a s s = " l s - p r o d - i m g " > < i m g   s r c = " $ { i m g } "   a l t = " $ { p r o d . t i t l e } " > < / d i v >  
                                       < d i v   c l a s s = " l s - p r o d - i n f o " >  
                                               < d i v   c l a s s = " l s - p r o d - t i t l e " > $ { p r o d . t i t l e } < / d i v >  
                                               < d i v   c l a s s = " l s - p r o d - p r i c e " > $ { p r o d . p r i c e } < / d i v >  
                                       < / d i v >  
                               < / a > ` ;  
                         } ) ;  
                         h t m l   + =   ' < / d i v > ' ;  
                 }  
  
                 / /   " V i e w   A l l "   l i n k  
                 c o n s t   q u e r y   =   i n p u t . v a l u e . t r i m ( ) ;  
                 h t m l   + =   `  
                 < d i v   c l a s s = " l s - f o o t e r - a c t i o n " >  
                         < a   h r e f = " u r u n _ a r a . p h p ? q = $ { e n c o d e U R I C o m p o n e n t ( q u e r y ) } "   c l a s s = " l s - v i e w - a l l - b t n " >  
                                 T Ã ¼ m   s o n u Ã § l a r Ä ±   g Ã ¶ r   ( $ { ( d a t a . c a t e g o r i e s . l e n g t h   +   d a t a . p r o d u c t s . l e n g t h ) } + )  
                         < / a >  
                 < / d i v > ` ;  
  
                 r e s u l t s C o n t a i n e r . i n n e r H T M L   =   h t m l ;  
  
                 d e f a u l t C o n t a i n e r . s t y l e . d i s p l a y   =   ' n o n e ' ;  
                 e m p t y C o n t a i n e r . s t y l e . d i s p l a y   =   ' n o n e ' ;  
                 r e s u l t s C o n t a i n e r . s t y l e . d i s p l a y   =   ' b l o c k ' ;  
         }  
  
         f u n c t i o n   s h o w D e f a u l t ( )   {  
                 l o a d i n g C o n t a i n e r . s t y l e . d i s p l a y   =   ' n o n e ' ;  
                 r e s u l t s C o n t a i n e r . s t y l e . d i s p l a y   =   ' n o n e ' ;  
                 e m p t y C o n t a i n e r . s t y l e . d i s p l a y   =   ' n o n e ' ;  
                 d e f a u l t C o n t a i n e r . s t y l e . d i s p l a y   =   ' b l o c k ' ;  
         }  
  
         f u n c t i o n   s h o w L o a d i n g ( )   {  
                 d e f a u l t C o n t a i n e r . s t y l e . d i s p l a y   =   ' n o n e ' ;  
                 r e s u l t s C o n t a i n e r . s t y l e . d i s p l a y   =   ' n o n e ' ;  
                 e m p t y C o n t a i n e r . s t y l e . d i s p l a y   =   ' n o n e ' ;  
                 l o a d i n g C o n t a i n e r . s t y l e . d i s p l a y   =   ' b l o c k ' ;  
         }  
  
         f u n c t i o n   s h o w E m p t y ( )   {  
                 l o a d i n g C o n t a i n e r . s t y l e . d i s p l a y   =   ' n o n e ' ;  
                 r e s u l t s C o n t a i n e r . s t y l e . d i s p l a y   =   ' n o n e ' ;  
                 d e f a u l t C o n t a i n e r . s t y l e . d i s p l a y   =   ' n o n e ' ;  
                 e m p t y C o n t a i n e r . s t y l e . d i s p l a y   =   ' b l o c k ' ;  
         }  
 }  
 / *   - - -   L I V E   S E A R C H   S T Y L E S   - - -   * /  
 . l i v e - s e a r c h - o v e r l a y   {  
         p o s i t i o n :   f i x e d ;  
         t o p :   0 ;  
         l e f t :   0 ;  
         w i d t h :   1 0 0 % ;  
         h e i g h t :   1 0 0 % ;  
         z - i n d e x :   9 9 9 9 ;  
         d i s p l a y :   f l e x ;  
         j u s t i f y - c o n t e n t :   c e n t e r ;  
         a l i g n - i t e m s :   f l e x - s t a r t ;  
         p a d d i n g - t o p :   1 0 0 p x ;  
         o p a c i t y :   0 ;  
         v i s i b i l i t y :   h i d d e n ;  
         t r a n s i t i o n :   a l l   0 . 3 s   c u b i c - b e z i e r ( 0 . 2 5 ,   0 . 8 ,   0 . 2 5 ,   1 ) ;  
 }  
  
 . l i v e - s e a r c h - o v e r l a y . v i s i b l e   {  
         o p a c i t y :   1 ;  
         v i s i b i l i t y :   v i s i b l e ;  
 }  
  
 . l i v e - s e a r c h - b a c k d r o p   {  
         p o s i t i o n :   a b s o l u t e ;  
         t o p :   0 ;  
         l e f t :   0 ;  
         w i d t h :   1 0 0 % ;  
         h e i g h t :   1 0 0 % ;  
         b a c k g r o u n d :   r g b a ( 4 3 ,   4 8 ,   8 6 ,   0 . 6 ) ;  
         / *   B r a n d   B l u e   T i n t   * /  
         b a c k d r o p - f i l t e r :   b l u r ( 8 p x ) ;  
         - w e b k i t - b a c k d r o p - f i l t e r :   b l u r ( 8 p x ) ;  
         z - i n d e x :   1 ;  
 }  
  
 . l i v e - s e a r c h - m o d a l   {  
         p o s i t i o n :   r e l a t i v e ;  
         z - i n d e x :   2 ;  
         w i d t h :   1 0 0 % ;  
         m a x - w i d t h :   8 0 0 p x ;  
         b a c k g r o u n d :   # f f f ;  
         b o r d e r - r a d i u s :   2 0 p x ;  
         b o x - s h a d o w :   0   2 5 p x   5 0 p x   - 1 2 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 2 5 ) ;  
         o v e r f l o w :   h i d d e n ;  
         t r a n s f o r m :   t r a n s l a t e Y ( - 2 0 p x )   s c a l e ( 0 . 9 5 ) ;  
         t r a n s i t i o n :   a l l   0 . 3 s   c u b i c - b e z i e r ( 0 . 2 5 ,   0 . 8 ,   0 . 2 5 ,   1 ) ;  
         m a r g i n :   0   2 0 p x ;  
 }  
  
 . l i v e - s e a r c h - o v e r l a y . v i s i b l e   . l i v e - s e a r c h - m o d a l   {  
         t r a n s f o r m :   t r a n s l a t e Y ( 0 )   s c a l e ( 1 ) ;  
 }  
  
 / *   H e a d e r   &   I n p u t   * /  
 . l i v e - s e a r c h - h e a d e r   {  
         b o r d e r - b o t t o m :   1 p x   s o l i d   # e e e ;  
         p a d d i n g :   2 0 p x ;  
 }  
  
 . l i v e - s e a r c h - i n p u t - w r a p p e r   {  
         d i s p l a y :   f l e x ;  
         a l i g n - i t e m s :   c e n t e r ;  
         p o s i t i o n :   r e l a t i v e ;  
 }  
  
 . l i v e - s e a r c h - i c o n   {  
         p o s i t i o n :   a b s o l u t e ;  
         l e f t :   1 5 p x ;  
         c o l o r :   # 4 c 5 5 a 6 ;  
 }  
  
 # l i v e - s e a r c h - i n p u t   {  
         w i d t h :   1 0 0 % ;  
         b o r d e r :   n o n e ;  
         b a c k g r o u n d :   # f 4 f 6 f a ;  
         p a d d i n g :   1 8 p x   5 0 p x   1 8 p x   5 0 p x ;  
         f o n t - s i z e :   1 8 p x ;  
         b o r d e r - r a d i u s :   1 2 p x ;  
         c o l o r :   # 3 3 3 ;  
         f o n t - w e i g h t :   5 0 0 ;  
         o u t l i n e :   n o n e ;  
         t r a n s i t i o n :   b a c k g r o u n d   0 . 2 s ;  
 }  
  
 # l i v e - s e a r c h - i n p u t : f o c u s   {  
         b a c k g r o u n d :   # f f f ;  
         / *   H i g h l i g h t   o n   f o c u s   * /  
         b o x - s h a d o w :   0   0   0   4 p x   r g b a ( 7 6 ,   8 5 ,   1 6 6 ,   0 . 1 ) ;  
 }  
  
 . l i v e - s e a r c h - c l o s e - b t n   {  
         p o s i t i o n :   a b s o l u t e ;  
         r i g h t :   1 5 p x ;  
         b a c k g r o u n d :   n o n e ;  
         b o r d e r :   n o n e ;  
         f o n t - s i z e :   2 8 p x ;  
         l i n e - h e i g h t :   1 ;  
         / *   F i x   v e r t i c a l   a l i g n m e n t   * /  
         c o l o r :   # 9 9 9 ;  
         c u r s o r :   p o i n t e r ;  
         p a d d i n g :   0 ;  
         m a r g i n :   0 ;  
         d i s p l a y :   f l e x ;  
         a l i g n - i t e m s :   c e n t e r ;  
         j u s t i f y - c o n t e n t :   c e n t e r ;  
         w i d t h :   3 0 p x ;  
         h e i g h t :   3 0 p x ;  
         b o r d e r - r a d i u s :   5 0 % ;  
         t r a n s i t i o n :   a l l   0 . 2 s ;  
 }  
  
 . l i v e - s e a r c h - c l o s e - b t n : h o v e r   {  
         c o l o r :   # 3 3 3 ;  
         b a c k g r o u n d - c o l o r :   # e e e ;  
 }  
  
 / *   B o d y   &   C o n t e n t   * /  
 . l i v e - s e a r c h - b o d y   {  
         m a x - h e i g h t :   6 0 v h ;  
         o v e r f l o w - y :   a u t o ;  
         p a d d i n g :   2 0 p x ;  
         / *   C u s t o m   S c r o l l b a r   * /  
         s c r o l l b a r - w i d t h :   t h i n ;  
         s c r o l l b a r - c o l o r :   # c c c   # f 1 f 1 f 1 ;  
 }  
  
 . l i v e - s e a r c h - b o d y : : - w e b k i t - s c r o l l b a r   {  
         w i d t h :   6 p x ;  
 }  
  
 . l i v e - s e a r c h - b o d y : : - w e b k i t - s c r o l l b a r - t r a c k   {  
         b a c k g r o u n d :   # f 1 f 1 f 1 ;  
 }  
  
 . l i v e - s e a r c h - b o d y : : - w e b k i t - s c r o l l b a r - t h u m b   {  
         b a c k g r o u n d :   # c c c ;  
         b o r d e r - r a d i u s :   6 p x ;  
 }  
  
 / *   T a g s   ( P o p u l a r )   * /  
 . l i v e - s e a r c h - t a g s - t i t l e   {  
         f o n t - s i z e :   1 4 p x ;  
         c o l o r :   # 8 8 8 ;  
         m a r g i n - b o t t o m :   1 0 p x ;  
         f o n t - w e i g h t :   6 0 0 ;  
 }  
  
 . l i v e - s e a r c h - t a g s   {  
         d i s p l a y :   f l e x ;  
         f l e x - w r a p :   w r a p ;  
         g a p :   1 0 p x ;  
 }  
  
 . l i v e - s e a r c h - t a g   {  
         b a c k g r o u n d :   # f f f ;  
         b o r d e r :   1 p x   s o l i d   # e 2 e 2 e 2 ;  
         p a d d i n g :   8 p x   1 6 p x ;  
         b o r d e r - r a d i u s :   5 0 p x ;  
         t e x t - d e c o r a t i o n :   n o n e ;  
         c o l o r :   # 5 5 5 ;  
         f o n t - s i z e :   1 4 p x ;  
         t r a n s i t i o n :   a l l   0 . 2 s ;  
         d i s p l a y :   i n l i n e - b l o c k ;  
 }  
  
 . l i v e - s e a r c h - t a g : h o v e r   {  
         b o r d e r - c o l o r :   # 4 c 5 5 a 6 ;  
         c o l o r :   # 4 c 5 5 a 6 ;  
         b a c k g r o u n d :   # e f f 1 f a ;  
 }  
  
 / *   R e s u l t s   G r i d   * /  
 . l s - s e c t i o n - t i t l e   {  
         f o n t - s i z e :   1 3 p x ;  
         t e x t - t r a n s f o r m :   u p p e r c a s e ;  
         l e t t e r - s p a c i n g :   1 p x ;  
         c o l o r :   # b b b ;  
         m a r g i n - t o p :   1 0 p x ;  
         m a r g i n - b o t t o m :   1 5 p x ;  
         f o n t - w e i g h t :   7 0 0 ;  
 }  
  
 . l s - c a t e g o r y - g r i d   {  
         d i s p l a y :   f l e x ;  
         f l e x - w r a p :   w r a p ;  
         g a p :   1 5 p x ;  
         m a r g i n - b o t t o m :   3 0 p x ;  
 }  
  
 . l s - c a t e g o r y - i t e m   {  
         d i s p l a y :   f l e x ;  
         a l i g n - i t e m s :   c e n t e r ;  
         g a p :   1 2 p x ;  
         b a c k g r o u n d :   # f 8 f 9 f a ;  
         p a d d i n g :   1 0 p x   1 5 p x ;  
         b o r d e r - r a d i u s :   1 2 p x ;  
         t e x t - d e c o r a t i o n :   n o n e ;  
         c o l o r :   # 3 3 3 ;  
         b o r d e r :   1 p x   s o l i d   t r a n s p a r e n t ;  
         t r a n s i t i o n :   a l l   0 . 2 s ;  
         w i d t h :   c a l c ( 5 0 %   -   1 0 p x ) ;  
         / *   2   c o l   * /  
 }  
  
 . l s - c a t e g o r y - i t e m : h o v e r   {  
         b a c k g r o u n d :   # f f f ;  
         b o r d e r - c o l o r :   # e 2 e 2 e 2 ;  
         b o x - s h a d o w :   0   4 p x   1 0 p x   r g b a ( 0 ,   0 ,   0 ,   0 . 0 5 ) ;  
         t r a n s f o r m :   t r a n s l a t e Y ( - 2 p x ) ;  
 }  
  
 . l s - c a t e g o r y - i t e m   i m g   {  
         w i d t h :   4 0 p x ;  
         h e i g h t :   4 0 p x ;  
         o b j e c t - f i t :   c o n t a i n ;  
 }  
  
 . l s - c a t e g o r y - i t e m   s p a n   {  
         f o n t - w e i g h t :   6 0 0 ;  
 }  
  
 / *   P r o d u c t   L i s t   * /  
 . l s - p r o d u c t - l i s t   {  
         d i s p l a y :   f l e x ;  
         f l e x - d i r e c t i o n :   c o l u m n ;  
         g a p :   1 0 p x ;  
 }  
  
 . l s - p r o d u c t - i t e m   {  
         d i s p l a y :   f l e x ;  
         a l i g n - i t e m s :   c e n t e r ;  
         g a p :   1 5 p x ;  
         p a d d i n g :   1 2 p x ;  
         b o r d e r - r a d i u s :   1 2 p x ;  
         t e x t - d e c o r a t i o n :   n o n e ;  
         t r a n s i t i o n :   b a c k g r o u n d   0 . 2 s ;  
 }  
  
 . l s - p r o d u c t - i t e m : h o v e r   {  
         b a c k g r o u n d - c o l o r :   # f 7 f 8 f c ;  
 }  
  
 . l s - p r o d - i m g   {  
         w i d t h :   6 0 p x ;  
         h e i g h t :   6 0 p x ;  
         b a c k g r o u n d :   # f f f ;  
         b o r d e r :   1 p x   s o l i d   # e e e ;  
         b o r d e r - r a d i u s :   8 p x ;  
         d i s p l a y :   f l e x ;  
         a l i g n - i t e m s :   c e n t e r ;  
         j u s t i f y - c o n t e n t :   c e n t e r ;  
         o v e r f l o w :   h i d d e n ;  
 }  
  
 . l s - p r o d - i m g   i m g   {  
         m a x - w i d t h :   1 0 0 % ;  
         m a x - h e i g h t :   1 0 0 % ;  
 }  
  
 . l s - p r o d - i n f o   {  
         f l e x :   1 ;  
 }  
  
 . l s - p r o d - t i t l e   {  
         f o n t - w e i g h t :   6 0 0 ;  
         c o l o r :   # 3 3 3 ;  
         f o n t - s i z e :   1 5 p x ;  
         m a r g i n - b o t t o m :   4 p x ;  
 }  
  
 . l s - p r o d - p r i c e   {  
         c o l o r :   # 4 c 5 5 a 6 ;  
         f o n t - w e i g h t :   7 0 0 ;  
         f o n t - s i z e :   1 4 p x ;  
 }  
  
 / *   F o o t e r   /   A c t i o n   * /  
 . l s - f o o t e r - a c t i o n   {  
         m a r g i n - t o p :   2 0 p x ;  
         t e x t - a l i g n :   c e n t e r ;  
         b o r d e r - t o p :   1 p x   s o l i d   # e e e ;  
         p a d d i n g - t o p :   2 0 p x ;  
 }  
  
 . l s - v i e w - a l l - b t n   {  
         d i s p l a y :   i n l i n e - b l o c k ;  
         b a c k g r o u n d :   # 4 c 5 5 a 6 ;  
         c o l o r :   # f f f ;  
         p a d d i n g :   1 2 p x   3 0 p x ;  
         b o r d e r - r a d i u s :   5 0 p x ;  
         t e x t - d e c o r a t i o n :   n o n e ;  
         f o n t - w e i g h t :   6 0 0 ;  
         t r a n s i t i o n :   b a c k g r o u n d   0 . 2 s ;  
         w i d t h :   1 0 0 % ;  
         / *   b l o c k   o n   m o b i l e   * /  
         m a x - w i d t h :   3 0 0 p x ;  
 }  
  
 . l s - v i e w - a l l - b t n : h o v e r   {  
         b a c k g r o u n d :   # 3 b 4 3 8 2 ;  
         c o l o r :   # f f f ;  
 }  
  
 / *   L o a d i n g   /   E m p t y   * /  
 . l i v e - s e a r c h - l o a d i n g ,  
 . l i v e - s e a r c h - e m p t y   {  
         t e x t - a l i g n :   c e n t e r ;  
         p a d d i n g :   4 0 p x   0 ;  
         c o l o r :   # 9 9 9 ;  
         f o n t - s i z e :   1 6 p x ;  
 }  
  
 . l i v e - s p i n n e r   {  
         w i d t h :   3 0 p x ;  
         h e i g h t :   3 0 p x ;  
         b o r d e r :   3 p x   s o l i d   # e e e ;  
         b o r d e r - t o p - c o l o r :   # 4 c 5 5 a 6 ;  
         b o r d e r - r a d i u s :   5 0 % ;  
         m a r g i n :   0   a u t o   1 0 p x ;  
         a n i m a t i o n :   l s - s p i n   0 . 8 s   l i n e a r   i n f i n i t e ;  
 }  
  
 @ k e y f r a m e s   l s - s p i n   {  
         t o   {  
                 t r a n s f o r m :   r o t a t e ( 3 6 0 d e g ) ;  
         }  
 }  
  
 @ m e d i a   ( m a x - w i d t h :   7 6 8 p x )   {  
         . l s - c a t e g o r y - i t e m   {  
                 w i d t h :   1 0 0 % ;  
         }  
  
         . l i v e - s e a r c h - m o d a l   {  
                 h e i g h t :   1 0 0 % ;  
                 / *   F u l l   s c r e e n   o n   m o b i l e   * /  
                 b o r d e r - r a d i u s :   0 ;  
                 m a r g i n :   0 ;  
         }  
  
         . l i v e - s e a r c h - c l o s e - b t n   {  
                 r i g h t :   1 5 p x ;  
         }  
 }  
 