body {
    font-family: averta-regular, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #111;
}

b {
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
}

::-webkit-input-placeholder { /* Chrome */
    color: rgba(17, 17, 17, 0.4) !important;
}

::placeholder { /* Chrome */
    color: rgba(17, 17, 17, 0.4) !important;
}

::placeholder { /* Chrome */
    color: rgba(17, 17, 17, 0.4) !important;
}

:-ms-input-placeholder { /* IE 10+ */
    color: rgba(17, 17, 17, 0.4) !important;
}

::-moz-placeholder { /* Firefox 19+ */
    color: rgba(17, 17, 17, 0.4) !important;
    opacity: 1;
}

:-moz-placeholder { /* Firefox 4 - 18 */
    color: rgba(17, 17, 17, 0.4) !important;
    opacity: 1;
}

.StripeElement {
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border: 1px solid #ced4da !important;
    border-radius: 2px !important;
}

input.form-control:active, input.form-control:focus, .StripeElement.StripeElement--focus {
    box-shadow: 0 42px 48px 0 rgba(8, 12, 29, 0.15);
    border-color: #80bdff !important;
}

body.page-odd {
    background: #F4F4F9;
}

body.page-template-index-odd .content {
    background-image: linear-gradient(to top, #ffffff, #f4f4f9);
}

body.single-documentation .content, .content.search-documentation {
    background: #ffffff;
}

body.logged-in .try-free-button, body:not(.logged-in) .my-project-button {
    display: none;
}

body.logged-in .my-project-button, body:not(.logged-in) .try-free-button {
    display: block;
}

.form-control {
    line-height: 2.3;
    border-radius: 2px;
    font-size: 14px;
}

textarea.form-control {
    line-height: 1.0;
    border-radius: 0;
    font-size: 14px;
}

.form-group label {
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: rgba(17, 17, 17, 0.6);
    font-size: 14px;
    margin-bottom: 13px;
}

#loginform {
    padding-left: 15%;
    padding-right: 15%;
    max-width: 490px;
}

.switch {
    background: url('../assets/switch-container.svg') no-repeat center;
    height: 26px;
    width: 49px;
    position: relative;
    vertical-align: middle;
    margin-bottom: 0;
    cursor: pointer;
    margin-left: 20px;
    margin-right: 20px;
}

.switch .slider {
    display: inline-block;
    background: url('../assets/slider-oval.svg') no-repeat center;
    height: 44px;
    width: 45px;
    position: absolute;
    top: -7px;
    left: -9px;
    transition: 0.5s;
}

.switch-container.on .slider {
    left: 12px;
}

.switch-container .left-label, .switch-container .right-label {
    font-family: averta-regular, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: rgba(17, 17, 17, 0.7);
    display: inline-block;
    vertical-align: middle;
}

.switch-container:not(.on) .left-label, .switch-container.on .right-label {
    color: #0067e8;
}

.switch input[type=checkbox], .switch2 input[type=checkbox] {
    display: none;
}

.switch2-container {
    padding: 3px;
    border-radius: 6px;
    border: 1px solid #EEEEEE;
}

.switch-help-text {
    text-align: center;
    display: inline-block;
    color: rgba(17, 17, 17, 0.6);
    font-size: 14px;
    font-family: averta-regular, Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 5px;
}

.switch2 {
    margin: 0;
    display: none;
}

.switch2-container .top-label, .switch2-container .bottom-label {
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    width: 100%;
    display: block;
    padding-top: 14px;
    padding-bottom: 14px;
    cursor: pointer;
    color: rgba(17, 17, 17, 0.7);
    text-decoration: none;
}

.switch2-container:not(.on) .top-label, .switch2-container.on .bottom-label {
    color: #0067e8;
    border-radius: 4px;
    box-shadow: 0 2px 9px 0 rgba(156, 164, 171, 0.5) !important;
    background-image: linear-gradient(360deg, #F5F5FA, #ffffff);
}

.text-bold {
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
}

#header {
    z-index: 100;
    background: #fff;
    position: relative;
    box-shadow: 0 2px 9px 0 rgba(62, 57, 107, 0.07);
}

.separator {
    width: 100%;
    border: solid 1px #eeeeee;
}

.front-page > .panel-layout .hero {
    background-color: #fff;
    background-image: url('../assets/hero-xs.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center 35%;
}

.optional {
    display: none;
}

.link-checkout-back a {
    margin-right: 30px;
    display: inline-block;
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    opacity: 0.6;
    font-size: 15px;
    color: #111111;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and ( min--moz-device-pixel-ratio: 1.25), only screen and ( -o-min-device-pixel-ratio: 1.25/1), only screen and ( min-device-pixel-ratio: 1.25), only screen and ( min-resolution: 200dpi), only screen and ( min-resolution: 1.25dppx) {
    .front-page > .panel-layout .hero {
        background-image: url('../assets/hero-xs@2x.png');
    }
}

@media only screen and (min-width: 768px), only screen and (min-width: 768px), only screen and (min-width: 768px), only screen and (min-width: 768px), only screen and (min-width: 768px), only screen and (min-width: 768px) {
    .front-page > .panel-layout .hero {
        background-image: url('../assets/hero.png');
        background-position: center;
        background-size: cover;
        height: 743px;
        background-position-y: -44px !important;
    }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.25) and (min-width: 768px), only screen and ( min--moz-device-pixel-ratio: 1.25) and (min-width: 768px), only screen and ( -o-min-device-pixel-ratio: 1.25/1) and (min-width: 768px), only screen and ( min-device-pixel-ratio: 1.25) and (min-width: 768px), only screen and ( min-resolution: 200dpi) and (min-width: 768px), only screen and ( min-resolution: 1.25dppx) and (min-width: 768px) {
    .front-page > .panel-layout .hero {
        background-image: url('../assets/hero@2x.png');
    }
}

#logo {
    height: 34px;
    width: 34px;
}

#logo-name {
    height: 14px;
    margin-left: 8px;
}

#navbar-primary-menu {
    z-index: 10;
    background: #fff;
    max-height: 69px;
    padding-left: 0;
    padding-right: 0;
}

#primary-menu-bar .language-switcher.visible-xs {
    display: none;
}

#primary-menu-bar .nav-link {
    color: #111;
    padding: 24.5px 12px;
}

.body-fr #primary-menu-bar .nav-link {
    color: #111;
    padding: 24.5px 9px;
}

.body-es #primary-menu-bar .nav-link {
    color: #111;
    padding: 24.5px 7px;
}

#primary-menu-bar .nav-item.active .nav-link, #primary-menu-bar .nav-link:hover, .avatar-my-account-link-active, .avatar-my-account-link:hover {
    padding-bottom: 21.5px;
    border-bottom: 3px solid #ffcc01;
}

.avatar-my-account-link-active, .avatar-my-account-link:hover {
    display: block;
    height: 69px;
    border-bottom: 3px solid #ffcc01;
}

.avatar-my-account-link-active img, .avatar-my-account-link:hover img {
    margin-top: 17px;
}

.dropdown-toggle.language-switcher {
    margin-left: 15px;
}

.language-switcher {
    font-size: 13px;
}

[aria-expanded="false"] .toggler-open {
    display: block;
}

[aria-expanded="false"] .toggler-close {
    display: none;
}

[aria-expanded="true"] .toggler-open {
    display: none;
}

[aria-expanded="true"] .toggler-close {
    display: block;
}

.toggler-open {
    height: 15px;
}

.toggler-close {
    height: 20px;
}

#footer {
    color: #fff;
    padding-top: 64px;
    position: relative;
    background-image: linear-gradient(32deg, #2611e7, #6db4d7);
    margin-top: 193px;
    padding-bottom: 63px;
}

#footer:before {
    content: " ";
    position: absolute;
    object-fit: contain;
    transform: rotate(-45deg);
    mix-blend-mode: multiply;
    background-image: linear-gradient(135deg, #1180e7, #d1e6f0);
    width: 70px;
    height: 70px;
    right: 15px;
    top: calc(-70px / 2);
}

#footer:after {
    content: " ";
    position: absolute;
    object-fit: contain;
    transform: rotate(-45deg);
    mix-blend-mode: multiply;
    background-image: linear-gradient(64deg, #ffe802, #fdcc01);
    width: 83px;
    height: 83px;
    right: 51.4px;
    top: -55.84px;
    z-index: 1;
}

#footer h3 {
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-weight: normal;
    margin-bottom: 35px;
    color: #fff;
}

#footer .widget ul li a, #footer .widget ul li a:hover, #footer .widget ul li a:visited {
    text-decoration: none;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

#footer .widget ul li {
    margin-bottom: 18px;
}

#footer .copyright {
    padding-top: 48px;
    font-size: 16px;
}

.gold:not(.icescrum-btn) {
    color: #fbca00 !important;
}

.blue {
    color: #0067e8;
}

.woocommerce-button {
    margin: 5px;
}

.icescrum-btn, #bbpress-forums button.button.submit {
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-size: 15px !important;
    font-weight: normal !important;
    font-style: normal !important;
    font-stretch: normal !important;
    letter-spacing: normal !important;
    text-align: center;
    border: 0 none !important;
    background: none !important;
    box-sizing: content-box !important;
    display: inline-block !important;
    border-radius: 4px !important;
    background-color: #0067e8 !important;
    line-height: 14px;
    color: #fff;
    text-shadow: 0 2px 4px #054ca6 !important;
    padding: 13.5px 31px 13.5px 31px !important;
    cursor: pointer;
}

.icescrum-btn.gold {
    color: #fff;
    background-color: #fbca00 !important;
    text-shadow: 0 2px 4px #d2c518 !important;
}

.icescrum-btn.grey {
    box-shadow: 0 2px 9px 0 rgba(156, 164, 171, 0.5) !important;
    background-image: linear-gradient(to top, rgb(245, 245, 250), rgb(255, 255, 255)) !important;
    text-shadow: none !important;
    color: #111 !important;
}

.icescrum-btn.animated {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transition-duration: 0.2s;
}

.btn-group .icescrum-btn {
	margin-right:10px;
}

.icescrum-btn:hover, #bbpress-forums button.button.submit:hover, .icescrum-btn:visited, #bbpress-forums button.button.submit:visited, .icescrum-btn.invert:hover, .icescrum-btn.invert:visited, .language-switcher:hover, .language-switcher:visited, .language-switcher {
    text-decoration: none;
}

.icescrum-btn:hover, .icescrum-btn:visited, #bbpress-forums button.button.submit:hover, #bbpress-forums button.button.submit:visited {
    color: #fff;
}

.icescrum-btn.invert:hover, .icescrum-btn.invert:visited, .language-switcher:hover, .language-switcher:visited, .language-switcher {
    color: #111;
}

.icescrum-btn.sm {
    padding: 9px 24px 9px 24px !important;
}

.icescrum-btn:hover, #bbpress-forums button.button.submit:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 103, 232, 0.44);
}

.icescrum-btn.animated:hover {
    box-shadow: 0 8px 28px 0 rgba(0, 103, 232, 0.44);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    transition-duration: 0.2s;
}

.icescrum-btn.gold:hover {
    box-shadow: 0 4px 8px 0 rgba(251, 202, 0, 0.44);
}

.icescrum-btn.gold.animated:hover {
    box-shadow: 0 8px 28px 0 rgba(251, 202, 0, 0.44);
}

.icescrum-btn.grey:hover {
    box-shadow: 0 4px 8px 0 rgba(156, 164, 171, 0.5) !important;
    color: #111 !important;
}

.icescrum-btn.invert:hover {
    box-shadow: 0 4px 8px 0 rgba(156, 164, 171, 0.5) !important;
}

.icescrum-btn.invert.animated:hover {
    box-shadow: 0 8px 28px 0 rgba(156, 164, 171, 0.5) !important;
}

.icescrum-btn.invert {
    color: #111 !important;
    font-size: 12px !important;
    text-shadow: none !important;
    background-color: #fff !important;
    box-shadow: 0 2px 9px 0 rgba(156, 164, 171, 0.5) !important;
}

.icescrum-btn.xs {
    font-size: 13px !important;
    padding: 11px 15px 11px 15px !important;
    line-height: 13px;
}

.icescrum-btn-link {
    color: #00abfc;
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 0;
    padding-top: 0;
}

.icescrum-btn-link:hover, .icescrum-btn-link:visited {
    text-decoration: none;
    color: #00abfc;
}

.btn-first {
    margin-left: 36px;
    margin-right: 14px;
}

body:not(.simple) > .content {
    position: relative;
    overflow: hidden;
}

.content .rect_1, .content .rect_1_left {
    position: absolute;
    width: 200px;
    height: 200px;
    transform: rotate(-45deg);
    mix-blend-mode: multiply;
    background-image: linear-gradient(135deg, #1180e7, #d1e6f0);
}

.content .rect_2, .content .rect_2_left {
    position: absolute;
    width: 225px;
    height: 225px;
    transform: rotate(-45deg);
    mix-blend-mode: multiply;
    background-image: linear-gradient(60deg, #ffe802, #fdcc01);
}

.content .rect_3, .content .rect_3_left {
    position: absolute;
    width: 1100px;
    height: 1100px;
    transform: rotate(-45deg);
    background-image: linear-gradient(60deg, #2611E7, #67A4D9);
    box-shadow: 0 2px 9px 0 rgba(77, 128, 221, 1);
}

.not-logged-in .content {
    padding: 1em;
}

.not-logged-in .rect_4 {
    position: absolute;
    width: 225px;
    height: 225px;
    transform: rotate(-45deg);
    mix-blend-mode: multiply;
    background-image: linear-gradient(60deg, #ffe802, #fdcc01);
}

.not-logged-in .rect_5 {
    position: absolute;
    width: 200px;
    height: 200px;
    transform: rotate(-45deg);
    mix-blend-mode: multiply;
    background-image: linear-gradient(135deg, #1180e7, #d1e6f0);
}

.container-odd, .container-even {
    background: #F4F4F9;
}

body.page-template-index-odd .container-odd {
    background: #FFF;
}

.container-odd.container-odd-linear {
    background: linear-gradient(to top, #ffffff, #f4f4f9) !important;
    background-size: auto 1446px;
}

.container-odd-first {
    margin-top: -32px;
}

h1 {
    font-size: 45px;
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
}

h1 small {
    font-family: averta-regular, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: rgba(17, 17, 17, 0.6);
    display: block;
}

h2 {
    font-size: 30px;
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
}

h2 small {
    font-family: averta-regular, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: rgba(17, 17, 17, 0.6);
    display: block;
}

h3 {
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: normal;
}

h4.grey {
    font-family: averta-regular, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: rgba(17, 17, 17, 0.6);
    display: block;
    margin-bottom: 20px;
}

/*home hero*/
#home-hero {
    height: 100%;
}

#home-hero h1 {
    font-size: 45px;
}

#home-hero > div:first-of-type {
    position: relative;
    height: 100%;
    z-index: 1;
}

#big-compagnies-logos .sow-image-grid-image:last-of-type {
    padding-right: 0;
}

#big-compagnies-logos {
    margin-top: 50px;
}

.why-is, .why-is-sm {
    margin: 40px auto 0;
}

.why-is {
    width: 100%;
}

.why-is-sm {
    width: 95%;
}

.table table.why-is thead th, .table table.why-is-sm thead th, .table table.why-is-sm tbody td {
    border-top: none;
    padding-bottom: 0;
    border-bottom: none;
    vertical-align: middle;
}

.table table.why-is thead th img {
    height: 45px;
}

.table table.why-is-sm tbody td img {
    height: 30px;
}

.table table.why-is td, .why-is.table th, .table table.why-is-sm td, .why-is-sm.table th {
    border-top: none;
}

.why-is tbody td, .why-is-sm tbody td {
    padding: 21px 20px;
    width: 33%;
}

.why-is-sm tbody td:first-of-type {
    padding: 11px 0;
    width: 35%;
}

.why-is-sm tbody td:not(:first-of-type) {
    padding: 11px 0;
    width: 65%;
}

.why-is tr > td:last-of-type, .why-is tr > th:last-of-type {
    background: #fafafa;
    box-shadow: 0 2px 9px 0 rgba(62, 57, 107, 0.07);
}

.why-is tr > th:last-of-type {
    padding-bottom: 0;
}

.why-is tr > th:last-of-type .previous, .why-is tr > th:last-of-type .next,
.why-is-sm tr > td:first-of-type .previous, .why-is-sm tr > td:first-of-type .next {
    background: url('../assets/arrow.svg') no-repeat;
    content: " ";
    width: 9px;
    height: 14px;
    position: absolute;
    top: 15px;
    cursor: pointer;
}

.why-is-sm tr > td:first-of-type .previous, .why-is-sm tr > td:first-of-type .next {
    top: 2px;
}

.why-is tr > th:last-of-type .previous.disabled, .why-is tr > th:last-of-type .next.disabled, .why-is-sm tr > td:first-of-type .previous.disabled, .why-is-sm tr > td:first-of-type .next.disabled {
    opacity: 0.3;
    cursor: default;
}

.sub-offer.next {
    background-image: url(../assets/plus.svg);
}

.sub-offer.prev {
    background-image: url(../assets/minus.svg);
}

.sub-offer.next, .sub-offer.prev {
    width: 21px;
    height: 21px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    margin-left: 8px;
    margin-right: 8px;
    cursor: pointer;
}

.sub-offer.prev.disabled, .sub-offer.next.disabled {
    cursor: default;
}

.sub-offer {
    vertical-align: middle;
}

.why-is tr > th:last-of-type > .compare, .why-is-sm tr > td:first-of-type > .compare {
    position: relative;
    text-align: center;
}

.why-is-sm tr > td:first-of-type {
    padding-right: 10px !important;
}

.why-is tr > th:last-of-type > .compare > .previous, .why-is-sm tr > td:first-of-type > .compare > .previous {
    left: 0;
}

.why-is tr > th:last-of-type > .compare > .next, .why-is-sm tr > td:first-of-type > .compare > .next {
    right: 0;
    transform: rotate(-180deg);
}

.why-is tr > th:last-of-type > .compare > .show {
    line-height: 42px;
    font-size: 20px;
    display: inline-block;
}

.why-is tr > th:last-of-type > .compare > .show img {
    height: 37px;
    margin-right: 10px;
    margin-top: -3px;
}

.why-is-sm tr > td:first-of-type > .compare > .show {
    font-size: 13px;
    display: inline-block;
}

.why-is-sm tr > td:first-of-type > .compare > .show img {
    height: 25px;
    margin-right: 10px;
    margin-top: -3px;
}

.why-is tr > td:last-of-type > span:not(.show),
.why-is tr > th:last-of-type > .compare > span:not(.show),
.why-is-sm tr > td:first-of-type > .compare > span:not(.show),
.why-is-sm tbody tr:not(:first-of-type) > td:last-of-type > span:not(.show) {
    display: none;
}

.why-is tbody td > span {
    width: 100%;
    padding: .75rem;
    border-radius: 4px;
    display: inline-block;
}

.why-is-sm tbody td > span {
    width: 100%;
    padding: .95rem;
    border-radius: 4px;
    display: inline-block;
}

.why-is tbody td:not(:first-of-type) > span, .why-is-sm tbody td:not(:first-of-type) > span {
    font-size: 16px;
    line-height: 27px;
    background-color: #ffffff;
    box-shadow: 0 2px 9px 0 rgba(62, 57, 107, 0.07);
    color: rgba(17, 17, 17, 0.70);
}

.why-is-sm tbody td:not(:first-of-type) > span {
    font-size: 14px;
    line-height: 20px;
    background-color: #ffffff;
    color: #111;
    text-align: center;
}

.why-is tbody td:first-of-type > span {
    font-size: 17px;
}

.why-is-sm thead th {
    padding-bottom: 9px !important;
    padding-left: 0 !important;
}

.why-is-sm thead:not(:first-of-type) th {
    padding-top: 33px !important;
}

.why-is-sm thead:first-of-type th {
    padding-top: 0 !important;
}

.why-is-sm thead span {
    font-size: 16px;
}

.why-is tbody tr:hover td:first-of-type > span {
    font-family: averta-regular, Helvetica, Arial, sans-serif;
    font-size: 18px;
    color: #FFF;
    background-color: #0067e8;
    box-shadow: 0 5px 31px 0 rgba(0, 103, 232, 0.44);
}

.why-is tbody tr:hover td:not(:first-of-type) > span {
    color: #111;
    box-shadow: 0 5px 31px 0 rgba(62, 57, 107, 0.22);
}

.why-is tfoot td:last-of-type {
    text-align: center;
    background: none;
    box-shadow: none;
}

.why-is tfoot td:last-of-type > span, .testimonials .selectors > span {
    background: url('../assets/o.svg') no-repeat center;
    width: 14px;
    height: 14px;
    display: inline-block !important;
    cursor: pointer;
}

.why-is tfoot td:last-of-type > span.show, .testimonials .selectors > span.show {
    background: url('../assets/o-selected.svg') no-repeat center;
    width: 14px;
    height: 14px;
}

.why-is tfoot td:last-of-type > span:not(:last-of-type) {
    margin-right: 8px;
}

.why-is tbody tr > td:last-of-type {
    position: relative;
}

.why-is tbody tr > td:last-of-type:before {
    content: " ";
    position: absolute;
    background: #fafafa;
    width: 100%;
    height: 3px;
    right: 0;
    top: -3px;
}

.why-is tr > th:last-of-type:after {
    bottom: 0;
}

.yeah {
    font-size: 16px;
    color: #0067e8 !important;
}

.heart-icon {
    background: url('../assets/heart.svg');
}

.simple-icon {
    background: url('../assets/simple.svg');
}

.global-icon {
    background: url('../assets/global.svg');
}

.people-icon {
    background: url('../assets/people.svg');
}

.question-icon {
    background: url('../assets/question.svg');
}

.eclair-icon {
    background: url('../assets/eclair.svg');
}

.simple-icon, .heart-icon, .global-icon, .people-icon, .question-icon, .eclair-icon {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 33px 35px;
    height: 35px;
    margin-top: 57px;
    margin-bottom: 18px;
}

.wheel-icon {
    background: url('../assets/wheel.svg');
}

.user-check-icon {
    background: url('../assets/user-check.svg');
}

.database-icon {
    background: url('../assets/database.svg');
}

.crosses-icon {
    background: url('../assets/crosses.svg');
}

.lock-icon {
    background: url('../assets/lock.svg');
}

.check-blue-icon {
    background: url('../assets/check-blue.svg');
}

.wheel-icon, .user-check-icon, .database-icon, .check-blue-icon, .crosses-icon, .lock-icon {
    display: block;
    height: 49px;
    width: 49px;
    margin-bottom: 8px;
}

#apps-container {
    position: relative;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 275px;
    height: 275px;
    margin: 50px auto;
}

#apps-container .app-container {
    width: 27%;
    height: 27%;
    margin: 3%;
    background-color: #ffffff;
    box-shadow: 0 2px 9px 0 rgba(62, 57, 107, 0.07);
    float: left;
    position: relative;
}

#apps-container .app-container a, #apps-container .app-container a:hover, #apps-container .app-container a:visited {
    text-decoration: none;
}

#apps-container .app-container:nth-child(5) {
    background-image: linear-gradient(182deg, #2611e7, #6db4d7);
    box-shadow: 0 2px 94px 0 rgba(77, 128, 221, 0.51);
}

#apps-container .app-container:nth-child(7) {
    background-image: linear-gradient(64deg, #ffe802, #fdcc01);
    box-shadow: 0 2px 99px 0 rgba(255, 204, 1, 0.22);
}

#apps-container .app-container:nth-child(7) .content span, #apps-container .app-container:nth-child(5) .content span {
    color: #fff;
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.app-container .content {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.app-container .content img {
    height: 30px;
    display: block;
    margin: 0 auto;
}

.app-container .content span {
    display: block;
    color: rgba(17, 17, 17, 0.70);
    font-size: 10px;
    margin-top: 2px;
    width: 60px;
}

.app {
    position: relative;
    width: 100%; /* desired width */
    border-radius: 4px;
    border: solid 1px #c8c8cc;
    margin: 20px auto;
}

.app:before {
    content: "";
    display: block;
    padding-top: 100%; /* initial ratio of 1:1*/
}

.app-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.app-content .internal-app {
    background: url(../assets/internal-app.svg) no-repeat;
    height: 45px;
    width: 45px;
    display: inline-block;
    right: 0;
    position: absolute;
}

.worldmap {
    position: relative;
    margin-top: 60px;
}

.worldmap img {
    max-width: 100%;
}

.worldmap .city {
    position: absolute;
    color: rgba(17, 17, 17, 0.6);
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 18px;
    display: none;
}

.worldmap .city.sfo {
    top: 39.44%;
    left: 1.75%;
}

.worldmap .city.tok {
    top: 40.71%;
    right: 3.83%;
}

.worldmap .city.syd {
    bottom: 11.06%;
    right: 0.58%;
}

.worldmap .city.rio {
    top: 75.48%;
    left: 34.51%;
}

.worldmap .city.cap {
    top: 85.37%;
    right: 42.24%;
}

.worldmap .city.tls {
    top: 37.71%;
    right: 54.83%;
}

.screenshot {
    max-width: 90%;
    height: auto;
    margin-right: 5% !important;
    margin-bottom: 80px !important;
}

.testimonials {
    padding-top: 120px;
    padding-bottom: 177px;
    overflow: hidden;
}

.testimonials .selectors {
    text-align: center;
}

.testimonials .selectors span {
    cursor: default !important;
}

.testimonials .selectors span, .testimonials > div > img {
    transition: all 0.5s ease-in;
}

.testimonials > div > div:not(.selectors), .testimonials > div > div > span {
    display: none;
    margin-bottom: 4px;
}

.testimonials > div > div.show, .testimonials > div > div > span.show {
    display: block;
}

.testimonials .texts > div {
    opacity: 0;
    display: block !important;
    position: absolute;
    transform: translateX(100%);
    transition: all 0.5s ease-in;
}

.testimonials .texts > div.show {
    transform: translateX(0);
    opacity: 1;
}

.testimonials .texts .text {
    color: rgba(17, 17, 17, 0.6);
    font-size: 30px;
    margin-bottom: 70px;
    font-weight: 600;
    font-style: italic;
}

.testimonials .texts .who {
    font-size: 18px;
    font-style: normal;
    font-weight: normal;
}

.testimonials .texts .who b {
    color: #0067e8;
}

.testimonials > div > img {
    width: 112px;
    height: 144px;
    opacity: 0.37;
    border-radius: 4px;
    box-shadow: 15px 30px 40px 0 rgba(62, 57, 107, 0.3);
    position: absolute;
}

.testimonials > div > img.step-0 {
    top: -150%;
    left: 35%;
    opacity: 0;
}

.testimonials > div > img.step-1 {
    top: -55%;
    left: 20%;
    width: 76px;
    height: 98px;
}

.testimonials > div > img.step-2 {
    top: -15%;
    left: 75%;
}

.testimonials > div > img.step-3 {
    z-index: 1;
    opacity: 1;
    width: 187px;
    height: 242px;
    top: calc(45% - (242px / 2));
    left: calc(55% - (187px / 2));
}

.testimonials > div > img.step-4 {
    top: 70%;
    left: 5%;
}

.testimonials > div > img.step-5 {
    opacity: 0;
    top: 150%;
    left: 80%;
}

.container-left-top-yellow-rect:before, .container-left-middle-yellow-rect, .container-right-top-yellow-rect, .container-right-bottom-blue-rect, .container-left-bottom-yellow-rect, .container-left-top-blue-rect, .container-left-bottom-blue-rect {
    position: relative;
}

.container-left-top-yellow-rect:before {
    content: " ";
    width: 295.9px;
    height: 295.9px;
    transform: rotate(-45deg);
    mix-blend-mode: multiply;
    background-image: linear-gradient(42deg, #ffe802, #fdcc01);
    position: absolute;
    left: -289px;
    top: -132px;
}

.container-left-middle-yellow-rect:before {
    content: " ";
    width: 100px;
    height: 100px;
    transform: rotate(-45deg);
    mix-blend-mode: multiply;
    background-image: linear-gradient(51deg, #ffe802, #fdcc01);
    position: absolute;
    top: calc(50% - 100px / 2);
    left: -65px;
}

.container-right-top-yellow-rect:after {
    content: " ";
    width: 100px;
    height: 100px;
    transform: rotate(-45deg);
    mix-blend-mode: multiply;
    position: absolute;
    background-blend-mode: multiply;
    background-image: linear-gradient(51deg, #ffe802, #fdcc01);
    top: -35px;
    right: -55px;
}

.container-right-top-yellow-rect-bis:before {
    content: " ";
    width: 133px;
    height: 133px;
    transform: rotate(-45deg);
    mix-blend-mode: multiply;
    position: absolute;
    background-blend-mode: multiply;
    background-image: linear-gradient(42deg, #ffe802, #fdcc01);
    top: 227px;
    right: -75px;
}

.container-right-bottom-blue-rect:after {
    content: " ";
    width: 396.8px;
    height: 396.8px;
    transform: rotate(-45deg);
    background-blend-mode: multiply;
    background-image: linear-gradient(151deg, #1180e7, #d1e6f0);
    mix-blend-mode: multiply;
    position: absolute;
    bottom: -105px;
    right: -387px;
    z-index: 1;
}

.container-right-bottom-blue-rect-bis:after {
    content: " ";
    width: 77px;
    height: 77px;
    transform: rotate(-45deg);
    background-image: linear-gradient(162deg, #2611e7, #6db4d7);
    box-shadow: 0 2px 94px 0 rgba(77, 128, 221, 1);
    background-blend-mode: multiply;
    mix-blend-mode: multiply;
    position: absolute;
    TOP: 353px;
    right: -52px;
    z-index: 1;
}

.container-left-top-blue-rect:before {
    content: " ";
    width: 77px;
    height: 77px;
    transform: rotate(-45deg);
    mix-blend-mode: multiply;
    position: absolute;
    top: 83px;
    left: -35px;
    background-image: linear-gradient(151deg, #2611e7, #6db4d7);
    box-shadow: 0 2px 94px 0 rgba(77, 128, 221, 1);
}

.container-left-bottom-blue-rect:after {
    content: " ";
    width: 163px;
    height: 163px;
    transform: rotate(-45deg);
    mix-blend-mode: multiply;
    position: absolute;
    top: 28px;
    left: -153px;
    background-image: linear-gradient(20deg, #2611e7, #6db4d7);
    box-shadow: 0 2px 94px 0 rgba(77, 128, 221, 1);
}

.container-left-bottom-yellow-rect:after {
    content: " ";
    width: 133px;
    height: 133px;
    transform: rotate(-45deg);
    background-blend-mode: multiply;
    background-image: linear-gradient(51deg, #ffe802, #fdcc01);
    mix-blend-mode: multiply;
    position: absolute;
    bottom: -165px;
    left: -68px;
    z-index: 1;
}

.benefits {
    text-align: center;
    padding-bottom: 86px;
    padding-top: 18px;
    margin-top: 78px;
}

.benefits ul {
    padding-top: 33px;
    padding-left: 0;
}

.benefits ul li {
    list-style: none;
    margin: 0 auto 50px;
    font-size: 18px;
}

.benefits ul li span, .try-benefits ul li span {
    margin: 0 auto;
    margin-bottom: 8px;
}

.try-benefits {
    width: 300px;
    height: 445px;
    border: solid 1px rgba(200, 200, 204, 1);
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 32px;
    text-align: center;
    cursor: pointer;
    border-radius: 6px;
    text-decoration: none;
}

.try-benefits a {
    color: #111;
    text-decoration: none;
}

.try-benefits:hover, .app-content:hover {
    box-shadow: 0 42px 48px 0 rgba(8, 12, 29, 0.21);
}

.try-benefits ul {
    padding-left: 0;
}

.try-benefits ul li {
    list-style: none;
    margin: 0 auto 25px;
    font-size: 14px;
    text-align: left;
    color: rgba(17, 17, 17, 0.6);
}

.try-benefits ul li span {
    display: inline-block;
    float: left;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 18px;
}

.try-benefits .cloud-icon, .try-benefits .on-premise-icon {
    margin: 25px auto 46px;
}

.lsow-faq-list .lsow-faq-item h3.lsow-faq-question {
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 24px;
}

.lsow-faq-list .lsow-faq-item .lsow-faq-answer {
    font-family: averta-regular, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.lsow-faq-list .lsow-faq-item .lsow-faq-answer strong {
    color: #0067e8 !important;
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.widget_lsow-faq {
    margin-top: 54px;
}

#pricing-table .switch-container {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 48px;
}

.pricing-table tr td:first-of-type > div {
    position: relative;
}

.pricing-table tr td:first-of-type > div > .info-icon {
    background: url(../assets/info.svg) no-repeat center;
    width: 15px;
    height: 15px;
    display: inline-block;
    cursor: pointer;
    position: absolute;
    top: calc((100% - 15px) / 2);
    right: 0;
}

.pricing-table {
    text-align: center;
}

.pricing-table thead tr th:first-of-type {
    padding: 15px 0 0;
}

.pricing-table thead tr th {
    vertical-align: top;
}

.pricing-table thead tr th h5.offer-name {
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    display: block;
    margin-bottom: 0;
}

.pricing-table thead tr th h5.offer-name small {
    font-size: 18px;
    font-family: averta-regular, Helvetica, Arial, sans-serif;
    color: rgba(17, 17, 17, 0.6);
    display: block;
    margin-top: 8px;
    margin-bottom: 32px;
}

.pricing-table thead tr th h5.offer-name small strong {
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.pricing-table td {
    padding: 15px 22px;
    vertical-align: middle;
}

.pricing-table td {
    padding: 15px 22px;
}

.pricing-table tbody td td:first-of-type {
    width: 22%;
    height: 60px;
}

.pricing-table tbody tr td:not(:first-of-type) {
    width: 19.5%;
    height: 60px;
}

.pricing-table .included, .pricing-table .not-included {
    height: 25px;
    width: 25px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    margin: 0 auto;
    vertical-align: middle;
}

.pricing-table .included {
    background-image: url(../assets/included.svg);
}

.pricing-table .not-included {
    background-image: url(../assets/not-included.svg);
}

.pricing-table tbody tr td {
    background-color: #fafafa;
    font-size: 16px;
    font-weight: normal;
    color: #111111;
}

.pricing-table tbody tr td:first-of-type {
    background-color: #0067e8;
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-align: left;
}

.pricing-table thead tr th .text-bold {
    margin-top: 40px;
    display: block;
    color: #111;
    text-decoration: none;
}

.pricing-table tr td .text-bold {
    margin-top: 30px;
    display: block;
    color: #111;
    text-decoration: none;
    font-size: 13px;
}

.pricing-table-container {
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 20px;
}

.pricing-table a {
    color: #fff;
}

.pricing-table thead tr th a, .pricing-table thead tr th .btn-link {
    text-decoration: none !important;
}

.pricing-table h5.offer-name small.popular {
    color: #0067e8;
    font-size: 12px;
    display: inline-block;
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    vertical-align: middle;
    margin-left: 5px;
    margin-top: 0;
    margin-bottom: 0;
    background: url(../assets/star.svg) -8px -7px no-repeat;
    background-size: 30px;
    padding-left: 17px;
}

.pricing-table .border-top, .pricing-table .border-bottom {
    border: none !important;
}

.pricing-table tbody tr:last-of-type td {
    border-bottom: none;
}

body:not(.cloud-year) #cloud .pricing-table.month, body:not(.cloud-year) #cloud .pricing-table.mois, body:not(.cloud-year) #cloud .pricing-table.mes {
    display: block;
}

body:not(.cloud-year) #cloud .pricing-table.year, body:not(.cloud-year) #cloud .pricing-table.an, body:not(.cloud-year) #cloud .pricing-table.año {
    display: none;
}

body.cloud-year #cloud .pricing-table.month, body.cloud-year #cloud .pricing-table.mois, body.cloud-year #cloud .pricing-table.mes {
    display: none;
}

body.cloud-year #cloud .pricing-table.year, body.cloud-year #cloud .pricing-table.an, body.cloud-year #cloud .pricing-table.año {
    display: block;
}

body:not(.on-premise-perpetual) #on-premise .pricing-table.year, body:not(.on-premise-perpetual) #on-premise .pricing-table.an, body:not(.on-premise-perpetual) #on-premise .pricing-table.año {
    display: block;
}

body:not(.on-premise-perpetual) #on-premise .pricing-table.perpetual {
    display: none;
}

body.on-premise-perpetual #on-premise .pricing-table.year, body.on-premise-perpetual #on-premise .pricing-table.an, body.on-premise-perpetual #on-premise .pricing-table.año {
    display: none;
}

body.on-premise-perpetual #on-premise .pricing-table.perpetual {
    display: block;
}

body.on-premise-perpetual .container-on-premise-year, body.cloud-year #cloud .container-cloud-month, body.on-premise-perpetual .container-on-premise-an, body.cloud-year #cloud .container-cloud-mois, body.on-premise-perpetual .container-on-premise-año, body.cloud-year #cloud .container-cloud-mes {
    display: none !important;
}

.cloud-icon {
    background: url(../assets/cloud.svg) no-repeat center;
    background-size: contain;
    height: 81px;
}

.on-premise-icon {
    background: url(../assets/on-premise.svg) no-repeat center;
    background-size: contain;
    height: 59px;
}

.check-yellow-icon, .lock-yellow-icon, .crosses-yellow-icon, .database-blue-icon, .user-check-blue-icon, .wheel-blue-icon {
    background-repeat: no-repeat;
    background-position: center;
    height: 44px;
    width: 44px;
}

.check-yellow-icon {
    background-image: url('../assets/yellow-check.svg');
}

.lock-yellow-icon {
    background-image: url('../assets/yellow-lock.svg');
}

.crosses-yellow-icon {
    background-image: url('../assets/yellow-crosses.svg');
}

.wheel-blue-icon {
    background-image: url('../assets/blue-wheel.svg');
}

.user-check-blue-icon {
    background-image: url('../assets/blue-user-check.svg');
}

.database-blue-icon {
    background-image: url('../assets/blue-database.svg');
}

#app-search-input {
    margin: 0 auto;
    max-width: 331px;
}

#doc-search-input input, #blog-search-input input {
    margin: 0 auto;
    max-width: 100%;
}

#app-search-input input, #doc-search-input input, #blog-search-input input, #bbp-search-form input {
    padding-left: 56px;
    background: transparent;
}

#doc-search-input input, #s2id_\#doc-search-select {
    display: inline-block;
}

#doc-search-input input, #app-search-input, #blog-search-input, #bbp-search-form input {
    background: url(../assets/search.svg) no-repeat 18px center;
}

#s2id_\#doc-search-select {
    max-width: 100%;
    vertical-align: top;
    margin-top: 15px;
    box-sizing: border-box !important;
    margin-bottom: 15px;
    text-align: left;
}

#s2id_\#doc-search-select .select2-chosen {
    font-size: 14px;
    color: #111;
}

#formsearch {
    margin-top: 40px;
    margin-bottom: 80px;
}

.documentation .documentation-content {
    font-size: 16px;
    color: rgba(17, 17, 17, 0.6);
    text-align: justify;
}

.documentation .documentation-content h1,
.documentation .documentation-content h3,
.documentation .documentation-content h4,
.documentation .documentation-content h5, .blog h1, .blog h2, .blog h3, .blog h4, .blog h5 {
    color: rgba(17, 17, 17, 1);
}

.documentation .lead {
    color: rgba(17, 17, 17, 0.6);
    font-family: averta-regular, Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: normal;
    margin-bottom: 30px;
}

.documentation .documentation-content strong, .documentation .documentation-content b {
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
}

.documentation .summary-title {
    font-size: 18px;
    color: #111;
}

.documentation .summary ul li {
    list-style: none;
    margin-top: 20px;
    margin-bottom: 20px;
}

.documentation .summary > ul {
    padding-left: 0;
}

.documentation .summary > ul > li > h2 > a, .documentation .summary > ul > li > h2 {
    font-size: 16px;
    color: rgba(17, 17, 17, 0.6);
}

.documentation .summary > ul > li > ul > li > h3,
.documentation .summary > ul > li > ul > li > h3 a {
    font-size: 14px;
    font-family: averta-regular, Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: rgba(17, 17, 17, 0.6);
}

.documentation .summary.section hr {
    margin-top: 25px;
    margin-bottom: 25px;
}

.documentation .syntaxhighlighter a, .documentation .syntaxhighlighter div, .documentation .syntaxhighlighter code, .documentation .syntaxhighlighter table, .documentation .syntaxhighlighter table td, .documentation .syntaxhighlighter table tr, .documentation .syntaxhighlighter table tbody, .documentation .syntaxhighlighter table thead, .documentation .syntaxhighlighter table caption, .documentation .syntaxhighlighter textarea {
    font-size: 14px !important;
}

.documentation .summary > ul > li > ul > li > h3 a.active {
    color: #0067e8;
}

.documentation .card a {
    text-decoration: none;
}

.app-content img {
    height: 93px;
    margin-top: calc(50% - (93px / 2) - 8px);
    margin-left: calc(50% - (123px / 2) + 0px);
}

.app-content .app-title {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    text-align: center;
    font-size: 11.5px;
    color: rgba(17, 17, 17, 0.6);
}

.single-app h1 {
    margin-top: 10px;
    margin-bottom: 20px;
}

.single-app .description, .single-app .tags {
    font-family: averta-regular, Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: rgba(17, 17, 17, 0.6);
    display: block;
    margin-bottom: 20px;
}

.single-app .tags a {
    color: #ffcc01;
    text-decoration: none;
}

.single-app .information tr td:first-of-type {
    width: 38%;
}

.single-app .information a {
    color: #ffcc01;
    text-decoration: none;
}

.single-app .information tr td, .single-app .information tr th {
    padding: 3px 3px 3px 0;
    font-size: 14px;
    color: rgba(17, 17, 17, 0.6);
}

.single-app .col-md-5.col-12 {
    padding-left: 20px;
}

.single-app .information {
    margin-top: 40px;
}

.single-app .actions {
    margin-top: 30px;
    text-align: center;
    max-width: 450px;
}

.single-app .actions .action {
    display: inline-block;
    margin-bottom: 20px;
}

.single-app h5 {
    font-size: 16px;
    color: #111;
}

.single-app img.screenshot {
    box-shadow: 0 42px 48px 0 rgba(152, 152, 157, 0.28);
}

.single-app .icescrum-btn.invert {
    font-size: 15px !important;
}

.feature-important-description {
    max-width: 580px;
    color: rgba(17, 17, 17, 0.6);
    font-family: averta-regular, Helvetica, Arial, sans-serif;
    font-size: 25px;
    font-weight: normal;
    margin: 0 auto 86px;
}

.feature-title {
    font-size: 25px;
    font-weight: normal;
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    margin-top: 20px;
    margin-bottom: 30px;
}

.feature-description {
    font-size: 18px;
}

.feature-description.center {
    margin: 0 auto;
}

.icon-list-features {
    text-align: center;
}

.icon-list-features > div {
    background-position: top center;
    background-repeat: no-repeat;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    color: rgba(17, 17, 17, 0.6);
    width: 135px;
    height: 80px;
    margin: 20px;
    position: relative;
}

.icon-list-features > div > span {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.features-cloud-on-premise ul {
    padding-left: 0;
    display: block;
    margin: 0 auto;
}

.features-cloud-on-premise ul li {
    list-style: none;
    font-size: 18px;
    margin-bottom: 16px;
}

.features-cloud-on-premise ul li.title {
    font-size: 30px;
    font-weight: normal;
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    margin-bottom: 23px;
    margin-top: 10px;
}

.features-cloud-on-premise .cloud-icon {
    width: 132px;
    display: inline-block;
    vertical-align: top;
}

.features-cloud-on-premise .on-premise-icon {
    width: 75px;
    display: inline-block;
    vertical-align: top;
}

.features-cloud-on-premise .custom-html-widget {
    text-align: center;
    padding: 60px;
}

.features-cloud-on-premise > div:last-child .custom-html-widget {
    border-top: solid 2px #c8c8cc;
}

.features-call-to-action img {
    width: 104px;
    height: 102px;
    margin-right: 56px;
}

.features-screen-center {
    margin-top: 86px;
    text-align: center;
}

.icon-team-oriented {
    background-image: url("../assets/team-oriented.svg");
    background-size: 43px 37px;
}

.icon-communication {
    background-image: url("../assets/communication.svg");
    background-size: 46px 35px;
}

.icon-time-saver {
    background-image: url("../assets/time-saver.svg");
    background-size: 31px 37px;
}

.icon-share-vision {
    background-image: url("../assets/share-vision.svg");
    background-size: 33px 50px;
}

.feature-img-multiple-container {
    position: relative;
    margin-top: 40px;
}

.feature-img-multiple-1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

.feature-img-multiple-2 {
    position: absolute;
    top: 0;
    right: 0;
}

.feature-img-multiple-container {
    height: 284px;
}

.feature-img-multiple-1 {
    max-width: 499px;
}

.feature-img-multiple-2 {
    max-width: 341px;
}

.last-feature .feature-title {
    margin-top: 0;
}

.last-feature .col-4 {
    font-size: 18px;
    color: rgba(17, 17, 17, 0.6);
}

.feature-screenshot {
    margin-top: 20px;
}

.feature-row {
    margin-top: 30px;
    margin-bottom: 30px;
}

.not-logged-in .text-center {
    padding-top: 60px;
}

.login h1 {
    margin-top: 20px;
    margin-bottom: 104px;
}

.not-logged-in.container-left-top-yellow-rect:before {
    left: -85px;
    top: auto;
    bottom: 143px;
    width: 221.4px;
    height: 221.4px;
}

.not-logged-in.container-left-bottom-blue-rect:after {
    top: auto;
    left: -51px;
    bottom: -17px;
}

.not-logged-in {
    height: 100vh;
    width: 100vw;
    overflow-y: hidden;
}

.alert ul {
    margin-bottom: 0;
}

.alert-info {
	color:#000;
	background:none;
    border-color: transparent;
}

.not-logged-in .main-form {
    max-width: 80%;
    margin: 0 auto;
}

.help-block.grey {
    font-size: 18px;
    color: rgba(17, 17, 17, 0.6);
    display: block;
    margin-bottom: 20px;
}

.help-block.grey a {
    color: rgba(17, 17, 17, 0.6);
}

.lost_reset_password .help-block {
    margin-top: 20px;
    margin-bottom: 20px;
}

.back-link {
    display: flex;
    align-items: center;
}

.back-link a {
    color: rgba(17, 17, 17, 0.4);
    font-size: 14px;
    text-decoration: none;
}

.grey-14 {
    color: rgba(17, 17, 17, 0.4);
    font-size: 14px;
    text-decoration: none;
}

.woocommerce-privacy-policy-text {
    font-size: 12px;
}

.select2-container {
    padding: 9px;
}

.select2-container-active .select2-choice, .select2-container .select2-choice, .select2-container .select2-choice .select2-arrow {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

.select2-container.select2-container--default {
    border: 1px solid #ced4da;
    padding: 8px;
    margin-top: -3px;
    border-radius: 2px;
}

.select2-container .select2-choice .select2-arrow b {
    background: url(../assets/arrow.svg) no-repeat 4px 5px !important;
    transform: rotate(-90deg) !important;
}

.select2-container--default .select2-selection--single {
    border: none;
    margin: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 8px;
}

.form-check {
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.form-check:before, input[name='payment_method']:before {
    width: 20px;
    height: 20px;
    content: ' ';
    position: absolute;
    border: 1px solid #ced4da;
    left: 10px;
    cursor: pointer;
    border-radius: 2px;
}

.form-check.active:after, input[name='payment_method'].active:after {
    position: absolute;
    background-color: #0067e8;
    width: 10px;
    height: 10px;
    content: ' ';
    top: 5px;
    left: 15px;
    border-radius: 2px;
}

input[name='payment_method'].active:after {
    top: 1px;
    left: 5px;
}

input[name='payment_method'] {
    visibility: hidden;
    position: relative;
}

input[name='payment_method']:before {
    visibility: visible;
    top: -4px;
    left: 0;
}

input[name='payment_method'].active:after {
    visibility: visible;
}

.form-check-label {
    padding-left: 22px;
}

.form-check input {
    position: absolute;
    top: -1px;
    left: 34px;
    opacity: 0;
}

.col2-set > .col-1, .col2-set > .col-2 {
    max-width: 100%;
}

.woocommerce-checkout:not(.woocommerce-order-received) {
    display: none;
}

.woocommerce-checkout.woocommerce-pay-for-order:not(.woocommerce-order-received) {
    display: block;
}

.woocommerce-checkout.woocommerce-pay-for-order .secured-payment {
    display:none;
}

.woocommerce-checkout.ready {
    display: block;
}

.woocommerce-account-fields {
    margin-bottom: 60px;
}

.woocommerce-pay-for-order .shop_table {
    width:100%;
}

.woocommerce-pay-for-order .woocommerce {
    margin-top:60px;
    margin-bottom: 60px;
}


@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 2dppx) {
    .select2-container .select2-choice .select2-arrow b {
        background: url(../assets/arrow.svg) no-repeat 4px 5px !important;
        transform: rotate(-90deg) !important;
    }
}

.margin-top-40 {
    margin-top: 40px !important;
}

.hidden {
    display: none !important;
}

.woocommerce-billing-fields h3 {
    padding-left: 10px;
}

.woocommerce-billing-fields, .woocommerce-enduser-fields, .woocommerce-review-order-fields {
    margin-bottom: 20px;
}

.form-row.form-row-reset, .form-row.place-order {
    display: inline-block;
    flex-wrap: unset;
    margin-right: 0;
    margin-left: 0;
    vertical-align: top;
}

.woocommerce-checkout-review-order-table {
    width: 100%;
    margin-top: 40px;
}

.woocommerce-checkout-review-order-table tr th.product-total {
    width: 160px;
}

.woocommerce-checkout-review-order-table .product-name .variation-name {
    font-size: 14px;
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
    display: inline-block;
    color: rgba(17, 17, 17, 0.6);
}

.woocommerce-checkout-review-order-table .product-name .details {
    font-size: 12px;
    color: rgba(17, 17, 17, 0.6);
    padding-right: 20px;
}

.woocommerce-checkout-review-order-table tbody tr:last-of-type td {
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 13px;
}

.woocommerce-checkout-review-order-table tbody tr:first-of-type td {
    border-top: 1px solid #eeeeee;
    padding-top: 13px;
}

.woocommerce-checkout-payment {
    border-top: 1px solid #eeeeee;
    margin-top: 13px;
}

label[for=payment_method_paypal] {
    width: 70px;
    height: 17px;
    background-image: url(../assets/paypal-icon.svg);
    background-size: 70px 17px;
    color: #fff;
    margin-bottom: -5px !important;
    margin-left: 12px;
}

label[for=payment_method_stripe] {
    width: 104px;
    height: 31px;
    background-image: url(../assets/stripe.png);
    background-size: 104px 31px;
    color: #fff;
    margin-bottom: -12px !important;
    margin-left: 7px;
}

label[for=payment_method_paypal] a {
    display: none;
}

.payment_box {
    margin-left: 25px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.wc_payment_method label:not([for=payment_method_paypal]):not([for=payment_method_stripe]) {
    margin-left: 13px;
}

.woocommerce-checkout-review-order-table tfoot tr:first-of-type th, .woocommerce-checkout-review-order-table tfoot tr:first-of-type td {
    padding-top: 13px;
}

.woocommerce-checkout-review-order-table thead tr:first-of-type th {
    font-size: 14px;
    padding-bottom: 13px;
    color: rgba(17, 17, 17, 0.6);
    font-weight: normal;
}

.woocommerce-checkout-review-order-table tfoot tr:not(.order-total) th {
    font-weight: normal;
    color: rgba(17, 17, 17, 0.6);
}

.woocommerce-checkout-review-order-table tfoot tr.order-total th, .woocommerce-checkout-review-order-table tfoot tr.order-total td {
    font-weight: bold;
    font-size: 18px;
    color: rgba(17, 17, 17, 1.0);
    vertical-align: top;
}

#order_review_heading, .woocommerce-checkout-review-order-table tfoot tr.recurring-totals, .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal.recurring-total {
    display: none;
}

.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal.recurring-total + tr > th, .woocommerce-checkout-review-order-table tfoot tr.cart-subtotal.recurring-total + tr > td {
    padding-top: 20px;
}

.woocommerce-checkout-review-order-table tfoot tr.cart-subtotal {
    display: none;
}

.woocommerce-checkout-payment {
    text-align: right;
    padding-bottom: 30px;
}

.woocommerce-review-order-fields {
    position: relative;
}

.buttons-quote {
    position: absolute;
    right: 10px;
    top: 0;
}

.wc_payment_methods {
    list-style: none;
    text-align: left;
    padding-left: 0;
    max-width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.payment_method_paypal img, .payment_method_stripe img {
    display: none;
}

.woocommerce-checkout .woocommerce {
    width: 100%;
}

.woocommerce-checkout h3 {
    margin-bottom: 24px;
}

.woocommerce-checkout #payment input#payment_method_stripe, #add_payment_method #payment input#payment_method_stripe {
    position: relative !important;
    top: auto !important;
}

.payment_box.payment_method_stripe, .payment_box.payment_method_paypal {
    padding: 10px 0;
}

.woocommerce-checkout #payment .payment_method_stripe label[for=payment_method_stripe] {
    display: inline-block !important;
    padding-left: 0 !important;
}

.wc_payment_method {
    padding-top: 10px;
}

.wc_payment_methods fieldset label {
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: rgba(17, 17, 17, 0.6);
    font-size: 14px;
    margin-bottom: 13px;
}

.secured-payment {
    display: block;
    text-align: right;
    margin-top: 5px;
    color: #0067e8;
    font-size: 12px;
    padding-right: 8px;
}

.secured-payment img {
    height: 12px;
    position: relative;
    top: -2px;
}

.woocommerce-invalid input {
    border-color: #a94442;
}

.woocommerce-invalid label {
    color: #a94442;
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

.woocommerce-account.logged-in .content {
    margin: 0;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 32px;
}

.woocommerce-MyAccount-navigation ul {
    padding-left: 0;
    box-shadow: 0 42px 48px 0 rgba(8, 12, 29, 0.16);
    margin-bottom: 50px;
}

.woocommerce-MyAccount-navigation ul li {
    display: block;
    padding-left: 20px;
    height: 50px;
    border-left: 3px solid #fff;
    line-height: 46px;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
    border-top: solid 1px #c8c8cc;
}

.woocommerce-MyAccount-navigation-link--customer-logout a {
    background-size: 15px 15px;
    background: url('../assets/log-out.svg') no-repeat left center;
    padding-left: 20px;
}

.woocommerce-MyAccount-navigation ul li:not(.is-active):not(:hover) a {
    color: #111;
}

.woocommerce-MyAccount-navigation ul li.is-active, .woocommerce-MyAccount-navigation ul li:hover {
    border-left: 3px solid;
    -webkit-border-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2611e7), to(#6db4d7)) 1 100%;
    -webkit-border-image: -webkit-linear-gradient(#2611e7, #6db4d7) 1 100%;
    -moz-border-image: -moz-linear-gradient(#2611e7, #6db4d7) 1 100%;
    -o-border-image: -o-linear-gradient(#2611e7, #6db4d7) 1 100%;
    border-image: linear-gradient(to bottom, #2611e7, #6db4d7) 1 100%;
}

.woocommerce-MyAccount-navigation ul li:hover {
    background-image: linear-gradient(to right, rgba(17, 128, 231, 0.2), rgba(209, 230, 240, 0.2));
}

.woocommerce-MyAccount-navigation-link a:hover {
    text-decoration: none;
}

.woocommerce-MyAccount-content {
    padding-top: 20px;
}

.woocommerce-MyAccount-content h4 {
    display: none;
}

.woocommerce-MyAccount-navigation-link--subscriptions, .woocommerce-MyAccount-navigation-link--payment-methods, .woocommerce-MyAccount-navigation-link--downloads, .woocommerce-MyAccount-navigation-link--vat-number, .woocommerce-MyAccount-navigation-link--bookings {
    display: none !important;
}

.woocommerce-MyAccount-content .table {
    font-size: 13px;
}

.woocommerce-MyAccount-content .table.table-borderless th {
    font-size: 14px;
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: rgba(17, 17, 17, 0.6);
}

.woocommerce-MyAccount-content .table.table-borderless thead th {
    border-bottom: 1px solid #c8c8cc;
}

.woocommerce-MyAccount-content .table.table-borderless td {
    vertical-align: middle;
}

.woocommerce-MyAccount-content .table.table-borderless tr td {
    padding-top: 20px;
}

.woocommerce-MyAccount-content .table.table-borderless:not(.table-xs) {
    margin-bottom: 40px;
    min-width: 580px;
}

.woocommerce-orders-table__cell-order-actions, .woocommerce-orders-table__header-order-actions, .license-action, .license-actions {
    text-align: right;
}

.table-xs .woocommerce-orders-table__cell-order-actions, .table-xs .license-actions, .table-xs .order-actions, .table-xs .license-action {
    text-align: center;
}

.table.table-xs td:first-of-type {
    width: 50%;
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    color: rgba(17, 17, 17, 0.6);
}

.status:before {
    content: " ";
    display: inline-block;
    border-radius: 50%;
    width: 11px;
    height: 11px;
    margin-right: 8px;
}

.status-info {
    color: #ACB5C0;
}

.status-success {
    color: #27d285;
}

.status-danger, .status-cancel, .status-cancel:hover {
    color: #FF3E33;
}

.status-warning {
    color: #FFCC01;
}

.status-info:before {
    box-shadow: 0 4px 10px 0 rgba(172, 181, 192, 0.55);
    background: #ACB5C0;
}

.status-success:before {
    box-shadow: 0 4px 10px 0 rgba(39, 210, 133, 0.55);
    background: #27d285;
}

.status-danger:before {
    box-shadow: 0 4px 10px 0 rgba(255, 62, 51, 0.55);
    background: #FF3E33;
}

.status-warning:before {
    box-shadow: 0 4px 10px 0 rgba(255, 204, 1, 0.55);
    background: #FFCC01;
}

#steps .step {
    display: inline-block;
    font-size: 12px;
    color: rgba(17, 17, 17, 0.2);
    border-top: 3px solid rgba(17, 17, 17, 0.2);
    margin-right: 1%;
}

#steps .step.last {
    margin-right: 0;
}

#steps .step.active {
    color: #0067e8;
    border-top: 3px solid #0067e8;
}

a.blue, .help-block.grey a.blue {
    color: #0067e8;
}

a.gold, .help-block.grey a.gold {
    color: #fbca00;
}

#steps .step.done {
    border-top: 3px solid #0067e8;
    opacity: 1;
    cursor: pointer;
}

#steps {
    margin-top: 10px;
    margin-bottom: 30px;
    padding: 5px;
}

.single-build form {
    padding-bottom: 180px;
}

.single-build form input, .single-build form textarea {
    background-color: rgb(244, 244, 249);
}

ol.numbers {
    counter-reset: li;
    padding-left: 0;
    max-width: 600px;
    text-align: left;
    margin: 40px auto 0;
    position: relative;
    left: 20px;
    font-size: 14px;
}

ol.numbers > li {
    position: relative;
    margin: 0 0 25px 2em;
    padding: 0 25px;
    list-style: none;
    min-height: 45px;
    color: rgba(17, 17, 17, 0.6);
}

ol.numbers > li:before {
    content: counter(li);
    counter-increment: li;
    position: absolute;
    top: -2px;
    left: -2em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 2em;
    margin-right: 8px;
    padding: 4px;
    border: solid 0.8px rgb(200, 200, 204);;
    font-size: 25px;
    text-align: center;
    border-radius: 40px;
}

ol.numbers > li code {
    background-color: rgb(244, 244, 249);
}

.previous-doc, .next-doc, .next-post, .previous-post {
    border: 1px solid #c8c8cc;
    border-radius: 4px;
    font-weight: normal;
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-size: 20px;
    height: 99px;
}

.previous-post, .next-post {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.previous-doc a, .next-doc a {
    text-align: center;
}

.previous-next-link {
    margin: 0 auto;
}

.previous-next-link .help {
    font-family: averta-regular, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #111;
}

.documentation .card a h6 {
    color: #111;
}

.documentation .card {
    margin-bottom: 60px !important;
}

.documentation .card:hover {
    box-shadow: 0 42px 48px 0 rgba(8, 12, 29, 0.21);
}

.documentation .card img {
    width: 100%;
    margin-bottom: 25px;
}

.documentation .card h6, .documentation .card div {
    padding-left: 25px;
    padding-right: 25px;
}

.documentation .card div {
    font-size: 14px;
    color: rgba(17, 17, 17, 0.6);
}

#flags_language_selector img {
    margin: 10px 10px 10px 0;
}

.content .blog {
    margin-top: 80px;
}

.content .blog .widget, .content .blog .widget.widget_tag_cloud a, .content .blog article {
    color: rgba(17, 17, 17, 0.6);
}

.content .blog .widget h3 {
    font-size: 16px;
    color: #111;
}

.content .blog article {
    font-size: 16px;
    font-weight: normal;
    color: rgba(17, 17, 17, 0.6);
    text-align: justify;
}

.content .blog article h2 a, .content .blog article h1, .documentation-content article h2 a, .documentation-content .blog article h1 {
    color: #111;
}

.content .blog .widget h3 + hr, .content .blog .widget .tweet-date + hr {
    display: none;
}

.content .blog .widget.widget_latest_tweets_widget li {
    margin-bottom: 15px;
}

.content .blog .widget.widget_tag_cloud ul, .content .blog .widget.widget_latest_tweets_widget ul {
    margin-bottom: 0;
}

.content .blog .widget:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eeeeee;
}

.content .blog hr, .content .blog article + ul {
    margin-top: 0;
    margin-bottom: 4em;
}

.content .blog article + ul {
    margin-bottom: 0;
}

.content .blog article + ul a, .documentation-content article + ul a {
    font-family: averta-bold, Helvetica, Arial, sans-serif;
    font-weight: normal;
    color: rgba(17, 17, 17, 0.6);
}

.blog .form-submit {
    display: none;
}

.author h5 {
    font-size: 16px;
    color: #111;
}

.author {
    font-size: 14px;
}

#bbpress-forums {
    margin-top: 80px;
    font-size: 14px;
}

div.bbp-template-notice p, div.bbp-breadcrumb,
div.bbp-topic-tags, #bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content, #bbpress-forums div.bbp-the-content-wrapper input, #bbpress-forums, #bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results, #bbpress-forums #bbp-your-profile fieldset span.description, #bbpress-forums div.bbp-reply-author .bbp-author-role, #bbpress-forums {
    font-size: 14px;
}

#bbpress-forums li.bbp-header, .breadcrumb, #bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    background: #fff;
    border-top: none;
}

li.bbp-forum-freshness, li.bbp-topic-freshness {
    text-align: right;
}

#bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums .widget_display_replies img.avatar {
    margin-bottom: 0;
    border: none;
}

#bbpress-forums .breadcrumb {
    padding-left: 0;
}

@media (max-height: 500px) {
    .not-logged-in {
        height: 500px;
        overflow-y: auto;
    }
}

@media (max-width: 300px) {
    .not-logged-in {
        width: 300px;
    }
}

@media (min-width: 576px) {
    .woocommerce-account.logged-in .content {
        max-width: 540px;
    }

    .features-cloud-on-premise ul {
        margin-left: 45px;
        max-width: 320px;
        display: inline-block;
    }

    .feature-title {
        font-size: 30px;
    }

    #apps-container {
        width: 350px;
        height: 350px;
        margin: 100px auto;
    }

    .app-container .content img {
        height: 35px;
    }

    .app-container .content span {
        font-size: 12px;
        margin-top: 3px;
        width: 70px;
    }

    .feature-img-multiple-container {
        height: 284px;
    }

    .feature-img-multiple-1 {
        max-width: 499px;
    }

    .feature-img-multiple-2 {
        max-width: 341px;
        top: 0;
    }

    .features-cloud-on-premise > div:first-child .custom-html-widget {
        float: right;
    }

    .features-cloud-on-premise > div:first-child ul {
        margin-left: 30px;
    }

    .features-cloud-on-premise > div:last-child .custom-html-widget {
        float: left;
        border-top: none;
        border-left: solid 2px #c8c8cc;
    }

    .features-cloud-on-premise .custom-html-widget {
        padding-top: 90px;
        padding-bottom: 90px;
        padding-left: 50px;
        padding-right: 0;
        text-align: left;
    }

    .features-cloud-on-premise {
        clear: both;
    }

    .not-logged-in .main-form {
        max-width: 70%;
    }

    #s2id_\#doc-search-select {
        box-sizing: border-box !important;
        text-align: left;
        margin-top: 0;
        margin-left: 15px;
        max-width: 100px;
    }
}

@media (min-width: 768px) {
    .documentation .card {
        margin-left: 20px;
        margin-right: 20px;
    }

    #s2id_\#doc-search-select {
        max-width: 200px;
    }

    .documentation .section > hr {
        display: none;
    }

    div.sticky {
        position: -webkit-sticky; /* Safari */
        position: sticky;
        top: 10px;
    }

    .woocommerce-MyAccount-content {
        flex: 1 1 0 !important;
    }

    .woocommerce-account.logged-in .woocommerce {
        display: flex;
        padding-left: 40px;
    }

    .woocommerce-MyAccount-navigation ul {
        width: 188px;
        margin-right: 35px;
        margin-bottom: 85px;
    }

    .woocommerce-account.logged-in .content {
        max-width: 720px;
    }

    .not-logged-in .main-form {
        max-width: 50%;
    }

    .icescrum-btn.invert {
        font-size: 15px !important;
    }

    .benefits ul {
        padding-top: 54px;
    }

    .simple-icon, .heart-icon, .global-icon, .people-icon, .question-icon, .eclair-icon {
        width: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 46px 42px;
        height: 42px;
        margin-top: 57px;
        margin-bottom: 18px;
    }

    h1.h1-with-margin-top {
        margin-top: 50px;
    }

    h1.h1-with-margin-bottom {
        margin-bottom: 50px;
    }

    .blog h1.h1-with-margin-top {
        margin-top: 50px;
    }

    .blog h1.h1-with-margin-bottom {
        margin-bottom: 100px;
    }

    h3 {
        font-size: 30px;
    }

    #footer {
        padding-bottom: 99px;
        background-image: linear-gradient(107deg, #2611e7, #6db4d7);
    }

    #footer:before {
        width: 133px;
        height: 133px;
        right: calc((100% - 768px - 133px + 100px) / 2);
        top: calc(-133px / 2);
    }

    #footer:after {
        width: 156px;
        height: 156px;
        right: calc((100% - 768px + 100px) / 2);
        top: calc(-203px / 2);
    }

    .margin-after-panel {
        margin-bottom: 80px;
    }

    #apps-container {
        width: 400px;
        height: 400px;
        margin: 125px auto;
    }

    .app-container .content img {
        height: 40px;
    }

    .app-container .content span {
        font-size: 14px;
        margin-top: 4px;
        width: 80px;
    }

    .worldmap .city {
        display: inline-block;
    }

    #home-hero > div:first-of-type > div:first-of-type {
        margin-bottom: 32px !important;
    }

    #home-hero > div:first-of-type > div:last-of-type {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    #big-compagnies-logos {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    #big-compagnies-logos .sow-image-grid-image {
        vertical-align: middle;
        padding-right: 66px;
        padding-left: 0;
        padding-bottom: 0;
    }

    .testimonials .selectors {
        margin-top: 70px;
    }

    .testimonials .selectors > span {
        display: block;
        width: 100% !important;
    }

    #home-hero h1 {
        margin-top: 100px;
    }

    #footer .widget ul li a, #footer .widget ul li a:hover, #footer .widget ul li a:visited {
        font-size: 16px;
    }

    .try-benefits-container .try-cloud {
        float: right;
        margin-right: 15px;
    }

    .try-benefits-container .try-on-premise {
        float: left;
        margin-left: 15px;
    }

    .try-benefits-container {
        clear: both;
    }

    .try-benefits-container > div {
        clear: both;
        margin-bottom: 90px;
    }

    .pricing-table thead tr th.popular {
        border-left: solid 1px rgba(200, 200, 204, 0.2);
        border-right: solid 1px rgba(200, 200, 204, 0.2);
    }

    .pricing-table tbody tr td.popular {
        border-left: solid 1px rgba(200, 200, 204, 0.2);
        border-right: solid 1px rgba(200, 200, 204, 0.2);
    }

    .pricing-table tbody tr:not(:first-of-type) td:first-of-type {
        border-top: solid 1px rgba(255, 255, 255, 0.10);
    }

    .pricing-table tbody tr:not(:first-of-type) td {
        border-top: solid 1px rgba(17, 17, 17, 0.05);
    }

    .pricing-table tbody tr td:not(:first-of-type) {
        border-left: solid 1px rgba(17, 17, 17, 0.05);
    }

    .pricing-table tbody tr:hover td:not(.popular) {
        box-shadow: 7px 0 23px -2px rgba(17, 17, 17, 0.15);
        border-top: solid 1px transparent;
    }

    .pricing-table tbody tr:hover + tr td:not(.popular) {
        box-shadow: inset 0 11px 12px -7px rgba(17, 17, 17, 0.15);
        border-top: solid 1px transparent;
    }

    .pricing-table tbody tr:hover td:first-of-type {
        border-top: solid 1px transparent;
    }

    .pricing-table tbody tr:hover + tr > td:first-of-type {
        border-top: solid 1px transparent;
    }

    .pricing-table tbody tr td.popular, .pricing-table thead tr th.popular {
        box-shadow: 0 20px 20px 0 rgba(8, 12, 29, 0.21);
    }

    .pricing-table tbody tr td.popular, .pricing-table thead tr th.popular {
        background-color: #ffffff;
        border-top: none;
        border-left: none;
        position: relative;
    }

    .pricing-table .border-top:before {
        position: absolute;
        height: 5px;
        border: solid 1px rgba(200, 200, 204, 0.2);
        border-bottom: none;
        content: " ";
        top: -5px;
        left: -1px;
        right: -1px;
    }

    .pricing-table .border-bottom:before {
        position: absolute;
        height: 10px;
        border: solid 1px rgba(200, 200, 204, 0.7);
        border-top: none;
        content: " ";
        bottom: -5px;
        left: -1px;
        right: -1px;
        background: #fff;
    }

    .app-content .app-title {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5%;
        text-align: center;
        font-size: 16px;
        color: rgba(17, 17, 17, 0.6);
    }

    .single-app .description, .single-app .tags {
        font-size: 18px;
    }

    .single-app .icescrum-btn:not(.invert) {
        margin-right: 30px;
    }

    .feature-img-multiple-container {
        height: 400px;
    }

    .feature-img-multiple-1 {
        max-width: 599px;
    }

    .feature-img-multiple-2 {
        max-width: 441px;
    }

    .feature-description {
        max-width: 400px;
    }

    .features-call-to-action > div > div:first-child {
        display: flex;
        align-items: center;
    }

    .last-feature .feature-title {
        padding-left: 20px;
    }

    .last-feature .feature-description {
        padding-right: 20px;
    }

    .last-feature div.col-4:nth-of-type(1) {
        padding-left: 3%;
    }

    .last-feature div.col-4:nth-of-type(2) {
        padding-left: 7%;
    }

    .last-feature div.col-4:nth-of-type(3) {
        padding-left: 10%;
    }

    .last-feature .col-4 {
        margin-top: 100px;
        margin-bottom: 25px;
    }

    .last-feature .img-fluid {
        margin-bottom: 120px;
    }

    .feature-screenshot {
        max-width: 650px;
        margin-top: -20px;
    }

    .feature-screenshot-left {
        position: relative;
        left: -65%;
    }

    .feature-row {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .icon-list-features {
        margin-bottom: 50px;
    }
}

@media (min-width: 992px) {

    .documentation .card {
        margin-left: 0;
        margin-right: 0;
    }

    .documentation .card:nth-child(2), .documentation .card:nth-child(5) {
        margin-left: 20px;
        margin-right: 20px;
    }

    .woocommerce-account.logged-in .content {
        max-width: 960px;
        margin-left: calc((100% - 960px - 75px) / 2);
    }

    .woocommerce-checkout .woocommerce {
        width: 780px;
    }

    .content .separator {
        width: 960px;
        margin: 0 auto;
        border: solid 1px #f0F0F0;
    }

    #footer:before {
        right: calc((100% - 900px - 133px) / 2);
    }

    #footer:after {
        right: calc((100% - 896px) / 2);
    }

    #apps-container {
        width: 483px;
        height: 483px;
        margin: 150px auto 100px;
    }

    .app-container .content img {
        height: 47px;
    }

    .app-container .content span {
        font-size: 16px;
        margin-top: 5px;
        width: 100px;
    }

    .content .rect_1 {
        top: 40px;
        right: 82px;
    }

    .content .rect_2 {
        top: 187px;
        right: -37px;
    }

    .content .rect_3 {
        top: -1036px;
        right: -502px;
    }

    .content .rect_4 {
        top: 187px;
        right: -37px;
    }

    .content .rect_5 {
        top: -1036px;
        right: -502px;
    }

    .content .rect_1_left {
        top: 40px;
        left: 100px;
    }

    .content .rect_2_left {
        top: 187px;
        left: 0;
    }

    .content .rect_3_left {
        top: -1036px;
        left: -420px;
    }

    .container-left-top-yellow-rect:before {
        left: -145px;
        top: -12px;
    }

    .container-left-middle-yellow-rect:before {
        width: 394px;
        height: 394px;
        top: calc(50% - 394px / 2);
        left: -310px;
    }

    .container-right-top-yellow-rect:after {
        width: 280.5px;
        height: 280.5px;
        top: -77px;
        right: -111px;
    }

    .container-right-bottom-blue-rect:after {
        bottom: -1px;
        right: -180px;
    }

    .container-left-top-blue-rect:before {
        top: -53px;
        left: -59px;
        width: 170.8px;
        height: 170.8px;
    }

    .container-left-bottom-yellow-rect:after {
        width: 295.9px;
        height: 295.9px;
        bottom: -50px;
        left: -128px;
    }

    .container-left-bottom-blue-rect:after {
        background-image: linear-gradient(151deg, #2611e7, #6db4d7);
        top: 268px;
        left: -69px;
    }

    .container-right-top-yellow-rect-bis:before {
        content: " ";
        width: 237px;
        height: 237px;
        background-image: linear-gradient(48deg, #ffe802, #fdcc01);
        top: 177px;
        right: -131px;
    }

    .container-right-bottom-blue-rect-bis:after {
        width: 136.5px;
        height: 136.5px;
        background-image: linear-gradient(135deg, #2611e7, #6db4d7);
        box-shadow: 0 2px 75px 0 rgba(77, 128, 221, 1);
        top: 401px;
        right: -86px;
    }

    .benefits {
        padding-bottom: 54px;
        padding-top: 54px;
        margin-top: 86px;
    }

    #app-search-input, #doc-search-input input {
        width: 381px;
    }

    #s2id_\#doc-search-select {
        max-width: 250px;
    }

    .documentation > .row {
        margin-top: 100px;
    }

    .feature-img-multiple-container {
        height: 500px;
    }

    .feature-img-multiple-1 {
        max-width: 799px;
    }

    .feature-img-multiple-2 {
        max-width: 541px;
    }

    .features-screen-center img {
        max-width: 876px;
    }

    .feature-description {
        max-width: 500px;
    }

    .feature-screenshot {
        max-width: 760px;
    }

    .feature-screenshot-left {
        left: -40%;
    }

    .icon-list-features {
        margin-bottom: 100px;
    }

    .woocommerce-form-register, .page-id-8 .woocommerce-notices-wrapper {
        max-width: 750px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    .front-page > .panel-layout .hero {
        background-size: contain;
    }

    .screenshot {
        max-width: 760px;
        text-align: center;
        margin: 0 auto !important;
        margin-bottom: 80px !important;
    }

    .feature-screenshot {
        max-width: 960px;
    }

    .feature-screenshot-left {
        left: -75%;
    }
}

@media (max-width: 991.98px) {
    #primary-menu-bar {
        height: 100vh;
        text-align: center;
        margin-left: -15px;
        margin-right: -15px;
        background: #fff;
    }

    #primary-menu-bar .nav-link {
        font-size: 18px;
    }

    #primary-menu-bar .language-switcher {
        display: none;
    }

    #primary-menu-bar .language-switcher.visible-xs {
        display: block;
        font-size: 18px;
        margin-top: 23.5px;
        margin-bottom: 100px;
    }

    #big-compagnies-logos .sow-image-grid-image {
        padding-right: 26px;
        padding-bottom: 26px;
    }

    #home-hero > div:first-of-type {
        padding-top: 30px;
    }

    .content .rect_1 {
        top: 123px;
        right: -152px;
    }

    .content .rect_2 {
        top: 203px;
        right: -205px;
    }

    .not-logged-in .content .rect_2 {
        top: -5px;
        right: 15px;
        height: 82px;
        width: 82px;
    }

    .not-logged-in .content .rect_3 {
        height: 80px;
        width: 80px;
        top: -55px;
        right: 5px;
        mix-blend-mode: unset;
    }

    .not-logged-in .content .rect_1 {
        top: -205px;
        right: 0;
    }

    .content .rect_3 {
        top: -455px;
        right: -1187px;
        mix-blend-mode: multiply;
        background-image: linear-gradient(161deg, #2611e7, #6db4d7);
        box-shadow: 0 1px 45px 0 rgba(77, 128, 221, 1);
    }

    .not-logged-in .rect_4 {
        top: 123px;
        right: -152px;
    }

    .not-logged-in .rect_5 {
        top: 203px;
        right: -205px;
    }

    .not-logged-in.container-left-bottom-blue-rect:after {
        top: auto;
        left: -80px;
        bottom: -155px;
    }

    .not-logged-in.container-left-top-yellow-rect:before {
        left: -190px;
        top: auto;
        bottom: -20px;
        width: 221.4px;
        height: 221.4px;
    }

    .content .rect_1_left {
        top: 123px;
        left: -152px;
    }

    .content .rect_2_left {
        top: 203px;
        left: -205px;
    }

    .content .rect_3_left {
        top: -455px;
        left: -1187px;
        mix-blend-mode: multiply;
        background-image: linear-gradient(161deg, #2611e7, #6db4d7);
        box-shadow: 0 1px 45px 0 rgba(77, 128, 221, 1);
    }

    .woocommerce-form-register {
        padding: 20px;
    }

    .woocommerce-form-register .checkbox {
        margin-bottom: 10px !important;
    }
}

@media (max-width: 767.98px) {
    .body:not(.home) > .content {
        padding-top: 40px;
    }

    .features-call-to-action {
        text-align: center;
    }

    .features-call-to-action img {
        margin-right: 0;
    }

    .features-call-to-action div {
        padding: 10px;
    }

    #pricing-table {
        padding-right: 0;
        padding-left: 0;
    }

    .switch-container .left-label {
        max-width: 100px;
        font-size: 15px;
        text-align: right;
    }

    .switch-container .right-label {
        max-width: 100px;
        font-size: 15px;
        text-align: left;
    }

    #home-hero > div:first-of-type > div:first-of-type {
        margin-top: 80px;
    }

    h1, #home-hero h1 {
        font-size: 25px;
    }

    .simple-icon, .heart-icon, .global-icon, .people {
        background-size: 31px 29px;
        margin-top: 19px;
    }

    #big-compagnies-logos .sow-image-grid-image {
        transform: scale(0.79);
        padding-right: 0;
        vertical-align: middle;
    }

    .testimonials .selectors > span {
        width: 8px !important;
        height: 8px !important;
        margin-right: 2px !important;
        margin-bottom: 0 !important;
        background-size: contain;
        vertical-align: middle;
    }

    .testimonials .selectors > span.show {
        width: 10px !important;
        height: 10px !important;
        background-size: contain;
    }

    .lsow-faq-list .lsow-faq-item {
        text-align: center;
        padding-left: 39px;
        padding-right: 39px;
    }

    .try-benefits-container .try-on-premise, .try-benefits-container .try-cloud {
        margin: 0 auto;
    }

    .switch2-container {
        max-width: 250px;
        margin: 0 auto;
    }

    .pricing-table-container {
        padding-right: 0;
    }

    .pricing-table tbody tr td:first-of-type:not(.offer) {
        width: 40%;
    }

    .pricing-table tbody tr td.offer {
        background: #fafafa;
        color: #111;
        padding-top: 30px;
        text-align: center;
    }

    td.offer h5 {
        font-size: 16px;
    }

    td.offer h5 small {
        display: block;
        margin-top: 18px;
        margin-bottom: 15px;
        font-size: 18px;
        color: rgba(17, 17, 17, 0.6);
    }

    .single-app .actions .action {
        display: block !important;
        margin-left: 0;
    }

    .feature-row {
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .documentation .card {
        float: none !important;
        margin: 0 auto;
    }

    .previous-doc {
        margin-top: 20px;
    }

    #loginform {
        padding-left: 10px;
        padding-right: 10px;
    }

    #footer .col-6 {
        margin-top: 40px;
    }

    .feature-img-multiple-2 {
        right: calc((100% - 341px) / 2);
    }

    .last-feature div.col-4:nth-of-type(1) {
        text-align: left;
        padding-right: 5%;
    }

    .last-feature div.col-4:nth-of-type(2) {
        text-align: center;
    }

    .last-feature div.col-4:nth-of-type(3) {
        text-align: right;
        padding-right: 5%;
    }

    .last-feature .col-4 {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .last-feature .img-fluid {
        margin-bottom: 85px;
    }

    .last-feature .feature-title, .last-feature .feature-description {
        text-align: center;
    }

    .last-feature .feature-description {
        margin-bottom: 50px;
    }

    .screenshot {
        margin-bottom: 40px !important;
    }
}

.icescrum-btn.xxs {
    font-size: 12px !important;
    padding: 8px 15px 8px !important;
}

.single-build #footer {
    margin-top: 0 !important;
}

.grecaptcha-badge {
    display: none !important;
}

*[disabled=disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}