/*!
Theme Name: EasyWP Coral Theme
Theme URI: https://namecheap.com
Author: Namecheap
Author URI: https://namecheap.com
Description: EasyWP Theme for WordPress
Version: 5.3.20
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: easywp-theme
Tags: easywp
*/
@font-face {
    font-family: "Intelo";
    src: url("font/Intelo-Regular.woff2") format("woff2"), url("font/Intelo-Regular.woff") format("woff");
    font-weight: 400;
    font-display: fallback;
}

@font-face {
    font-family: "Intelo";
    src: url("font/Intelo-Italic.woff2") format("woff2"), url("font/Intelo-Italic.woff") format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: "Intelo";
    src: url("font/Intelo-Bold.woff2") format("woff2"), url("font/Intelo-Bold.woff") format("woff");
    font-weight: bold;
    font-display: fallback;
}

@font-face {
    font-family: "Intelo";
    src: url("font/Intelo-BoldItalic.woff2") format("woff2"), url("font/Intelo-BoldItalic.woff") format("woff");
    font-weight: bold;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: "Intelo";
    src: url("font/Intelo-Semibold.woff2") format("woff2"), url("font/Intelo-Semibold.woff") format("woff");
    font-weight: 600;
    font-display: fallback;
}

@font-face {
    font-family: "Intelo";
    src: url("font/Intelo-SemiboldItalic.woff2") format("woff2"), url("font/Intelo-SemiboldItalic.woff") format("woff");
    font-weight: 600;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: "Intelo";
    src: url("font/Intelo-Light.woff2") format("woff2"), url("font/Intelo-Light.woff") format("woff");
    font-weight: 300;
    font-display: fallback;
}

@font-face {
    font-family: "Intelo";
    src: url("font/Intelo-LightItalic.woff2") format("woff2"), url("font/Intelo-LightItalic.woff") format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: fallback;
}

@font-face {
    font-family: "InteloExtraBold";
    src: url("font/Intelo_Extra-Bold.woff2") format("woff2"), url("font/Intelo_Extra-Bold.woff") format("woff");
    font-weight: bold;
    font-display: fallback;
}

@font-face {
    font-family: "InteloAltExtraBold";
    src: url("font/Intelo-Alt-ExtraBold.woff2") format("woff2"), url("font/Intelo-Alt-ExtraBold.woff") format("woff");
    font-weight: bold;
    font-display: fallback;
}

*,
:after,
:before {
    box-sizing: inherit
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    font-family: Intelo, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    height: 100%
}

body {
    background-color: #fafafa;
    display: grid;
    grid-template-rows: 1fr max-content;
    margin: 0;
    min-height: 100%
}

body.in-transition {
    transition: transform .9s ease
}

@media only screen and (max-width:736px) {
    body {
        grid-template-rows: 1fr max-content
    }
}

body * {
    font-family: Intelo, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

table {
    display: table;
    width: 100%
}

hr,
table,
table td,
table th {
    border: none
}

hr {
    border-top: 1px solid #d6d6d6;
    margin: 0 0 64px;
    width: 100%
}

button {
    background-color: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .08), 0 1px 8px 0 rgba(0, 0, 0, .08);
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-family: Intelo, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 16px;
    font-weight: 700;
    height: 40px;
    line-height: 1;
    outline: none;
    padding: 0 16px;
    transition: box-shadow .5s ease-in-out;
    white-space: nowrap
}

button:focus-within,
button:hover {
    border: none;
    box-shadow: 0 0 0 1px #fff, 0 4px 16px 0 rgba(0, 0, 0, .16);
    outline: none;
    transition: box-shadow .1s ease-in-out
}

button:active {
    background-color: #fafafa;
    border: none;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .08), 0 1px 8px 0 rgba(0, 0, 0, .08)
}

button[disabled] {
    background-color: #f5f5f5 !important;
    box-shadow: none !important;
    color: rgba(43, 58, 71, .6) !important;
    cursor: default !important;
    mix-blend-mode: multiply
}

button[disabled]:active,
button[disabled]:hover {
    background-color: #f5f5f5;
    box-shadow: none !important;
    color: rgba(43, 58, 71, .6);
    mix-blend-mode: multiply
}

button.--primary {
    background-color: #008bdb;
    border: none;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .08);
    color: #fff
}

button.--primary:hover {
    border: none;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .24), 0 0 0 1px #008bdb;
    outline: none
}

button.--primary:active {
    background-color: #0d7351;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .08)
}

button.--primary[disabled],
button.--primary[disabled]:active,
button.--primary[disabled]:hover {
    color: hsla(0, 0%, 100%, .6);
    opacity: .4
}

button.--danger {
    background-color: #bf4124;
    border: none;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .08);
    color: #fff
}

button.--danger:hover {
    border: none;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, .24), 0 0 0 1px #bf4124;
    outline: none
}

button.--danger:active {
    background-color: darken-percentage(#bf4124, 6%);
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .08)
}

button.--danger[disabled],
button.--danger[disabled]:active,
button.--danger[disabled]:hover {
    color: hsla(0, 0%, 100%, .6);
    opacity: .4
}

button.--medium {
    font-size: 18px;
    height: 48px;
    line-height: 24px
}

button.--big {
    font-size: 20px;
    height: 56px;
    line-height: 28px
}

button.--huge {
    font-size: 28px;
    height: 64px;
    line-height: 32px
}

.wp-block-button__link.wp-element-button {
    background-color: #008bdb;
    border-radius: 8px;
    color: #fff !important
}

input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
input[type=url] {
    background-color: #f5f5f5;
    border: none;
    border-radius: 8px;
    box-shadow: none;
    box-sizing: content-box;
    color: #52606d;
    font-size: 18px;
    font-weight: 400;
    height: 48px;
    margin: 0;
    outline: none;
    padding: 0 16px;
    transform: translateZ(0);
    transition: box-shadow .2s ease-in-out;
    width: auto
}

input[type=date]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus {
    box-shadow: 0 0 0 2px #008bdb;
    outline: none
}

input[type=date] ::-webkit-input-placeholder,
input[type=datetime] ::-webkit-input-placeholder,
input[type=email] ::-webkit-input-placeholder,
input[type=number] ::-webkit-input-placeholder,
input[type=password] ::-webkit-input-placeholder,
input[type=tel] ::-webkit-input-placeholder,
input[type=text] ::-webkit-input-placeholder,
input[type=time] ::-webkit-input-placeholder,
input[type=url] ::-webkit-input-placeholder {
    color: #8f8f8f
}

input[type=date] ::-moz-placeholder,
input[type=datetime] ::-moz-placeholder,
input[type=email] ::-moz-placeholder,
input[type=number] ::-moz-placeholder,
input[type=password] ::-moz-placeholder,
input[type=tel] ::-moz-placeholder,
input[type=text] ::-moz-placeholder,
input[type=time] ::-moz-placeholder,
input[type=url] ::-moz-placeholder {
    color: #8f8f8f
}

input[type=date] :-ms-input-placeholder,
input[type=datetime] :-ms-input-placeholder,
input[type=email] :-ms-input-placeholder,
input[type=number] :-ms-input-placeholder,
input[type=password] :-ms-input-placeholder,
input[type=tel] :-ms-input-placeholder,
input[type=text] :-ms-input-placeholder,
input[type=time] :-ms-input-placeholder,
input[type=url] :-ms-input-placeholder {
    color: #8f8f8f
}

input[type=date] :-moz-placeholder,
input[type=datetime] :-moz-placeholder,
input[type=email] :-moz-placeholder,
input[type=number] :-moz-placeholder,
input[type=password] :-moz-placeholder,
input[type=tel] :-moz-placeholder,
input[type=text] :-moz-placeholder,
input[type=time] :-moz-placeholder,
input[type=url] :-moz-placeholder {
    color: #8f8f8f
}

input[type=date][disabled] ::-webkit-input-placeholder,
input[type=datetime][disabled] ::-webkit-input-placeholder,
input[type=email][disabled] ::-webkit-input-placeholder,
input[type=number][disabled] ::-webkit-input-placeholder,
input[type=password][disabled] ::-webkit-input-placeholder,
input[type=tel][disabled] ::-webkit-input-placeholder,
input[type=text][disabled] ::-webkit-input-placeholder,
input[type=time][disabled] ::-webkit-input-placeholder,
input[type=url][disabled] ::-webkit-input-placeholder {
    color: #b8b8b8
}

input[type=date][disabled] ::-moz-placeholder,
input[type=datetime][disabled] ::-moz-placeholder,
input[type=email][disabled] ::-moz-placeholder,
input[type=number][disabled] ::-moz-placeholder,
input[type=password][disabled] ::-moz-placeholder,
input[type=tel][disabled] ::-moz-placeholder,
input[type=text][disabled] ::-moz-placeholder,
input[type=time][disabled] ::-moz-placeholder,
input[type=url][disabled] ::-moz-placeholder {
    color: #b8b8b8
}

input[type=date][disabled] :-ms-input-placeholder,
input[type=datetime][disabled] :-ms-input-placeholder,
input[type=email][disabled] :-ms-input-placeholder,
input[type=number][disabled] :-ms-input-placeholder,
input[type=password][disabled] :-ms-input-placeholder,
input[type=tel][disabled] :-ms-input-placeholder,
input[type=text][disabled] :-ms-input-placeholder,
input[type=time][disabled] :-ms-input-placeholder,
input[type=url][disabled] :-ms-input-placeholder {
    color: #b8b8b8
}

input[type=date][disabled] :-moz-placeholder,
input[type=datetime][disabled] :-moz-placeholder,
input[type=email][disabled] :-moz-placeholder,
input[type=number][disabled] :-moz-placeholder,
input[type=password][disabled] :-moz-placeholder,
input[type=tel][disabled] :-moz-placeholder,
input[type=text][disabled] :-moz-placeholder,
input[type=time][disabled] :-moz-placeholder,
input[type=url][disabled] :-moz-placeholder {
    color: #b8b8b8
}

[class*="@spock"].page {
    background-color: #fff
}

[class*="@spock"].page-content {
    margin-top: 64px
}

@media only screen and (max-width:1440px) {
    [class*="@spock"].page-content {
        margin-top: calc(46px + 1.25vw)
    }
}

[class*="@spock"].wp-content {
    gap: 16px;
    margin: 0 auto;
    width: 1440px
}

@media only screen and (max-width:1440px) {
    [class*="@spock"].wp-content {
        width: 90vw
    }
}

.Alert {
    align-items: center;
    border-radius: 8px;
    display: grid;
    gap: 0 11px;
    grid-template-columns: min-content auto;
    padding: 16px 24px;
    position: relative
}

.Alert.--success {
    background-color: #dff7ee
}

.Alert .Alert__icon,
.Alert.--block {
    display: grid
}

.Alert .Alert__title {
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    grid-area: 1/2/1/2;
    letter-spacing: 0;
    line-height: 24px;
    text-align: left
}

.Alert .Alert__title.Alert__icon {
    align-items: center;
    display: grid;
    gap: 4px;
    grid-template-columns: 20px auto
}

.Alert .Alert__description {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    grid-area: 2/2/2/2;
    letter-spacing: 0;
    line-height: 22px;
    text-align: left
}

.BreadcampCategories {
    align-items: center;
    display: grid
}

.BreadcampCategories .category-label {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.ButtonLoadMore {
    margin: 32px auto
}

.CategorySeeMore {
    align-items: center;
    display: grid;
    grid-template-columns: auto min-content;
    margin: 16px auto
}

.CategorySeeMore h3 {
    font-size: 36px;
    font-weight: 800
}

@media only screen and (max-width:1440px) {
    .CategorySeeMore h3 {
        font-size: calc(28.28571px + .53571vw)
    }
}

.CategorySeeMore a {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap
}

@media only screen and (max-width:1440px) {
    .CategorySeeMore a {
        font-size: calc(14.85714px + .35714vw)
    }
}

.CategoryTitle {
    display: grid
}

.CategoryTitle .content {
    align-items: center;
    display: grid;
    gap: 16px 16px;
    grid-template-areas: "T T I" "D D I" "D D I";
    grid-template-columns: auto auto 458px;
    grid-template-rows: 130px auto
}

@media only screen and (max-width:800px) {
    .CategoryTitle .content {
        grid-template-areas: auto;
        grid-template-columns: auto auto;
        grid-template-rows: auto
    }
}

.CategoryTitle .content h3 {
    align-self: end;
    font-size: 64px;
    font-weight: 800;
    grid-area: T
}

@media only screen and (max-width:1440px) {
    .CategoryTitle .content h3 {
        font-size: calc(22.85714px + 2.85714vw)
    }
}

.CategoryTitle .content p {
    align-self: flex-start;
    font-size: 24px;
    font-weight: 400;
    grid-area: D
}

@media only screen and (max-width:1440px) {
    .CategoryTitle .content p {
        font-size: calc(16.28571px + .53571vw)
    }
}

.CategoryTitle .content .CategoryThumbnail {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    grid-area: I;
    height: auto;
    height: 276px;
    overflow: hidden;
    width: 100%
}

@media only screen and (max-width:800px) {
    .CategoryTitle .content .CategoryThumbnail {
        display: none
    }
}

.ClaimStartPublishing {
    height: 331px;
    margin: 140px auto 197px;
    max-width: 1048px;
    position: relative;
    width: auto
}

@media only screen and (max-width:1100px) {
    .ClaimStartPublishing {
        margin-top: 160px
    }
}

.ClaimStartPublishing .image {
    left: 40px;
    position: absolute;
    top: 40px;
    z-index: 1
}

@media only screen and (max-width:1100px) {
    .ClaimStartPublishing .image {
        left: 2vw;
        top: -150px
    }
}

@media only screen and (max-width:414px) {
    .ClaimStartPublishing .image {
        top: -80px
    }
}

@media only screen and (max-width:375px) {
    .ClaimStartPublishing .image {
        top: -50px
    }
}

@media only screen and (max-width:320px) {
    .ClaimStartPublishing .image {
        top: -30px
    }
}

.ClaimStartPublishing .image img {
    display: block;
    width: 448px
}

@media only screen and (max-width:580px) {
    .ClaimStartPublishing .image img {
        width: 80vw
    }
}

.ClaimStartPublishing .container {
    background-color: #008bdb;
    border-radius: 24px;
    display: grid;
    grid-template-columns: 8fr 9fr;
    height: 331px;
    overflow: hidden;
    position: relative;
    z-index: 0
}

@media only screen and (max-width:1100px) {
    .ClaimStartPublishing .container {
        grid-template-columns: auto;
        grid-template-rows: auto 110px
    }
}

@media only screen and (max-width:320px) {
    .ClaimStartPublishing .container {
        grid-template-rows: auto 80px;
        height: 260px
    }
}

.ClaimStartPublishing .container:before {
    background-color: #13a674;
    border-radius: 100%;
    content: "";
    height: 800px;
    left: 50%;
    position: absolute;
    top: 96px;
    width: 800px;
    z-index: 0
}

.ClaimStartPublishing .container .copy {
    margin: 0 24px;
    position: relative
}

.ClaimStartPublishing .container .copy h2 {
    color: #fff;
    font-size: 64px;
    line-height: 72px;
    margin: 64px 0 40px
}

@media only screen and (max-width:1100px) {
    .ClaimStartPublishing .container .copy h2 {
        font-size: calc(1.94872px + 5.64103vw);
        line-height: 1.1;
        margin: 0
    }
}

.ClaimStartPublishing .container .copy a,
.ClaimStartPublishing .container .copy a:link {
    color: #fff;
    font-size: 20px;
    line-height: 28px
}

@media only screen and (max-width:580px) {

    .ClaimStartPublishing .container .copy a,
    .ClaimStartPublishing .container .copy a:link {
        font-size: calc(6.61538px + 2.30769vw)
    }
}

.PreFooter {
    background-color: #fafafa;
    margin-bottom: 200px;
    width: 100%
}

@media only screen and (max-width:710px) {
    .PreFooter {
        margin-bottom: 100px
    }
}

.PreFooter .container {
    display: grid;
    gap: 0 32px;
    grid-template-columns: 2fr 3fr;
    margin: 0 auto;
    padding-top: 64px;
    width: 980px
}

@media only screen and (max-width:1024px) {
    .PreFooter .container {
        grid-template-columns: 2fr 3.5fr;
        width: 90vw
    }
}

@media only screen and (max-width:710px) {
    .PreFooter .container {
        gap: 32px;
        grid-template-columns: 1fr
    }
}

.PreFooter .container .menu {
    display: grid;
    gap: 0 32px;
    grid-template-columns: repeat(3, 1fr)
}

@media only screen and (max-width:414px) {
    .PreFooter .container .menu {
        grid-row-gap: 32px;
        grid-template-columns: auto
    }
}

.PreFooter .container .menu ul {
    list-style: none
}

.PreFooter .container .menu ul li {
    font-size: 16px;
    margin-bottom: 16px
}

@media only screen and (max-width:414px) {
    .PreFooter .container .menu ul li {
        margin-bottom: 8px
    }
}

.PreFooter .container .menu ul li a {
    color: #8f8f8f;
    font-weight: 400;
    letter-spacing: .1px;
    text-decoration: none
}

.PreFooter .container .menu ul li a:hover {
    text-decoration: underline
}

.PreFooter .container .menu ul li.head {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase
}

.Footer {
    display: grid;
    gap: 0 32px;
    grid-template-columns: 6fr 9fr;
    height: 78px;
    margin: 0 auto;
    max-width: 980px
}

@media only screen and (max-width:1024px) {
    .Footer {
        grid-template-columns: 2fr 3.5fr;
        width: 90vw
    }
}

@media only screen and (max-width:710px) {
    .Footer {
        grid-template-columns: 1fr 1.5fr;
        width: 90vw
    }
}

@media only screen and (max-width:600px) {
    .Footer {
        gap: 16px;
        grid-template-columns: auto;
        grid-template-rows: auto 80px
    }
}

.Footer .powered {
    grid-column-gap: 16px;
    align-items: center;
    display: grid;
    grid-template-columns: min-content auto
}

.Footer .powered .logo {
    background-image: url('img/logo-namecheap.svg');
    background-size: 33px 18px;
    display: block;
    height: 18px;
    outline: none;
    text-indent: -99999px;
    width: 33px
}

.Footer .powered p {
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1px;
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    outline: none;
    text-align: left;
    text-transform: uppercase
}

.Footer .terms {
    grid-column-gap: 16px;
    align-items: center;
    color: #8f8f8f;
    display: grid;
    grid-template-columns: max-content auto
}

.Footer .terms a {
    color: #8f8f8f;
    font-size: 12px;
    letter-spacing: .1px;
    outline: none;
    text-align: left
}

.Footer .terms a:hover {
    text-decoration: underline
}

.Hamburger {
    align-items: center
}

.Hamburger,
.Hamburger a {
    cursor: pointer;
    display: grid
}

.Hamburger a img {
    cursor: pointer;
    opacity: .5;
    transition: opacity .5s
}

.Hamburger a img.selected,
.Hamburger:hover a img {
    opacity: 1
}

.HamburgerMenu {
    align-items: center;
    background-color: #fff;
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99999
}

@media only screen and (max-width:414px) {
    .HamburgerMenu.is-open {
        display: block
    }
}

.HamburgerMenu .menu-content {
    align-items: center;
    display: grid;
    gap: 8px;
    justify-items: center;
    margin: 16px;
    position: relative
}

.HamburgerMenu .menu-content a,
.HamburgerMenu .menu-content a:link {
    color: #2b3a37;
    font-size: 28px;
    font-weight: 700;
    margin-top: 32px;
    text-align: center;
    text-decoration: none
}

.HamburgerMenu .menu-content a:hover {
    text-decoration: underline
}

@media only screen and (max-width:414px) {
    body.is-scroll-disabled {
        overflow: hidden
    }
}

.HelpUs {
    align-items: self-start;
    display: grid;
    gap: 64px;
    grid-template-areas: "content image";
    grid-template-columns: auto 327px;
    margin: 0 auto;
    width: 980px
}

@media only screen and (max-width:1024px) {
    .HelpUs {
        width: 90vw
    }
}

@media only screen and (max-width:768px) {
    .HelpUs {
        grid-template-areas: "image" "content";
        grid-template-columns: auto
    }
}

.HelpUs .b-help-us_content {
    display: grid;
    gap: 16px;
    grid-area: content
}

.HelpUs .b-help-us_content h3 {
    font-size: 26px;
    font-weight: 700
}

.HelpUs .b-help-us_content h3+p {
    font-size: 18px;
    font-weight: 400
}

.HelpUs .b-help-us_content .b-help-us_form {
    display: grid;
    gap: 16px
}

.HelpUs .b-help-us_content .b-help-us_form .b-help-us_input {
    display: grid
}

.HelpUs .b-help-us_image {
    display: grid;
    grid-area: image;
    justify-content: end
}

@media only screen and (max-width:768px) {
    .HelpUs .b-help-us_image {
        justify-content: center
    }

    .HelpUs .b-help-us_image img {
        width: 180px
    }
}

.Loader {
    stroke-width: 0;
    stroke: #cfcfd0;
    fill: currentColor;
    animation: rotate linear infinite;
    animation-duration: 2s;
    display: inline-block;
    height: 1.3em;
    opacity: .5;
    transform-origin: center center;
    width: 1.3em
}

@keyframes rotate {
    to {
        transform: rotate(1turn)
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 70, 200;
        stroke-dashoffset: -35px
    }

    to {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: -99px
    }
}

.Loader circle {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    animation: dash 1.5s ease-in-out infinite
}

.EasyWPLogo a {
    background-image: url('img/logo.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 133px 39px;
    display: block;
    height: 100%;
    min-height: 39px;
    outline: none;
    text-indent: -99999px;
    width: 133px
}

.EasyWPLogo.just-logo a {
    background-image: url('img/logo-easywp-octopus.svg');
    background-size: 31px 31px;
    height: 31px;
    width: 31px
}

.Navigation {
    background-color: #fff;
    display: grid;
    position: relative
}

.Navigation.sticky {
    display: grid;
    height: 64px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all .5s linear;
    width: 100%;
    z-index: 999
}

.Navigation nav {
    align-items: center;
    display: grid;
    grid-template-columns: 133px auto;
    justify-self: center;
    margin-top: 16px;
    max-width: 1440px;
    padding: 0 40px;
    position: relative;
    width: 1440px
}

.Navigation nav .Hamburger {
    display: none
}

@media only screen and (max-width:1440px) {
    .Navigation nav {
        width: 100vw
    }
}

@media only screen and (max-width:768px) {
    .Navigation nav {
        padding: 0 24px
    }
}

@media only screen and (max-width:414px) {
    .Navigation nav {
        padding: 0 16px
    }

    .Navigation nav #header-link-blog,
    .Navigation nav #header-link-home {
        display: none
    }

    .Navigation nav .Hamburger {
        display: block
    }

    .Navigation nav .CloseSearch {
        background-size: 16px 16px;
        height: 16px;
        justify-self: end;
        width: 16px
    }
}

body.is-scrolled .Navigation.sticky {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .08), 0 1px 8px 0 rgba(0, 0, 0, .08);
    position: fixed
}

.NavigationLinks {
    align-items: center;
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(auto-fit, minmax(24px, min-content));
    justify-content: end
}

.NavigationLinks a,
.NavigationLinks a.link {
    color: #8f8f8f;
    font-size: 17px;
    font-weight: 400
}

.NavigationLinks a.selected {
    color: #000
}

.Post {
    display: grid;
    gap: 8px;
    /* grid-template-rows: 220px min-content minmax(32px, min-content) auto min-content */
}

.Post .BreadcampCategories {
    margin-top: 16px
}

.--related-posts .Posts {
    margin-bottom: 64px;
    margin-top: 64px
}

.--related-posts .Posts h1 {
    font-size: 36px;
    font-weight: 800
}

.PostAuthorAvatar {
    align-items: center;
    color: #8f8f8f;
    display: grid;
    gap: 0 8px;
    grid-template-areas: "avatar name";
    grid-template-columns: max-content auto
}

.PostAuthorAvatar.featured {
    grid-template-areas: "avatar name" "avatar title" "avatar date";
    grid-template-rows: min-content min-content 32px
}

.PostAuthorAvatar.featured .name {
    align-self: end
}

.PostAuthorAvatar.featured .title {
    align-self: start
}

.PostAuthorAvatar.featured .date {
    align-self: center
}

.PostAuthorAvatar .author-avatar {
    grid-area: avatar
}

.PostAuthorAvatar .name {
    font-size: 16px;
    grid-area: name;
    margin: 0;
    white-space: nowrap;
    margin-top: 10px;
}

.PostAuthorAvatar .title {
    font-size: 12px;
    grid-area: title;
    white-space: nowrap
}

.PostAuthorAvatar .bio {
    font-size: 12px;
    grid-area: bio
}

.PostAuthorAvatar .date {
    font-size: 12px;
    grid-area: date;
    white-space: nowrap
}

.PostAuthorAvatar.with-props-bio {
    align-items: start;
    margin: 24px auto
}

.PostAuthorAvatar.featured {
    align-items: start
}

.PostThumbnail {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
    box-shadow: 0 0 2px #f5f5f5;
    height: 220px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-in-out
}

.PostThumbnail.--image {
    height: auto
}

.PostThumbnail.--image img {
    display: block;
    height: auto;
    width: 100%
}

.PostThumbnail.with-props-link-value-1 {
    cursor: pointer
}

.PostThumbnail.with-props-link-value-1:hover {
    box-shadow: 0 0 2px #fff, 0 14px 32px rgba(0, 0, 0, .4)
}

.PostThumbnail.with-props-link-value-1:hover:before {
    align-items: center;
    background: linear-gradient(0deg, rgba(43, 58, 71, .75), rgba(43, 58, 71, .75));
    color: #fff;
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23fff' height='40' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath clip-rule='evenodd' d='M21.666 5a1.667 1.667 0 1 0-3.333 0v13.333H5a1.667 1.667 0 1 0 0 3.334h13.333V35a1.667 1.667 0 1 0 3.333 0V21.667H35a1.667 1.667 0 0 0 0-3.334H21.666z' fill-rule='evenodd'/%3E%3C/svg%3E");
    display: grid;
    font-size: 64px;
    height: 100%;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%
}

.PostTitle.with-props-link_effect a,
.PostTitle.with-props-link_effect span {
    background-image: linear-gradient(180deg, transparent 65%, #abddcc 0);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-size: 0 100%;
    color: #000;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    text-decoration: none;
    transition: background-size .4s ease
}


.PostTitle.with-props-link_effect_fixed a,
.PostTitle.with-props-link_effect_fixed span,
.PostTitle:hover a,
.PostTitle:hover span {
    background-size: 100% 100%
}

.SearchButtonIcon {
    align-items: center;
    display: grid
}

.SearchButtonIcon a {
    cursor: pointer;
    display: grid
}

.SearchButtonIcon a img {
    opacity: .5
}

.SearchButtonIcon a img.selected {
    opacity: 1
}

.SearchForm .b-search_form .label {
    display: grid;
    grid-template-columns: auto 32px;
    height: 32px;
    margin-bottom: 8px
}

.SearchForm .b-search_form .label span {
    align-self: end;
    font-size: 18px;
    font-weight: 700;
    margin-left: 16px
}

.SearchForm .b-search-form_input {
    align-items: center;
    display: grid;
    gap: 16px;
    grid-template-columns: auto
}

@media only screen and (max-width:414px) {
    .SearchForm .b-search-form_input {
        gap: 16px;
        grid-template-columns: auto
    }

    .SearchForm .b-search-form_input .cds-button {
        font-size: 20px;
        height: 56px
    }
}

.CloseSearch {
    background-image: url(/wp-content/themes/easywp-coral-theme/resources/assets/images/close-icon-input.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 10px;
    cursor: pointer;
    height: 10px;
    justify-self: center;
    width: 10px
}

.b-showing-results h3,
.no-results-found h3 {
    font-size: 28px;
    font-weight: 700;
    margin-top: 64px
}

@media only screen and (max-width:1440px) {

    .b-showing-results h3,
    .no-results-found h3 {
        font-size: calc(17.71429px + .71429vw)
    }
}

.b-showing-results hr,
.no-results-found hr {
    margin: 40px 0
}

.SearchNotFound {
    display: grid;
    gap: 8px 64px;
    grid-template-areas: "title image" "description image";
    margin: 64px auto 24px
}

@media only screen and (max-width:640px) {
    .SearchNotFound {
        grid-template-areas: "title" "description" "image";
        justify-items: center;
        margin: 64px auto 0;
        text-align: center;
        width: 296px
    }
}

.SearchNotFound h2 {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    grid-area: title;
    letter-spacing: 0;
    line-height: 38px;
    text-align: left
}

@media only screen and (max-width:640px) {
    .SearchNotFound h2 {
        text-align: center
    }
}

.SearchNotFound p {
    color: #52606d;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    grid-area: description;
    letter-spacing: 0;
    line-height: 27px;
    text-align: left
}

@media only screen and (max-width:640px) {
    .SearchNotFound p {
        text-align: center
    }
}

.SearchNotFound img {
    display: block;
    grid-area: image
}

.ShareThisArticle {
    align-items: center;
    display: grid;
    grid-auto-flow: column;
    justify-items: center;
    margin: 32px auto;
    position: relative;
    width: 242px
}

.ShareThisArticle .shareable a {
    display: blocK
}

.ShareThisArticle .shareable a img {
    display: block
}

.ShareThisArticle .share-text {
    color: #8f8f8f;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .4px;
    text-transform: uppercase
}

.Tag {
    align-items: center;
    background-color: #f5f5f5;
    border-radius: 256px;
    color: #000 !important;
    display: grid;
    font-size: 14px;
    font-weight: 400 !important;
    height: 40px;
    padding: 0 16px;
    text-decoration: none;
    transition: all .2s ease
}

@media only screen and (max-width:414px) {
    .Tag {
        font-size: 12px;
        height: 32px;
        padding: 0 12px
    }
}

.Tag.selected,
.Tag:hover {
    background-color: #008bdb;
    color: #fff !important;
    cursor: pointer;
    text-decoration: none
}

.TagCategories {
    display: grid;
}

.TagCategories .content {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px
}

@media only screen and (max-width:1920px) {
    [class*="@spock"].wp-404.template-search {
        width: 940px
    }
}

@media only screen and (max-width:980px) {
    [class*="@spock"].wp-404.template-search {
        width: 90vw
    }
}

[class*="@spock"].wp-404.template-search .easywp-404-image {
    display: block;
    margin: 0 auto 16px;
    width: 602px
}

@media only screen and (max-width:980px) {
    [class*="@spock"].wp-404.template-search .easywp-404-image {
        width: 460px
    }
}

@media only screen and (max-width:414px) {
    [class*="@spock"].wp-404.template-search .easywp-404-image {
        width: 256px
    }
}

[class*="@spock"].wp-404.template-search>h1 {
    color: #000;
    font-family: InteloAltExtraBold;
    font-size: 64px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 64px;
    margin-bottom: 16px;
    text-align: left
}

@media only screen and (max-width:980px) {
    [class*="@spock"].wp-404.template-search>h1 {
        font-size: 36px;
        line-height: 36px
    }
}

[class*="@spock"].wp-404.template-search>h1+p {
    font-size: 20px;
    margin-bottom: 16px
}

[class*="@spock"].wp-404.template-search h5 {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 35px;
    margin: 32px 0;
    text-align: left
}

@media only screen and (min-width:1920px) {
    [class*="@spock"].wp-archive {
        width: 1502px
    }
}

@media only screen and (max-width:1920px) {
    [class*="@spock"].wp-archive {
        width: 1440px
    }
}

@media only screen and (max-width:1520px) {
    [class*="@spock"].wp-archive {
        width: 980px
    }
}

@media only screen and (max-width:980px) {
    [class*="@spock"].wp-archive {
        width: 90vw
    }
}

[class*="@spock"].wp-archive .b-list-posts {
    display: grid
}

[class*="@spock"].wp-archive .b-list-posts .Posts {
    display: grid;
    gap: 64px;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr))
}

@media only screen and (max-width:1040px) {
    [class*="@spock"].wp-archive .b-list-posts .Posts {
        grid-template-columns: auto
    }
}

[class*="@spock"].wp-archive .b-list-posts .Posts .Post .PostTitle {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -.04px;
    line-height: 34px
}

@media only screen and (max-width:1440px) {
    [class*="@spock"].wp-archive .b-list-posts .Posts .Post .PostTitle {
        font-size: calc(18.28571px + .53571vw);
        line-height: calc(23.71429px + .71429vw)
    }
}

[class*="@spock"].wp-archive .CategoryTitle {
    margin-bottom: 64px;
    margin-top: 64px
}

@media only screen and (max-width:1440px) {
    [class*="@spock"].wp-archive .CategoryTitle {
        margin-bottom: calc(22.85714px + 2.85714vw);
        margin-top: calc(22.85714px + 2.85714vw)
    }
}

[class*="@spock"].wp-archive .HelpUs {
    margin: 160px auto
}

@media only screen and (max-width:414px) {
    [class*="@spock"].wp-archive .HelpUs {
        margin: 64px auto
    }
}

[class*="@spock"].wp-search {
    width: 720px
}

[class*="@spock"].wp-search .b-list-posts {
    display: grid
}

[class*="@spock"].wp-search .b-list-posts .Posts {
    display: grid;
    gap: 64px;
    grid-template-columns: repeat(auto-fill, minmax(328px, 1fr));
    margin-bottom: 160px
}

@media only screen and (max-width:1040px) {
    [class*="@spock"].wp-search .b-list-posts .Posts {
        grid-template-columns: auto
    }
}

[class*="@spock"].wp-search .b-list-posts .Posts .Post .PostTitle {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -.04px;
    line-height: 34px
}

[class*="@spock"].wp-search .CategoryTitle,
[class*="@spock"].wp-search .SearchNotFound {
    margin: 64px 0
}

[class*="@spock"].wp-single {
    width: 980px
}

@media only screen and (max-width:1220px) {
    [class*="@spock"].wp-single {
        width: 90vw
    }
}

[class*="@spock"].wp-single .PostTitle {
    font-family: InteloAltExtraBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-size: 80px
}

@media only screen and (max-width:1440px) {
    [class*="@spock"].wp-single .PostTitle {
        font-size: calc(18.28571px + 4.28571vw)
    }
}

[class*="@spock"].wp-single .PostThumbnail.--image {
    margin: 64px -64px
}

@media only screen and (max-width:1220px) {
    [class*="@spock"].wp-single .PostThumbnail.--image {
        margin: 32px 0 2px
    }
}

[class*="@spock"].wp-single .b-post-content {
    display: grid;
    gap: 0;
    grid-template-columns: 1fr 720px 1fr;
    margin: 0 -64px;
    position: relative
}

[class*="@spock"].wp-single .b-post-content .table-of-contents {
    -ms-overflow-style: none;
    height: calc(100vh - 16px);
    margin-left: -80px;
    overflow-y: auto;
    padding-left: 32px;
    position: sticky;
    scrollbar-width: none;
    top: 16px;
    width: 220px
}

[class*="@spock"].wp-single .b-post-content .table-of-contents::-webkit-scrollbar {
    display: none
}

@media only screen and (max-width:1112px) {
    [class*="@spock"].wp-single .b-post-content .table-of-contents {
        display: none
    }
}

[class*="@spock"].wp-single .b-post-content .table-of-contents ul {
    list-style: none
}

[class*="@spock"].wp-single .b-post-content .table-of-contents ul li {
    margin-bottom: 24px;
    position: relative
}

[class*="@spock"].wp-single .b-post-content .table-of-contents ul li a,
[class*="@spock"].wp-single .b-post-content .table-of-contents ul li a:active,
[class*="@spock"].wp-single .b-post-content .table-of-contents ul li a:visited {
    color: #000;
    font-size: 20px;
    font-weight: 400
}

[class*="@spock"].wp-single .b-post-content .table-of-contents ul li.active:before {
    background: #008bdb;
    content: "";
    height: 60%;
    left: -24px;
    position: absolute;
    top: 20%;
    width: 4px
}

[class*="@spock"].wp-single .b-post-content .table-of-contents ul li.active a {
    font-weight: 700
}

[class*="@spock"].wp-single .b-post-content .table-of-contents-mobile {
    background-color: #fff;
    display: none;
    padding: 24px 20px;
    position: sticky;
    top: 0;
    z-index: 9999
}

[class*="@spock"].wp-single .b-post-content .table-of-contents-mobile.top {
    box-shadow: 0 2px 16px rgba(0, 0, 0, .08)
}

@media only screen and (max-width:1112px) {
    [class*="@spock"].wp-single .b-post-content .table-of-contents-mobile {
        display: block;
        margin: 0 -54px
    }
}

@media only screen and (max-width:1024px) {
    [class*="@spock"].wp-single .b-post-content .table-of-contents-mobile {
        margin: 0 -50px
    }
}

@media only screen and (max-width:800px) {
    [class*="@spock"].wp-single .b-post-content .table-of-contents-mobile {
        margin: 0 -38px
    }
}

@media only screen and (max-width:414px) {
    [class*="@spock"].wp-single .b-post-content .table-of-contents-mobile {
        margin: 0 -20px
    }
}

[class*="@spock"].wp-single .b-post-content .table-of-contents-mobile .accordion .accordion__toggle {
    align-items: center;
    display: flex;
    gap: 8px
}

[class*="@spock"].wp-single .b-post-content .table-of-contents-mobile .accordion .accordion__toggle .accordion__toggle__icon {
    display: flex;
    transform: rotateX(180deg);
    transition: transform .3s ease
}

[class*="@spock"].wp-single .b-post-content .table-of-contents-mobile .accordion .accordion__toggle .accordion__toggle__title {
    color: #008bdb;
    font-size: 14px;
    font-weight: 900;
    text-transform: uppercase
}

[class*="@spock"].wp-single .b-post-content .table-of-contents-mobile ul {
    display: none;
    list-style: none;
    margin: 16px 0
}

[class*="@spock"].wp-single .b-post-content .table-of-contents-mobile ul li {
    border-bottom: 1px solid #e5e5e5;
    font-size: 18px;
    padding: 8px 0;
    position: relative
}

[class*="@spock"].wp-single .b-post-content .table-of-contents-mobile ul li a,
[class*="@spock"].wp-single .b-post-content .table-of-contents-mobile ul li a:active,
[class*="@spock"].wp-single .b-post-content .table-of-contents-mobile ul li a:visited {
    color: #000;
    font-size: 18px;
    font-weight: 400
}

[class*="@spock"].wp-single .b-post-content .table-of-contents-mobile ul li.active a {
    font-weight: 700
}

[class*="@spock"].wp-single .b-post-content .table-of-contents-mobile.open ul {
    display: block
}

[class*="@spock"].wp-single .b-post-content .table-of-contents-mobile.open .accordion .accordion__toggle .accordion__toggle__icon {
    transform: rotateX(0deg)
}

@media only screen and (max-width:1220px) {
    [class*="@spock"].wp-single .b-post-content {
        grid-template-columns: auto;
        margin: 0
    }
}

[class*="@spock"].wp-single .b-post-content .PostAuthorAvatar {
    align-items: normal;
    grid-template-areas: "avatar" "name" "title" "date";
    grid-template-columns: auto;
    /* grid-template-rows: 80px min-content min-content 32px */
}

[class*="@spock"].wp-single .b-post-content .PostAuthorAvatar .name {
    align-self: end
}

[class*="@spock"].wp-single .b-post-content .PostAuthorAvatar .title {
    align-self: start
}

[class*="@spock"].wp-single .b-post-content .PostAuthorAvatar .date {
    align-self: center
}

[class*="@spock"].wp-single .b-post-content article p {
    font-size: 20px;
    line-height: 32px;
    margin: 24px 0
}

[class*="@spock"].wp-single .b-post-content article p:first-child {
    margin-top: 0
}

[class*="@spock"].wp-single .b-post-content article ol,
[class*="@spock"].wp-single .b-post-content article ul {
    margin: 24px 0 24px 32px;
    padding: 0
}

[class*="@spock"].wp-single .b-post-content-footer {
    width: 720px
}

@media only screen and (max-width:1220px) {
    [class*="@spock"].wp-single .b-post-content-footer {
        width: auto
    }
}

[class*="@spock"].wp-single .b-post-content-footer .PostAuthorAvatar.with-props-bio-value-1 {
    grid-template-areas: "avatar name" "avatar bio";
    /* grid-template-columns: 80px auto; */
    grid-template-rows: auto
}

[class*="@spock"].wp-single .b-related-posts h3 {
    color: #8f8f8f;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .4px;
    line-height: 18px;
    margin-bottom: 16px;
    text-transform: uppercase
}

[class*="@spock"].wp-single .b-related-posts .Posts.with-props-related {
    display: grid;
    gap: 32px 64px;
    grid-template-columns: 1fr 1fr
}

@media only screen and (max-width:860px) {
    [class*="@spock"].wp-single .b-related-posts .Posts.with-props-related {
        grid-template-columns: auto
    }
}

[class*="@spock"].wp-single .b-related-posts .Posts.with-props-related .Post {
    /* grid-template-rows: 32px 220px minmax(32px, min-content) auto min-content */
}

@media only screen and (max-width:880px) {
    [class*="@spock"].wp-single .b-related-posts .Posts.with-props-related .Post {
        grid-template-columns: auto
    }
}

[class*="@spock"].wp-single .b-related-posts .Posts.with-props-related .Post .PostTitle {
    font-size: 28px
}

[class*="@spock"].wp-single .b-related-posts .Posts.with-props-related .Post .BreadcampCategories {
    grid-area: 1/1/2/-1
}

@media only screen and (min-width:1550px) {
    [class*="@spock"].wp-index {
        width: 1136px;



    }

    .post_title {
        margin-bottom: 70px;
        padding: 0px 66px;
    }
}


@media only screen and (max-width:1520px) {
    [class*="@spock"].wp-index {
        width: 980px
    }
}

@media only screen and (max-width:980px) {
    [class*="@spock"].wp-index {
        width: 90vw
    }
}

[class*="@spock"].wp-index .b-featured-post-and-latest-post {
    display: grid;
    gap: 64px;
    grid-template-columns: 6fr 2fr;
}

@media only screen and (max-width:1024px) {
    [class*="@spock"].wp-index .b-featured-post-and-latest-post {
        grid-template-columns: 5fr 3fr
    }
}

@media only screen and (max-width:960px) {
    [class*="@spock"].wp-index .b-featured-post-and-latest-post {
        grid-template-columns: auto
    }
}

[class*="@spock"].wp-index .b-featured-post-and-latest-post h3 {
    font-size: 36px;
    font-weight: 800
}

@media only screen and (max-width:1440px) {
    [class*="@spock"].wp-index .b-featured-post-and-latest-post h3 {
        font-size: calc(15.42857px + 1.42857vw)
    }
}

[class*="@spock"].wp-index .b-featured-post-and-latest-post .b-featured-post .Post {
    display: grid;
    /* grid-template-rows: 610px min-content minmax(32px, min-content) auto min-content; */
    margin-top: 24px
}

@media only screen and (max-width:1024px) {
    [class*="@spock"].wp-index .b-featured-post-and-latest-post .b-featured-post .Post {
        /* grid-template-rows: 510px min-content minmax(32px, min-content) auto min-content */
    }
}

@media only screen and (max-width:980px) {
    [class*="@spock"].wp-index .b-featured-post-and-latest-post .b-featured-post .Post {
        /* grid-template-rows: 310px min-content minmax(32px, min-content) auto min-content */
    }
}

[class*="@spock"].wp-index .b-featured-post-and-latest-post .b-featured-post .Post .PostTitle {
    font-size: 64px;
    font-weight: 800;
    line-height: 64px
}

@media only screen and (max-width:1440px) {
    [class*="@spock"].wp-index .b-featured-post-and-latest-post .b-featured-post .Post .PostTitle {
        font-size: calc(22.85714px + 2.85714vw);
        line-height: calc(33.14286px + 2.14286vw)
    }
}

[class*="@spock"].wp-index .b-featured-post-and-latest-post .b-featured-post .Post .PostThumbnail {
    height: 610px
}

@media only screen and (max-width:1024px) {
    [class*="@spock"].wp-index .b-featured-post-and-latest-post .b-featured-post .Post .PostThumbnail {
        height: 510px
    }
}

@media only screen and (max-width:980px) {
    [class*="@spock"].wp-index .b-featured-post-and-latest-post .b-featured-post .Post .PostThumbnail {
        height: 310px
    }
}

[class*="@spock"].wp-index .b-featured-post-and-latest-post .b-latest-posts {
    margin-bottom: 64px
}

[class*="@spock"].wp-index .b-featured-post-and-latest-post .b-latest-posts .see-more {
    align-items: center;
    display: grid;
    grid-template-columns: auto min-content
}

[class*="@spock"].wp-index .b-featured-post-and-latest-post .b-latest-posts .see-more a {
    white-space: nowrap
}

[class*="@spock"].wp-index .b-featured-post-and-latest-post .b-latest-posts .Posts {
    display: grid;
    gap: 32px 0;
    margin-top: 24px
}

@media only screen and (max-width:960px) {
    [class*="@spock"].wp-index .b-featured-post-and-latest-post .b-latest-posts .Posts {
        gap: 0 64px;
        grid-template-columns: 1fr 1fr
    }
}

@media only screen and (max-width:760px) {
    [class*="@spock"].wp-index .b-featured-post-and-latest-post .b-latest-posts .Posts {
        gap: 64px 0;
        grid-template-columns: auto
    }
}

[class*="@spock"].wp-index .b-featured-post-and-latest-post .b-latest-posts .Posts .Post {
    display: grid;
    /* grid-template-rows: 190px min-content min-content auto min-content */
}

[class*="@spock"].wp-index .b-featured-post-and-latest-post .b-latest-posts .Posts .Post .PostTitle {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -.04px;
    line-height: 34px
}

[class*="@spock"].wp-index .b-featured-post-and-latest-post .b-latest-posts .Posts .Post .PostThumbnail {
    height: 190px
}

[class*="@spock"].wp-index .b-categories-grouped {
    margin-bottom: 32px
}

[class*="@spock"].wp-index .b-categories-grouped .Posts {
    display: grid;
    gap: 64px;
    grid-template-columns: 1fr 1fr 1fr
}

@media screen and (max-width:1560px) {
    [class*="@spock"].wp-index .b-categories-grouped .Posts {
        grid-template-columns: 1fr 1fr
    }

    [class*="@spock"].wp-index .b-categories-grouped .Posts .Post:last-child {
        display: none
    }
}

@media screen and (max-width:768px) {
    [class*="@spock"].wp-index .b-categories-grouped .Posts {
        grid-template-columns: auto;
        margin-bottom: 32px
    }
}

[class*="@spock"].wp-index .b-categories-grouped .Posts .Post .PostTitle {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -.04px;
    line-height: 34px
}

[class*="@spock"].wp-index .HelpUs {
    margin: 160px auto
}

@media only screen and (max-width:414px) {
    [class*="@spock"].wp-index .HelpUs {
        margin: 0 auto 64px
    }
}

@media only screen and (min-width:1920px) {
    [class*="@spock"].template-latest {
        width: 1502px
    }
}

@media only screen and (max-width:1920px) {
    [class*="@spock"].template-latest {
        width: 1440px
    }
}

@media only screen and (max-width:1520px) {
    [class*="@spock"].template-latest {
        width: 980px
    }
}

@media only screen and (max-width:980px) {
    [class*="@spock"].template-latest {
        width: 90vw
    }
}

[class*="@spock"].template-latest .b-list-posts {
    display: grid
}

[class*="@spock"].template-latest .b-list-posts .Posts {
    display: grid;
    gap: 64px;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
    margin: 64px 0 160px
}

@media only screen and (max-width:1040px) {
    [class*="@spock"].template-latest .b-list-posts .Posts {
        grid-template-columns: auto
    }
}

[class*="@spock"].template-latest .b-list-posts .Posts .Post h1 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -.04px;
    line-height: 34px
}

[class*="@spock"].template-search {
    width: 720px
}

@media only screen and (max-width:768px) {
    [class*="@spock"].template-search {
        width: 90vw
    }
}

[class*="@spock"].template-search .b-list-posts {
    display: grid
}

[class*="@spock"].template-search .b-list-posts .Posts {
    display: grid;
    gap: 64px;
    grid-template-columns: repeat(auto-fill, minmax(328px, 1fr));
    margin-bottom: 160px
}

@media only screen and (max-width:1040px) {
    [class*="@spock"].template-search .b-list-posts .Posts {
        grid-template-columns: auto
    }
}

[class*="@spock"].template-search .b-list-posts .Posts .Post h1 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -.04px;
    line-height: 34px
}

[class*="@spock"].template-search .b-our-suggestions {
    margin-bottom: 160px
}

[class*="@spock"].template-search .b-our-suggestions h3 {
    color: #8f8f8f;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: .40000001px;
    line-height: 18px;
    margin: 64px 0 40px;
    text-align: left;
    text-transform: uppercase
}

[class*="@spock"].template-search .b-our-suggestions .b-list-posts .Posts {
    display: grid;
    gap: 64px;
    grid-template-columns: 1fr 1fr;
    margin: 0
}

@media only screen and (max-width:768px) {
    [class*="@spock"].template-search .b-our-suggestions .b-list-posts .Posts {
        grid-template-columns: auto
    }
}

[class*="@spock"].template-search .b-our-suggestions .b-list-posts .Posts .Post h1 {
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    letter-spacing: -.04px;
    line-height: 35px;
    text-align: left
}

[class*="@spock"].wp-resources-container {
    width: 980px
}

[class*="@spock"].wp-resources-container>h1 {
    font-size: 96px;
    font-weight: 700
}

@media only screen and (max-width:414px) {
    [class*="@spock"].wp-resources-container>h1 {
        font-size: 32px
    }
}

@media only screen and (max-width:980px) {
    [class*="@spock"].wp-resources-container {
        width: 90vw
    }
}

[class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts {
    display: grid
}

[class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts .Posts {
    display: grid;
    gap: 64px;
    grid-template-columns: repeat(auto-fill, minmax(420px, 1fr));
    margin: 64px 0 160px
}

@media only screen and (max-width:414px) {
    [class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts .Posts {
        margin: 32px 0 160px
    }
}

@media only screen and (max-width:1040px) {
    [class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts .Posts {
        grid-template-columns: auto
    }
}

[class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts .Posts .Post:first-child {
    gap: 0 64px;
    grid-column: span 2;
    grid-template-columns: minmax(420px, 1fr) minmax(420px, 1fr);
    grid-template-rows: repeat(4, minmax(32px, auto))
}

[class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts .Posts .Post:first-child .PostThumbnail {
    grid-column: 2/2;
    grid-row: span 4;
    height: 412px
}

[class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts .Posts .Post:first-child .PostTitle {
    grid-column: 1/1;
    grid-row: 1/2
}

@media only screen and (min-width:980px) {

    [class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts .Posts .Post:first-child .PostTitle a,
    [class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts .Posts .Post:first-child .PostTitle h1 {
        font-size: 46px;
        font-weight: 700;
        line-height: 62px
    }
}

[class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts .Posts .Post:first-child .PostExcerpt {
    grid-column: 1/1;
    grid-row: 2/3
}

[class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts .Posts .Post:first-child .PostAuthorAvatar {
    grid-column: 1/1;
    grid-row: 3/4
}

[class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts .Posts .Post:first-child .PostLink {
    grid-column: 1/1;
    grid-row: 4/5
}

@media only screen and (max-width:980px) {
    [class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts .Posts .Post:first-child {
        grid-column: 1/1;
        grid-template-columns: unset;
        grid-template-rows: unset
    }

    [class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts .Posts .Post:first-child .PostAuthorAvatar,
    [class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts .Posts .Post:first-child .PostExcerpt,
    [class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts .Posts .Post:first-child .PostThumbnail,
    [class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts .Posts .Post:first-child .PostTitle {
        grid-column: unset;
        grid-row: unset
    }
}

[class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts .Posts .Post {
    grid-template-rows: 287px min-content minmax(32px, min-content) auto min-content
}

[class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts .Posts .Post h1 {
    font-size: 26px;
    font-weight: 800;
    letter-spacing: -.04px;
    line-height: 34px
}

[class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts .Posts .Post .PostThumbnail {
    height: 287px
}

[class*="@spock"].wp-resources-container .wp-resources-content .b-latest-posts .Posts .Post .PostLink {
    font-size: 20px;
    font-weight: 400;
    margin: 24px 0 0
}

[class*="@spock"].wp-more-container {
    background: linear-gradient(1turn, hsla(0, 0%, 100%, .806), hsla(0, 0%, 96%, .806))
}

[class*="@spock"].wp-more-container .header {
    align-items: center;
    display: grid;
    gap: 64px;
    grid-template-columns: 1fr min-content;
    margin: 88px 0 0
}

[class*="@spock"].wp-more-container .header h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 48px
}

@media only screen and (max-width:414px) {
    [class*="@spock"].wp-more-container .header h2 {
        font-size: 30px;
        line-height: 36px
    }
}

[class*="@spock"].wp-more-container #js-search-container {
    display: none
}

[class*="@spock"].wp-more-container #js-search-container [class*="@spock"].template-search {
    margin: 98px 0 0;
    width: 980px
}

@media only screen and (max-width:980px) {
    [class*="@spock"].wp-more-container #js-search-container [class*="@spock"].template-search {
        width: 90vw
    }
}

[class*="@spock"].wp-more-container #js-search-container [class*="@spock"].template-search .b-list-posts .Posts,
[class*="@spock"].wp-more-container #js-search-container [class*="@spock"].template-search .b-our-suggestions .b-list-posts .Posts {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr))
}

@media only screen and (max-width:980px) {
    [class*="@spock"].wp-more-container #js-search-container [class*="@spock"].template-search .b-our-suggestions .b-list-posts .Posts {
        grid-template-columns: 1fr 1fr
    }

    [class*="@spock"].wp-more-container #js-search-container [class*="@spock"].template-search .b-our-suggestions .b-list-posts .Posts .Post:last-child {
        display: none
    }
}

@media only screen and (max-width:768px) {
    [class*="@spock"].wp-more-container #js-search-container [class*="@spock"].template-search .b-our-suggestions .b-list-posts .Posts {
        grid-template-columns: auto
    }
}

[class*="@spock"].wp-more-container .wp-more-content {
    margin: 0 auto;
    width: 980px
}

@media only screen and (max-width:980px) {
    [class*="@spock"].wp-more-container .wp-more-content {
        width: 90vw
    }
}

[class*="@spock"].wp-more-container .wp-more-content h2 {
    font-size: 36px
}

[class*="@spock"].wp-more-container .wp-more-content .TagCategories {
    margin: 32px 0 64px
}

[class*="@spock"].wp-more-container .wp-more-content .TagCategories .Tag {
    background-color: #fff
}

[class*="@spock"].wp-more-container .wp-more-content .TagCategories .Tag.selected,
[class*="@spock"].wp-more-container .wp-more-content .TagCategories .Tag:hover {
    background-color: #008bdb
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    word-wrap: normal !important;
    border: 0;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px
}

.screen-reader-text:focus {
    clip: auto !important;
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: .875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.alignleft {
    float: left;
    margin-right: 1rem
}

@media only screen and (min-width:768px) {
    .alignleft {
        margin-right: 2rem
    }
}

.alignright {
    float: right;
    margin-left: 1rem
}

@media only screen and (min-width:768px) {
    .alignright {
        margin-left: 2rem
    }
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    animation-iteration-count: infinite
}

@media (prefers-reduced-motion) {
    .animated {
        -webkit-animation: unset !important;
        animation: unset !important;
        -webkit-transition: none !important;
        transition: none !important
    }
}

[class*="@spock"].--br-2 {
    border-radius: 2px !important
}

[class*="@spock"].--br-3 {
    border-radius: 3px !important
}

[class*="@spock"].--br-4 {
    border-radius: 4px !important
}

[class*="@spock"].--br-8 {
    border-radius: 8px !important
}

[class*="@spock"].--br-16 {
    border-radius: 16px !important
}

[class*="@spock"].--br-32 {
    border-radius: 32px !important
}

.layout\@spock {
    display: block
}

.grid\@spock {
    display: grid
}

.l-page\@spock {
    background-color: #fff
}

.l-page\@spock .l-page_content {
    margin-top: 64px
}

@media only screen and (max-width:1440px) {
    .l-page\@spock .l-page_content {
        margin-top: calc(110.28571px - 3.21429vw)
    }
}

.l-main-content\@spock {
    display: grid;
    gap: 16px;
    margin: 0 auto;
    width: 1440px
}

@media only screen and (max-width:1560px) {
    .l-main-content\@spock {
        width: 980px
    }
}

@media only screen and (max-width:800px) {
    .l-main-content\@spock {
        width: 90vw
    }
}

[class*="@spock"].--center {
    margin: 0 auto
}

[class*="@spock"].--justify-content-center {
    justify-content: center
}

[class*="@spock"].--size-2048px {
    width: 2048px !important
}

[class*="@spock"].--size-1440px {
    width: 1440px !important
}

[class*="@spock"].--size-980px {
    width: 980px !important
}

[class*="@spock"].--size-720px {
    width: 720px !important
}

[class*="@spock"].--size-480px {
    width: 480px !important
}

[class*="@spock"].--size-320px {
    width: 320px !important
}

[class*="@spock"].--size-huge {
    width: 2048px !important
}

[class*="@spock"].--size-large {
    width: 1440px !important
}

[class*="@spock"].--size-medium {
    width: 980px !important
}

[class*="@spock"].--size-small {
    width: 720px !important
}

[class*="@spock"].--size-xsmall {
    width: 480px !important
}

[class*="@spock"].--size-tiny {
    width: 320px !important
}

[class*="@spock"].--mt-0 {
    margin-top: 0 !important
}

[class*="@spock"].--mt-4 {
    margin-top: 4px !important
}

[class*="@spock"].--mt-8 {
    margin-top: 8px !important
}

[class*="@spock"].--mt-16 {
    margin-top: 16px !important
}

[class*="@spock"].--mt-32 {
    margin-top: 32px !important
}

[class*="@spock"].--mt-64 {
    margin-top: 64px !important
}

[class*="@spock"].--mr-0 {
    margin-right: 0 !important
}

[class*="@spock"].--mr-4 {
    margin-right: 4px !important
}

[class*="@spock"].--mr-8 {
    margin-right: 8px !important
}

[class*="@spock"].--mr-16 {
    margin-right: 16px !important
}

[class*="@spock"].--mr-32 {
    margin-right: 32px !important
}

[class*="@spock"].--mr-64 {
    margin-right: 64px !important
}

[class*="@spock"].--mb-0 {
    margin-bottom: 0 !important
}

[class*="@spock"].--mb-4 {
    margin-bottom: 4px !important
}

[class*="@spock"].--mb-8 {
    margin-bottom: 8px !important
}

[class*="@spock"].--mb-16 {
    margin-bottom: 16px !important
}

[class*="@spock"].--mb-32 {
    margin-bottom: 32px !important
}

[class*="@spock"].--mb-64 {
    margin-bottom: 64px !important
}

[class*="@spock"].--ml-0 {
    margin-left: 0 !important
}

[class*="@spock"].--ml-4 {
    margin-left: 4px !important
}

[class*="@spock"].--ml-8 {
    margin-left: 8px !important
}

[class*="@spock"].--ml-16 {
    margin-left: 16px !important
}

[class*="@spock"].--ml-32 {
    margin-left: 32px !important
}

[class*="@spock"].--ml-64 {
    margin-left: 64px !important
}

[class*="@spock"].--m-0 {
    margin: 0 !important
}

[class*="@spock"].--m-4 {
    margin: 4px !important
}

[class*="@spock"].--m-8 {
    margin: 8px !important
}

[class*="@spock"].--m-16 {
    margin: 16px !important
}

[class*="@spock"].--m-32 {
    margin: 32px !important
}

[class*="@spock"].--m-64 {
    margin: 64px !important
}

[class*="@spock"].--mlr-0 {
    margin-left: 0 !important;
    margin-right: 0 !important
}

[class*="@spock"].--mlr-4 {
    margin-left: 4px !important;
    margin-right: 4px !important
}

[class*="@spock"].--mlr-8 {
    margin-left: 8px !important;
    margin-right: 8px !important
}

[class*="@spock"].--mlr-16 {
    margin-left: 16px !important;
    margin-right: 16px !important
}

[class*="@spock"].--mlr-32 {
    margin-left: 32px !important;
    margin-right: 32px !important
}

[class*="@spock"].--mlr-64 {
    margin-left: 64px !important;
    margin-right: 64px !important
}

[class*="@spock"].--mtb-0 {
    margin-bottom: 0 !important;
    margin-top: 0 !important
}

[class*="@spock"].--mtb-4 {
    margin-bottom: 4px !important;
    margin-top: 4px !important
}

[class*="@spock"].--mtb-8 {
    margin-bottom: 8px !important;
    margin-top: 8px !important
}

[class*="@spock"].--mtb-16 {
    margin-bottom: 16px !important;
    margin-top: 16px !important
}

[class*="@spock"].--mtb-32 {
    margin-bottom: 32px !important;
    margin-top: 32px !important
}

[class*="@spock"].--mtb-64 {
    margin-bottom: 64px !important;
    margin-top: 64px !important
}

[class*="@spock"].--pt-0 {
    padding-top: 0 !important
}

[class*="@spock"].--pt-4 {
    padding-top: 4px !important
}

[class*="@spock"].--pt-8 {
    padding-top: 8px !important
}

[class*="@spock"].--pt-16 {
    padding-top: 16px !important
}

[class*="@spock"].--pt-32 {
    padding-top: 32px !important
}

[class*="@spock"].--pt-64 {
    padding-top: 64px !important
}

[class*="@spock"].--pr-0 {
    padding-right: 0 !important
}

[class*="@spock"].--pr-4 {
    padding-right: 4px !important
}

[class*="@spock"].--pr-8 {
    padding-right: 8px !important
}

[class*="@spock"].--pr-16 {
    padding-right: 16px !important
}

[class*="@spock"].--pr-32 {
    padding-right: 32px !important
}

[class*="@spock"].--pr-64 {
    padding-right: 64px !important
}

[class*="@spock"].--pb-0 {
    padding-bottom: 0 !important
}

[class*="@spock"].--pb-4 {
    padding-bottom: 4px !important
}

[class*="@spock"].--pb-8 {
    padding-bottom: 8px !important
}

[class*="@spock"].--pb-16 {
    padding-bottom: 16px !important
}

[class*="@spock"].--pb-32 {
    padding-bottom: 32px !important
}

[class*="@spock"].--pb-64 {
    padding-bottom: 64px !important
}

[class*="@spock"].--pl-0 {
    padding-left: 0 !important
}

[class*="@spock"].--pl-4 {
    padding-left: 4px !important
}

[class*="@spock"].--pl-8 {
    padding-left: 8px !important
}

[class*="@spock"].--pl-16 {
    padding-left: 16px !important
}

[class*="@spock"].--pl-32 {
    padding-left: 32px !important
}

[class*="@spock"].--pl-64 {
    padding-left: 64px !important
}

[class*="@spock"].--p-0 {
    padding: 0 !important
}

[class*="@spock"].--p-4 {
    padding: 4px !important
}

[class*="@spock"].--p-8 {
    padding: 8px !important
}

[class*="@spock"].--p-16 {
    padding: 16px !important
}

[class*="@spock"].--p-32 {
    padding: 32px !important
}

[class*="@spock"].--p-64 {
    padding: 64px !important
}

[class*="@spock"].--plr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

[class*="@spock"].--plr-4 {
    padding-left: 4px !important;
    padding-right: 4px !important
}

[class*="@spock"].--plr-8 {
    padding-left: 8px !important;
    padding-right: 8px !important
}

[class*="@spock"].--plr-16 {
    padding-left: 16px !important;
    padding-right: 16px !important
}

[class*="@spock"].--plr-32 {
    padding-left: 32px !important;
    padding-right: 32px !important
}

[class*="@spock"].--plr-64 {
    padding-left: 64px !important;
    padding-right: 64px !important
}

[class*="@spock"].--ptb-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

[class*="@spock"].--ptb-4 {
    padding-bottom: 4px !important;
    padding-top: 4px !important
}

[class*="@spock"].--ptb-8 {
    padding-bottom: 8px !important;
    padding-top: 8px !important
}

[class*="@spock"].--ptb-16 {
    padding-bottom: 16px !important;
    padding-top: 16px !important
}

[class*="@spock"].--ptb-32 {
    padding-bottom: 32px !important;
    padding-top: 32px !important
}

[class*="@spock"].--ptb-64 {
    padding-bottom: 64px !important;
    padding-top: 64px !important
}

::selection {
    background: rgba(16, 143, 100, .08)
}

::-moz-selection {
    background: rgba(16, 143, 100, .08)
}

body {
    -ms-font-feature-settings: "kern", "liga", "clig", "calt";
    font-feature-settings: "kern", "liga", "clig", "calt";
    clear: both;
    color: #000;
    color: #52606d;
    font-family: Intelo, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-kerning: normal;
    font-size: 18px;
    font-variant-ligatures: common-ligatures contextual;
    font-weight: 400;
    letter-spacing: .005em;
    line-height: 1.4
}

b,
blockquote,
dt,
strong {
    font-weight: 700
}

cite,
em,
i {
    font-style: italic
}

code,
pre {
    font-family: Fira Code, Courier New, Monaco, monospace !important;
    font-size: .8rem
}

img.cds-circle {
    border-radius: 100%
}

a,
a:link {
    color: #008bdb;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none
}

a.cds-anchor,
a:link.cds-anchor {
    text-decoration: underline
}

a.cds-disabled,
a:active.cds-disabled,
a:active[disabled],
a:link.cds-disabled,
a:link[disabled],
a:visited.cds-disabled,
a:visited[disabled],
a[disabled] {
    color: #b8b8b8 !important;
    cursor: default !important;
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

p {
    -ms-font-feature-settings: "kern", "liga", "clig", "calt";
    font-feature-settings: "kern", "liga", "clig", "calt";
    clear: both;
    color: #000;
    color: #52606d;
    font-family: Intelo, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-kerning: normal;
    font-size: 18px;
    font-variant-ligatures: common-ligatures contextual;
    font-weight: 400;
    line-height: 1.4
}

.cds-footnote,
a.cds-footnote {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2
}

.cds-footnote.cds-size-small,
a.cds-footnote.cds-size-small {
    font-size: 12px
}

.cds-footnote.cds-size-medium,
a.cds-footnote.cds-size-medium {
    font-size: 14px
}

.cds-footnote.cds-size-big,
a.cds-footnote.cds-size-big {
    font-size: 16px
}

.cds-label {
    color: #8f8f8f;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .4px;
    line-height: 1.1;
    text-transform: uppercase
}

.cds-label.cds-size-small {
    font-size: 12px
}

.cds-label.cds-size-medium {
    font-size: 14px
}

.cds-label.cds-size-big {
    font-size: 16px
}

.cds-text-uppercase {
    text-transform: uppercase
}

.cds-text-lowercase {
    text-transform: lowercase
}

.cds-text-capitalize {
    text-transform: capitalize
}

.cds-nowrap {
    white-space: nowrap
}

h1 {
    -ms-font-feature-settings: "kern", "liga", "clig", "calt";
    font-feature-settings: "kern", "liga", "clig", "calt";
    font-size: 64px;
    font-variant-ligatures: common-ligatures contextual;
    font-weight: 700;
    line-height: 1.1
}

h1,
h2 {
    color: #000;
    font-family: Intelo, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-kerning: normal;
    margin: 0
}

h2 {
    -ms-font-feature-settings: "kern", "liga", "clig", "calt";
    font-feature-settings: "kern", "liga", "clig", "calt";
    font-size: 48px;
    font-variant-ligatures: common-ligatures contextual;
    font-weight: 700;
    line-height: 1.15
}

h3 {
    -ms-font-feature-settings: "kern", "liga", "clig", "calt";
    font-feature-settings: "kern", "liga", "clig", "calt";
    font-size: 36px;
    font-variant-ligatures: common-ligatures contextual;
    font-weight: 700;
    line-height: 1.2
}

h3,
h4 {
    color: #000;
    font-family: Intelo, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-kerning: normal;
    margin: 0
}

h4 {
    -ms-font-feature-settings: "kern", "liga", "clig", "calt";
    font-feature-settings: "kern", "liga", "clig", "calt";
    font-size: 28px;
    font-variant-ligatures: common-ligatures contextual;
    font-weight: 700;
    line-height: 1.25
}

h5 {
    -ms-font-feature-settings: "kern", "liga", "clig", "calt";
    font-feature-settings: "kern", "liga", "clig", "calt";
    font-size: 24px;
    font-variant-ligatures: common-ligatures contextual;
    font-weight: 700;
    line-height: 1.3
}

h5,
h6 {
    color: #000;
    font-family: Intelo, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    font-kerning: normal;
    margin: 0
}

h6 {
    -ms-font-feature-settings: "kern", "liga", "clig", "calt";
    font-feature-settings: "kern", "liga", "clig", "calt";
    font-size: 18px;
    font-variant-ligatures: common-ligatures contextual;
    font-weight: 700;
    line-height: 1.4
}

.cds-titles,
h1.cds-titles {
    font-family: InteloAltExtraBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    letter-spacing: -.1px;
    line-height: 1
}

h1.cds-titles {
    font-size: 120px
}

h2.cds-titles {
    font-size: 96px
}

h2.cds-titles,
h3.cds-titles {
    font-family: InteloAltExtraBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    letter-spacing: -.1px;
    line-height: 1
}

h3.cds-titles {
    font-size: 72px
}

h4.cds-titles {
    font-size: 64px
}

h4.cds-titles,
h5.cds-titles {
    font-family: InteloAltExtraBold, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
    letter-spacing: -.1px;
    line-height: 1
}

h5.cds-titles {
    font-size: 48px
}

blockquote,
blockquote.wp-block-quote {
    border: none;
    margin: 70px 0 40px;
    padding: 0;
    position: relative
}

blockquote.wp-block-quote:before,
blockquote:before {
    color: #008bdb;
    content: "\275D";
    font-size: 72px;
    left: -8px;
    position: absolute;
    top: -64px
}

blockquote *,
blockquote.wp-block-quote * {
    font-size: 28px;
    font-weight: 600
}