/* assets/scss/style.scss */
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 400;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 600;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.ttf) format("truetype");
  font-display: optional;
}
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 700;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.ttf) format("truetype");
  font-display: swap;
}
:root {
  --font-primary:
    BROmega,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    sans-serif;
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-size-base: 1rem;
  --line-height-normal: 1.6;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: var(--font-size-base);
  line-height: var(--line-height-normal);
  color: #212121;
  background-color: #ffffff;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin-top: 0;
  font-weight: 700;
}
h1 {
  line-height: 1.2;
}
h1 {
  font-size: 28px;
}
@media screen and (min-width: 375px) {
  h1 {
    font-size: calc(28px + 6 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 34px;
  }
}
h2 {
  line-height: 1.3;
}
h2 {
  font-size: 26px;
}
@media screen and (min-width: 375px) {
  h2 {
    font-size: calc(26px + 10 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 36px;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    line-height: 1.2;
  }
}
h3 {
  line-height: 1.2;
}
h3 {
  font-size: 18px;
}
@media screen and (min-width: 375px) {
  h3 {
    font-size: calc(18px + 6 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    line-height: 1.3;
  }
}
h4 {
  line-height: 1.3;
}
h4 {
  font-size: 18px;
}
@media screen and (min-width: 375px) {
  h4 {
    font-size: calc(18px + 2 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  h4 {
    font-size: 20px;
  }
}
.block-intro-text {
  margin: 0 0 1.875rem;
  text-align: center;
  max-width: 100%;
  max-width: 768px;
}
.block-intro-text h1 {
  margin-bottom: 1rem;
}
.block-intro-text p {
  color: #555555;
  line-height: 1.5;
  max-width: 724px;
  margin: 0 auto;
}
.block-intro-text p {
  font-size: 16px;
}
@media screen and (min-width: 450px) {
  .block-intro-text p {
    font-size: calc(16px + 2 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  .block-intro-text p {
    font-size: 18px;
  }
}
@media screen and (min-width: 992px) {
  .block-intro-text {
    margin: 0 0 3.125rem;
  }
  .block-intro-text h1,
  .block-intro-text h2 {
    margin-bottom: 1.25rem;
  }
  .block-intro-text p {
    line-height: 1.3;
  }
}
.wp-block-heading {
  padding: 0 1rem;
}
h2.wp-block-heading {
  margin-bottom: 1rem;
}
body,
p {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  body,
  p {
    line-height: 1.6;
  }
}
p {
  margin-top: 0;
}
.site-main > p {
  padding: 0 2.5rem;
}
.label {
  line-height: 1.6;
}
.label {
  font-size: 14px;
}
@media screen and (min-width: 375px) {
  .label {
    font-size: calc(14px + 0 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .label {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .label {
    line-height: 1.3;
  }
}
blockquote,
.quote {
  line-height: 1.6;
}
blockquote,
.quote {
  font-size: 16px;
}
@media screen and (min-width: 375px) {
  blockquote,
  .quote {
    font-size: calc(16px + 0 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  blockquote,
  .quote {
    font-size: 16px;
  }
}
.extra-large {
  line-height: 1;
}
.extra-large {
  font-size: 40px;
}
@media screen and (min-width: 375px) {
  .extra-large {
    font-size: calc(40px + 20 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  .extra-large {
    font-size: 60px;
  }
}
button,
.button {
  line-height: 42px;
}
button,
.button {
  font-size: 16px;
}
@media screen and (min-width: 375px) {
  button,
  .button {
    font-size: calc(16px + 0 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  button,
  .button {
    font-size: 16px;
  }
}
dfn,
cite,
em,
i {
  font-style: italic;
}
pre {
  max-width: 100%;
  overflow: auto;
}
code,
kbd,
tt,
var {
  font-family: monospace;
}
.semi-bold {
  font-weight: 600;
}
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 400;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 600;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.ttf) format("truetype");
  font-display: optional;
}
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 700;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.ttf) format("truetype");
  font-display: swap;
}
:root {
  --font-primary:
    BROmega,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    sans-serif;
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-size-base: 1rem;
  --line-height-normal: 1.6;
}
body,
button,
input,
select,
optgroup,
textarea {
  color: #212121;
}
ul,
ol {
  margin: 0 0 1.5em 1.5em;
}
li > ul,
li > ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin: 0 1.5em 1.5em;
}
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin: 1em 0;
}
a {
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  outline: 0;
}
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 400;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Regular.ttf) format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 600;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-SemiBold.ttf) format("truetype");
  font-display: optional;
}
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 700;
  src:
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.woff2) format("woff2"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.woff) format("woff"),
    url(/wp-content/themes/sophie/assets/fonts/BROmega-Bold.ttf) format("truetype");
  font-display: swap;
}
:root {
  --font-primary:
    BROmega,
    -apple-system,
    BlinkMacSystemFont,
    Segoe UI,
    Roboto,
    Oxygen,
    Ubuntu,
    Cantarell,
    sans-serif;
  --font-weight-regular: 400;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-size-base: 1rem;
  --line-height-normal: 1.6;
}
input,
textarea,
select {
  color: #212121;
}
textarea {
  width: 100%;
}
.updated:not(.published) {
  display: none;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
html {
  scroll-behavior: smooth;
}
.home .content-header .content-header__container {
  max-width: 1210px;
}
@media screen and (min-width: 992px) {
  .home .content-header .content-header__container {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.content-header {
  margin: 1.25rem 0;
  height: 34px;
  max-height: 34px;
  min-height: 34px;
}
@media screen and (min-width: 992px) {
  .content-header {
    margin: 3.125rem 0;
    height: auto;
    max-height: none;
    min-height: auto;
  }
}
.content-header .container {
  max-width: 61.375rem;
}
.content-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  height: 100%;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  contain: layout style;
}
@media screen and (min-width: 992px) {
  .content-header__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.content-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 991.5px) {
  .content-header__logo {
    width: 87px;
    height: 34px;
    min-width: 87px;
    min-height: 34px;
    aspect-ratio: 87/34;
  }
  .content-header__logo img {
    width: 87px;
    height: 34px;
    min-width: 87px;
    min-height: 34px;
    aspect-ratio: 87/34;
  }
}
@media screen and (min-width: 992px) {
  .content-header__logo {
    width: 152px;
    height: 59px;
    min-width: 152px;
    min-height: 59px;
    aspect-ratio: 152/59;
  }
  .content-header__logo img {
    width: 152px;
    height: 59px;
    min-width: 152px;
    min-height: 59px;
    aspect-ratio: 152/59;
  }
}
.content-header__logo-link {
  display: inline-block;
  text-decoration: none;
  line-height: 0;
  aspect-ratio: 87/34;
}
.content-header__ratings {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.content-header__ratings-block {
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 0.25rem 0.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
@media screen and (min-width: 992px) {
  .content-header__ratings-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    padding: 0.75rem 0.875rem;
    gap: 1.25rem;
  }
}
.content-header__ratings-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.content-header__ratings-section--google {
  max-width: 80px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .content-header__ratings-section {
    gap: 0.625rem;
  }
  .content-header__ratings-section--google {
    max-width: 100%;
    gap: 0.75rem;
  }
}
.content-header__ratings-icon,
.content-header__ratings-google-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 23px;
  height: 23px;
  display: block;
}
@media screen and (min-width: 992px) {
  .content-header__ratings-icon,
  .content-header__ratings-google-icon {
    width: 40px;
    height: 40px;
  }
}
.content-header__ratings-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.content-header__ratings-rating,
.content-header__ratings-google-rating-number,
.content-header__ratings-reviews,
.content-header__ratings-google-reviews-label,
.content-header__ratings-rating-text,
.content-header__ratings-rating-number {
  font-size: 0.4375rem;
  line-height: 1.25;
  color: #212121;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .content-header__ratings-rating,
  .content-header__ratings-google-rating-number,
  .content-header__ratings-reviews,
  .content-header__ratings-google-reviews-label,
  .content-header__ratings-rating-text,
  .content-header__ratings-rating-number {
    font-size: 0.75rem;
  }
}
.content-header__ratings-rating-number {
  font-weight: 700;
}
.content-header__ratings-rating-text--desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .content-header__ratings-rating-text--desktop {
    display: inline;
  }
}
.content-header__ratings-based-on--mobile {
  display: inline;
}
@media screen and (min-width: 992px) {
  .content-header__ratings-based-on--mobile {
    display: none;
  }
}
.content-header__ratings-reviews--desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .content-header__ratings-reviews--desktop {
    display: inline;
  }
}
.content-header__ratings-reviews--mobile {
  display: inline;
}
@media screen and (min-width: 992px) {
  .content-header__ratings-reviews--mobile {
    display: none;
  }
}
.content-header__ratings-divider {
  width: 1px;
  background-color: #e6e6e6;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.content-header__ratings-google-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.15rem;
}
@media screen and (min-width: 992px) {
  .content-header__ratings-google-rating {
    gap: 0.375rem;
  }
}
.content-header__ratings-stars {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 37px;
  height: 6px;
  display: block;
}
@media screen and (min-width: 992px) {
  .content-header__ratings-stars {
    width: 82px;
    height: 14px;
  }
}
.content-header__ratings-google-reviews-label--mobile {
  display: block;
}
@media screen and (min-width: 992px) {
  .content-header__ratings-google-reviews-label--mobile {
    display: none;
  }
}
.content-header__ratings-google-rating--mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.15rem;
}
@media screen and (min-width: 992px) {
  .content-header__ratings-google-rating--mobile {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .content-header__ratings-google-rating--mobile {
    gap: 0.375rem;
  }
}
.content-header__ratings-google-text {
  display: none;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  gap: 0.25rem;
  white-space: nowrap;
  font-size: 0.4375rem;
  line-height: 1.25;
  color: #212121;
}
@media screen and (min-width: 992px) {
  .content-header__ratings-google-text--desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75rem;
    line-height: 1.25;
  }
}
.content-header__ratings-google-rating-number {
  font-weight: 700;
}
.content-header__ratings-google-reviews-text {
  font-weight: 400;
}
.content-header__ratings-google-stars {
  display: none;
  margin-top: 0.25rem;
}
@media screen and (min-width: 992px) {
  .content-header__ratings-google-stars--desktop {
    display: block;
    margin-top: 0.375rem;
  }
}
.content-header__google-reviews-label,
.content-header__google-rating-number {
  font-size: 0.625rem;
  line-height: 1.5;
  color: #212121;
  font-weight: 400;
  white-space: nowrap;
}
@media screen and (min-width: 992px) {
  .content-header__google-reviews-label,
  .content-header__google-rating-number {
    font-size: 0.75rem;
    line-height: 1.25;
  }
}
.content-header__google-rating-number {
  font-weight: 700;
}
.content-header__google-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
}
.content-header__stars {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 37px;
  height: 6.4px;
  display: block;
}
@media screen and (min-width: 992px) {
  .content-header__stars {
    width: 65px;
    height: 11.2px;
  }
}
.ppc-hero-header {
  padding-top: 1.25rem;
  left: 0;
  right: 0;
  z-index: 50;
  pointer-events: none;
  position: relative;
}
@media screen and (min-width: 992px) {
  .ppc-hero-header {
    position: absolute;
    padding-top: 0;
    top: 4rem;
  }
}
.ppc-hero-header__container {
  max-width: 90rem;
}
.ppc-hero-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.75rem;
  pointer-events: auto;
}
.ppc-hero-header__logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 0;
}
.ppc-hero-header__logo-svg {
  width: 5.4375rem;
  height: auto;
}
@media screen and (min-width: 992px) {
  .ppc-hero-header__logo-svg {
    width: 10rem;
  }
}
.ppc-hero-header__logo-svg path {
  fill: #1f4862;
}
@media screen and (min-width: 992px) {
  .ppc-hero-header__logo-svg path {
    fill: #ffffff;
  }
}
.ppc-hero-header__button {
  display: none;
}
@media screen and (min-width: 992px) {
  .ppc-hero-header__button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}
.ppc-hero-header__ratings {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 992px) {
  .ppc-hero-header__ratings {
    display: none;
  }
}
.footer {
  background-color: #0A2333;
  color: #FFF;
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: calc(1.565625rem + 2.9134615385vw);
    padding-bottom: calc(1.753125rem + 4.6442307692vw);
  }
}
@media screen and (min-width: 768px) and (min-width: 1560px) {
  .footer {
    padding-top: 4.40625rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1560px) {
  .footer {
    padding-bottom: 6.28125rem;
  }
}
.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.25rem;
  margin-top: 1.25rem;
}
.footer__content {
  font-size: 14px;
}
@media screen and (min-width: 450px) {
  .footer__content {
    font-size: calc(14px + 2 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  .footer__content {
    font-size: 16px;
  }
}
.footer__content p {
  margin-top: 0;
}
.footer__content p {
  font-size: 14px;
}
@media screen and (min-width: 450px) {
  .footer__content p {
    font-size: calc(14px + 2 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  .footer__content p {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .footer__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 3rem;
  }
  .footer__content p {
    line-height: 1.3;
  }
}
.footer__column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.footer__column--left {
  width: 100%;
  max-width: 35.75rem;
}
.footer__column--right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 17.125rem;
  width: 100%;
}
.footer__logo img {
  display: block;
  height: auto;
  max-width: 100%;
}
.footer__text-block {
  line-height: 1.3;
  margin-bottom: 1.25rem;
}
.footer__text-block--disclaimer {
  margin-bottom: 0;
}
.footer__text-block p {
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .footer__text-block {
    line-height: 1.6;
  }
  .footer__text-block p {
    line-height: 1.6;
  }
}
.footer__link {
  color: #FFF;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.footer__link:hover,
.footer__link:focus {
  opacity: 0.8;
}
.footer__nav {
  margin-bottom: 1.25rem;
}
.footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .footer__nav-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.footer__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer__nav-item:not(:last-child)::after {
  content: " | ";
  margin: 0 0.5rem;
  color: #FFF;
  text-decoration: none;
}
.footer__nav-link {
  color: #FFF;
  text-decoration: underline;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.footer__nav-link:hover,
.footer__nav-link:focus {
  opacity: 0.8;
}
.footer__copyright {
  line-height: 1.3;
}
@media screen and (min-width: 992px) {
  .footer__copyright {
    line-height: 1.6;
  }
}
.footer__social {
  margin-bottom: 1.875rem;
}
.footer__social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.375rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .footer__social-list {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.footer__social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer__social-link {
  display: block;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  line-height: 0;
}
.footer__social-link:hover,
.footer__social-link:focus {
  opacity: 0.8;
}
.footer__social-link svg {
  display: block;
  width: 42px;
  height: 42px;
}
.footer p,
.footer a {
  color: #FFF;
}
.footer a {
  text-decoration: underline;
}
.footer a:hover,
.footer a:focus {
  opacity: 0.8;
}
.container {
  width: 100%;
  max-width: 75.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.btn-pill {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  color: #fff;
  background: #13835B;
  border-radius: 38px;
  padding: 14px 1.875rem;
  text-decoration: none;
  font-weight: 600;
  border: 2px solid #13835B;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  line-height: 1;
  font-size: 1rem;
}
.btn-pill:hover,
.btn-pill:focus-visible {
  background-color: #fff;
  color: #13835B;
}
.btn-pill--icon svg * {
  fill: #fff;
  stroke: #fff;
}
.btn-pill--icon:hover svg *,
.btn-pill--icon:focus-within svg * {
  fill: #13835B !important;
  stroke: #13835B;
}
.btn-underline {
  color: #212121;
  font-weight: 500;
  line-height: 1;
  position: relative;
  border: 0;
  cursor: pointer;
  background-color: transparent;
}
.btn-underline {
  font-size: 16px;
}
@media screen and (min-width: 450px) {
  .btn-underline {
    font-size: calc(16px + 4 * (100vw - 450px) / 1130);
  }
}
@media screen and (min-width: 1580px) {
  .btn-underline {
    font-size: 20px;
  }
}
.btn-underline:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #212121;
}
.btn-pill--blue {
  background-color: #1F4862;
  border-color: #1F4862;
}
.btn-pill--blue:hover,
.btn-pill--blue:focus-visible {
  background-color: #fff;
  color: #1F4862;
}
.btn-pill--blue.btn-pill--icon:hover svg *,
.btn-pill--blue.btn-pill--icon:focus-within svg * {
  fill: #1F4862 !important;
  stroke: #1F4862;
}
.sophie-slick-arrow {
  padding: 0;
  border: none;
  background: none;
  width: 42px;
  height: 42px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.sophie-slick-arrow svg {
  display: block;
  width: 42px;
  height: 42px;
}
.sophie-slick-arrow svg rect {
  fill: #13835B !important;
}
.sophie-slick-arrow svg path {
  fill: #fff !important;
}
.sophie-slick-arrow.slick-disabled svg rect,
.sophie-slick-arrow:disabled svg rect {
  fill: #fff !important;
}
.sophie-slick-arrow.slick-disabled svg path,
.sophie-slick-arrow:disabled svg path {
  fill: #212121 !important;
}
.sophie-slick-arrow.slick-disabled,
.sophie-slick-arrow:disabled {
  opacity: 1 !important;
  cursor: not-allowed !important;
}
.slider-wrapper .thumb-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 142px;
  height: 53px;
  border-radius: 36px;
  text-align: center;
  font-size: 1rem;
  color: #212121;
  gap: 0.5rem;
  position: relative;
  background: #F3F3F1;
  margin-left: auto;
  margin-right: auto;
  padding: 0.375rem;
}
.slider-wrapper .thumb-pagination .slick-prev,
.slider-wrapper .thumb-pagination .slick-next {
  background: none;
  border: none;
  font-size: 0;
  color: #333;
  cursor: pointer;
}
.slider-wrapper .thumb-pagination .slick-prev::before,
.slider-wrapper .thumb-pagination .slick-next::before {
  content: none;
  background-size: contain;
}
.slider-wrapper .thumb-pagination .slick-prev.sophie-slick-arrow,
.slider-wrapper .thumb-pagination .slick-next.sophie-slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  margin: auto;
  -webkit-transform: none;
  transform: none;
}
.slider-wrapper .thumb-pagination .slick-prev.sophie-slick-arrow.slick-arrow,
.slider-wrapper .thumb-pagination .slick-next.sophie-slick-arrow.slick-arrow {
  position: relative;
  left: 0;
  right: 0;
}
.slider-wrapper .slick-prev.sophie-slick-arrow {
  top: 0;
  left: 0.375rem;
  bottom: 0;
}
.slider-wrapper .slick-next.sophie-slick-arrow {
  top: 0;
  right: 0.375rem;
  bottom: 0;
}
.slider-wrapper .slick-arrow {
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .slider-wrapper .thumb-pagination .slick-prev {
    left: 39%;
  }
  .slider-wrapper .thumb-pagination .slick-next {
    right: 39%;
  }
}
.page-text {
  font-size: 1rem;
  white-space: nowrap;
  font-weight: 400;
  font-family: "BR Omega", sans-serif;
  line-height: 1.625;
  color: #212121;
}
@media screen and (max-width: 767.5px) {
  .slider-wrapper .thumb-pagination .slick-prev {
    left: 30%;
  }
  .slider-wrapper .thumb-pagination .slick-next {
    right: 30%;
  }
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
