/*
Theme Name: LD Block Theme
Author: Lawrence Davis
Author URI: https://lawrencedavis.co.uk
Requires at least: 6.1
Tested up to: 6.3
Requires PHP: 5.6
Version: 0.1
Text Domain: ld_block_theme
*/

/**
OLD CSS #1
*/

h1 {
    font-size: 4rem;
}
h2 {
    font-size: 2.2rem;
}
h3 {
    font-size: 1.5rem;
}
p {
    font-size: 1.25rem;
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    h1 {
        font-size: 2.2rem;
    }
    h2 {
        font-size: 1.8rem;
    }
    h3 {
        font-size: 1.2rem;
    }
    p {
        font-size: 0.8rem;
    }
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    h1 {
        font-size: 2.8rem;
    }
    h2 {
        font-size: 1.8rem;
    }
    h3 {
        font-size: 1.5rem;
    }
    p {
        font-size: 1rem;
    }
}
* {
    box-sizing: border-box;
    font-family: Inter, sans-serif;
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    background-image: linear-gradient(140deg, #e65e63, #cd7fd1);
    color: #fff;
}
section {
    scroll-margin-top: 7rem;
}
.button {
    padding: 20px 46px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border-radius: 30px;
    border: 2px solid #e65e66;
    background: #cd7fd1;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    .button {
        padding: 0.5rem;
    }
}
.button:hover {
    background: #e65e66;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    transform: scale(1.05);
}
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-track {
    background: linear-gradient(0deg, #cd7fd1, #e65e63);
}
::-webkit-scrollbar-thumb {
    background-image: -webkit-linear-gradient(
        45deg,
        rgb(212, 78, 83) 25%,
        rgb(215, 175, 217) 25%,
        rgb(215, 175, 217) 50%,
        rgb(212, 78, 83) 50%,
        rgb(212, 78, 83) 75%,
        rgb(215, 175, 217) 75%,
        rgb(215, 175, 217)
    );
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
._hero_1sqin_1 {
    background-image: linear-gradient(342deg, #cd7fd166, #d5323866),
        url(https://penguinpay.lawrencedavis.uk/wp-content/uploads/epos-hero-DLbinH3V.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: center;
    position: relative;
    top: 0;
    padding: 11rem 6rem 6rem;
    color: #fff;
}
@media screen and (max-device-width: 991px) {
    ._hero_1sqin_1 {
        padding: 11rem 1rem 6rem;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._hero_1sqin_1 {
        padding: 11rem 0rem 6rem;
    }
}
._hero_1sqin_1 h1 {
    font-weight: 700;
    letter-spacing: -0.05em;
    text-align: center;
}
._hero_1sqin_1 h2 {
    text-align: center;
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._hero_1sqin_1 h2 {
        width: 90vw;
    }
}
._hero_1sqin_1 a {
    text-decoration: none;
    color: #fff;
    padding: 2rem;
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._hero_1sqin_1 a {
        padding: 0;
    }
}
._who_12849_1 {
    position: relative;
    height: fit-content;
    display: flex;
    flex-direction: row;
    padding: 5rem;
}
@media screen and (min-device-width: 1201px) and (max-device-width: 1400px) {
    ._who_12849_1 {
        padding: 3rem;
    }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    ._who_12849_1 {
        padding: 3rem;
    }
}
@media screen and (max-device-width: 991px) {
    ._who_12849_1 {
        flex-direction: column;
        padding: 5rem 1rem;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._who_12849_1 {
        padding: 5rem 0;
    }
}
._flipCard_12849_30 {
    padding: 2rem;
    display: flex;
    align-items: center;
}
@media screen and (min-device-width: 1201px) and (max-device-width: 1400px) {
    ._flipCard_12849_30 {
        padding: 1rem;
    }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    ._flipCard_12849_30 {
        padding: 1rem;
    }
}
@media screen and (max-device-width: 991px) {
    ._flipCard_12849_30 {
        width: auto;
        justify-content: center;
        padding: 1rem 2rem;
        height: auto;
        padding: 1rem;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._flipCard_12849_30 {
        padding: 0;
    }
}
._flipCard_12849_30 ._imageContainer_12849_59 {
    height: 30rem;
    width: 30rem;
    background-color: #cd7fd1;
    border-radius: 50%;
    padding: 3rem;
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    ._flipCard_12849_30 ._imageContainer_12849_59 {
        height: 24rem;
        width: 24rem;
    }
    ._flipCard_12849_30 ._imageContainer_12849_59 img {
        width: 25rem;
    }
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._flipCard_12849_30 ._imageContainer_12849_59 {
        height: 16rem;
        width: 16rem;
    }
    ._flipCard_12849_30 ._imageContainer_12849_59 img {
        width: 17rem;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._flipCard_12849_30 ._imageContainer_12849_59 {
        height: 6rem;
        width: 6rem;
    }
    ._flipCard_12849_30 ._imageContainer_12849_59 img {
        width: 6rem;
    }
}
._imageContainer_12849_59 {
    height: 30rem;
    width: 30rem;
    background-color: #cd7fd1;
    border-radius: 50%;
    padding: 3rem;
    position: relative;
}
._imageContainer_12849_59 img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    backface-visibility: hidden;
    transition: transform 0.6s;
}
._imageContainer_12849_59:hover ._front_12849_114 {
    transform: rotateY(-180deg);
}
._imageContainer_12849_59:hover ._back_12849_118 {
    transform: rotateY(0);
}
._front_12849_114,
._back_12849_118 {
    transform-style: preserve-3d;
    display: flex;
    align-items: center;
    justify-content: center;
}
._back_12849_118 {
    transform: rotateY(180deg);
}
._text_12849_134 {
    text-align: center;
    color: #fff;
    padding: 0 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (min-device-width: 1401px) and (max-device-width: 1600px) {
    ._text_12849_134 {
        padding: 0 5rem;
    }
}
@media screen and (min-device-width: 1201px) and (max-device-width: 1400px) {
    ._text_12849_134 {
        padding: 0 3rem;
    }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    ._text_12849_134 {
        padding: 0 1rem;
    }
}
@media screen and (max-device-width: 991px) {
    ._text_12849_134 {
        padding: 0 0rem;
    }
}
._text_12849_134 h1 {
    font-weight: 700;
    animation: _color-change_12849_1 10s infinite;
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._text_12849_134 h1 {
        width: 90%;
    }
}
@keyframes _color-change_12849_1 {
    0% {
        color: #e65e64;
    }
    20% {
        color: #ff2c8e;
    }
    40% {
        color: #a134b3;
    }
    60% {
        color: #9c31b9;
    }
    80% {
        color: #7519e6;
    }
    to {
        color: #e65e64;
    }
}
._text_12849_134 p {
    font-weight: 700;
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._text_12849_134 p {
        width: 80%;
    }
}
._text_12849_134 em {
    color: #900298;
    font-weight: 700;
    font-style: normal;
}
._what_xabra_1 {
    background-image: linear-gradient(342deg, #cd7fd1a3, #d53238b0),
        url(https://penguinpay.lawrencedavis.uk/wp-content/uploads/using-digital-card-reader-DlZYBHBA.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    position: relative;
    height: auto;
    top: 0;
    padding: 8rem 10vw 12rem;
    color: #fff;
}
@media screen and (max-device-width: 991px) {
    ._what_xabra_1 {
        padding: 4rem 8vw 4rem;
        text-align: center;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._what_xabra_1 {
        padding: 2rem 0;
    }
}
._what_xabra_1 p {
    font-weight: 700;
}
._how_1to87_1 {
    padding: 5rem;
    color: #fff;
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    ._how_1to87_1 {
        padding: 5rem 2rem 5rem 5rem;
    }
}
@media screen and (max-device-width: 991px) {
    ._how_1to87_1 {
        padding: 5rem 2rem;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._how_1to87_1 {
        padding: 0;
    }
}
._textAndVideoContainer_1to87_21 {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    justify-content: space-evenly;
    padding: 5rem 0;
}
@media screen and (max-device-width: 991px) {
    ._textAndVideoContainer_1to87_21 {
        flex-direction: column;
        padding: 2rem 0;
    }
}
._textAndVideoContainer_1to87_21 > div {
    width: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
._textAndVideoContainer_1to87_21 h1 {
    font-weight: 700;
    animation: _color-change_1to87_1 10s infinite;
    margin: 0rem auto 2rem;
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._textAndVideoContainer_1to87_21 h1 {
        text-align: center;
        margin: 0rem 0rem 2rem;
    }
}
@keyframes _color-change_1to87_1 {
    0% {
        color: #e65e64;
    }
    20% {
        color: #ff2c8e;
    }
    40% {
        color: #a134b3;
    }
    60% {
        color: #9c31b9;
    }
    80% {
        color: #7519e6;
    }
    to {
        color: #e65e64;
    }
}
._textAndVideoContainer_1to87_21 h2 {
    margin: 0;
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._textAndVideoContainer_1to87_21 h2 {
        width: 90%;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._textAndVideoContainer_1to87_21 p {
        width: 90%;
    }
}
._textAndVideoContainer_1to87_21 ._text_1to87_21 {
    padding: 0 10%;
}
@media screen and (min-device-width: 1401px) and (max-device-width: 1600px) {
    ._textAndVideoContainer_1to87_21 ._text_1to87_21 {
        padding: 0 7%;
    }
}
@media screen and (min-device-width: 1201px) and (max-device-width: 1400px) {
    ._textAndVideoContainer_1to87_21 ._text_1to87_21 {
        padding: 0 5% 0 0;
    }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    ._textAndVideoContainer_1to87_21 ._text_1to87_21 {
        padding: 0 5% 0 0;
    }
}
@media screen and (max-device-width: 991px) {
    ._textAndVideoContainer_1to87_21 ._text_1to87_21 {
        padding: 0;
        width: 100%;
    }
}
._textAndVideoContainer_1to87_21 iframe {
    height: 50vh;
    width: auto;
    aspect-ratio: 1;
    margin: auto;
    border: 0;
}
@media screen and (min-device-width: 1201px) and (max-device-width: 1400px) {
    ._textAndVideoContainer_1to87_21 iframe {
        width: 100%;
        height: 85%;
    }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    ._textAndVideoContainer_1to87_21 iframe {
        width: 100%;
        height: 85%;
    }
}
._videoContainer_1to87_130 {
    padding: 1rem;
    background: linear-gradient(340deg, #d45868, #cd7ecf);
    border-radius: 20px;
    box-shadow: 5px 14px 20px #000;
    height: auto;
    width: fill-content;
}
@media screen and (min-device-width: 1201px) and (max-device-width: 1400px) {
    ._videoContainer_1to87_130 {
        width: 90%;
        height: 85%;
    }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    ._videoContainer_1to87_130 {
        width: 90%;
        height: 85%;
    }
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    ._videoContainer_1to87_130 {
        width: 90vw;
    }
    ._videoContainer_1to87_130 iframe {
        width: 100%;
        height: 80%;
    }
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._videoContainer_1to87_130 {
        width: 90vw;
    }
    ._videoContainer_1to87_130 iframe {
        width: 100%;
        height: 80%;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._videoContainer_1to87_130 {
        width: 100vw;
        padding: 0.2rem;
        border-radius: 0;
    }
    ._videoContainer_1to87_130 iframe {
        width: 100%;
        height: 80%;
    }
}
._cards_1to87_180 {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: space-evenly;
    align-items: center;
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    ._cards_1to87_180 {
        padding-right: 3rem;
    }
}
@media screen and (max-device-width: 991px) {
    ._cards_1to87_180 {
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
    }
}
._cards_1to87_180 > div {
    background-color: #cd7fd1;
    box-shadow: 5px 14px 20px #000;
    border-radius: 20px;
    min-height: 26rem;
    height: auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    justify-content: center;
    width: 30%;
}
@media screen and (min-device-width: 1601px) and (max-device-width: 1800px) {
    ._cards_1to87_180 > div {
        min-height: 29rem;
    }
}
@media screen and (min-device-width: 1401px) and (max-device-width: 1600px) {
    ._cards_1to87_180 > div {
        min-height: 32rem;
    }
}
@media screen and (min-device-width: 1201px) and (max-device-width: 1400px) {
    ._cards_1to87_180 > div {
        min-height: 35rem;
    }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    ._cards_1to87_180 > div {
        min-height: 41rem;
    }
}
@media screen and (max-device-width: 991px) {
    ._cards_1to87_180 > div {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        min-height: auto;
        text-align: center;
    }
}
@media screen and (min-device-width: 769px) and (max-device-width: 991px) {
    ._cards_1to87_180 > div {
        width: 100%;
    }
}
@media screen and (max-device-width: 991px) {
    ._cards_1to87_180 > div {
        width: 100%;
    }
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    ._cards_1to87_180 > div {
        min-height: auto;
    }
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._cards_1to87_180 > div {
        min-height: auto;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._cards_1to87_180 > div {
        min-height: auto;
        border-radius: 0;
        box-shadow: 0 14px 20px #000;
    }
}
._cards_1to87_180 > div img {
    object-fit: fill;
    height: 5rem;
    width: auto;
    aspect-ratio: 1;
    max-width: unset;
    display: block;
    position: relative;
}
._providers_13aok_1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5rem 0;
}
._providers_13aok_1 h1 {
    font-weight: 400;
}
@media screen and (max-device-width: 991px) {
    ._providers_13aok_1 h1 {
        text-align: center;
        padding: 0 2rem;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._providers_13aok_1 h1 {
        padding: 0;
    }
}
._providers_13aok_1 p {
    padding: 0 20%;
    text-align: center;
    font-weight: 400;
}
@media screen and (max-device-width: 991px) {
    ._providers_13aok_1 p {
        padding: 0 10%;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._providers_13aok_1 p {
        padding: 0;
        width: 90%;
    }
}
._services_13aok_38 {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
}
._services_13aok_38 ._tabs_13aok_44 {
    display: flex;
    flex-direction: row;
    gap: 4px;
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._services_13aok_38 ._tabs_13aok_44 {
        flex-direction: column;
        gap: 0px;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._services_13aok_38 ._tabs_13aok_44 {
        flex-direction: column;
        gap: 0px;
    }
}
._services_13aok_38 ._tabs_13aok_44 div {
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 20px 20px 0 0;
    box-shadow: 0 0.5rem 0.8rem #00000080;
    background-color: #cd7fd1;
    color: #fff;
    font-weight: 700;
    border-bottom: 3px solid rgba(0, 0, 0, 0.5019607843);
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._services_13aok_38 ._tabs_13aok_44 div {
        border-radius: 0;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._services_13aok_38 ._tabs_13aok_44 div {
        border-radius: 0;
    }
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._services_13aok_38 ._tabs_13aok_44 div:nth-child(1) {
        border-radius: 20px 20px 0 0;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._services_13aok_38 ._tabs_13aok_44 div:nth-child(1) {
        border-radius: 20px 20px 0 0;
    }
}
._services_13aok_38 ._tabs_13aok_44 div.selected {
    background: #d54052;
    border-top: 3px solid #dd929b;
    border-bottom: unset;
}
._services_13aok_38 ._container_13aok_98 {
    background: linear-gradient(340deg, #d45868, #cd7ecf);
    box-shadow: 0 2rem 2rem #00000080;
    min-height: 50vh;
    width: 100%;
    border-radius: 0 20px 20px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    margin: auto;
    justify-content: center;
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    ._services_13aok_38 ._container_13aok_98 {
        border-top-right-radius: 0;
    }
}
@media screen and (max-device-width: 991px) {
    ._services_13aok_38 ._container_13aok_98 {
        border-top-right-radius: 0;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._services_13aok_38 ._container_13aok_98 {
        padding: 0.2rem;
        flex-direction: row;
    }
}
._flipCardContainer_13aok_129 {
    min-width: 15rem;
    flex: 1;
    max-width: 100%;
    min-height: 25rem;
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    ._flipCardContainer_13aok_129 {
        min-height: 20rem;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._flipCardContainer_13aok_129 {
        min-width: 100%;
        width: auto;
        max-width: 9rem;
        min-height: 27rem;
    }
}
._flipCardContainer_13aok_129 ._cardContent_13aok_148 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    text-align: center;
    transform-style: preserve-3d;
    background: linear-gradient(152deg, #e96061, #d53238);
    color: #fff;
}
._flipCardContainer_13aok_129 ._cardContent_13aok_148 * {
    transform: translateZ(50px);
    width: 100%;
    height: 100%;
}
._flipCardContainer_13aok_129 ._cardContent_13aok_148 p {
    padding: 20px 10px;
    margin: 0;
    height: fit-content;
}
._flipCardContainer_13aok_129 ._cardContent_13aok_148 img {
    object-fit: contain;
}
._flipCard_iqqan_1 {
    width: 100%;
    height: 100%;
}
._flipCard_iqqan_1:hover ._inner_iqqan_5 {
    transform: rotateY(-180deg);
}
._inner_iqqan_5 {
    height: 100%;
    width: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
    position: relative;
}
._front_iqqan_17,
._back_iqqan_18 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
._back_iqqan_18 {
    transform: rotateY(-180deg);
}
._cashAdvance_1u0gz_1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-image: linear-gradient(342deg, #cd7fd1a3, #d53238b0),
        url(https://penguinpay.lawrencedavis.uk/wp-content/uploads/cash-advance-bg-CC7F9QdA.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8rem 10vw 12rem;
    gap: 7rem;
}
@media screen and (max-device-width: 991px) {
    ._cashAdvance_1u0gz_1 {
        gap: 1rem;
        padding: 2rem 1rem;
        text-align: center;
    }
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    ._cashAdvance_1u0gz_1 {
        flex-direction: column-reverse;
    }
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._cashAdvance_1u0gz_1 {
        flex-direction: column-reverse;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._cashAdvance_1u0gz_1 {
        flex-direction: column-reverse;
        padding: 2rem 0rem;
    }
}
._cashAdvance_1u0gz_1 img {
    width: 40%;
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._cashAdvance_1u0gz_1 img {
        width: 60%;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._cashAdvance_1u0gz_1 img {
        width: 70%;
    }
}
._cashAdvance_1u0gz_1 div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._cashAdvance_1u0gz_1 h1 {
        width: 100%;
        text-align: center;
    }
}
._cashAdvance_1u0gz_1 p {
    font-weight: 700;
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._cashAdvance_1u0gz_1 p {
        width: 100%;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._cashAdvance_1u0gz_1 p {
        width: 80%;
    }
}
._partnerSpotlight_1w5sn_1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10rem;
    gap: 3rem;
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    ._partnerSpotlight_1w5sn_1 {
        padding: 10rem 5rem;
    }
}
@media screen and (max-device-width: 991px) {
    ._partnerSpotlight_1w5sn_1 {
        padding: 5rem 2rem;
        gap: 1rem;
    }
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    ._partnerSpotlight_1w5sn_1 {
        flex-direction: column;
    }
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._partnerSpotlight_1w5sn_1 {
        flex-direction: column;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._partnerSpotlight_1w5sn_1 {
        flex-direction: column;
        padding: 2rem 0rem;
    }
}
._partnerSpotlight_1w5sn_1 > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
._partnerSpotlight_1w5sn_1 h1 {
    font-weight: 700;
    animation: _color-change_1w5sn_1 10s infinite;
    text-align: center;
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._partnerSpotlight_1w5sn_1 h1 {
        width: 100%;
    }
}
@keyframes _color-change_1w5sn_1 {
    0% {
        color: #e65e64;
    }
    20% {
        color: #ff2c8e;
    }
    40% {
        color: #a134b3;
    }
    60% {
        color: #9c31b9;
    }
    80% {
        color: #7519e6;
    }
    to {
        color: #e65e64;
    }
}
._partnerSpotlight_1w5sn_1 p {
    text-align: center;
    font-weight: 700;
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    ._partnerSpotlight_1w5sn_1 p {
        width: 15em;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._partnerSpotlight_1w5sn_1 p {
        width: 80%;
    }
}
._partnerSpotlight_1w5sn_1 em {
    color: #900298;
    font-weight: 700;
    font-style: normal;
}
._partnerSpotlight_1w5sn_1 img {
    height: 100%;
}
@media screen and (max-device-width: 991px) {
    ._partnerSpotlight_1w5sn_1 img {
        width: 50%;
    }
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._partnerSpotlight_1w5sn_1 img {
        width: 90%;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._partnerSpotlight_1w5sn_1 img {
        width: 70%;
    }
}
._partnerSpotlight_1w5sn_1 a {
    padding: 2rem;
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._partnerSpotlight_1w5sn_1 a {
        padding: 0;
    }
}
._caseStudy_9u6f4_1 {
    background-image: linear-gradient(342deg, #cd7fd1a3, #d53238b0),
        url(https://penguinpay.lawrencedavis.uk/wp-content/uploads/beauty_bistro-DFl1NE_X.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    padding: 5rem 10%;
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._caseStudy_9u6f4_1 {
        padding: 2rem 0.3rem;
        text-align: center;
    }
}
._caseStudy_9u6f4_1 h1 {
    text-align: center;
}
._caseStudy_9u6f4_1 h2 {
    margin-bottom: 0;
}
._caseStudy_9u6f4_1 p {
    font-weight: 700;
}
._caseStudy_9u6f4_1 img {
    height: 15rem;
    background-color: #ffffffa1;
    padding: 1rem;
    width: fit-content;
    align-self: center;
    border-radius: 10px;
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._caseStudy_9u6f4_1 img {
        width: 100%;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._caseStudy_9u6f4_1 img {
        width: 100%;
        height: auto;
    }
}
._testimonials_1j9bv_1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
._testimonials_1j9bv_1 > h1 {
    font-weight: 700;
    animation: _color-change_1j9bv_1 10s infinite;
    text-align: center;
}
@keyframes _color-change_1j9bv_1 {
    0% {
        color: #e65e64;
    }
    20% {
        color: #ff2c8e;
    }
    40% {
        color: #a134b3;
    }
    60% {
        color: #9c31b9;
    }
    80% {
        color: #7519e6;
    }
    to {
        color: #e65e64;
    }
}
._carousel_1j9bv_33 {
    background: linear-gradient(340deg, #d45868, #cd7ecf);
    border-radius: 20px;
    box-shadow: 5px 14px 20px #000;
    height: 25rem;
    width: 75vw;
    margin: 4rem auto;
    position: relative;
}
@media screen and (max-device-width: 991px) {
    ._carousel_1j9bv_33 {
        width: 92vw;
    }
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    ._carousel_1j9bv_33 {
        height: 50rem;
    }
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._carousel_1j9bv_33 {
        height: 44rem;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._carousel_1j9bv_33 {
        width: 99vw;
        min-height: 40rem;
        height: 80vh;
        max-height: 70rem;
        border-radius: 0;
        box-shadow: 0 14px 20px #000;
    }
}
._carousel_1j9bv_33 ._slide_1j9bv_72 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._carousel_1j9bv_33 ._slide_1j9bv_72 {
        flex-direction: column;
    }
}
._carousel_1j9bv_33 ._slide_1j9bv_72 ._button_1j9bv_85 {
    height: 100%;
    color: #fff;
    background-color: unset;
    border: unset;
    font-size: 2.5rem;
    cursor: pointer;
    width: 5%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    ._carousel_1j9bv_33 ._slide_1j9bv_72 ._button_1j9bv_85 {
        width: 10%;
    }
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._carousel_1j9bv_33 ._slide_1j9bv_72 ._button_1j9bv_85 {
        width: 10%;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._carousel_1j9bv_33 ._slide_1j9bv_72 ._button_1j9bv_85 {
        width: 100%;
        max-height: 10rem;
    }
}
._carousel_1j9bv_33 ._slide_1j9bv_72 ._testimonial_1j9bv_1 {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem;
    gap: 1rem;
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    ._carousel_1j9bv_33 ._slide_1j9bv_72 ._testimonial_1j9bv_1 {
        padding: 1rem 0;
        flex-direction: column;
        justify-content: center;
        width: 80%;
    }
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._carousel_1j9bv_33 ._slide_1j9bv_72 ._testimonial_1j9bv_1 {
        padding: 1rem 0;
        flex-direction: column;
        justify-content: center;
        width: 80%;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._carousel_1j9bv_33 ._slide_1j9bv_72 ._testimonial_1j9bv_1 {
        padding: 1rem 0;
        flex-direction: column;
        justify-content: center;
        width: 80%;
    }
}
._carousel_1j9bv_33 ._slide_1j9bv_72 ._testimonial_1j9bv_1 h1 {
    margin-top: 0;
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._carousel_1j9bv_33 ._slide_1j9bv_72 ._testimonial_1j9bv_1 h1 {
        text-align: center;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._carousel_1j9bv_33 ._slide_1j9bv_72 ._testimonial_1j9bv_1 p {
        text-align: center;
    }
}
._carousel_1j9bv_33 ._slide_1j9bv_72 ._testimonial_1j9bv_1 img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._carousel_1j9bv_33 ._slide_1j9bv_72 ._testimonial_1j9bv_1 img {
        width: 70%;
        height: auto;
    }
}
._carousel_1j9bv_33 ._slide_1j9bv_72 ._positionIndicator_1j9bv_171 {
    position: absolute;
    bottom: 1rem;
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._carousel_1j9bv_33 ._slide_1j9bv_72 ._positionIndicator_1j9bv_171 {
        gap: 0px;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._carousel_1j9bv_33 ._slide_1j9bv_72 ._positionIndicator_1j9bv_171 {
        display: none;
    }
}
._carousel_1j9bv_33 ._slide_1j9bv_72 ._positionIndicator_1j9bv_171 button {
    width: 20px;
    height: 20px;
    margin: 10px;
    cursor: pointer;
    background-color: #0000;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 5px;
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._carousel_1j9bv_33 ._slide_1j9bv_72 ._positionIndicator_1j9bv_171 button {
        width: 10px;
        height: 10px;
    }
}
._carousel_1j9bv_33 ._slide_1j9bv_72 ._positionIndicator_1j9bv_171 button.active {
    background-color: #fff;
}
._about_zry8n_1 {
    padding: 5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    justify-content: space-evenly;
    padding: 5rem 0;
}
@media screen and (max-device-width: 991px) {
    ._about_zry8n_1 {
        flex-direction: column;
        gap: 2rem;
    }
}
._about_zry8n_1 > div {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
._about_zry8n_1 ._text_zry8n_22 {
    background-image: url(https://penguinpay.lawrencedavis.uk/wp-content/uploads/logo-no-text-g9Fz-ETs.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 50%;
    text-align: center;
    padding: 1.5rem;
}
@media screen and (max-device-width: 991px) {
    ._about_zry8n_1 ._text_zry8n_22 {
        width: 100%;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._about_zry8n_1 ._text_zry8n_22 {
        padding: 1.5rem 0;
    }
}
._about_zry8n_1 ._videoContainer_zry8n_41 {
    padding: 1rem;
    background: linear-gradient(340deg, #d45868, #cd7ecf);
    border-radius: 20px;
    box-shadow: 5px 14px 20px #000;
    height: auto;
    width: fill-content;
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._about_zry8n_1 ._videoContainer_zry8n_41 {
        width: 90%;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._about_zry8n_1 ._videoContainer_zry8n_41 {
        width: 100vw;
        padding: 0.2rem;
        border-radius: 0;
        box-shadow: 0 14px 20px #000;
    }
}
._about_zry8n_1 ._videoContainer_zry8n_41 iframe {
    height: 55vh;
    width: auto;
    aspect-ratio: 0.6;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: center;
    align-items: flex-start;
    border: 0;
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._about_zry8n_1 ._videoContainer_zry8n_41 iframe {
        height: auto;
        width: 90%;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._about_zry8n_1 ._videoContainer_zry8n_41 iframe {
        height: 100%;
        width: 90%;
    }
}
._contactUs_1f12a_1 {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    padding: 4rem 2rem;
    align-items: center;
}
@media screen and (max-device-width: 991px) {
    ._contactUs_1f12a_1 {
        flex-direction: column;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._contactUs_1f12a_1 {
        padding: 4rem 0;
    }
}
._contactUs_1f12a_1 img {
    filter: drop-shadow(2px 4px 6px white);
    margin: 1.5rem;
    width: 20%;
    height: fit-content;
}
@media screen and (max-device-width: 991px) {
    ._contactUs_1f12a_1 img {
        margin: 0;
    }
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._contactUs_1f12a_1 img {
        width: 50%;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._contactUs_1f12a_1 img {
        width: 50%;
    }
}
._contactUs_1f12a_1 em {
    color: #900298;
    font-weight: 700;
    font-style: normal;
}
._contactUs_1f12a_1 > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
._contactUs_1f12a_1 > div h1 {
    text-align: center;
}
._contactUs_1f12a_1 > div p {
    margin-bottom: 3rem;
}
@media screen and (max-device-width: 991px) {
    ._contactUs_1f12a_1 > div p {
        padding: 0 1rem;
        text-align: center;
        width: 90vw;
        padding: 0;
    }
}
._contactForm_1955j_1 {
    width: 100%;
}
._contactForm_1955j_1 form {
    display: flex;
    flex-direction: column;
    background-color: #000000a0;
    padding: 2.5rem 5rem;
    border-radius: 20px;
    gap: 10px;
    margin: 1.5rem;
    position: relative;
    z-index: 4;
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    ._contactForm_1955j_1 form {
        width: 90vw;
    }
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._contactForm_1955j_1 form {
        width: 90vw;
        margin: 1.5rem 0;
    }
}
@media screen and (min-device-width: 1201px) and (max-device-width: 1400px) {
    ._contactForm_1955j_1 form {
        padding: 2.5rem;
    }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    ._contactForm_1955j_1 form {
        padding: 2.5rem;
    }
}
@media screen and (max-device-width: 991px) {
    ._contactForm_1955j_1 form {
        padding: 2rem;
    }
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._contactForm_1955j_1 form {
        padding: 2rem 1rem;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._contactForm_1955j_1 form {
        padding: 2rem 0.5rem;
        width: 99vw;
        margin: 1.5rem 0;
        border-radius: 0;
    }
}
._contactForm_1955j_1 form div {
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 100%;
    margin-bottom: 1rem;
}
._contactForm_1955j_1 form input {
    padding: 10px;
    border-radius: 5px;
    border: none;
    font-size: 1.1rem;
}
._contactForm_1955j_1 form textarea {
    padding: 10px;
    border-radius: 5px;
    border: none;
    font-size: 1.1rem;
    resize: none;
    min-height: 5rem;
    field-sizing: content;
    max-height: 20rem;
}
._contactForm_1955j_1 form button {
    align-self: center;
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._contactForm_1955j_1 form button {
        width: 100%;
    }
}
._privacy_13g9t_1 {
    padding: 10rem 3% 3rem;
}
._privacy_13g9t_1 ._text_13g9t_4 h1 {
    text-align: center;
    font-weight: 700;
    animation: _color-change_13g9t_1 10s infinite;
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._privacy_13g9t_1 ._text_13g9t_4 h1 {
        font-size: 1.7rem;
    }
}
._privacy_13g9t_1 ._text_13g9t_4 section {
    margin: 2rem 0;
    scroll-margin-top: 12rem;
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._privacy_13g9t_1 ._text_13g9t_4 section ._email_13g9t_19 {
        word-break: break-word;
    }
}
._privacy_13g9t_1 ._text_13g9t_4 h2,
._privacy_13g9t_1 ._text_13g9t_4 h3,
._privacy_13g9t_1 ._text_13g9t_4 a,
._privacy_13g9t_1 ._text_13g9t_4 em {
    color: #900298;
    font-weight: 700;
    font-style: normal;
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._privacy_13g9t_1 ._text_13g9t_4 h2 {
        font-size: 1.2rem;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._privacy_13g9t_1 ._text_13g9t_4 ul {
        padding-inline-start: 13%;
    }
}
._privacy_13g9t_1 ._text_13g9t_4 li p {
    margin: 1rem 0;
}
._privacy_13g9t_1 ._text_13g9t_4 li::marker {
    font-size: 1.5rem;
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._privacy_13g9t_1 ._text_13g9t_4 li::marker {
        font-size: 1rem;
    }
}
._privacy_13g9t_1 ._text_13g9t_4 ._noBullet_13g9t_52 {
    list-style: none;
}
._privacy_13g9t_1 ._text_13g9t_4 ._noBullet_13g9t_52 li {
    margin-bottom: 2rem;
}
._privacy_13g9t_1 ._text_13g9t_4 ._noBullet_13g9t_52 li p:nth-child(1) {
    margin-bottom: 0rem;
}
@keyframes _color-change_13g9t_1 {
    0% {
        color: #e65e64;
    }
    20% {
        color: #ff2c8e;
    }
    40% {
        color: #a134b3;
    }
    60% {
        color: #9c31b9;
    }
    80% {
        color: #7519e6;
    }
    to {
        color: #e65e64;
    }
}
._nav_y9phl_1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #000000a1;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    height: 9rem;
    padding: 0 3rem;
    z-index: 10;
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    ._nav_y9phl_1 {
        padding: 0 0.5rem;
    }
}
@media screen and (max-device-width: 991px) {
    ._nav_y9phl_1 {
        padding: 0;
        flex-direction: column;
        align-items: flex-start;
        padding-top: 1rem;
        height: 7rem;
    }
}
@media screen and (max-device-width: 991px) {
    ._nav_y9phl_1 > div:nth-child(1) {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
}
._nav_y9phl_1 > div:nth-child(1) ._clientlogo_y9phl_36 {
    width: 8rem;
}
@media screen and (max-device-width: 991px) {
    ._nav_y9phl_1 > div:nth-child(1) ._clientlogo_y9phl_36 {
        margin-left: 0.8rem;
    }
}
@media screen and (min-device-width: 769px) and (max-device-width: 991px) {
    ._nav_y9phl_1 > div:nth-child(1) ._clientlogo_y9phl_36 {
        width: 6rem;
    }
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    ._nav_y9phl_1 > div:nth-child(1) ._clientlogo_y9phl_36 {
        width: 6rem;
    }
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._nav_y9phl_1 > div:nth-child(1) ._clientlogo_y9phl_36 {
        width: 4rem;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._nav_y9phl_1 > div:nth-child(1) ._clientlogo_y9phl_36 {
        width: 4rem;
    }
}
._nav_y9phl_1 > div:nth-child(1) button {
    margin-right: 0.8rem;
}
@media screen and (min-device-width: 992px) {
    ._nav_y9phl_1 > div:nth-child(1) button {
        display: none;
    }
}
._links_y9phl_73 {
    display: flex;
    flex-direction: row;
    font-size: 1.6rem;
    gap: 2rem;
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    ._links_y9phl_73 {
        gap: 1rem;
        font-size: 1.3rem !important;
    }
}
@media screen and (max-device-width: 991px) {
    ._links_y9phl_73 {
        flex-direction: column;
        align-items: center;
        background-image: linear-gradient(1turn, #000, #762094);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        width: 100%;
        margin-top: 1.3rem;
        padding-bottom: 1.5rem;
        display: none;
    }
}
._links_y9phl_73 a {
    text-decoration: none;
    font-weight: 500;
    color: #d7afd9;
    text-shadow: 0px 1px 1px #000000;
    letter-spacing: -0.05em;
    transition: line-height 0.6s cubic-bezier(0.86, 0, 0.07, 1), color 0.1s ease-in-out;
}
@media screen and (min-device-width: 1201px) and (max-device-width: 1400px) {
    ._links_y9phl_73 a {
        font-size: 1.2rem;
    }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    ._links_y9phl_73 a {
        font-size: 1.1rem;
    }
}
._links_y9phl_73 a:hover {
    color: #cd7fd1;
}
._nav__icon-toggle-bar_y9phl_119 {
    background-color: #cd7fd1;
    width: 18px;
    display: block;
    height: 2px;
    border-radius: 1px;
    margin-bottom: 4px;
}
._hamburgerbutton_y9phl_128 {
    background-color: #08f0;
    border-color: #f0f8ff00;
}
._hamburger_y9phl_128 {
    margin-left: 0rem !important;
    width: 4rem;
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._hamburger_y9phl_128 {
        width: 3rem;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._hamburger_y9phl_128 {
        width: 3rem;
    }
}
._socials_y9phl_148 {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    ._socials_y9phl_148 {
        gap: 0.5rem;
    }
}
@media screen and (max-device-width: 991px) {
    ._socials_y9phl_148 {
        background-color: #000;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        width: 100%;
        justify-content: center;
        padding-bottom: 1.5rem;
        display: none;
    }
}
._socials_y9phl_148 a {
    color: #fff;
    transition: all 0.1s ease-in-out;
    background-color: #8f21d3;
    padding: 8px;
    border-radius: 50%;
    width: 32px;
    height: 32px;
}
._socials_y9phl_148 a:hover {
    filter: brightness(0.8);
}
.shown {
    display: flex !important;
}
._footer_feb7x_1 {
    background: linear-gradient(140deg, #e65e63, #fe6f73);
    min-height: 20rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 5rem;
}
@media screen and (min-device-width: 1201px) and (max-device-width: 1400px) {
    ._footer_feb7x_1 {
        padding: 5rem 2.5rem;
    }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    ._footer_feb7x_1 {
        padding: 5rem 2.5rem;
    }
}
@media screen and (max-device-width: 991px) {
    ._footer_feb7x_1 {
        padding: 5rem 1rem;
    }
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    ._footer_feb7x_1 {
        flex-direction: column;
        gap: 2rem;
    }
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._footer_feb7x_1 {
        flex-direction: column;
        gap: 2rem;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._footer_feb7x_1 {
        flex-direction: column;
        gap: 2rem;
        padding: 5rem 0;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._footer_feb7x_1 h2 {
        width: 90vw;
        font-size: 1.5rem;
    }
}
._footer_feb7x_1 > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
._footer_feb7x_1 a {
    color: #fff;
    text-decoration: none;
}
._footer_feb7x_1 ._contact_feb7x_58 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}
@media screen and (max-device-width: 991px) {
    ._footer_feb7x_1 ._contact_feb7x_58 {
        min-width: 15rem;
    }
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    ._footer_feb7x_1 ._contact_feb7x_58 {
        order: 1;
    }
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._footer_feb7x_1 ._contact_feb7x_58 {
        order: 1;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._footer_feb7x_1 ._contact_feb7x_58 {
        order: 1;
        width: 10vw;
        min-width: 7rem;
    }
}
._footer_feb7x_1 ._contact_feb7x_58 ._socials_feb7x_87 {
    display: flex;
    font-size: 1.5rem;
    gap: 10px;
}
._footer_feb7x_1 ._middle_feb7x_92 {
    display: flex;
    flex-direction: column;
    gap: 0px;
    text-align: center;
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    ._footer_feb7x_1 ._middle_feb7x_92 {
        order: 3;
    }
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._footer_feb7x_1 ._middle_feb7x_92 {
        order: 3;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._footer_feb7x_1 ._middle_feb7x_92 {
        order: 3;
    }
    ._footer_feb7x_1 ._middle_feb7x_92 img {
        width: 80vw;
    }
}
._footer_feb7x_1 ._middle_feb7x_92 div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
._footer_feb7x_1 ._right_feb7x_121 {
    text-align: center;
}
@media screen and (min-device-width: 481px) and (max-device-width: 768px) {
    ._footer_feb7x_1 ._right_feb7x_121 {
        order: 2;
    }
}
@media screen and (min-device-width: 321px) and (max-device-width: 480px) {
    ._footer_feb7x_1 ._right_feb7x_121 {
        order: 2;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._footer_feb7x_1 ._right_feb7x_121 {
        order: 2;
    }
}
._footer_feb7x_1 ._right_feb7x_121 div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
@media screen and (min-device-width: 992px) and (max-device-width: 1200px) {
    ._footer_feb7x_1 ._right_feb7x_121 div {
        flex-direction: column;
        min-width: 18rem;
    }
}
@media screen and (max-device-width: 991px) {
    ._footer_feb7x_1 ._right_feb7x_121 div {
        flex-direction: column;
        min-width: 15rem;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._footer_feb7x_1 ._right_feb7x_121 div {
        min-width: 7rem;
    }
}
@media screen and (min-device-width: 120px) and (max-device-width: 320px) {
    ._footer_feb7x_1 ._right_feb7x_121 div img {
        width: 70vw;
    }
}
