@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

html {
    max-width: 100%;
    overflow-y: scroll;
    overflow-x: hidden
}

body {
    margin: 0;
    padding: 0;
    max-width: 100%;
    background: #fff;
    font-family: var(--primary-font);
    color: var(--text-color);
    position: relative
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 3rem;
}

.flex {
    display: flex;
}

p {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-size: 1rem;
    line-height: 1.5;
}

.small-body {
    font-size: 0.8125rem;
    line-height: 1.5;
}

.green-light {
    color: var(--green-light);
}


h1 {
    font-size: 3.0rem;
    line-height: 1.153847;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2rem;
    line-height: 1.25;
}

h3 {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 1rem
}

h4 {
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 0.5rem
}

h5 {
    font-size: 1rem;
    line-height: 1.15;
    margin-bottom: 1rem;
}

h6 {
    font-size: 0.825rem;
    line-height: 1.15;
    margin-bottom: 1rem;
}

h1,
h2 {
    font-family: var(--primary-font);
    font-weight: 600
}

h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
    font-weight: 600
}

.light {
    font-weight: 400;
}

ul {
    padding-left: 1.25rem;
    padding-right: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    list-style-image: url('https://pepperpay.com/img/icon-check-black-12.svg');
}

ul ul {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

ol {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

ol ol {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

ol.lower-alpha li {
    list-style-type: lower-alpha;
}


a {
    color: var(--link-text);
    text-decoration: none;
    font-weight: 500;
}

a:hover {
    font-weight: 500;
    color: var(--link-text-highlight);
    text-decoration: underline;
}

li::marker {
    margin-bottom: 0;
}


.bold,
b,
strong {
    font-weight: 600
}

.uppercase {
    font-weight: 700;
    text-transform: uppercase
}

.mt-1 {
    margin-top: 1rem;
}

.mt-2 {
    margin-top: 2rem;
}

.mt-3 {
    margin-top: 3rem;
}

.mt-4 {
    margin-top: 4rem;
}

.mr-1 {
    margin-right: 1rem;
}

.mb-1 {
    margin-bottom: 1rem;
}

.mb-2 {
    margin-bottom: 2rem;
}

.mb-3 {
    margin-bottom: 3rem;
}

.ml-1 {
    margin-left: 1rem;
}



.pt-1 {
    padding-top: 1rem;
}

.pt-2 {
    padding-top: 2rem;
}

.pb-2 {
    padding-bottom: 2rem;
}

.aic {
    align-items: center;
}

.align-self-end {
    align-self: end;
}

.align-self-center {
    align-self: center;
}

.tx-ac {
    text-align: center;
}

.jcc {
    justify-content: center;
}

.span-2 {
    grid-column: span 2;
}

.y-move-4 {
    transform: translateY(4rem);
}


.nota {
    font-size: 0.75rem;
}


.content-wrapper-full {
    margin: 0 auto;
    padding: 2rem 0 0 0;
    width: 100%;
}

.content-wrapper {
    display: flex;
    width: 94vw;
    min-width: 60rem;
    max-width: 88rem;
    /* background-color: #42e7004f; */
}


.header-wrapper {
    display: flex;
    justify-content: center;
    position: sticky;
    top: 0;
    margin-top: -6rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.14) 65%, rgba(0, 0, 0, 0) 100%);
    z-index: 100;
}

.header-content {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    height: 6rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

.header-logo {
    height: 44px;
}

.header-title {
    font-size: 2.25rem;
}


.welcome {
    background: radial-gradient(circle at 65% 25%, rgba(0, 98, 141, 1) 8%, rgba(0, 98, 141, 0.38) 27%, rgba(0, 98, 141, 0) 70%), radial-gradient(circle at 25% 80%, #27C39D 0%, #16807a 100%);
    width: 100%;
    min-height: 17rem;
}

.welcome-content {
    display: flex;
    margin: 0 auto;
    padding-top: 8rem;
    padding-right: 2rem;
    padding-left: 2rem;
}

.welcome-title,
.welcome-body {
    color: var(--main-text-color-contrast);
}

.welcome-title-alt {
    color: var(--main-text-color-contrast);
    font-size: 2.9375rem;
}

.title-wide {
    grid-column: span 2;
}

.title-wide h1 {
    margin-bottom: 0;
}

.welcome-img {
    display: flex;
    width: 100%;
    max-width: 40rem;
}

.bg-dark {
    background-color: var(--secondary-bg-color);
    color: var(--main-text-color-contrast);
}


.section-header {
    color: var(--main-heading-color);
    text-align: center;
}

.section-wrapper {
    display: flex;
    margin: 0 auto;
    padding: 2rem;
}

.row {
    display: flex;
    flex-direction: row;
}

.column {
    display: flex;
    flex-direction: column;
}


.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
    display: flex;
    flex-direction: column;
    margin: 0 0.75rem;
    /* background-color: #f312d536; */
}

.col-12 {
    width: 100%;
    margin: 0;
}

.col-10 {
    width: 83.3333%;
}

.col-9 {
    width: 75%;
}

.col-8 {
    width: 66.6666%;
}

.col-7 {
    width: 58.3333%;
}

.col-6 {
    width: 50%;
}

.col-5 {
    width: 41.6666%;
}

.col-4 {
    width: 33.3333%;
}

.col-3 {
    width: 25%;
}

.col-2 {
    width: 16.666%;
}

.grid-2 {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
}

.grid-3 {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
}

.grid-5 {
    display: grid;
    gap: 2rem;
    grid-template-columns: repeat(5, 1fr);
}

.grid-6 {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(6, 1fr);
}

.grid-6-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}


.column-2 {
    column-count: 2;
    column-gap: 2rem;
}

.column-3 {
    column-count: 3;
    column-gap: 2rem;
}

.list-diamond {
    list-style-image: url('https://pepperpay.com/img/icon/ic-diamond-bullet.svg');
    list-style-type: none;
}

.app-button {
    display: flex;
}

a.primary-button,
a.secondary-button,
a.linear-button {
    text-decoration: none;
    display: block;
}

.primary-button {
    padding: 0.5rem 1.5rem;
    background-color: var(--primary-button-bg);
    color: var(--primary-button-contrast);
    border-radius: 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    width: max-content;
    text-align: center;
}

a.primary-button:hover {
    color: var(--main-text-color-contrast);
    background-color: #021a22;
    transform: translateY(-3px);
    animation: 150ms linear rise;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.20);
}

@keyframes rise {
    from {
        transform: translateY(0);
    }

    to {
        transform: translateY(-3px);
    }
}


.secondary-button {
    padding: 0.5rem 1.5rem;
    background-color: var(--secondary-button-bg);
    color: var(--secondary-button-contrast);
    border-radius: 1.25rem;
    font-size: 1rem;
    font-weight: 700;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    width: fit-content;
}

a.secondary-button:hover {
    color: #004448;
    background-color: #BAF7BB;
    transform: translateY(-3px);
    animation: 150ms linear rise;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.20);
}

a.linear-button {
    border: #FFF 2px solid;
    background-color: #ffffff00;
    padding: 0.25rem 1.125rem;
    color: #fff;
    border-radius: 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    width: 6rem;
    text-align: center;
}

a.linear-button:hover {
    background-color: #ffffff66;
    transform: translateY(-3px);
    animation: 150ms linear rise;

}

a.linear-button.fit-content {
    width: fit-content;

}

.image-flip {
    text-align: center;
}

.image-flip img {
    width: 90%;
}

.table {
    border-spacing: 2px;
}

.table td {
    text-align: center;
    padding: 0.5rem;
    background-color: #ffffffbf;
}

.table tr:first-child td:first-child {
    border-top-left-radius: 1.5rem;
}

.table tr:first-child td:last-child {
    border-top-right-radius: 1.5rem;
}

.table tr:last-child td:first-child {
    border-bottom-left-radius: 1.5rem;
}

.table tr:last-child td:last-child {
    border-bottom-right-radius: 1.5rem;
}

.table .w-15 {
    width: 17%;
}



/*** Providers Section ***/

.providers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 78rem;
}

.provider-logo {
    display: flex;
    width: 14rem;
    height: 6rem;
    margin: 0.5rem;
    justify-content: center;
    align-items: center;
}



/*** Spotlight Section ***/

.spotlight {
    background: radial-gradient(36% 116% at 15% 100%, rgba(0, 92, 119, 0.9) 0%, rgba(0, 92, 119, 0.15) 70%, rgba(0, 92, 119, 0) 100%), radial-gradient(187% 156% at 25% -18%, #56EFA0 0%, #11B886 50%, #008D9A 100%);
    border-radius: 2rem;
    padding: 2rem 3rem 0;
}

.spotlight-b {
    background: linear-gradient(180deg, #BAF7BB 0%, #44EBAF 100%);
    border-radius: 2rem;
    padding: 2rem 3rem 0;
    color: var(--main-text-color);
}

.spotlight-c {
    background: #00C3DB;
    border-radius: 2rem;
    padding: 2rem 3rem 0;
    color: var(--main-text-color-contrast);
}

.spotlight h2,
.spotlight h3,
.spotlight p,
.spotlight ul,
.standout h3,
.standout p {
    color: var(--main-text-color-contrast);
}

.spotlight li::marker {
    color: var(--main-text-color-contrast);
}

.spotlight h3 {
    line-height: 1.75;
}

.spotlight ul {
    list-style-image: url('https://pepperpay.com/img/icon-check-white-12.svg');
}

.white-check-list ul {
    list-style-image: url('https://pepperpay.com/img/icon-check-white-12.svg');
}


.standout {
    border-radius: 0.75rem;
    background: linear-gradient(180deg, #02424B 0%, #00AA8E 100%);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: auto;
    padding: 2rem;
}






/*** Testimonial Section ***/

.testimonial {
    text-align: center;
    padding: 2.25rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.testimonial-text-wrapper {
    border-radius: 1.25rem;
    background: linear-gradient(180deg, #B9F6BA 0%, #028D8C 100%);
    padding: 6rem 3.5rem 4rem;
}

.testimonial-image {
    width: 160px;
    height: 160px;
    margin-bottom: -5rem;
    z-index: 99;
    border-radius: 50%;
    box-shadow: rgb(0 0 0 / 50%) 0px 2px 6px;
}

.testimonial-text {
    color: #FFF;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5rem;
    letter-spacing: 0.03125rem;
}

.testimonial-name {
    font-weight: 700;
    color: #023241;
    padding: 1rem 4rem;
    background-color: #fff;
    border-radius: 2rem;
    margin-top: -2rem;
    box-shadow: rgb(0 0 0 / 25%) 0px 8px 32px;
}


/**** Vertical Tabs Features ****/

.one {
    padding: 0 1rem;
}

.one ul {
    display: flex;
    flex-direction: column;
    list-style-type: none;
    list-style-image: none;
    margin: 0;
    padding: 0;
}

.one ul li {
    padding: 0.5rem;
    font-size: 1.125rem;
    font-weight: 700;
}

.one a h3 {
    color: var(--main-heading-color-contrast);
}

.one a h3:hover {
    color: #BAF7BB;
}

.one ul li a {
    display: block;
    text-decoration: none;
    color: var(--main-text-color-contrast);
    border-bottom: solid #ffffff5c 1px;
}

.two {
    color: var(--main-text-color-contrast);
    margin: 0 4rem;
}

.two h3 {
    color: var(--main-heading-color-contrast);
}

.social {
    display: flex;
}

.social a {
    margin-right: 0.75rem;
}

.mini-text h5,
.mini-text h4 {
    border-left: solid 6px #00AA8E;
    padding-left: 12px;
    margin-left: -16px;
    height: 48px;
    display: flex;
    align-items: center;
}




/*** Ring Tabs ***/

.ring {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    position: absolute;
    width: 18rem;
    height: 18rem;
    left: 10px;
    border: 8px solid #32ce5e;
    border-radius: 50%;
    margin-left: 2rem;
    margin-top: 2rem;
}

.ring a {
    text-decoration: none;
    color: var(--main-text-color-contrast);
}

.ring-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: #ffffff55 solid 2px;
    background: var(--secondary-button-contrast);
    width: 120px;
    height: 120px;
    text-align: center;
    border-radius: 50%;
}

.ring a:hover .ring-item {
    background: #38d53a;
    width: 128px;
    height: 128px;
}

.ring a:hover .ring-item p {
    margin: 0 1rem;
}

.selected {
    background: linear-gradient(#38d53a, #2a8e2b);
    border: #ffffffcc solid 2px;
    width: 132px;
    height: 132px;
}

.ring-item.selected img {
    width: 76px;
    margin-top: 0.5rem;
}

.ring-item.selected p {
    font-size: 0.9375rem;
    font-weight: 700;
    text-shadow: #00000066 0px 2px 8px;
    padding: 0 1rem;
}

.ring-item p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.125;
    padding: 0 1rem;
}

.ring-item img {
    width: 64px;
    margin-top: 0.5rem;
}

.ring-content ul {
    padding-left: 0rem;
    padding-right: 0rem;
}

.ring-content li {
    display: inline-block;
    margin: 0.125rem 0.5rem;
}

.ring-bg-img {
    position: relative;
    background-image: url('https://pepperpay.com/new_2403/img/payment-processing-5.png');
    background-size: 420px;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 25rem;
}

.ring-icon {
    display: none;
}

.ring-icon div {
    display: flex;
    align-items: center;
    justify-content: center;
    border: #ffffff55 solid 2px;
    background: var(--secondary-button-contrast);
    width: 104px;
    height: 104px;
    text-align: center;
    border-radius: 50%;
}

/*** Ring Icon Posaition ***/
.ripos-1 {
    position: absolute;
    top: -1rem;
    left: -2rem;
}

.ripos-2 {
    position: absolute;
    top: -4rem;
    left: 7rem;
}

.ripos-3 {
    position: absolute;
    top: 3rem;
    left: 14rem;
}

.ripos-4 {
    position: absolute;
    top: 12rem;
    left: 12rem;
}

.ripos-5 {
    position: absolute;
    top: 14.25rem;
    left: 3.25rem;
}

.ripos-6 {
    position: absolute;
    top: 8rem;
    left: -4rem;
}



/*** Accordion ***/

.accordion-item {
    border-left: #00AA8E solid 8px;
    padding: 0.25rem 0 0.25rem 2rem;
    margin-bottom: 1rem;
    min-height: 5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.accordion-item:hover {
    background: linear-gradient(90deg, #00AA8E11 20%, #00AA8Ebb 100%);
    color: #ffffff;
}


.accordion-content {
    display: none;
}

.accordion-header {
    display: block;
    cursor: pointer;
    padding: 1rem 0rem;
    margin: 0;
    color: #ffffffbb;
}

.accordion-header.active,
.accordion-header:hover {
    color: #ffffff;
}

.accordion-content {
    animation: fade-in-up 0.3s ease-in-out;
}


/*** Grid List Arrow ***/

.grid-list {
    display: grid;
    grid-template-columns: 1fr 52px 1fr;
    align-items: center;
    column-gap: 1rem;
}

.grid-list ul,
.grid-list p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}



/*** Mailing List ***/

.mailing-list {
    border-radius: 2rem;
    background:
        radial-gradient(circle at 0 0, rgba(6, 152, 153, 1) 8%, rgba(0, 138, 204, 0.9) 40%, rgba(0, 138, 204, 0.0) 67%),
        radial-gradient(circle at 70% 120%, #2FF9AA 0%, #0891a3 100%);
    padding: 4rem 2rem;
    color: var(--main-text-color-contrast);
}

.mailing {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

form input {
    font-family: var(--primary-font);
    width: 60%;
    height: 1.75rem;
    border-radius: 1.25rem;
    border: none;
    padding: 0.5rem 1.125rem;
    font-size: 1rem;
    color: #333333;
}

input:focus-visible,
textarea:focus-visible {
    outline: solid 2px #004eb466;
}

.mailing .primary-button,
.contact .primary-button {
    font-family: var(--primary-font);
}

.mailing .primary-button:hover {
    background-color: #021a22;
    transform: translateX(7px);
    animation: 150ms linear;
}

.mailing .primary-button {
    margin-left: -2rem;
}



/*** Pricing section ***/
.price-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    background-color: #cccccc;
    width: 21rem;
    justify-content: space-between;
}

.price-card ul {
    list-style-image: none;
}

.price-card.standard {
    background: linear-gradient(180deg, #BAF7BB 0%, #44EBAF 100%);
    justify-self: end;
    color: var(--main-heading-color);
}

.price-card.custom {
    background-color: var(--secondary-bg-color);
    color: var(--main-text-color-contrast);
}

.card-icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.card-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 8.75rem;
    height: 8.75rem;
    border-radius: 50%;
    background: linear-gradient(180deg, #CDF9CF 0%, #7DF1C7 100%);
}

.ic-green img {
    color: var(--green-light)
}

/*** Footer ***/

footer {
    font-weight: 400;
}

.footer-logo {
    height: 42px;
}

.footer-info {
    width: inherit;
}

.footer-info li a {
    font-weight: 400;
}

.footer-info li a:hover {
    font-weight: 600;
}

.footer-info h4 {
    display: inline-block;
    margin-bottom: 0.25rem;
}

footer a {
    text-decoration: none;
    color: #023240;
    font-weight: 400;
}

footer .bg-dark a {
    color: var(--main-text-color-contrast);
    font-weight: 400;
}

footer .dark-text,
footer .dark-text a {
    color: #00AA8E;
}

footer .dark-text a:hover {
    color: #BAF7BB;
}

footer ul {
    list-style-image: none;
    list-style-type: none;
    padding: 0.5rem 0;
    border-top: 2px solid #ffffff66;
    margin-top: 0.3rem;
}

.footer-address p {
    font-size: 0.8125rem;
}



/*** Contact Form ***/

.contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 5rem;
}

.contact-info h3 {
    color: var(--secondary-button-contrast);
}

.contact-info p {
    font-size: 1.125rem;
}

.contact {
    background-color: #ffffff;
    margin: 2rem 0;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    border-radius: 1rem;
    box-shadow: 0px 4px 8px #0232413f;
}

.contact label {
    width: max-content;
    font-size: 0.9375rem;
    margin-bottom: 0.25rem;
    margin-top: 0.75rem;
}

.contact input,
.contact textarea,
.contact select {
    width: auto;
    border: 1px solid #a5bdbe;
    font-family: var(--primary-font);
}

.contact textarea {
    border-radius: 1.25rem;
    padding: 0.5rem 1.25rem;
    font-size: 1rem;
    color: #333333;
    resize: vertical;
}

.contact select {
    border-radius: 1.25rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-family: var(--primary-font);
    color: #333333;
    height: 2.875rem;
}

.contact option {
    background-color: #f1f4f5;
}

.contact select:hover {
    background-color: #e4f0ef;
}

.contact select {
    appearance: none;
    background-image: url(https://pepperpay.com/img/ic-arrow-down.svg);
    background-repeat: no-repeat;
    background-position: right 1rem top 50%;
    background-size: 0.75rem auto;
    padding-right: 2rem;
}

.contact .phone {
    display: flex;
}

.country-code {
    width: auto;
    display: flex;
    flex-direction: column;
}

.phone-number {
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
}

.optional {
    font-style: italic;
    font-size: 0.75rem;
    color: #444444;
}


/*** Format Code ***/



.code-wrapper {
    display: flex;
    background-color: #f4f4f4;
    margin-bottom: 1rem;
    border-radius: 0.5rem;
    overflow-x: auto;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1rem;
}

.line-numbers {
    background-color: #eaeaea;
    color: #888;
    text-align: right;
    padding: 1rem;
    user-select: none;
}

.line-numbers span {
    display: block;
    font-size: 1rem;
}

pre {
    background-color: #f4f4f4;
    padding: 1rem;
    border-radius: 5px;
    overflow-x: auto;
    font-size: 1rem;
    color: #333;
}

.code-block {
    text-wrap-mode: wrap;
}




@media only screen and (max-width: 1200px) {

    .header-wrapper {
        margin-top: -9rem;
    }

    .header-content {
        flex-wrap: wrap;
        justify-content: right;
        height: 8rem;
    }

    .welcome-content {
        padding-top: 10rem;
    }

}




@media only screen and (max-width: 1024px) {
    .main {
        width: 100vw;
    }

    .col-4 {
        margin: 0 0.25rem;
        width: 31%
    }

    .col-12-md {
        width: 100%;
    }

    .content-wrapper {
        width: 94vw;
        min-width: 46rem;
        max-width: 60rem;
    }

    .section-wrapper {
        padding: 1rem;
    }

    .header-content {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        flex-wrap: wrap;
        margin-top: 0.5rem;
    }

    .welcome-content {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .feature-oval {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .grid-2,
    .grid-3 {
        grid-template-columns: repeat(auto-fit, minmax(436px, 1fr));
        grid-template-columns: repeat(2, 1fr);
    }

    .y-move-4 {
        transform: translateY(0rem);
    }

    .span-2 {
        grid-column: span 1;
    }



    .footer-info {
        flex-wrap: wrap;
    }

    .contact {
        margin: 2rem 0;
        padding: 1rem;
        max-width: 22rem;
    }

    .contact-info p {
        font-size: 1rem;
    }

    .country-code {
        width: 12rem;
    }

    .phone-number {
        width: 8rem;
    }


    .contact .phone {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 0.5rem;
    }

    .phone-number {
        width: -webkit-fill-available;
    }

}





@media only screen and (max-width: 960px) {

    .feature-oval {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .col-4 {
        margin: 0 0.5rem;
        width: 33%;
    }

    .grid-6 {
        grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
        gap: 1.5rem;
    }

    .footer-logo {
        height: 40px;
    }

    .contact-info {
        margin-left: 0;
    }


}




@media only screen and (max-width: 768px) {
    .main {
        width: 100vw;
    }

    .col-12 {
        width: 94%;
    }

    .col-6-md {
        width: 46%;
    }

    .col-6 {
        width: 94%;
    }


    .header-content {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        flex-wrap: wrap;
        margin-top: 0.5rem;
    }

    .welcome-content {
        margin: 0 auto;
        padding-right: 1rem;
        padding-left: 1rem;
        flex-direction: column;
    }

    .content-wrapper {
        width: 94vw;
        min-width: 38rem;
        max-width: 43rem;
    }

    .feature-oval {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .rc-heading .grid-3 {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .header-logo {
        height: 32px;
        text-align: center;
    }

    .grid-4 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .grid-4 .rc-content {
        grid-column: 1 / 2;
        min-height: auto;
    }

    .footer-info {
        flex-wrap: wrap;
    }

    .two {
        margin: 0 0.5rem
    }

    h1 {
        font-size: 2.75rem;
        line-height: 1.125;
        margin-bottom: 0.5rem;
    }

    h2 {
        font-size: 1.75rem;
        line-height: 1.25;
    }

    h3 {
        font-size: 1.375rem;
        line-height: 1.25;
        margin-bottom: 1rem
    }

    h4 {
        font-size: 1.25rem;
        line-height: 1.5;
        margin-bottom: 1rem
    }

    .contact input,
    .contact textarea,
    .contact select {
        width: auto;
    }

    .welcome-title-alt {
        font-size: 2.75rem;
    }

}





@media only screen and (max-width: 440px) {
    .main {
        width: 100vw;
    }

    .header-wrapper {
        margin-top: -8rem;
    }

    .header-logo {
        height: 32px;
    }

    .welcome-img {
        display: none;
        width: 80vw;
        margin-top: 2rem;
    }

    .footer-logo {
        height: 48px;
    }

    .header-content {
        flex-direction: column;
        align-items: center;
        flex-wrap: wrap;
        height: 7rem;
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        margin-top: 1rem;
    }

    .content-wrapper {
        width: 95vw;
        min-width: 20rem;
        max-width: 26rem;
    }

    .section-wrapper {
        padding: 1.5rem 0;
    }

    .welcome-content {
        margin: 0 1rem;
        padding-top: 10rem;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        flex-direction: column;
    }


    form input {
        width: 85%;
    }

    .mailing {
        flex-direction: column;
    }

    .mailing .primary-button {
        margin-left: 0;
        margin-top: 1rem;
    }



    .grid-2,
    .grid-3 {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .grid-6 {
        grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
        gap: 1.5rem;
    }

    .grid-4 {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .grid-4 .rc-content {
        grid-column: 1 / 2;
        min-height: auto;
    }

    .row {
        flex-direction: column;
        margin: 0;
    }

    .col-2 {
        flex-direction: column;
        width: 90vw;
    }

    .col-12-sm {
        width: 100%;
        margin: 0;
    }

    .sm-jcc {
        justify-content: center;
    }

    h1 {
        font-size: 2.125rem;
        line-height: 1.125;
        margin-bottom: 0.5rem;
    }

    h2 {
        font-size: 1.75rem;
        line-height: 1.25;
    }

    h3 {
        font-size: 1.375rem;
        line-height: 1.25;
        margin-bottom: 1rem
    }

    h4 {
        font-size: 1.25rem;
        line-height: 1.5;
        margin-bottom: 1rem
    }

    .welcome-title-alt {
        font-size: 2.125rem;
    }

    .column-2,
    .column-3 {
        column-count: 1;
        column-gap: 0;
    }



    /***** Tabs section *****/

    .one {
        width: 80%;
    }

    .one a h3 {
        margin-bottom: 0.25rem;
        font-size: 1.125rem
    }

    .two {
        margin-right: 0.5rem;
    }

    .two h3 {
        font-size: 1.125rem
    }

    .two p {
        font-size: 0.875rem;
        line-height: 1.7143;
    }

    .spotlight,
    .spotlight-c {
        padding: 2rem 1.5rem 0;
    }

    /*** tweaks ***/
    .mtp {
        grid-row: 4;
    }

    /*** Ring icons ***/
    .ring-icon {
        display: block;
    }

    .ring {
        display: none;
    }

    .ring-bg-img {
        display: none;

    }

    .title-wide {
        grid-column: 1 / span 1;
    }



}

:root {
    --main-text-color: #021318;
    --main-heading-color: #002c2e;
    --heading-color: #263536;
    --main-bg-color: #ffffff;
    --secondary-bg-color: #003748;

    --main-text-color-contrast: #ffffff;
    --main-heading-color-contrast: #ffffff;

    --primary-button-bg: #003748;
    --primary-button-contrast: #ffffff;
    --secondary-button-bg: #ffffff;
    --secondary-button-contrast: #00aa8e;

    --green-second: #00aa8e;
    --green-main: #006b70;
    --green-accent: #20d3c1;
    --green-light: #baf7bb;
    --cyan: #00c3db;
    --title-dark: #003748;
    --link-text: #006d75;
    --link-text-highlight: #00a0a8;

    --primary-font: "Poppins", Arial, Helvetica, sans-serif;
}