.p-gutenberg {
    padding: 0;
}
.p-gutenberg .alignwide {
    margin-left: -80px !important;
    margin-right: -80px !important;
    max-width: 100vw !important;
}
.p-gutenberg .alignfull {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
    max-width: 100vw !important;
    padding: 1.875rem 0 !important;
}
.p-gutenberg .alignfull img {
    width: 100vw !important;
}
.p-gutenberg .editor-post-title__block.wp-block,
.p-gutenberg .wp-block {
    max-width: 1260px;
}
.p-gutenberg .wp-block[data-align="full"],
.p-gutenberg .wp-block[data-align="wide"] {
    max-width: none;
}
.p-gutenberg .wp-block-quote:not(.is-lg):not(.is-style-lg) {
    border-left: 0;
    padding-left: 0;
}
.p-gutenberg .wp-block-image {
    line-height: 0;
}
.p-gutenberg .wp-block-button.is-style-full,
.p-gutenberg .wp-block-button.is-style-full .block-editor-rich-text,
.p-gutenberg div[data-type="core/button"] div[data-block] {
    display: block;
}
.p-gutenberg .wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    margin: 2.5rem;
}
.p-gutenberg .wp-block-embed,
.p-gutenberg .wp-block-image,
.p-gutenberg .wp-block-separator,
.p-gutenberg > a,
.p-gutenberg > blockquote,
.p-gutenberg > div,
.p-gutenberg > h1,
.p-gutenberg > h2,
.p-gutenberg > h3,
.p-gutenberg > h4,
.p-gutenberg > h5,
.p-gutenberg > h6,
.p-gutenberg > p,
.p-gutenberg > span,
.p-gutenberg > ul {
    max-width: 1260px;
    margin-left: auto !important;
    margin-right: auto !important;
}
@media (min-width: 1024px) {
    .p-gutenberg .wp-block-embed.wp-block-embed-youtube iframe {
        min-height: 420px;
    }
}
.p-gutenberg > .wp-block-gallery {
    max-width: 1120px;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 1.875rem;
    margin-bottom: 1.875rem;
    padding: 0 25px !important;
}
.p-gutenberg > .wp-block-gallery li {
    font-size: 4px;
}
@media (min-width: 1024px) {
    .p-gutenberg > .wp-block-gallery {
        padding: 0 60px;
        margin-top: 4.375rem;
        margin-bottom: 4.375rem;
    }
}
.p-gutenberg > .wp-block-image {
    padding: 0;
    margin: 30px 0;
}
@media (min-width: 1024px) {
    .p-gutenberg > .wp-block-image {
        margin: 2.3125rem 0 2.8125rem;
    }
}
.p-gutenberg > .wp-block-image img {
    -o-object-fit: cover;
    object-fit: cover;
}
.p-gutenberg > .wp-block-image.size-large {
    padding-top: 44.25%;
    position: relative;
}
.p-gutenberg > .wp-block-image.size-large img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.p-gutenberg h1 {
    font-size: 1.875rem;
    line-height: 1.25;
    margin-bottom: 2.5rem;
}
@media (min-width: 1024px) {
    .p-gutenberg h1 {
        font-size: 2.5rem;
    }
}
.p-gutenberg h2 {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 0.9375rem;
    font-weight: 400;
}
@media (min-width: 1024px) {
    .p-gutenberg h2 {
        font-size: 2.25rem;
        margin-bottom: 1.25rem;
    }
}
.p-gutenberg h3 {
    font-size: 1.125rem;
    line-height: 1.2;
    margin-bottom: 22px;
}
@media (min-width: 1024px) {
    .p-gutenberg h3 {
        font-size: 1.5rem;
    }
}
.p-gutenberg h4 {
    font-size: 1.25rem;
    line-height: 1.5;
}
.p-gutenberg a {
    color: #1e1e1e !important;
}
.p-gutenberg .wp-block-button__link {
    background: #fed67b;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    margin-bottom: 0.625rem;
}
.p-gutenberg .wp-block-button__link:hover {
    background: #1e1e1e;
}
.p-gutenberg p {
    font-size: 1rem;
    line-height: 1.65;
    margin-bottom: 2.3125rem;
    padding-right: 0.9375rem;
}
@media (min-width: 1024px) {
    .p-gutenberg p {
        font-size: 1.125rem;
        line-height: 2;
        padding-right: 0;
    }
}
.p-gutenberg p + ol,
.p-gutenberg p + ul {
    margin-top: -1.125rem;
}
.p-gutenberg.single ul {
    margin-bottom: 1.375rem;
}
.p-gutenberg.single ul:after {
    content: "";
    display: block;
    clear: both;
}
.p-gutenberg.single ul li {
    float: left;
    position: relative;
    margin-left: 1.875rem;
    margin-bottom: 0;
    line-height: 1.7;
    list-style: disc;
}
.p-gutenberg.single ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    margin-top: 6px;
}
.p-gutenberg.casestudy ul {
    margin-bottom: 1.5625rem;
}
.p-gutenberg.casestudy ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.125rem;
    line-height: 1.667;
    padding: 1.0625rem 0;
}
@media (min-width: 1024px) {
    .p-gutenberg.casestudy ul li {
        font-size: 1.5rem;
        line-height: 1.25;
    }
}
.p-gutenberg.casestudy ul li:before {
    margin-top: 0.625rem;
    content: "";
    display: block;
    margin-right: 1rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 30px;
    width: 30px;
    background-size: 30px 30px;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFAAAABQCAYAAACOEfKtAAADWklEQVR4Xu3cv28TMRQH8Hd3CSISKChKhRQGJsZOSGVkQsrECIg/gZGZkb+BjmVCYmVC6sTKDgssLVEkRFWEKiBqLjl0R1NdLvfD9vNzbN/rfLZ7n3yf7+rYDYDw5/zLywTmp4QjCHTdHcCVOy8CgSuVLiHr2Aq8FQkhIgmgVXjEiNoBrcQjRNQKaDUeEaI2QCfwCBC1ADqFpxkRDegknkZEFKDTeJoQlQG9wNOAqAToFR4SURrQSzwEohSg13iKiMKArcBTQBQCbBWeJGIjYCvxJBBrAVuNJ4hYCch4ufXVmvXEUkDGK1mcrkDcAGS8mpX9EsQ1QMYT+FqkgHgJyHgCeCUPlgyQ8STwCogB4yng5RCD88/PE0QXrW/KgMgIMCADIgWQzTmBDIgUQDb3M4HdAZjaFeYdYHBtFzq3nsDy7BMspm+Q+Wpu7hVg2N+DaPT48q6XJ4ew+PG+WQFxhTeARbyVSXy8D8nvrwii+qZeAFbhLU4OYckJrE9AOLgP0c2HGxfF399BcvqBLHmrjp1OYDQcQ7jzYBNv+haSXx/J8dIBnAW0Ac88YNgDiHrodzRb8MwChj3o3H6WAcZHr5QRS/GWM4i/HUDyh+5pWzUfmCnhC7zg6ij7PZL5TyXEKrz50T7AbGJkzisOYgQw2hlDOFyf7GURbcQzWsLR6CmE/btrH6Aooq14RgHTwcLhGKLCa0eGOHldWYIYeBM1baSE8zdShgiLGcyPN+cx2/GMJ3AFKYLoAt7WAKvKOU1iPDmA8Mae8nxpomzzYxgv4cZyLhEQfdiYxttqAmvLOSdhM54VgJXljHjhNpnErZZwXTkns2k2H5r6bkMV3RrArBz696AzegQZXvr38vKv6n0Za2cVYIZ4fff/ErwDeNbMgcbiQjCQdQkkuEfSLhkQycsbLDGA3QHwFl9VwIvN5rzJXAUwt1OfjznIAlYdc1j1w5vOa0SbDtowohxe9iJd1YSTmJORPWzISRTDq00gIwKAwL/NazyxnkK2spwF8IQS2MokCuJJAbYmiRJ40oDeI0riKQF6i6iApwzoHaIiHgrQG0QEHhrQeUQknhZAZxE14GkDdA5RE55WQGcQNeJpB7QeUTMeCaC1iAR4ZIDWIRLhkQJag0iIl97jP4u5XT/oFVcTAAAAAElFTkSuQmCC);
}
@media (min-width: 1024px) {
    .p-gutenberg.casestudy ul li:before {
        width: 50px;
        height: 50px;
        background-size: 50px 50px;
        margin-right: 2.5rem;
    }
}
.p-gutenberg > ol {
    padding-left: 0;
    margin-bottom: 15px;
}
@media (min-width: 1024px) {
    .p-gutenberg > ol {
        margin-bottom: 40px;
    }
}
.p-gutenberg > ol li {
    position: relative;
    list-style: none;
    line-height: 2.1875rem;
    margin-bottom: 1.25rem;
}
.p-gutenberg > ol li:first-of-type:before {
    content: "1";
}
.p-gutenberg > ol li:first-of-type:before,
.p-gutenberg > ol li:nth-of-type(2):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(2):before {
    content: "2";
}
.p-gutenberg > ol li:nth-of-type(3):before {
    content: "3";
}
.p-gutenberg > ol li:nth-of-type(3):before,
.p-gutenberg > ol li:nth-of-type(4):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(4):before {
    content: "4";
}
.p-gutenberg > ol li:nth-of-type(5):before {
    content: "5";
}
.p-gutenberg > ol li:nth-of-type(5):before,
.p-gutenberg > ol li:nth-of-type(6):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(6):before {
    content: "6";
}
.p-gutenberg > ol li:nth-of-type(7):before {
    content: "7";
}
.p-gutenberg > ol li:nth-of-type(7):before,
.p-gutenberg > ol li:nth-of-type(8):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(8):before {
    content: "8";
}
.p-gutenberg > ol li:nth-of-type(9):before {
    content: "9";
}
.p-gutenberg > ol li:nth-of-type(9):before,
.p-gutenberg > ol li:nth-of-type(10):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(10):before {
    content: "10";
}
.p-gutenberg > ol li:nth-of-type(11):before {
    content: "11";
}
.p-gutenberg > ol li:nth-of-type(11):before,
.p-gutenberg > ol li:nth-of-type(12):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(12):before {
    content: "12";
}
.p-gutenberg > ol li:nth-of-type(13):before {
    content: "13";
}
.p-gutenberg > ol li:nth-of-type(13):before,
.p-gutenberg > ol li:nth-of-type(14):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(14):before {
    content: "14";
}
.p-gutenberg > ol li:nth-of-type(15):before {
    content: "15";
}
.p-gutenberg > ol li:nth-of-type(15):before,
.p-gutenberg > ol li:nth-of-type(16):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(16):before {
    content: "16";
}
.p-gutenberg > ol li:nth-of-type(17):before {
    content: "17";
}
.p-gutenberg > ol li:nth-of-type(17):before,
.p-gutenberg > ol li:nth-of-type(18):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(18):before {
    content: "18";
}
.p-gutenberg > ol li:nth-of-type(19):before {
    content: "19";
}
.p-gutenberg > ol li:nth-of-type(19):before,
.p-gutenberg > ol li:nth-of-type(20):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(20):before {
    content: "20";
}
.p-gutenberg > ol li:nth-of-type(21):before {
    content: "21";
}
.p-gutenberg > ol li:nth-of-type(21):before,
.p-gutenberg > ol li:nth-of-type(22):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(22):before {
    content: "22";
}
.p-gutenberg > ol li:nth-of-type(23):before {
    content: "23";
}
.p-gutenberg > ol li:nth-of-type(23):before,
.p-gutenberg > ol li:nth-of-type(24):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(24):before {
    content: "24";
}
.p-gutenberg > ol li:nth-of-type(25):before {
    content: "25";
}
.p-gutenberg > ol li:nth-of-type(25):before,
.p-gutenberg > ol li:nth-of-type(26):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(26):before {
    content: "26";
}
.p-gutenberg > ol li:nth-of-type(27):before {
    content: "27";
}
.p-gutenberg > ol li:nth-of-type(27):before,
.p-gutenberg > ol li:nth-of-type(28):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(28):before {
    content: "28";
}
.p-gutenberg > ol li:nth-of-type(29):before {
    content: "29";
}
.p-gutenberg > ol li:nth-of-type(29):before,
.p-gutenberg > ol li:nth-of-type(30):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(30):before {
    content: "30";
}
.p-gutenberg > ol li:nth-of-type(31):before {
    content: "31";
}
.p-gutenberg > ol li:nth-of-type(31):before,
.p-gutenberg > ol li:nth-of-type(32):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(32):before {
    content: "32";
}
.p-gutenberg > ol li:nth-of-type(33):before {
    content: "33";
}
.p-gutenberg > ol li:nth-of-type(33):before,
.p-gutenberg > ol li:nth-of-type(34):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(34):before {
    content: "34";
}
.p-gutenberg > ol li:nth-of-type(35):before {
    content: "35";
}
.p-gutenberg > ol li:nth-of-type(35):before,
.p-gutenberg > ol li:nth-of-type(36):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(36):before {
    content: "36";
}
.p-gutenberg > ol li:nth-of-type(37):before {
    content: "37";
}
.p-gutenberg > ol li:nth-of-type(37):before,
.p-gutenberg > ol li:nth-of-type(38):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(38):before {
    content: "38";
}
.p-gutenberg > ol li:nth-of-type(39):before {
    content: "39";
}
.p-gutenberg > ol li:nth-of-type(39):before,
.p-gutenberg > ol li:nth-of-type(40):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(40):before {
    content: "40";
}
.p-gutenberg > ol li:nth-of-type(41):before {
    content: "41";
}
.p-gutenberg > ol li:nth-of-type(41):before,
.p-gutenberg > ol li:nth-of-type(42):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(42):before {
    content: "42";
}
.p-gutenberg > ol li:nth-of-type(43):before {
    content: "43";
}
.p-gutenberg > ol li:nth-of-type(43):before,
.p-gutenberg > ol li:nth-of-type(44):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(44):before {
    content: "44";
}
.p-gutenberg > ol li:nth-of-type(45):before {
    content: "45";
}
.p-gutenberg > ol li:nth-of-type(45):before,
.p-gutenberg > ol li:nth-of-type(46):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(46):before {
    content: "46";
}
.p-gutenberg > ol li:nth-of-type(47):before {
    content: "47";
}
.p-gutenberg > ol li:nth-of-type(47):before,
.p-gutenberg > ol li:nth-of-type(48):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(48):before {
    content: "48";
}
.p-gutenberg > ol li:nth-of-type(49):before {
    content: "49";
}
.p-gutenberg > ol li:nth-of-type(49):before,
.p-gutenberg > ol li:nth-of-type(50):before {
    top: 0;
    left: 0;
    display: inline-block;
    text-align: center;
    padding-top: 0;
    width: 2.5rem;
    color: #fff;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
    border-radius: 5px;
    margin-right: 10px;
}
.p-gutenberg > ol li:nth-of-type(50):before {
    content: "50";
}
.p-gutenberg > ol ol {
    list-style-type: lower-roman;
}
.p-gutenberg > ol ol li {
    list-style: lower-roman;
    padding-left: 0.625rem;
}
.p-gutenberg > ol ol li:before {
    content: "" !important;
    display: none !important;
}
.p-gutenberg > ol li ul {
    margin-top: 20px;
}
.p-gutenberg > ol li ul li {
    position: relative !important;
    padding-left: 22px !important;
    margin-left: 30px !important;
    margin-bottom: 0 !important;
    line-height: 1.7 !important;
}
.p-gutenberg > ol li ul li:before {
    content: "" !important;
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    position: absolute !important;
    left: 0 !important;
    margin-top: 6px !important;
}
.p-gutenberg .wp-block-quote {
    margin: 20px 0;
}
@media (min-width: 1024px) {
    .p-gutenberg .wp-block-quote {
        margin: 50px 0;
    }
}
.p-gutenberg .wp-block-quote:after {
    content: "";
    display: block;
    clear: both;
}
.p-gutenberg .wp-block-quote p {
    margin-bottom: 0;
}
.p-gutenberg .wp-block-quote cite {
    float: left;
    margin-top: 20px;
    font-size: 0.875rem;
    font-style: normal;
}
.p-gutenberg > figure,
.p-gutenberg img {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0;
}
.p-gutenberg > figure figcaption,
.p-gutenberg img figcaption {
    text-align: center;
    font-size: 0.75rem;
    margin-top: 10px;
    padding-right: 1.875rem;
    text-align: left;
    margin-bottom: 1.0625rem;
}
@media (min-width: 1024px) {
    .p-gutenberg > figure figcaption,
    .p-gutenberg img figcaption {
        margin-bottom: 50px;
    }
}
.p-gutenberg > figure.alignleft,
.p-gutenberg > figure.alignright,
.p-gutenberg img.alignleft,
.p-gutenberg img.alignright {
    display: inline;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 50%;
    padding-bottom: 0.625rem;
}
.p-gutenberg > figure.alignleft,
.p-gutenberg img.alignleft {
    padding-right: 0.9375rem;
    float: left;
}
.p-gutenberg > figure.alignright,
.p-gutenberg img.alignright {
    padding-left: 0.9375rem;
    float: right;
}
.p-gutenberg .wp-block-columns {
    margin: 1.875rem 0;
}
.p-gutenberg .wp-block-columns .wp-block-image {
    margin: 0;
}
@media (min-width: 1024px) {
    .p-gutenberg .wp-block-columns .wp-block-column:not(:first-child) {
        margin-left: 4.35em;
    }
}
.p-gutenberg .wp-block-gallery img {
    border-radius: 0;
}
.p-gutenberg .blocks-gallery-grid {
    margin-top: 30px;
}
@media (max-width: 600px) {
    .p-gutenberg .blocks-gallery-grid .blocks-gallery-item {
        margin: 0 16px 16px 0;
        width: calc(50% - 16px);
    }
}
@media (max-width: 500px) {
    .p-gutenberg .blocks-gallery-grid .blocks-gallery-item {
        margin: 0 0 16px;
        width: 100%;
    }
}
.p-gutenberg .blocks-gallery-grid .blocks-gallery-item .blocks-gallery-item__caption,
.p-gutenberg .blocks-gallery-grid .blocks-gallery-item img {
    margin: 0;
}
@media (min-width: 1024px) {
    .p-gutenberg .wp-block-table {
        margin: 40px 0 60px;
    }
}
.p-gutenberg .wp-block-table tr {
    font-size: 0.875rem;
    text-align: left;
    background-color: rgba(81, 178, 137, 0.05);
}
.p-gutenberg .wp-block-table tr:first-child {
    background-color: rgba(81, 178, 137, 0.2);
    font-weight: 700;
}
.p-gutenberg .wp-block-table td {
    border: 1px solid #fff;
}
@media (min-width: 1024px) {
    .p-gutenberg .wp-block-table td {
        padding: 13px 0 13px 20px;
    }
}
.p-gutenberg iframe {
    width: 100%;
    height: 300px;
}
@media (min-width: 768px) {
    .p-gutenberg iframe {
        height: 400px;
    }
}
.p-gutenberg .wp-block-image img {
    height: 100%;
    -webkit-transition: -webkit-transform 0.15s ease-in;
    transition: -webkit-transform 0.15s ease-in;
    transition: transform 0.15s ease-in;
    transition: transform 0.15s ease-in, -webkit-transform 0.15s ease-in;
}