@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    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-tap-highlight-color: transparent;
    -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
}

.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
}

.owl-carousel.owl-loaded {
    display: block
}

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

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

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.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
}

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

.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;
    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-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.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%
}

body {
    margin: 0
}

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
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 1em 40px
}

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

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    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 {
    line-height: normal
}

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
}

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

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

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td,
th {
    padding: 0
}


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

@media print {
    *,
    :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,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    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: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #333;
    background-color: #fff
}

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

a {
    color: #337ab7;
    text-decoration: none
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.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;
    background-color: #fff;
    border: 1px 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 {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px 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
}

p {
    margin: 0 0 10px
}

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

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

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

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

.text-left {
    text-align: left
}

.text-right {
    text-align: 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
}

.bg-primary {
    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: 1px solid #eee
}

ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}

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

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

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}

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

dl {
    margin-top: 0;
    margin-bottom: 20px
}

dd,
dt {
    line-height: 1.42857
}

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
    }
}

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 ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}

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
}

.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 {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857
}

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

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    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;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

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

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

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

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

.container:after {
    clear: both
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

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

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

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

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

.container-fluid:after {
    clear: both
}

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

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

.row:after {
    clear: both
}

.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
}

.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
}

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

.clearfix:after {
    clear: both
}

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

.pull-right {
    float: right!important
}

.pull-left {
    float: left!important
}

.hide {
    display: none!important
}

.show {
    display: block!important
}

.invisible {
    visibility: hidden
}

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

.hidden {
    display: none!important
}

.affix {
    position: fixed
}

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

.visible-xs {
    display: none!important
}

.visible-sm {
    display: none!important
}

.visible-md {
    display: none!important
}

.visible-lg {
    display: none!important
}

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

@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
    }
}

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

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

@media (max-width:767px) {
    .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
    }
}

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

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

@media (min-width:768px) and (max-width:1023px) {
    .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
    }
}

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

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

@media (min-width:1024px) and (max-width:1279px) {
    .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
    }
}

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

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

@media (min-width:1280px) {
    .visible-lg-inline-block {
        display: inline-block!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
    }
}

@media (min-width:1280px) {
    .hidden-lg {
        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
    }
}

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

html {
    height: 100%
}

body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    color: #414d5b;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    letter-spacing: normal;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    overflow-y: auto
}

a {
    color: inherit;
    cursor: pointer
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: underline
}

p {
    margin: 0;
    padding: 0
}

:focus {
    outline: 0!important
}

.-modal-open {
    overflow: hidden
}

.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;
    vertical-align: middle
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.sq-container {
    padding: 0 19px
}

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

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

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

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

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

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

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

.-bg-grey {
    background: #f1f3f4
}

.-bg-white {
    background: #fbfcfc
}

.sq-navbar {
    position: fixed;
    width: 100%;
    top: inherit;
    z-index: 100;
    will-change: transform;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    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;
    will-change: transform;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    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 0;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out
}

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

.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: 90px;
    -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-logo {
        max-width: 120px
    }
}

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

.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-menu {
        padding: 0 0 0 130px
    }
}

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

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

.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-navbar-menu-item:active,
.sq-navbar-menu-item:focus {
    color: #fff;
    text-decoration: none
}

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

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

@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
    }
}

@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)
}

@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 {
    opacity: 0
}

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

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

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

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

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

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

@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-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-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
}

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

.sq-navbar-circle {
    background: #fff;
    width: 23px;
    height: 23px;
    position: fixed;
    top: 32px;
    right: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    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-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: 32px;
    right: 30px;
    width: 23px;
    height: 23px;
    z-index: 1002;
    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
}

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

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

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

.sq-navbar-toggle-item {
    display: block;
    width: 100%;
    height: 3px;
    margin: 0 0 5px 0;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    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;
    visibility: hidden;
    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: 18px
}

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

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

@media (min-width:768px) {
    .sq-navbar.-open.-down .sq-navbar-action {
        top: 22px;
        right: 57px
    }
}

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

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

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

@media (min-width:768px) {
    .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
}

@media (min-width:1024px) {
    .sq-navbar.-inverse .sq-navbar-menu-item {
        color: #414d5b
    }
    .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.-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 {
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    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);
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    -moz-transition: .3s ease-out;
    transition: .3s ease-out
}

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

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

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

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

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

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

.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
}

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

.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.-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-loader_overlay.-visible {
    opacity: 1;
    visibility: visible
}

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

.sq-loader_overlay-wrap {
    margin: -5px 0 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 {
    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: 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 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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
    }
}

@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 {
    position: relative;
    margin: 0 0 36px 0
}

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

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

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

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

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

@media (min-width:768px) {
    .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-col.-right {
    text-align: 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;
    vertical-align: middle
}

.sq-form-submit-brief {
    max-width: 265px;
    padding: 15px 0 0 0;
    font-size: 12px;
    letter-spacing: .01px;
    line-height: 22px;
    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 {
    position: relative
}

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

.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 0
}

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

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

.sq-form-brief {
    max-width: 265px;
    padding: 16px 0 0 0;
    font-size: 12px;
    letter-spacing: .01px;
    line-height: 22px;
    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 {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 1px;
    background: rgba(44, 44, 44, .2)
}

.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
}

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

}
.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: white;
}

.sq-input {
    display: inline
}
.sq-input-success{
    color: #ffffff;
    margin: -12px 0 -10px 0;
}
.contact-form-success{
    color: darkgray!important;
    margin: -40px 0 -10px 0!important;
}
.career-form-success{
    color: darkgray!important;
}
.sq-call-form-input_margin{
    margin-bottom: -35px;
}

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

}
.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 0;
    width: 100%;
    background: 0 0;
    border: none;
    border-bottom: 1px 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: 1px solid #dedede
}

.sq-input_footer input:focus,
.sq-input_light input:focus {
    border-bottom: 1px 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-input_footer input,
    .sq-input_light input {
        padding: 10px 0 20px 0;
        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
}

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

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

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

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

@media (min-width:768px) {
    .-inverse.sq-input_footer input,
    .sq-input_light.-inverse input {
        padding: 7px 0 14px 0
    }
}

.-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) {
    .-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-label,
.sq-input_light.-error .sq-input_light-label {
    color: #f58d9a
}

.-error.sq-input_footer .sq-input_light-addon,
.sq-input_light.-error .sq-input_light-addon {
    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-input_footer input {
    padding: 12px 0 14px 0;
    color: #414d5b;
    border-bottom: 1px 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: 1px solid rgba(76, 85, 166, .7)
}

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

.sq-input_footer-error {
    margin: 5px 0 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-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 {
    position: relative
}

.sq-textarea_light textarea {
    margin: 0;
    padding: 7px 7px 9px 7px;
    width: 100%;
    height: 76px;
    background: 0 0;
    border: 1px 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: 1px solid #dedede
}

.sq-textarea_light textarea:focus {
    border: 1px 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 10px;
        font-size: 16px;
        line-height: 22px
    }
}

.sq-textarea_light-label {
    margin: 0 0 12px 0;
    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 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 15px 0 15px 25px;
    width: 134px;
    background: #4c55a6;
    border: none;
    outline: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    letter-spacing: .12px;
    text-align: left;
    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: -2px 2px 14px rgba(76, 85, 166, .35);
    -moz-box-shadow: -2px 2px 14px rgba(76, 85, 166, .35);
    box-shadow: -2px 2px 14px rgba(76, 85, 166, .35)
}

.sq-btn_main-icon {
    position: absolute;
    right: 22px;
    margin: -2px 0 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 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 19px 0 19px 25px;
    width: 216px;
    background: #fff;
    border: none;
    outline: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    letter-spacing: -.28px;
    font-weight: 600;
    text-align: left;
    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 {
    position: relative
}

.sq-btn_box-icon span svg {
    margin: -2px 0 0 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -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-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 {
    width: 136px;
    padding: 19px 0;
    text-align: center
}

.sq-btn_box.-xs:hover .sq-btn_box-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_box.-lg {
    padding: 19px 0 19px 34px
}

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

.sq-btn_nav {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 40px;
    background: 0 0;
    border: none;
    outline: 0;
    letter-spacing: .02px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    -webkit-transition: .3s, -webkit-transform .2s;
    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 {
    -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_nav:focus,
.sq-btn_nav: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: 1px 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_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: 1px solid #dedede
}

.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: #4c55a6;
    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_nav.-transparent:hover {
    color: rgba(65, 77, 91, .7)
}

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

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

.sq-btn_round {
    display: inline-block;
    position: relative;
    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;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.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 {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    width: 184px;
    height: 54px;
    background: rgba(76, 85, 166, .05);
    border: none;
    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;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

.sq-btn_simple:focus,
.sq-btn_simple:hover {
    color: #fff;
    background: #4c55a6;
    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;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    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);
    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-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: #f1f3f4;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.sq-checkbox {
    display: inline
}

.sq-radio {
    display: inline
}

.sq-dropdown {
    display: inline;
    position: relative
}

.sq-paginator {
    display: inline
}

.sq-modal {
    display: inline
}

.sq-modal_full {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: inherit;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 110;
    overflow: hidden;
    overflow-y: auto;
    padding: 0;
    -webkit-overflow-scrolling: touch
}

.sq-modal_full-backdrop {
    position: fixed;
    top: inherit;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    background: #fbfcfc
}

.sq-modal_full-container {
    width: 100%;
    height: 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;
    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-modal_full-dialog-wrap {
    width: 100%;
    height: 100%;
    padding: 34px 0 40px 0
}

@media (min-width:768px) {
    .sq-modal_full-dialog-wrap {
        padding: 40px 0 110px 0
    }
}

.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 0;
    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 0;
        max-width: 100%
    }
}

@media (min-width:1024px) {
    .sq-modal_full-dialog-name {
        margin: 0 0 32px 0;
        font-size: 18px;
        letter-spacing: -.3px;
        line-height: 32px
    }
}

.sq-modal_full-dialog-title {
    margin: 0 0 20px 0;
    font-size: 24px;
    letter-spacing: -.29px;
    line-height: 34px
}

@media (min-width:375px) {
    .sq-modal_full-dialog-title {
        margin: 0 0 36px 0
    }
}

@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 24px 0
    }
}

.sq-modal_full-dialog-description {
    margin: 0 0 30px 0;
    font-size: 16px;
    letter-spacing: .27px;
    line-height: 30px
}

@media (min-width:768px) {
    .sq-modal_full-dialog-description {
        margin: 0 0 46px 0;
        font-size: 18px;
        letter-spacing: .3px;
        line-height: 34px
    }
}

.sq-modal_full-dialog-subtitle {
    margin: 0 0 15px 0;
    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 0
    }
}

.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
}

@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 30px 0
}

@media (min-width:768px) {
    .sq-modal_full-dialog-row {
        margin: 0 0 50px 0
    }
}

@media (min-width:1024px) {
    .sq-modal_full-dialog-row {
        margin: 0 0 37px 0
    }
}

@media (min-width:1440px) {
    .sq-modal_full-dialog-row {
        max-width: 800px
    }
}

@media (min-width:375px) {
    .sq-modal_full-dialog-row.-lg {
        margin: 0 0 70px 0
    }
}

@media (min-width:1024px) {
    .sq-modal_full-dialog-form {
        max-width: 580px
    }
}

@media (min-width:1280px) {
    .sq-modal_full-dialog-form {
        max-width: 642px
    }
}

.sq-modal_full-dialog-form-title {
    margin: 0 0 20px 0;
    font-size: 26px;
    letter-spacing: -.31px;
    line-height: 40px;
    font-weight: 700
}

@media (min-width:375px) {
    .sq-modal_full-dialog-form-title {
        margin: 0 0 55px 0
    }
}

.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-close {
        top: 40px;
        right: 40px
    }
}

@media (min-width:768px) {
    .sq-modal_full-close {
        top: 40px;
        right: 70px
    }
}

@media (min-width:1024px) {
    .sq-modal_full-close {
        top: 40px;
        right: 60px
    }
}

@media (min-width:1280px) {
    .sq-modal_full-close {
        top: 40px;
        right: 45px
    }
}

@media (min-width:1440px) {
    .sq-modal_full-close {
        top: 45px;
        right: 40px
    }
}

.sq-modal_full-close a {
    display: block;
    height: 100%;
    width: 100%
}

.sq-modal_full.in {
    display: block
}

.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:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 7px;
    height: 95%;
    -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 {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 7px;
    height: 95%;
    -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: 1px 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: 1px solid #e6e9eb;
    -webkit-border-radius: 20px 0 0 0;
    -moz-border-radius: 20px 0 0 0;
    border-radius: 20px 0 0 0
}

.sq-table tbody tr:not(:last-of-type) td:first-of-type {
    position: relative;
    background-color: #f8f8f8
}

.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: #fbfcfc
}

.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 0;
    -moz-border-radius: 20px 0 0 0;
    border-radius: 20px 0 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: 1px 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:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    -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 tbody tr td:last-of-type:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 7px;
    height: 100%;
    -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 tbody tr td:first-of-type {
    width: 290px
}

@media (min-width:1440px) {
    .sq-table tbody tr td:first-of-type {
        width: 270px
    }
}

.sq-table tbody tr td:nth-of-type(2) {
    border-right: 1px 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-intro {
        height: 1125px
    }
}

.sq-intro-fill {
    position: absolute;
    top: -40px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1012px;
    z-index: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: 76% center;
    background-repeat: no-repeat
}

@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
    }
}

@media (min-width:1280px) {
    .sq-intro-fill {
        top: -140px;
        background-position: 95% center
    }
}

@media (min-width:1440px) {
    .sq-intro-fill {
        top: 0
    }
}

.sq-intro-wrap {
    position: relative;
    padding: 80px 0;
    height: 100%
}

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

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

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

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

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

.sq-intro-wrap.-xs {
    padding: 80px 0 0 0
}

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

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

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

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

.sq-intro-wrap.-sm {
    padding: 105px 0 0 0
}

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

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

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

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

@media (min-width:1440px) {
    .sq-intro-wrap.-sm {
        padding: 200px 0 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
    }
}

@media (min-width:768px) {
    .sq-intro-container.-sm {
        max-width: 565px;
        padding: 0
    }
}

@media (min-width:1024px) {
    .sq-intro-container.-sm {
        max-width: 578px
    }
}

@media (min-width:1280px) {
    .sq-intro-container.-sm {
        max-width: 550px
    }
}

@media (min-width:1440px) {
    .sq-intro-container.-sm {
        max-width: 737px
    }
}

.sq-intro-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-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%
}

@media (min-width:768px) {
    .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
    }
}

@media (min-width:768px) {
    .sq-intro-grid-col {
        width: 50%
    }
}

@media (min-width:1024px) {
    .sq-intro-grid-col {
        width: 56%
    }
}

@media (min-width:1280px) {
    .sq-intro-grid-col {
        width: 52%
    }
}

@media (min-width:1440px) {
    .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%
    }
}

@media (min-width:1280px) {
    .sq-intro-grid-col.-right {
        width: 48%
    }
}

@media (min-width:1440px) {
    .sq-intro-grid-col.-right {
        width: 50%
    }
}

@media (min-width:1024px) {
    .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-body {
        margin: 17px 0 0 0;
        max-width: 490px
    }
}

.sq-intro-body-wrap {
    padding: 50px 0 0 0
}

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

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

.sq-intro-body.-sm {
    margin: 0 auto
}

@media (min-width:375px) {
    .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 0
}


@media (min-width:768px) {
    .sq-intro-title {
        margin: 0 0 30px 0
    }
}

@media (min-width:1280px) {
    .sq-intro-title {
        margin: 0 0 40px 0
    }
}

.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: 24px;
    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-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 0
}

.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 0
}

.sq-intro-description {
    margin: 0 0 45px 0;
    font-size: 16px;
    letter-spacing: .09px;
    line-height: 34px
}

@media (min-width:768px) {
    .sq-intro-description {
        margin: 0 0 134px 0
    }
}

@media (min-width:1024px) {
    .sq-intro-description {
        margin: 0 0 128px 0
    }
}

@media (min-width:1280px) {
    .sq-intro-description {
        margin: 0 0 121px 0
    }
}

@media (min-width:1440px) {
    .sq-intro-description {
        margin: 0 0 162px 0;
        font-size: 18px;
        letter-spacing: -.1px;
        line-height: 40px
    }
}

.sq-intro-description.-xs {
    margin: 0 0 40px 0;
    text-align: left
}

@media (min-width:768px) {
    .sq-intro-description.-xs {
        text-align: center
    }
}

.sq-intro-description.-sm {
    margin: 0 0 50px 0
}

.sq-intro-bg {
    width: 260px;
/*    height: 250px;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    -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;
    -webkit-background-size: contain;
    background-size: contain;
    background-position: top center;
}

@media (min-width:768px) {
    .sq-intro-bg {
        width: 346px;
/*        height: 330px*/
    }
}

@media (min-width:1024px) {
    .sq-intro-bg {
        width: 400px;
        height: 400px
    }
}

@media (min-width:1280px) {
    .sq-intro-bg {
        width: 400px;
        height: 400px;
        margin: 0 0 0 20px
    }
}

@media (min-width:1440px) {
    .sq-intro-bg {
        width: 400px;
        height: 400px;
        margin: 0 0 0 38px
    }
}

@media (min-width:1440px) {
    .sq-intro-bg.-xs {
        width: 400px;
        height: 400px;
        margin: 0 0 0 50px
    }
}

.sq-intro-action {
    width: 100%
}

.sq-intro-action-item {
    margin: 0 0 23px 0
}

@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 {
    max-width: 276px;
    width: 100%
}

@media (min-width:768px) {
    .sq-intro-action-item.-lg {
        width: 276px;
        max-width: 100%
    }
}

@media (min-width:1280px) {
    .sq-intro-action-item.-lg {
        width: 342px
    }
}

@media (min-width:1440px) {
    .sq-intro-action-item.-lg {
        width: 360px
    }
}

@media (min-width:768px) {
    .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)
    }
}

@media (min-width:1280px) {
    .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 {
    position: absolute;
    will-change: transform
}

.sq-intro-figure:nth-child(1) {
    display: none;
    left: 288px;
    top: -105px
}

@media (min-width:1440px) {
    .sq-intro-figure:nth-child(1) {
        display: block
    }
}

.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-figure:nth-child(2) {
        top: 235px;
        right: 180px
    }
}

@media (min-width:1440px) {
    .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)
}

@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)
    }
}

@media (min-width:1024px) {
    .sq-intro-figure:nth-child(5) {
        right: -90px;
        bottom: 195px
    }
}

@media (min-width:1280px) {
    .sq-intro-figure:nth-child(5) {
        right: -50px;
        bottom: 220px
    }
}

@media (min-width:1440px) {
    .sq-intro-figure:nth-child(5) {
        right: -5px;
        bottom: 260px
    }
}

.sq-intro-figure img {
    -webkit-transition: -webkit-transform 1.5s ease-out;
    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.-features {
        height: 760px
    }
}

@media (min-width:1280px) {
    .sq-intro.-features {
        height: 855px
    }
}

@media (min-width:1440px) {
    .sq-intro.-features {
        height: 935px
    }
}

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

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

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

@media (min-width:1440px) {
    .sq-intro.-features .sq-intro-wrap {
        padding: 200px 0 0 0
    }
}

.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: -190px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        background-size: cover;
        background-position: 75% center;
        background-repeat: no-repeat
    }
}

@media (min-width:768px) {
    .sq-intro.-features .sq-intro-fill {
        height: 950px;
        top: -190px;
        background-position: 82% center
    }
}

@media (min-width:1280px) {
    .sq-intro.-features .sq-intro-fill {
        height: 1125px;
        top: -270px;
        background-position: 85% center
    }
}

@media (min-width:1440px) {
    .sq-intro.-features .sq-intro-fill {
        background-position: 90% center;
        top: -190px
    }
}

.sq-intro.-features .sq-intro-pic {
    position: absolute;
    z-index: 1
}

@media (min-width:768px) {
    .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-pic:nth-child(1) {
        left: 287px;
        bottom: 671px
    }
}

@media (min-width:1440px) {
    .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.-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 {
    position: relative
}

.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)
    }
}

@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 {
    position: relative;
    height: 100%
}

.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 0
}

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

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

@media (min-width:1440px) {
    .sq-loginbox-wrap {
        padding: 150px 0 30px 0
    }
}

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

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

.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
}

@media (min-width:768px) {
    .sq-loginbox-title {
        max-width: 100%
    }
}

.sq-loginbox-title h1 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    letter-spacing: -.29px;
    line-height: 34px
}

@media (min-width:768px) {
    .sq-loginbox-title h1 {
        font-size: 32px;
        letter-spacing: -.38px;
        line-height: 52px
    }
}

.sq-loginbox-header {
    margin: 0 0 33px 0
}

@media (min-width:768px) {
    .sq-loginbox-header {
        margin: 0 0 55px 0
    }
}

.sq-loginbox-social {
    margin: 55px 0 60px 0
}

@media (min-width:1024px) {
    .sq-loginbox-social {
        margin: 60px 0 60px 0
    }
}

@media (min-width:1440px) {
    .sq-loginbox-social {
        margin: 80px 0 60px 0
    }
}

.sq-loginbox-fill {
    display: none;
    width: 431px;
    height: 1022px;
    position: absolute;
    top: -131px;
    left: -15px;
    z-index: 1;
    -webkit-transition: .2s;
    -o-transition: .2s;
    -moz-transition: .2s;
    transition: .2s
}

@media (min-width:768px) {
    .sq-loginbox-fill {
        display: block;
        top: -220px;
        left: -190px
    }
}

@media (min-width:1024px) {
    .sq-loginbox-fill {
        top: -305px;
        left: -100px
    }
}

@media (min-width:1280px) {
    .sq-loginbox-fill {
        left: -80px
    }
}

@media (min-width:1440px) {
    .sq-loginbox-fill {
        top: -270px;
        left: -15px
    }
}

.sq-loginbox-fill-pic {
    position: absolute
}

.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
    }
}

@media (min-width:1024px) {
    .sq-loginbox-steps {
        top: 149px;
        left: 50px
    }
}

@media (min-width:1440px) {
    .sq-loginbox-steps {
        top: 190px;
        left: 60px
    }
}

.sq-loginbox-steps ul {
    margin: 0;
    padding: 0
}

.sq-loginbox-steps ul li {
    list-style: none
}

.sq-loginbox-steps-title {
    margin: 0 0 32px 0;
    max-width: 200px;
    font-size: 20px;
    letter-spacing: -.33px;
    line-height: 29px
}

@media (min-width:1024px) {
    .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 0;
    font-size: 14px;
    letter-spacing: .44px;
    line-height: 27px
}

@media (min-width:1024px) {
    .sq-loginbox-steps-item {
        font-size: 16px;
        letter-spacing: .5px
    }
}

.sq-loginbox-steps-item span {
    display: inline-block;
    vertical-align: top;
    max-width: 180px
}

@media (min-width:1280px) {
    .sq-loginbox-steps-item span {
        max-width: 230px
    }
}

.sq-loginbox-steps-item-icon {
    margin: 0 15px 0 0
}

@media (min-width:1024px) {
    .sq-loginbox-steps-item-icon {
        margin: 0 22px 0 0
    }
}

.sq-loginbox-action {
    margin: 30px 0 0 0
}

@media (min-width:1024px) {
    .sq-loginbox-action {
        margin: 40px 0 0 0
    }
}

.sq-loginbox-action-btn {
    display: inline-block;
    vertical-align: middle
}

.sq-loginbox-action-text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    font-size: 16px;
    letter-spacing: .12px;
    line-height: 22px
}

@media (min-width:1440px) {
    .sq-loginbox-action-text {
        margin: 0 0 0 16px
    }
}

.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-newsbox-container {
        padding: 0 134px
    }
}

@media (min-width:1440px) {
    .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
}

@media (min-width:768px) {
    .sq-newsbox-figure:nth-child(2) {
        top: -90px;
        right: 120px
    }
}

@media (min-width:1024px) {
    .sq-newsbox-figure:nth-child(2) {
        top: -90px;
        right: 130px
    }
}

@media (min-width:1280px) {
    .sq-newsbox-figure:nth-child(2) {
        top: -90px;
        right: 260px
    }
}

@media (min-width:1440px) {
    .sq-newsbox-figure:nth-child(2) {
        top: -90px;
        right: 280px
    }
}

.sq-newsbox-figure:nth-child(3) {
    left: -15px;
    bottom: -55px
}

@media (min-width:768px) {
    .sq-newsbox-figure:nth-child(3) {
        left: 110px;
        bottom: -60px
    }
}

@media (min-width:1024px) {
    .sq-newsbox-figure:nth-child(3) {
        left: 180px;
        bottom: -60px
    }
}

@media (min-width:1280px) {
    .sq-newsbox-figure:nth-child(3) {
        left: 280px;
        bottom: -60px
    }
}

@media (min-width:1440px) {
    .sq-newsbox-figure:nth-child(3) {
        left: 200px;
        bottom: -60px
    }
}

.sq-newsbox-nav {
    display: none
}

@media (min-width:1024px) {
    .sq-newsbox-nav {
        display: block
    }
}

.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: #f1f3f4;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.25, .25, .5, 1.9);
    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)
}

@media (min-width:1024px) {
    .sq-newsbox-nav-item.-prev {
        left: 25px
    }
}

@media (min-width:1280px) {
    .sq-newsbox-nav-item.-prev {
        left: 60px
    }
}

@media (min-width:1440px) {
    .sq-newsbox-nav-item.-prev {
        left: -80px
    }
}

@media (min-width:1024px) {
    .sq-newsbox-nav-item.-next {
        right: 25px
    }
}

@media (min-width:1280px) {
    .sq-newsbox-nav-item.-next {
        right: 60px
    }
}

@media (min-width:1440px) {
    .sq-newsbox-nav-item.-next {
        right: -80px
    }
}

.sq-newsbox-dots {
    margin: 15px 0 0 0;
    text-align: center
}

@media (min-width:375px) {
    .sq-newsbox-dots {
        margin: 20px 0 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
}

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

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

@media (min-width:1280px) {
    .sq-newsbox-item-container {
        padding: 0 20px 0 24px
    }
}

@media (min-width:1440px) {
    .sq-newsbox-item-container {
        padding: 0 35px 0 28px
    }
}

.sq-newsbox-logo {
    margin: 0 0 10px 0;
}

.sq-newsbox-text {
    font-size: 16px;
    letter-spacing: .1px;
    line-height: 32px;
    font-style: italic
}

.sq-career {
    position: relative;
    height: 1410px;
    color: #fff
}

@media (min-width:375px) {
    .sq-career {
        height: 1340px
    }
}

@media (min-width:768px) {
    .sq-career {
        height: 1260px
    }
}

@media (min-width:1024px) {
    .sq-career {
        height: 1275px
    }
}

@media (min-width:1280px) {
    .sq-career {
        height: 1365px
    }
}

@media (min-width:1440px) {
    .sq-career {
        height: 1585px
    }
}

.sq-career-fill {
    position: absolute;
    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 {
    position: absolute
}

.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
    }
}

@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)
    }
}

@media (min-width:1024px) {
    .sq-career-figure:nth-child(4) {
        bottom: 85px;
        left: 40px
    }
}

@media (min-width:1280px) {
    .sq-career-figure:nth-child(4) {
        bottom: 70px;
        left: 15px
    }
}

@media (min-width:1440px) {
    .sq-career-figure:nth-child(4) {
        bottom: 45px;
        left: 30px
    }
}

.sq-career-figure:nth-child(5) {
    display: none
}

@media (min-width:768px) {
    .sq-career-figure:nth-child(5) {
        top: 720px;
        right: -45px;
        display: block
    }
}

@media (min-width:1024px) {
    .sq-career-figure:nth-child(5) {
        top: 665px;
        right: -55px
    }
}

@media (min-width:1280px) {
    .sq-career-figure:nth-child(5) {
        top: 640px;
        right: -50px
    }
}

@media (min-width:1440px) {
    .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
    }
}

@media (min-width:1280px) {
    .sq-career-figure:nth-child(8) {
        bottom: 120px;
        right: -310px
    }
}

@media (min-width:1440px) {
    .sq-career-figure:nth-child(8) {
        bottom: 155px;
        right: -270px
    }
}

.sq-career-pic {
    position: absolute;
    width: 100%;
    height: 100%;
    display: none
}

@media (min-width:768px) {
    .sq-career-pic {
        display: block
    }
}

.sq-career-pic-img {
    position: absolute
}

@media (min-width:768px) {
    .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-pic-img:nth-child(1) {
        left: 126px;
        top: 160px
    }
}

@media (min-width:1440px) {
    .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
}

@media (min-width:1024px) {
    .sq-career-pic-img:nth-child(3) {
        left: -24px;
        bottom: 522px;
        display: block
    }
}

@media (min-width:1280px) {
    .sq-career-pic-img:nth-child(3) {
        left: 24px;
        bottom: 600px
    }
}

@media (min-width:1440px) {
    .sq-career-pic-img:nth-child(3) {
        left: 64px;
        bottom: 606px
    }
}

.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(4) {
        right: -12px;
        top: 154px
    }
}

@media (min-width:1280px) {
    .sq-career-pic-img:nth-child(4) {
        right: 34px;
        top: 152px
    }
}

@media (min-width:1440px) {
    .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
    }
}

@media (min-width:1440px) {
    .sq-career-pic-img:nth-child(5) {
        right: 261px;
        top: 474px
    }
}

.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
    }
}

@media (min-width:1024px) {
    .sq-career-container {
        max-width: 815px
    }
}

.sq-career-row {
    margin: 0 0 40px 0;
    text-align: center
}

@media (min-width:768px) {
    .sq-career-row {
        margin: 0 0 50px 0
    }
}

@media (min-width:1440px) {
    .sq-career-row {
        margin: 0 0 74px 0
    }
}

.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: 50%;
    margin: 0 0 30px 0
}

@media (min-width:768px) {
    .sq-career-grid-col {
        width: 25%;
        margin: 0
    }
}

.sq-career-image {
    min-height: 80px;
    margin: 0 0 10px 0
}

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

@media (min-width:1024px) {
    .sq-career-image {
        margin: 0 0 10px 0
    }
}

@media (min-width:1440px) {
    .sq-career-image {
        margin: 0 0 30px 0
    }
}

.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 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 0;
    font-size: 28px;
    letter-spacing: -.34px;
    line-height: 44px;
    text-align: center
}

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

@media (min-width:1024px) {
    .sq-card-title {
        font-size: 32px;
        letter-spacing: -.36px;
        line-height: 52px
    }
}

@media (min-width:1280px) {
    .sq-card-title {
        margin: 0 0 50px 0
    }
}

@media (min-width:1440px) {
    .sq-card-title {
        margin: 0 0 60px 0
    }
}

.sq-card-wrap {
    position: relative;
    height: 100%;
    padding: 50px 0 35px 0
}

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

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

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

.sq-card-container {
    padding: 0 30px
}

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

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

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

.sq-card-figure {
    position: absolute;
    z-index: 2
}

.sq-card-figure:nth-child(1) {
    top: 20px;
    left: -20px
}

@media (min-width:375px) {
    .sq-card-figure:nth-child(1) {
        top: 35px;
        left: -10px
    }
}

@media (min-width:768px) {
    .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)
    }
}

@media (min-width:1280px) {
    .sq-card-figure:nth-child(1) {
        top: 60px;
        left: -5px
    }
}

@media (min-width:1440px) {
    .sq-card-figure:nth-child(1) {
        top: 60px;
        left: 0
    }
}

.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-figure:nth-child(2) {
        bottom: 60px;
        right: 40px
    }
}

@media (min-width:1440px) {
    .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
    }
}

@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
    }
}

@media (min-width:768px) {
    .sq-card-figure.-two {
        left: -40px;
        top: 0
    }
}

@media (min-width:1024px) {
    .sq-card-figure.-two {
        left: 110px;
        top: -20px
    }
}

@media (min-width:1280px) {
    .sq-card-figure.-two {
        left: 130px;
        top: -20px
    }
}

@media (min-width:1440px) {
    .sq-card-figure.-two {
        left: 160px;
        top: -20px
    }
}

.sq-card-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-card-grid-col {
    padding: 0 0 0 13px
}

.sq-card-grid-col:first-child {
    padding: 0
}

.sq-card-items {
    position: relative
}

@media (min-width:768px) {
    .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 {
    margin: 0 0 20px 0;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

@media (min-width:768px) {
    .sq-card-item {
        width: 33.3333%;
        margin: 0 30px 0 0
    }
}

@media (min-width:1024px) {
    .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
    }
}

@media (min-width:1024px) {
    .sq-card-item-brief {
        display: block;
        margin: 0
    }
}

.sq-card-item-title {
    margin: 0 0 20px 0;
    font-size: 18px;
    letter-spacing: -.3px;
    line-height: 28px;
    font-weight: 700
}

.sq-card-item-title.-xs {
    margin: 0
}

@media (min-width:768px) {
    .sq-card-item-title span {
        display: block
    }
}

@media (min-width:1024px) {
    .sq-card-item-title span {
        display: inline-block
    }
}

.sq-card-item-description {
    font-size: 16px;
    letter-spacing: .27px;
    line-height: 30px;
    color: rgba(65, 77, 91, .5)
}

.sq-card-item-description.-black {
    color: #414d5b
}

.sq-card-item-icon {
    padding: 4px 0 0 0;
    font-size: 14px
}

.sq-card-item.-center {
    text-align: center
}

.sq-card-body {
    height: 100%;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    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 35px 0
}

@media (min-width:375px) {
    .sq-card-photo {
        margin: 0 0 40px 0
    }
}

@media (min-width:768px) {
    .sq-card-photo {
        margin: 0 0 30px 0
    }
}

@media (min-width:1024px) {
    .sq-card-photo {
        margin: 0 0 45px 0
    }
}

.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 svg {
        -webkit-transform: scale(.68);
        -moz-transform: scale(.68);
        -ms-transform: scale(.68);
        -o-transform: scale(.68);
        transform: scale(.68)
    }
}

@media (min-width:1024px) {
    .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-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 0;
    padding: 22px 0 28px 0;
    border-top: 1px solid rgba(151, 151, 151, .11)
}

@media (min-width:1024px) {
    .sq-card-action {
        margin: 36px 0 0 0;
        padding: 28px 0
    }
}

.sq-card.-xs .sq-card-items {
    display: block
}

@media (min-width:1024px) {
    .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: 40px 0 35px 0
}

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

.sq-card.-xs .sq-card-item {
    min-height: 210px;
    width: 100%;
    margin: 0 0 20px 0
}

.sq-card.-xs .sq-card-item:last-child {
    margin: 0
}

@media (min-width:768px) {
    .sq-card.-xs .sq-card-item {
        min-height: 140px
    }
}

@media (min-width:1024px) {
    .sq-card.-xs .sq-card-item {
        min-height: 215px;
        width: 33.3333%;
        margin: 0 45px 0 0
    }
}

@media (min-width:1440px) {
    .sq-card.-xs .sq-card-item {
        min-height: 192px
    }
}

@media (min-width:768px) {
    .sq-card.-xs .sq-card-item-title {
        display: inline-block;
        vertical-align: top
    }
}

@media (min-width:1024px) {
    .sq-card.-xs .sq-card-item-title {
        display: block
    }
}

.sq-card.-career .sq-card-wrap {
    padding: 25px 0
}

@media (min-width:1024px) {
    .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 0;
    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
    }
}

@media (min-width:1280px) {
    .sq-card.-career .sq-card-item {
        width: 25%
    }
}

.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 0
}

@media (min-width:1280px) {
    .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
    }
}

@media (min-width:1280px) {
    .sq-card.-career .sq-card-item-body {
        max-width: 246px
    }
}

@media (min-width:1440px) {
    .sq-card.-career .sq-card-item-body {
        max-width: 266px
    }
}

.sq-list-title {
    margin: 0 0 20px 0;
    font-size: 28px;
    letter-spacing: -.34px;
    line-height: 44px;
    text-align: center
}

@media (min-width:768px) {
    .sq-list-title {
        margin: 0 0 30px 0;
        font-size: 32px;
        letter-spacing: -.38px;
        line-height: 52px
    }
}

@media (min-width:1280px) {
    .sq-list-title {
        margin: 0 0 40px 0
    }
}

@media (min-width:1440px) {
    .sq-list-title {
        margin: 0 0 60px 0
    }
}

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

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

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

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

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

@media (min-width:768px) {
    .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: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: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0;
    font-size: 14px;
    letter-spacing: .44px;
    line-height: 28px;
    list-style: none
}

@media (min-width:768px) {
    .sq-list-items-item {
        margin: 0 0 25px 0
    }
}

@media (min-width:1024px) {
    .sq-list-items-item {
        margin: 0 0 22px 0;
        font-size: 16px;
        letter-spacing: .5px;
        line-height: 34px
    }
}

.sq-list-items-item span {
    padding: 0 0 0 20px
}

@media (min-width:1024px) {
    .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 0;
    text-align: center
}

@media (min-width:1280px) {
    .sq-case-title {
        margin: 0 0 50px 0
    }
}

.sq-case-title h1 {
    font-size: 24px;
    letter-spacing: -.29px;
    line-height: 34px
}

@media (min-width:768px) {
    .sq-case-title h1 {
        font-size: 32px;
        letter-spacing: -.36px;
        line-height: 52px
    }
}

@media (min-width:768px) {
    .sq-case-title h1 {
        font-size: 36px;
        letter-spacing: -.43px;
        line-height: 52px
    }
}

.sq-case-title.-sm {
    margin: 0 0 30px 0;
    text-align: left
}

@media (min-width:768px) {
    .sq-case-title.-sm {
        margin: 0 0 40px 0
    }
}

@media (min-width:768px) {
    .sq-case-title.-sm {
        max-width: 540px
    }
}

@media (min-width:1280px) {
    .sq-case-title.-sm {
        margin: 0 0 50px 0;
        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 0
}

.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
}

@media (min-width:768px) {
    .sq-case-description {
        font-size: 16px;
        letter-spacing: .5px;
        line-height: 34px
    }
}

.sq-case-description p {
    padding: 0;
    margin: 0 0 30px 0
}

.sq-case-description p:last-child {
    margin: 0
}

@media (min-width:768px) {
    .sq-case-description p {
        margin: 0 0 40px 0
    }
}

@media (min-width:1280px) {
    .sq-case-description p {
        margin: 0 0 20px 0
    }
}

@media (min-width:768px) {
    .sq-case-text {
        max-width: 600px
    }
}

@media (min-width:1024px) {
    .sq-case-text {
        max-width: 640px
    }
}

@media (min-width:1280px) {
    .sq-case-text {
        max-width: 800px
    }
}

.sq-case-row {
    margin: 0 0 30px 0
}

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

.sq-case-wrap {
    padding: 100px 0 35px 0
}

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

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

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

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

@media (min-width:1440px) {
    .sq-case-wrap {
        padding: 140px 0 100px 0
    }
}

.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 0;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px
}

@media (min-width:375px) {
    .sq-case-body {
        height: 217px;
        margin: 0 0 20px 0
    }
}

@media (min-width:768px) {
    .sq-case-body {
        height: 222px;
        margin: 0 0 15px 0
    }
}

@media (min-width:1024px) {
    .sq-case-body {
        height: 200px
    }
}

@media (min-width:1280px) {
    .sq-case-body {
        height: 250px;
        margin: 0 0 28px 0
    }
}

.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-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: -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-case-grid-col {
    padding: 0 0 0 13px
}

.sq-case-grid-col:first-child {
    padding: 0
}

.sq-case-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-case-item {
    width: 100%;
    padding-right: 45px;
    margin: 0 0 40px 0
}

@media (min-width:768px) {
    .sq-case-item {
        width: 50%
    }
}

@media (min-width:1024px) {
    .sq-case-item {
        width: 33.3333%;
        margin: 0 0 45px 0
    }
}

@media (min-width:1280px) {
    .sq-case-item {
        margin: 0 0 50px 0
    }
}

@media (min-width:1440px) {
    .sq-case-item {
        margin: 0 0 60px 0
    }
}

.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-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-figure.-one {
        top: -30px;
        right: -115px
    }
}

@media (min-width:1280px) {
    .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-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)
}

@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)
    }
}

@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)
    }
}

@media (min-width:1024px) {
    .sq-case-figure.-two {
        top: 90px;
        left: -25px
    }
}

@media (min-width:1280px) {
    .sq-case-figure.-two {
        top: 340px;
        left: -85px
    }
}

@media (min-width:1440px) {
    .sq-case-figure.-two {
        left: -155px
    }
}

.sq-case-image {
    margin: 30px 0 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-image-img {
        max-height: 375px
    }
}

@media (min-width:768px) {
    .sq-case-image-img {
        max-height: 500px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }
}

@media (min-width:1024px) {
    .sq-case-image-img {
        max-height: 400px
    }
}

@media (min-width:1280px) {
    .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 0;
    text-align: center
}

.sq-case-adv {
    margin: 60px 0 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-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

@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 {
    margin: 0 0 25px 0
}

.sq-case-adv-grid-col:last-child {
    padding: 0;
    margin: 0
}

@media (min-width:768px) {
    .sq-case-adv-grid-col {
        padding: 0 40px 0 0;
        margin: 0
    }
}

@media (min-width:1024px) {
    .sq-case-adv-grid-col {
        padding: 0 50px 0 0
    }
}

@media (min-width:1280px) {
    .sq-case-adv-grid-col {
        padding: 0 40px 0 0
    }
}

@media (min-width:1440px) {
    .sq-case-adv-grid-col {
        padding: 0 50px 0 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-container {
        margin: 0 0 0 44px
    }
}

@media (min-width:1280px) {
    .sq-case-adv-container {
        margin: 0 0 0 97px
    }
}

@media (min-width:1440px) {
    .sq-case-adv-container {
        margin: 0 0 0 104px
    }
}

.sq-case-adv-box {
    width: 100%;
    height: 236px;
    margin: 0 0 40px 0;
    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 0
    }
}

@media (min-width:768px) {
    .sq-case-adv-box {
        width: 466px;
        height: 137px;
        margin: 0 0 50px 0
    }
}

@media (min-width:1024px) {
    .sq-case-adv-box {
        margin: 0 0 60px 0
    }
}

@media (min-width:1280px) {
    .sq-case-adv-box {
        width: 578px;
        height: 170px;
        margin: 0 0 70px 0
    }
}

.sq-case-adv-action {
    position: relative;
    z-index: 1;
    text-align: center
}

@media (min-width:768px) {
    .sq-case-adv-action {
        text-align: left
    }
}

.sq-case-adv-title {
    font-size: 36px;
    letter-spacing: -.43px;
    line-height: 40px;
    font-weight: 700
}

@media (min-width:1280px) {
    .sq-case-adv-title {
        margin: 0 0 7px 0;
        font-size: 46px;
        letter-spacing: -.58px
    }
}

.sq-case-adv-description {
    font-size: 20px;
    letter-spacing: -.24px;
    line-height: 32px
}

@media (min-width:1280px) {
    .sq-case-adv-description {
        font-size: 24px;
        letter-spacing: -.29px
    }
}

.sq-case-carousel {
    position: relative;
    margin: 80px 0 50px 0
}

@media (min-width:768px) {
    .sq-case-carousel {
        margin: 80px 0 90px 0
    }
}

@media (min-width:1024px) {
    .sq-case-carousel {
        margin: 80px 0 110px 0
    }
}

@media (min-width:1280px) {
    .sq-case-carousel {
        margin: 125px 0 80px 0
    }
}

@media (min-width:1440px) {
    .sq-case-carousel {
        margin: 125px 0 50px 0
    }
}

.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-container {
        padding: 0 56px
    }
}

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

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

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

.sq-case-carousel-nav {
    display: none
}

@media (min-width:1024px) {
    .sq-case-carousel-nav {
        display: block
    }
}

.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: #f1f3f4;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.25, .25, .5, 1.9);
    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)
}

@media (min-width:1024px) {
    .sq-case-carousel-nav-item.-prev {
        left: 25px
    }
}

@media (min-width:1280px) {
    .sq-case-carousel-nav-item.-prev {
        left: 60px
    }
}

@media (min-width:1440px) {
    .sq-case-carousel-nav-item.-prev {
        left: -80px
    }
}

@media (min-width:1024px) {
    .sq-case-carousel-nav-item.-next {
        right: 25px
    }
}

@media (min-width:1280px) {
    .sq-case-carousel-nav-item.-next {
        right: 60px
    }
}

@media (min-width:1440px) {
    .sq-case-carousel-nav-item.-next {
        right: -80px
    }
}

.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-sheet-container {
        width: 916px
    }
}

@media (min-width:1280px) {
    .sq-sheet-container {
        width: 1011px
    }
}

@media (min-width:1440px) {
    .sq-sheet-container {
        width: 993px
    }
}

.sq-sheet-item {
    position: relative;
    margin: 0 0 40px 0;
    -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: 100%;
        margin: 0 19px 0 0
    }
    .sq-sheet-item:last-child {
        margin: 0
    }
}

@media (min-width:1024px) {
    .sq-sheet-item {
        display: block;
        width: 100%;
        margin: 0 0 40px 0
    }
}

.sq-sheet-item-wrap {
    padding: 30px 0 45px 0
}

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

@media (min-width:1024px) {
    .sq-sheet-item-wrap {
        padding: 0;
        height: 100%
    }
}

@media (min-width:1024px) {
    .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 0
}

.sq-sheet-grid-col:last-child {
    margin: 0
}

@media (min-width:375px) {
    .sq-sheet-grid-col {
        margin: 0 0 23px 0
    }
}

@media (min-width:768px) {
    .sq-sheet-grid-col {
        margin: 0 0 68px 0
    }
}

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

@media (min-width:1024px) {
    .sq-sheet-grid-col.-left {
        width: 48%
    }
}

@media (min-width:1024px) {
    .sq-sheet-grid-col.-right {
        width: 52%
    }
}

@media (min-width:768px) {
    .sq-sheet-grid-col.-xs {
        margin: 0 0 18px 0
    }
}

@media (min-width:1024px) {
    .sq-sheet-grid-col.-xs {
        margin: 0
    }
}

.sq-sheet-body {
    padding: 0 23px
}

@media (min-width:768px) {
    .sq-sheet-body {
        padding: 0 31px
    }
}

@media (min-width:1024px) {
    .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 0;
}

@media (min-width:1024px) {
    .sq-sheet-title {
        margin: 0 0 23px 0
    }
}

.sq-sheet-title h2 {
    margin: 0;
    padding: 0;
    font-size: 18px;
    letter-spacing: -.29px;
    line-height: 24px
}

@media (min-width:1024px) {
    .sq-sheet-title h2 {
        font-size: 24px;
        letter-spacing: -.38px;
        line-height: 34px
    }
}

.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: 20px
}

@media (min-width:1024px) {
    .sq-sheet-description {
        font-size: 16px;
        letter-spacing: .3px;
        line-height: 28px
    }
}

.sq-sheet-image {
    max-width: 210px;
    margin: 0 auto;
    text-align: center
}

@media (min-width:1024px) {
    .sq-sheet-image {
        max-width: 300px
    }
}

@media (min-width:1280px) {
    .sq-sheet-image {
        max-width: 310px
    }
}

@media (min-width:1440px) {
    .sq-sheet-image {
        max-width: 330px
    }
}

.sq-sheet-image img:not(.-small) {
    width: 100%
}

.sq-sheet-image img.-small {
    width: 80%
}

@media (min-width:1024px) {
    .sq-sheet-image img {
        width: auto
    }
}

.sq-sheet-figure {
    display: none;
    position: absolute;
    z-index: 2
}

@media (min-width:768px) {
    .sq-sheet-figure {
        display: block
    }
}

.sq-sheet-figure:nth-child(1) {
    top: -60px;
    right: -60px
}

@media (min-width:1024px) {
    .sq-sheet-figure:nth-child(1) {
        top: -60px;
        right: -40px
    }
}

@media (min-width:1280px) {
    .sq-sheet-figure:nth-child(1) {
        top: -60px;
        right: 0
    }
}

.sq-sheet-figure:nth-child(2) {
    left: -80px;
    bottom: -100px
}

@media (min-width:1024px) {
    .sq-sheet-figure:nth-child(2) {
        left: -80px;
        bottom: 0
    }
}

.sq-brand {
    background: #fbfcfc
}

.sq-brand-wrap {
    padding: 50px 0
}

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

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

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

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

@media (min-width:1440px) {
    .sq-brand-wrap {
        padding: 45px 0 150px 0
    }
}

.sq-brand-container {
    max-width: 691px;
    margin: 0 auto;
    padding: 0 12px
}

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

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

.sq-brand-title {
    margin: 0 0 20px 0;
    font-size: 20px;
    letter-spacing: -.24px;
    line-height: 34px
}

@media (min-width:375px) {
    .sq-brand-title {
        font-size: 20px;
        letter-spacing: -.24px
    }
}

@media (min-width:768px) {
    .sq-brand-title {
        text-align: center;
        line-height: 52px
    }
}

@media (min-width:1024px) {
    .sq-brand-title {
        font-size: 24px;
        letter-spacing: -.29px
    }
}

@media (min-width:1280px) {
    .sq-brand-title {
        margin: 0 0 30px 0;
        font-size: 26px;
        letter-spacing: -.31px
    }
}

@media (min-width:1440px) {
    .sq-brand-title {
        margin: 0 0 60px 0
    }
}

@media (min-width:768px) {
    .sq-brand-items {
        text-align: center
    }
}

.sq-brand-items-item {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 20px 0
}

@media (min-width:768px) {
    .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%
}

@media (min-width:1024px) {
    .sq-brand-items-item img {
        max-width: 90%
    }
}

@media (min-width:1280px) {
    .sq-brand-items-item img {
        max-width: 100%
    }
}

.sq-brand.-center {
    text-align: center
}

.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 0
}

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

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

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

@media (min-width:1280px) {
    .sq-review-wrap {
        padding: 290px 0 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-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -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
    }
}

@media (min-width:1280px) {
    .sq-review-grid-col {
        padding: 0 0 0 40px
    }
}

@media (min-width:768px) {
    .sq-review-grid-col.-left {
        width: 320px
    }
}

@media (min-width:1024px) {
    .sq-review-grid-col.-left {
        width: 360px
    }
}

@media (min-width:1280px) {
    .sq-review-grid-col.-left {
        width: 400px
    }
}

@media (min-width:1440px) {
    .sq-review-grid-col.-left {
        width: 420px
    }
}

.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-quote {
        left: 360px
    }
}

@media (min-width:1280px) {
    .sq-review-quote {
        left: 440px
    }
}

@media (min-width:1440px) {
    .sq-review-quote {
        left: 460px
    }
}

.sq-review-quote img {
    max-width: 100%
}

.sq-review-nav {
    display: none
}

@media (min-width:1024px) {
    .sq-review-nav {
        display: block
    }
}

.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: #f1f3f4;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.25, .25, .5, 1.9);
    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
}

@media (min-width:1024px) {
    .sq-review-nav-item.-prev {
        left: 30px
    }
}

@media (min-width:1280px) {
    .sq-review-nav-item.-prev {
        left: 60px
    }
}

@media (min-width:1440px) {
    .sq-review-nav-item.-prev {
        left: 0
    }
}

.sq-review-nav-item.-next {
    right: 0
}

@media (min-width:1024px) {
    .sq-review-nav-item.-next {
        right: 30px
    }
}

@media (min-width:1280px) {
    .sq-review-nav-item.-next {
        right: 60px
    }
}

@media (min-width:1440px) {
    .sq-review-nav-item.-next {
        right: 0
    }
}

.sq-review-dots {
    margin: 10px 0 0 0
}

@media (min-width:768px) {
    .sq-review-dots {
        position: absolute;
        bottom: 80px;
        left: 375px;
        z-index: 2;
        margin: 0
    }
}

@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 0
}

@media (min-width:768px) {
    .sq-review-item {
        min-height: 452px
    }
}

@media (min-width:1024px) {
    .sq-review-item {
        min-height: 480px
    }
}

.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-bg {
        width: 410px;
        height: 419px
    }
}

@media (min-width:1280px) {
    .sq-review-bg {
        width: 440px;
        height: 449px
    }
}

.sq-review-bg-fill {
    position: absolute;
    width: 100%;
    height: 100%
}

.sq-review-bg-fill svg {
    width: 100%;
    height: 100%
}

.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)
    }
}

@media (min-width:1024px) {
    .sq-review-bg-figure {
        bottom: -45px
    }
}

@media (min-width:1280px) {
    .sq-review-bg-figure {
        bottom: -35px
    }
}

.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-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)
}

@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 {
    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
    }
}

@media (min-width:768px) {
    .sq-review-brief {
        top: 90px;
        left: 75px;
        max-width: 152px
    }
}

@media (min-width:1024px) {
    .sq-review-brief {
        top: 95px;
        left: 85px
    }
}

@media (min-width:1280px) {
    .sq-review-brief {
        top: 110px;
        left: 90px
    }
}

.sq-review-brief-title {
    margin: 0 0 12px 0;
    font-size: 38px;
    letter-spacing: -.46px;
    line-height: 40px;
    font-weight: 700
}

@media (min-width:768px) {
    .sq-review-brief-title {
        margin: 0 0 19px 0;
        font-size: 48px;
        letter-spacing: -.58px;
        line-height: 40px
    }
}

@media (min-width:1024px) {
    .sq-review-brief-title {
        margin: 0 0 23px 0;
        font-size: 56px;
        letter-spacing: -.67px;
        line-height: 40px
    }
}

.sq-review-brief-subtitle {
    font-size: 16px;
    letter-spacing: -.19px;
    line-height: 24px
}

@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 0;
    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-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)
}

@media (min-width:1024px) {
    .sq-review-author {
        font-size: 16px;
        letter-spacing: .5px;
        line-height: 34px
    }
}

.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 0
}

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

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

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

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

.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)
}
/*addition*/
.sq-action-button{
   margin: 0 0 20px 0;
}

.sq-action-box-wrap {
    padding: 30px 0 40px 0
}

@media (min-width:375px) {
    .sq-action-box-wrap {
        padding: 35px 0 45px 0
    }
}

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

@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
    }
}

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

@media (min-width:1440px) {
    .sq-action-box-container {
        padding: 0 103px
    }
}

.sq-action-grid {
    width: 100%
}

@media (min-width:1024px) {
    .sq-action-grid {
        display: table
    }
}

@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: 100%
}

@media (min-width:1024px) {
    .sq-action-grid-col.-left {
        width: 267px
    }
}

@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 0;
    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 0
    }
}

@media (min-width:768px) {
    .sq-action-title {
        margin: 0 0 10px 0!important;
    }
}

@media (min-width:1024px) {
    .sq-action-title {
        margin: 0;
        font-size: 24px;
        letter-spacing: -.29px;
        line-height: 40px
    }
}

@media (min-width:1280px) {
    .sq-action-title {
        font-size: 26px;
        letter-spacing: -.31px;
        line-height: 40px
    }
}

.sq-action-input {
    margin: 0 0 25px 0
}

@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-input {
        padding: 25px 20px 0 141px
    }
}

@media (min-width:1440px) {
    .sq-action-input {
        padding: 25px 20px 0 120px
    }
}

.sq-action.-inverse {
    background: #fbfcfc
}

.sq-social-title {
    margin: 0 0 21px 0;
    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-social-title {
        display: block;
        margin: 0 0 29px 0
    }
}

@media (min-width:1024px) {
    .sq-social-items {
        display: inline-block;
        vertical-align: middle
    }
}

@media (min-width:1440px) {
    .sq-social-items {
        display: block
    }
}

.sq-social-item {
    display: inline-block;
    vertical-align: middle;
    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
}

@media (min-width:1440px) {
    .sq-social-item {
        width: 124px;
        height: 52px;
        padding: 0 0 0 16px;
        text-align: left
    }
}

.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-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;
    -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>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 {
    display: inline-block;
    vertical-align: middle;
    color: #4c55a6
}

.sq-social-item-icon.-facebook {
    font-size: 17px
}

.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 {
    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;
    width: 100%
}

.sq-feature:after,
.sq-feature:before {
    content: " ";
    display: table
}

.sq-feature:after {
    clear: both
}

.sq-feature-wrap {
    width: 100%;
    padding: 80px 0 40px 0
}

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

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

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

@media (min-width:1440px) {
    .sq-feature-wrap {
        padding: 121px 0 141px 0
    }
}

.sq-feature-wrap.-xs {
    padding: 0 0 161px 0
}

.sq-feature-wrap.-sm {
    padding: 0 0 50px 0
}

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

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

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

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

@media (min-width:1440px) {
    .sq-feature-wrap.-sm {
        padding: 52px 0 134px 0
    }
}

.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-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-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-figure.-one {
        bottom: 30px;
        right: -110px
    }
}

@media (min-width:1440px) {
    .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
    }
}

@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)
    }
}

@media (min-width:1280px) {
    .sq-feature-figure.-two {
        bottom: -30px;
        right: -85px
    }
}

@media (min-width:1440px) {
    .sq-feature-figure.-two {
        bottom: -30px;
        right: -85px
    }
}

@media (min-width:768px) {
    .sq-feature-body {
        max-width: 472px
    }
}

@media (min-width:768px) {
    .sq-feature-body.-lg {
        max-width: 576px
    }
}

.sq-feature-body ol {
    padding: 0 0 0 20px;
    margin: 10px 0 0 0;
    font-size: 16px;
    letter-spacing: .5px;
    line-height: 34px
}

@media (min-width:768px) {
    .sq-feature-body ol {
        margin: 60px 0 0 0;
        font-size: 16px
    }
}

.sq-feature-body ol li {
    padding: 0 0 0 28px;
    margin: 0 0 25px 0
}

.sq-feature-body ol li:last-child {
    margin: 0
}

.sq-feature-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: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}

@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-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 0;
    -webkit-perspective: 1200px;
    -moz-perspective: 1200px;
    perspective: 1200px
}

.sq-feature-grid-col:last-child {
    margin: 0
}

@media (min-width:768px) {
    .sq-feature-grid-col {
        width: 50%;
        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.-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: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
    }
}

@media (min-width:1280px) {
    .sq-feature-grid-col.-p-right {
        padding: 0 20px 0 0
    }
}

@media (min-width:1440px) {
    .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
    }
}

@media (min-width:1280px) {
    .sq-feature-grid.-indent {
        padding: 0 52px
    }
}

@media (min-width:1440px) {
    .sq-feature-grid.-indent {
        padding: 0
    }
}

@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-feature-title {
    margin: 0 0 20px 0
}

@media (min-width:768px) {
    .sq-feature-title {
        margin: 0 0 30px 0
    }
}

@media (min-width:1280px) {
    .sq-feature-title {
        margin: 0 0 40px 0
    }
}

.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;
    letter-spacing: .5px;
    line-height: 34px
}

@media (min-width:768px) {
    .sq-feature-description {
        font-size: 16px
    }
}

.sq-feature-description p {
    margin: 0 0 30px 0
}

.sq-feature-description p:last-child {
    margin: 0
}

.sq-feature-description p.-xs {
    margin: 0 0 45px 0
}

.sq-feature-brief {
    max-width: 510px;
    font-size: 22px;
    letter-spacing: -.26px;
    line-height: 34px
}

@media (min-width:768px) {
    .sq-feature-brief {
        font-size: 24px;
        letter-spacing: -.29px;
        line-height: 34px
    }
}

@media (min-width:1024px) {
    .sq-feature-brief {
        font-size: 26px;
        letter-spacing: -.31px;
        line-height: 44px
    }
}

.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
}

@media (min-width:768px) {
    .sq-feature-image {
        max-width: 100%
    }
}

.sq-feature-image img {
    width: 85%
}

@media (min-width:768px) {
    .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-image.-xs {
        max-width: 440px
    }
}

@media (min-width:1280px) {
    .sq-feature-image.-xs {
        max-width: 520px
    }
}

@media (min-width:1440px) {
    .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
    }
}

@media (min-width:1280px) {
    .sq-feature-image.-lg {
        max-width: 460px
    }
}

@media (min-width:1440px) {
    .sq-feature-image.-lg {
        max-width: 555px
    }
}

.sq-feature-action {
    margin: 20px 0 0 0
}

@media (min-width:768px) {
    .sq-feature-action {
        margin: 30px 0 0 0
    }
}

@media (min-width:1280px) {
    .sq-feature-action {
        margin: 60px 0 0 0
    }
}

.sq-footer {
    background: #fff;
}

.sq-footer-wrap {
    padding: 0 0 40px 0
}

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

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

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

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

.sq-footer-grid {
    width: 100%
}

@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
    }
}

@media (min-width:1024px) {
    .sq-footer-grid-col.-left {
        float: left
    }
}

.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%
    }
}

@media (min-width:768px) {
    .sq-footer-grid-col.-right {
        display: inline-block;
        vertical-align: top;
        float: right
    }
}

@media (min-width:1024px) {
    .sq-footer-grid-col.-right {
        display: block;
        float: none
    }
}

.sq-footer-row {
    padding: 0 0 40px 0
}

@media (min-width:768px) {
    .sq-footer-row {
        padding: 0 0 50px 0
    }
}

@media (min-width:1024px) {
    .sq-footer-row {
        padding: 0 0 80px 0
    }
}

@media (min-width:1280px) {
    .sq-footer-row {
        padding: 0 0 90px 0
    }
}

@media (min-width:1440px) {
    .sq-footer-row {
        padding: 0 0 100px 0
    }
}

.sq-footer-row:last-child {
    padding: 0
}

.sq-footer-logo {
    display: block;
    max-width: 107px;
    margin: 0 0 30px 0
}

@media (min-width:1024px) {
    .sq-footer-logo {
        margin: 0
    }
}

@media (min-width:1440px) {
    .sq-footer-logo {
        max-width: 100%
    }
}

.sq-footer-logo img {
    width: 100%
}

.sq-footer-items {
    display: inline-block;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: -30px 0 20px 0;
    -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-items {
        -webkit-column-gap: 126px;
        -moz-column-gap: 126px;
        column-gap: 126px
    }
}

.sq-footer-items-item {
    display: block;
    padding: 30px 0 0 0;
    font-size: 14px;
    letter-spacing: .02px;
    line-height: 19px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

@media (min-width:1024px) {
    .sq-footer-items-item {
        font-size: 16px;
        letter-spacing: 0;
        line-height: 22px
    }
}

.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
    }
}

@media (min-width:1024px) {
    .sq-footer-action {
        width: 248px
    }
}

@media (min-width:1440px) {
    .sq-footer-action {
        width: 268px
    }
}

.sq-footer-action-title {
    margin: 0 0 2px 0;
    font-size: 24px;
    letter-spacing: -.29px;
    line-height: 36px
}

.sq-footer-action-form {
    margin: 0 0 24px 0
}

.sq-footer-action-description {
    font-size: 16px;
    letter-spacing: .02px;
    line-height: 22px
}

@media (min-width:768px) {
    .sq-footer-copyright {
        text-align: center
    }
}

.sq-sitemap-wrap {
    padding: 40px
}

.sq-sitemap-item {
    margin: 0 0 20px 0
}

.sq-sitemap-title {
    margin: 0 0 15px 0;
    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 0
}

.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-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:1280px) {
    .sq-price-figure:nth-child(1) {
        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
}

@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
}

@media (min-width:768px) {
    .sq-price-figure:nth-child(3) {
        top: 530px;
        right: -180px
    }
}

@media (min-width:1024px) {
    .sq-price-figure:nth-child(3) {
        top: 325px;
        right: -180px
    }
}

@media (min-width:1280px) {
    .sq-price-figure:nth-child(3) {
        top: 325px;
        right: -180px
    }
}

@media (min-width:1440px) {
    .sq-price-figure:nth-child(3) {
        top: 325px;
        right: -180px
    }
}

.sq-price-wrap {
    padding: 100px 0 120px
}

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

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

.sq-price-title {
    text-align: center;
    margin-bottom: 30px
}

@media (min-width:1024px) {
    .sq-price-title {
        max-width: 170px;
        text-align: left;
        margin-bottom: 0
    }
}

.sq-price-title h1 {
    font-size: 24px;
    line-height: 52px;
    letter-spacing: -.43px
}

@media (min-width:768px) {
    .sq-price-title h1 {
        font-size: 32px
    }
}

@media (min-width:1280px) {
    .sq-price-title h1 {
        font-size: 36px
    }
}

.sq-price-table {
    display: none
}

@media (min-width:1024px) {
    .sq-price-table {
        display: block
    }
}

.sq-price-blocks {
    position: relative;
    display: block
}

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

.sq-price-blocks-item:not(:last-of-type) {
    margin-bottom: 40px
}

.sq-price-info {
    max-width: 320px;
    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: 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-button {
    z-index: 1
}

.sq-price-info-subtitle {
    font-size: 14px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: -.23px;
    margin-bottom: 7px
}

.sq-price-info-list-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-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
    }
}

@media (min-width:768px) {
    .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-icon svg {
    height: 12px;
    fill: #4c55a6
}

.sq-price-info-feature-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 27px;
    letter-spacing: -.23px;
    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: 1px solid rgba(151, 151, 151, .11)
}

.sq-price-block-body-wrap {
    padding: 0 20px 30px 20px
}

@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 svg {
    height: 12px;
    fill: #4c55a6
}

.sq-price-icon.-close svg {
    height: 12px;
    fill: #dedede
}

.sq-faq-wrap {
    padding: 102px 0 60px 0
}

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

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

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

@media (min-width:1440px) {
    .sq-faq-wrap {
        padding: 180px 0 140px 0
    }
}

.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
    }
}

@media (min-width:1280px) {
    .sq-faq-container {
        width: 921px
    }
}

@media (min-width:1440px) {
    .sq-faq-container {
        width: 990px
    }
}

.sq-faq-title {
    margin: 0 40px 10px 0
}

@media (min-width:768px) {
    .sq-faq-title {
        margin: 0 0 10px 0
    }
}

@media (min-width:1024px) {
    .sq-faq-title {
        margin: 0 0 30px 0
    }
}

@media (min-width:1280px) {
    .sq-faq-title {
        margin: 0 0 35px 0
    }
}

.sq-faq-title h1 {
    margin: 0;
    padding: 0;
    font-size: 24px;
    letter-spacing: -.29px;
    line-height: 34px
}

@media (min-width:768px) {
    .sq-faq-title h1 {
        font-size: 32px;
        letter-spacing: -.38px;
        line-height: 52px
    }
}

.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: 1px 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-accordion-icon {
        padding: 3px 30px 0 0
    }
}

@media (min-width:1280px) {
    .sq-accordion-icon {
        padding: 3px 37px 0 0
    }
}

@media (min-width:1440px) {
    .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;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

@media (min-width:768px) {
    .sq-accordion-icon svg:last-child {
        top: 8px
    }
}

.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-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
}

@media (min-width:768px) {
    .sq-accordion-brief {
        font-size: 16px;
        letter-spacing: .5px;
        line-height: 34px
    }
}

.sq-accordion-brief p {
    margin: 0 0 35px 0
}

.sq-accordion-brief p:last-child {
    margin: 0
}

.sq-accordion-header {
    padding: 20px 0;
    cursor: pointer
}

@media (min-width:768px) {
    .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 0
}

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

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

.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
}

@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-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 0;
    font-size: 11px
}

@media (min-width:768px) {
    .sq-filebox-icon {
        font-size: 12px
    }
}

.sq-filebox-text {
    display: inline-block;
    vertical-align: middle;
    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-text a:focus,
.sq-filebox-text a:hover {
    text-decoration: underline;
    opacity: .8
}

.sq-filebox-preview {
    display: none
}

.sq-filebox-preview-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 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-preview-text a:focus,
.sq-filebox-preview-text a:hover {
    text-decoration: underline;
    opacity: .8
}

.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-dasharray: 100px;
    stroke-dashoffset: 100px;
    stroke-linejoin: round;
    -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-dasharray: 100px;
    stroke-linejoin: round;
    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
}

@media (min-width:768px) {
    .sq-progressbar-icon {
        font-size: 14px;
        top: 5px;
        left: 9px
    }
}

.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 {
    position: relative;
    z-index: 1
}

.sq-contact-wrap {
    padding: 102px 0 0 0
}

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

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

.sq-contact-title {
    margin: 0 0 30px 0;
    text-align: center
}

@media (min-width:1024px) {
    .sq-contact-title {
        margin: 0 0 38px 0
    }
}

@media (min-width:1280px) {
    .sq-contact-title {
        margin: 0 0 58px 0
    }
}

.sq-contact-title h1 {
    font-size: 24px;
    letter-spacing: -.29px;
    line-height: 34px
}

@media (min-width:768px) {
    .sq-contact-title h1 {
        font-size: 32px;
        letter-spacing: -.36px;
        line-height: 52px
    }
}

@media (min-width:768px) {
    .sq-contact-title h1 {
        font-size: 36px;
        letter-spacing: -.43px;
        line-height: 52px
    }
}

.sq-contact-map-container {
    position: relative
}

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

@media (min-width:1280px) {
    .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-map-box {
        height: 424px
    }
}

@media (min-width:1024px) {
    .sq-contact-map-box {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }
}

.sq-contact-map #tab1 {
    display: none
}

.sq-contact-map #map {
    width: 100%;
    height: 100%
}

.sq-contact-nav {
    margin: 0 0 30px 0
}

@media (min-width:768px) {
    .sq-contact-nav {
        margin: 0 0 48px 0
    }
}

.sq-contact-nav-item {
    display: block;
    position: relative;
    margin: 0 0 30px 0;
    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 0
    }
}

@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
}

@media (min-width:1024px) {
    .sq-contact-nav-item-subtitle {
        font-size: 16px;
        letter-spacing: .27px;
        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 auto;
    -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;
    -webkit-box-shadow: 0 7px 24px rgba(174, 189, 205, .2);
    -moz-box-shadow: 0 7px 24px rgba(174, 189, 205, .2);
    box-shadow: 0 7px 24px rgba(174, 189, 205, .2);
    overflow: hidden
}

@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)
    }
}

@media (min-width:768px) {
    .sq-contact-form {
        margin: 0 auto 30px auto;
        height: 698px;
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        -o-transform: translateY(-50px);
        transform: translateY(-50px)
    }
}

@media (min-width:1024px) {
    .sq-contact-form {
        max-width: 791px;
        height: 510px;
        margin: -35px auto 120px auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (min-width:1280px) {
    .sq-contact-form {
        max-width: 923px;
        margin: -35px auto 140px auto
    }
}

@media (min-width:1440px) {
    .sq-contact-form {
        max-width: 963px;
        margin: -35px auto 160px auto
    }
}

.sq-contact-form-container {
    padding: 0 24px
}

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

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

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

@media (min-width:1280px) {
    .sq-contact-form-container {
        padding: 0 48px 0 53px
    }
}

@media (min-width:1440px) {
    .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 0
    }
}

@media (min-width:768px) {
    .sq-contact-form-wrap {
        padding: 40px 0 25px 0
    }
}

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

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

@media (min-width:768px) {
    .sq-contact-form-wrap.-sm {
        padding: 40px 0 45px 0
    }
}

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

.sq-contact-form-grid {
    width: 100%;
    height: 100%;
    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-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-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 {
    width: 100%
}

.sq-contact-form-grid-col.-right {
    color: #fff;
    background: #4c55a6
}

@media (min-width:1024px) {
    .sq-contact-form-grid-col.-right {
        max-width: 214px;
        height: 100%
    }
}

@media (min-width:1280px) {
    .sq-contact-form-grid-col.-right {
        max-width: 245px
    }
}

@media (min-width:1440px) {
    .sq-contact-form-grid-col.-right {
        max-width: 266px
    }
}

.sq-contact-form-group {
    position: relative;
    margin: 0 0 10px 0
}

.sq-contact-form-group:last-child {
    margin: 0
}

@media (min-width:768px) {
    .sq-contact-form-group {
        display: inline-block;
        vertical-align: middle;
        margin: 0 60px 0 0
    }
}

@media (min-width:1024px) {
    .sq-contact-form-group {
        display: block;
        margin: 0 0 45px 0
    }
}

@media (min-width:1024px) {
    .sq-contact-form-row {
        margin: -31px 0 0 0
    }
}

.sq-contact-form-title {
    margin: 0 0 35px 0
}

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

.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
    }
}

@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 13px 0;
    color: #fff
}

@media (min-width:1024px) {
    .sq-contact-form-title.-inverse {
        margin: 0 0 60px 0
    }
}

.sq-contact-form-label {
    margin: 0 0 7px 0;
    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
}

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

.sq-contact-figure {
    position: absolute
}

.sq-contact-figure:nth-child(1) {
    display: none
}

@media (min-width:768px) {
    .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-figure:nth-child(1) {
        bottom: -15px;
        left: -70px
    }
}

@media (min-width:1440px) {
    .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
    }
}

@media (min-width:768px) {
    .sq-contact-figure:nth-child(2) {
        bottom: -620px;
        left: -40px
    }
}

@media (min-width:1280px) {
    .sq-contact-figure:nth-child(2) {
        bottom: -620px;
        left: 20px
    }
}

@media (min-width:1440px) {
    .sq-contact-figure:nth-child(2) {
        bottom: -635px;
        left: -40px
    }
}

.sq-contact-figure:nth-child(3) {
    top: -200px;
    right: -100px
}

@media (min-width:768px) {
    .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(3) {
        top: 120px;
        right: -40px
    }
}

@media (min-width:1440px) {
    .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{
    background-color: #4c55a6!important;
    color: #fff;
}
.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;
    }
}
@media screen and (max-width: 768px) {
    
    .faq {
        -webkit-column-count: 1!important;
        -moz-column-count: 1!important;
        column-count: 1!important;
    }
    
}

.news{
    color: black;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
}

.currency-icon {
    vertical-align: sub;    
}

.currency-icon svg {
    width: 24px;
    height: 18px;
}

.sq-btn_nav {
    text-align: left;
    padding-left: 20px;
}

.currency-list {
    position: absolute;
    top: 60px;
    right: 0;
/*    border: 1px solid #ededed;*/
    border-radius: 4px;
    background: rgba(95, 110, 220, 0.5);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 90% 10%;
    transform-origin: 90% 10%;
    transition: .25s -webkit-transform;
    transition: .25s transform;
    transition-delay: .2s;
    list-style: none;
    padding-left: 0;
    max-height: 200px;
    width: 300px;
    overflow: auto;
}

.currency-list a {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 100%;
    padding: .5em .95em;
    color: #fff;
    transition: .2s;
}

.sq-navbar-action-item:hover .currency-list {
    transition: .3s cubic-bezier(.25,.1,.3,1.5) -webkit-transform;
    transition: .3s cubic-bezier(.25,.1,.3,1.5) transform;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.sq-navbar-action-item:before{
    display: block;
    content: "";
    position: absolute;
    right: 14px;
    top: 45%;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: all 0s;
    transition-delay: .2s;
}

.sq-navbar-action-item:hover:before{
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0s;
    top: 38%
}

.sq-navbar-wrap {
    padding-top: 10px!important;
}

.sq-navbar-logo {
    max-width: 40px;
}

.sq-navbar-bg {
    height: 90px;
    -webkit-transform: translateY(-90px);
    -moz-transform: translateY(-90px);
    -ms-transform: translateY(-90px);
    -o-transform: translateY(-90px);
    transform: translateY(-90px);
}

.search-ticket input {
    background: rgba(95, 110, 220, 0.5); 
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    width: 100%;
    margin-bottom: 25px;
}

.search-ticket input::placeholder {
    color: #fff;
}

.search-ticket label {
    margin-bottom: 10px;
    display: inline-block;
}

.passengers {
    position: relative;
}

.passengers:before {
    display: block;
    content: "";
    position: absolute;
    right: 30px;
    bottom: 40%;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-top: none;
    border-left: none;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    transition: all 0s;
    transition-delay: .2s;
}

.passengers:hover:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition-delay: 0s;
    bottom: 44%;
}

.passengers-ages {
    position: absolute;
    border-radius: 5px;
    background: rgba(95, 110, 220, 0.5);
    padding: 15px;
    left: 0;
    right: 0;
    margin: 0 15px;
    z-index: 1;
    
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% -10%;
    transform-origin: 50% -10%;
    transition: .25s -webkit-transform;
    transition: .25s transform;
    transition-delay: .2s;
}

.passengers:hover .passengers-ages {
    transition: .3s cubic-bezier(.25,.1,.3,1.5) -webkit-transform;
    transition: .3s cubic-bezier(.25,.1,.3,1.5) transform;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.passengers-ages_counter {
    padding: 10px 0;
}

.number {
    display: inline-block;
    float: right;
}

.number > * {
    display: inline-block;
}

.number input {
    margin: 0;
    padding: 0 10px;
    width: inherit;
    border: none;
    text-align: center;
    background: inherit;
}

.number span {
    width: 22px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 22px;
    
}

.number span:hover {
    color: #000;
    background: #fff;
}

.search-btn {
    background: #fff;
    border-radius: 20px;
    width: 150px;
}

.search-btn:hover {
    background: inherit;
    color: #fff!important;
    border: 1px solid #fff;
}

.business-class input {
    float: left;
    width: inherit;
    margin: 0;
    margin-right: 15px;
}

.faq .sq-sheet-body {
    max-width: 100%;
    padding: 25px;
}
.faq .sq-sheet-item {
    margin-bottom: 0;
}

.faq_itm a{
    color: #f8cb6a;
}

.load-all-faq {
    z-index: 3;
    text-align: center;
}

.faq_itm_load {
    display: none;
}

.faq_itm_collapse,
.row.faq_itm_collapse{
    display: none;
}

.faq {
    
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-width: 30px;
    -moz-column-width: 30px;
    -moz-column-gap: 30px;
    -webkit-column-gap: 30px;
    column-width: 30px;
    column-gap: 30px;
}

.faq_itm {
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    position: relative;
/*
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
*/
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    
}


/*
.sq-sheet-item {
    opacity: 1!important;
}

.sq-sheet-item-wrap {
    opacity: 0;
}*/



