@font-face {
    font-family: 'Gilroy';
    src: url('gilroy-bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('gilroy-regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

body {
    font-size: 1rem;
    font-weight: 400;
    font-family: Gilroy, sans-serif;
    margin: 0;
    padding: 0;
}

.text,
body,
button,
input,
li,
p {
    font-size: min(max(1rem, calc(1rem + ((1vw - 0.3rem) * 0.2778))), 1.125rem);
    line-height: 130%;
}

h1 {
    font-size: min(max(2rem, calc(2rem + ((1vw - 0.3rem) * 2.6667))), 3.2rem);
    line-height: 100%;
}

h2 {
    font-size: min(max(1.5rem, calc(1.5rem + ((1vw - 0.3rem) * 3.3333))), 3rem);
    font-weight: 700;
    line-height: 100%;
}

.header h2 {
    font-size: min(max(1.125rem, calc(1.125rem + ((1vw - 0.3rem) * 0.8333))), 1.5rem);
    line-height: 130%;
    margin-top: 12px;
}

.stars li {
    font-size: min(max(1.125rem, calc(1.125rem + ((1vw - 0.3rem) * 0.8333))), 1.5rem);
    line-height: 130%;
}

.header h2,
footer .widget_nav_menu .widget-title,
h1,
h2 {
    font-weight: 700;
}

h1,
h2 {
    font-family: Gilroy, sans-serif;
}

.site-header {
    background: #f5f3ee;
    width: 100%;
}

.grid-x {
    display: flex;
    flex-flow: row wrap;
    margin-left: auto;
    margin-right: auto;
    max-width: 75rem;
}

div,
form,
h1,
h2,
li,
p,
ul {
    margin: 0;
    padding: 0;
}

.header-wrapper .cell {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-block: .6rem;
}

.cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: 100%;
}

.grid-margin-x>.cell {
    width: calc(100% - 1.25rem);
    margin-left: .625rem;
    margin-right: .625rem;
}

.site-branding {
    align-items: center;
    display: flex;
    height: 100%;
}

#logo {
    background-image: url(logo-dark.svg);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 100%;
    max-width: 29vw;
    overflow: hidden;
    text-indent: -99rem;
    width: 115px;
}

.is-landingpage section {
    scroll-margin-top: calc(44.19px + 2.25rem);
}

section.has-background,
section[class*=bg-]:not(.bg-white) {
    margin-block: 0 !important;
    padding-block: 2.25rem;
}

.header {
    margin-top: 0;
    padding-block: 0;
    position: relative;
}

.header .background-layer {
    display: none;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
}

.header .overlay {
    background: rgba(0, 0, 0, .4);
    background: linear-gradient(90deg, rgba(0, 0, 0, .6) 0, rgba(0, 0, 0, .6) 40%, rgba(0, 0, 0, 0) 100%);
    display: none;
    height: 100%;
    inset: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.header .grid-x {
    align-items: center;
    height: 100%;
    position: relative;
    z-index: 3;
}

.header .header-content {
    max-width: 768px;
}

.text-white {
    color: #fff;
}

.header.bg-white .text-white {
    color: #181818;
}

.header .domain-searchbar-wrapper {
    margin-block: 2rem;
}

.header.bg-grey .domain-search,
.header.bg-white .domain-search {
    border: 1px solid #104f5a;
    box-shadow: none;
}

.header .domain-searchbar-wrapper .searchbar-title {
    font-size: clamp(1.25rem, 1.25vw, 1.5rem);
    font-weight: 700;
    line-height: clamp(1.25rem, 1.6vw, 1.875rem);
    color: #104f5a;
    margin-bottom: 4px;
}

.header .domain-searchbar-wrapper .searchbar-title img {
    margin-left: 1rem;
}

.domain-searchbar {
    max-width: 600px;
    position: relative;
}

.header .domain-searchbar {
    max-width: 100%;
}

.domain-searchbar {
    margin-block: 1rem;
    max-width: 600px;
    position: relative;
}

.domain-searchbar .search-icon {
    color: #181818;
    left: 20px;
    position: absolute;
    top: 28px;
    transform: translateY(-50%);
}

.is-hidden {
    display: none !important;
}

[type=color],
[type=email],
[type=number],
[type=text],
[type=url],
textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 2.4375rem;
    margin: 0 0 1rem;
    padding: .5rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    font-family: inherit;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #0a0a0a;
    transition: box-shadow .5s, border-color .25s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.domain-searchbar input {
    font-size: clamp(1.125rem, 1.1vw, 1.3125rem);
    font-weight: 400;
    line-height: clamp(1.5rem, 1.5rem +(1vw - .32rem)* .5208, 2rem);
    background-color: #fff;
    border-radius: 8px;
    border-style: solid;
    border-width: 0;
    color: #104f5a;
    height: 48px;
    line-height: 48px;
    margin-bottom: 0;
    padding-inline: 1rem;
}

.header.bg-white .domain-search {
    border: 1px solid #181818;
    box-shadow: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

.btn {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.25px;
    background-color: #51bbb5;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 1rem 2rem;
    text-align: center;
    transition: all .2s cubic-bezier(.17, .67, .83, .67);
    width: -moz-fit-content;
    width: fit-content;
}

.btn.secondary {
    background-color: #51bbb5;
    border-color: #51bbb5;
    color: #fff;
    border: 0;
}

.btn .fa-chevron-right {
    font-size: 80%;
    margin-left: .5rem;
    transition: transform .2s cubic-bezier(.17, .67, .83, .67);
}

.domain-searchbar .domain-search-submit {
    height: 48px;
    margin-top: 1rem;
    padding: 0 1.5rem;
    width: 100%;
}

.header .reviews-container {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.reviews-top {
    align-items: center;
    color: #fff;
    display: flex;
}

.bg-white .reviews-top {
    color: #181818;
}

.header .reviews-container .reviews-top {
    flex: 0 0 100%;
    order: 2;
}

ul {
    margin-bottom: 1rem;
    list-style-position: outside;
    line-height: 1.6;
    margin-left: 1.25rem;
    list-style-type: disc;
}

.stars {
    align-items: center;
    color: #ffb357;
    display: flex;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

.stars .star {
    display: block;
    font-size: 18px;
    margin-right: 4px;
}

.header.bg-white .reviews-top .average {
    color: #181818;
}

section.bg-black {
    background-color: #181818;
    color: #fff;
}

.bg-petrol {
    background-color: #104f5a;
    color: #fff;
}

.grid-margin-y {
    margin-top: -.625rem;
    margin-bottom: -.625rem;
}

.reviews-section .left-wrapper {
    text-align: center;
}

.grid-margin-y:not(.grid-y)>.cell {
    height: auto;
}

.reviews-section .left-wrapper .accordion-title,
.reviews-section .left-wrapper .tabs-title>a,
.reviews-section .left-wrapper h1,
.reviews-section .left-wrapper h2 {
    margin-bottom: 2rem;
}

.reviews-section .reviews-top {
    border: 1px solid #ffb357;
    border-radius: 30px;
    margin: 0 auto;
    padding: .5rem 1rem;
    width: -moz-fit-content;
    width: fit-content;
}

.reviews-section .reviews-wrapper {
    margin-top: 2rem;
}

.reviews-section .review {
    margin-bottom: 1.875rem;
}

.cc-grey {
    background-color: #fafafa;
    border: 1px solid transparent;
    color: #104f5a;
}

.reviews-section .review .card-content {
    border-radius: 20px;
    padding: 2rem;
}

.reviews-section .review .bottom {
    align-items: center;
    display: flex;
    margin-top: 2rem;
}

.reviews-section .review .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    height: 52px;
    margin-right: .5rem;
    overflow: hidden;
    width: 52px;
}

.reviews-section .review .name {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5625rem;
}



@media print,
screen and (min-width: 40em) {
    .grid-margin-x>.cell {
        width: calc(100% - 1.875rem);
        margin-left: .9375rem;
        margin-right: .9375rem;
    }

    section.has-background,
    section[class*=bg-]:not(.bg-white) {
        padding-block: 4.5rem;
    }

    .header {
        align-items: center;
        display: flex;
        height: 100%;
        min-height: 65vh;
    }

    .header .background-layer img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: right;
        object-position: right;
        width: 100%;
    }

    .header .background-layer {
        display: block;
    }

    .header .overlay {
        display: block;
    }

    .header .domain-searchbar-wrapper {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
    }

    .header .domain-searchbar-wrapper .left {
        flex: 1;
    }

    .header .domain-searchbar-wrapper .searchbar-title {
        color: #fae100;
        margin-left: 1.25rem;
    }

    .header>.grid-x {
        width: 100%;
    }

    .header.bg-white .text-white {
        color: #fff;
    }

    .header.bg-grey .domain-search,
    .header.bg-white .domain-search {
        border: 0;
        box-shadow: inset 0 1px 2px rgba(10, 10, 10, .1);
    }

    .domain-searchbar .domain-search-submit {
        margin-top: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: -moz-fit-content;
        width: fit-content;
    }

    .header.bg-white .reviews-top .average {
        color: #fff;
    }

    .grid-margin-y {
        margin-top: -.9375rem;
        margin-bottom: -.9375rem;
    }

    .reviews-section .left-wrapper {
        display: flex;
        justify-content: space-between;
        padding: 3rem 0;
        text-align: left;
    }

    .reviews-section .reviews-top {
        margin: 0;
    }

    .reviews-section .reviews-wrapper {
        margin-inline: -.9375rem;
        margin-top: 0;
    }

    .medium-6 {
        width: 50%;
    }

    .grid-x>.medium-6 {
        flex-basis: auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .reviews-section .reviews-wrapper .medium-6 {
        margin-inline: .9375rem;
        width: calc(50% - 1.875rem);
    }
}

@media screen and (min-width: 64rem) {
    .site-header {
        min-height: 64px;
    }

    .header-wrapper .cell {
        padding-block: 1rem;
    }

    .is-landingpage section {
        scroll-margin-top: calc(64px + 4.5rem);
    }

    .domain-searchbar input {
        padding-inline: 1.25rem 165px;
    }

    .btn {
        padding: 1rem 3.5rem;
    }

    .header .reviews-container {
        display: block;
        padding-block: 2rem 4rem;
    }

    .reviews-top {
        margin-top: 2rem;
    }

    .grid-x>.large-5,
    .grid-x>.large-7 {
        flex-basis: auto;
        flex: 0 0 auto;
    }

    .large-5 {
        width: 41.66667%;
    }

    .grid-x>.large-5 {
        width: 41.66667%;
    }

    .grid-margin-x>.large-5 {
        width: calc(41.66667% - 1.875rem);
    }

    .grid-margin-y>.large-5 {
        height: calc(41.66667% - 1.875rem);
    }

    .reviews-section .left-wrapper {
        flex-direction: column;
        justify-content: space-between;
        padding: 6rem 0;
    }

    .large-7 {
        width: 58.33333%;
    }

    .grid-x>.large-7 {
        width: 58.33333%;
    }

    .grid-margin-x>.large-7 {
        width: calc(58.33333% - 1.875rem);
    }

    .grid-margin-y>.large-7 {
        height: calc(58.33333% - 1.875rem);
    }

    .reviews-section .reviews-wrapper {
        margin-inline: 0;
    }

    .reviews-section .reviews-wrapper .cell:first-child {
        margin-top: 4rem;
    }
}

@media screen and (min-width: 1200px) {
    #logo {
        height: 2rem;
        width: 300px;
    }
}