/* assets/scss/style.scss */
@font-face {
  font-family: "BROmega";
  font-style: normal;
  font-weight: 400;
  src:
    url(/wp-content/themes/ss/assets/fonts/BROmega-Regular.woff2) format("woff2"),
    url(/wp-content/themes/ss/assets/fonts/BROmega-Regular.woff) format("woff"),
    url(/wp-content/themes/ss/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/ss/assets/fonts/BROmega-SemiBold.woff2) format("woff2"),
    url(/wp-content/themes/ss/assets/fonts/BROmega-SemiBold.woff) format("woff"),
    url(/wp-content/themes/ss/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/ss/assets/fonts/BROmega-Bold.woff2) format("woff2"),
    url(/wp-content/themes/ss/assets/fonts/BROmega-Bold.woff) format("woff"),
    url(/wp-content/themes/ss/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: #F4F4F4;
  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: 22px;
}
@media screen and (min-width: 375px) {
  h2 {
    font-size: calc(22px + 12 * (100vw - 375px) / 825);
  }
}
@media screen and (min-width: 1200px) {
  h2 {
    font-size: 34px;
  }
}
@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/ss/assets/fonts/BROmega-Regular.woff2) format("woff2"),
    url(/wp-content/themes/ss/assets/fonts/BROmega-Regular.woff) format("woff"),
    url(/wp-content/themes/ss/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/ss/assets/fonts/BROmega-SemiBold.woff2) format("woff2"),
    url(/wp-content/themes/ss/assets/fonts/BROmega-SemiBold.woff) format("woff"),
    url(/wp-content/themes/ss/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/ss/assets/fonts/BROmega-Bold.woff2) format("woff2"),
    url(/wp-content/themes/ss/assets/fonts/BROmega-Bold.woff) format("woff"),
    url(/wp-content/themes/ss/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/ss/assets/fonts/BROmega-Regular.woff2) format("woff2"),
    url(/wp-content/themes/ss/assets/fonts/BROmega-Regular.woff) format("woff"),
    url(/wp-content/themes/ss/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/ss/assets/fonts/BROmega-SemiBold.woff2) format("woff2"),
    url(/wp-content/themes/ss/assets/fonts/BROmega-SemiBold.woff) format("woff"),
    url(/wp-content/themes/ss/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/ss/assets/fonts/BROmega-Bold.woff2) format("woff2"),
    url(/wp-content/themes/ss/assets/fonts/BROmega-Bold.woff) format("woff"),
    url(/wp-content/themes/ss/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;
}
.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.5rem 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: 51px;
  height: 9px;
  display: block;
}
.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;
  }
}
.footer {
  background-color: #212121;
  color: #FFF;
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: calc(1.484375rem + 2.1634615385vw);
    padding-bottom: calc(1.671875rem + 3.8942307692vw);
  }
}
@media screen and (min-width: 768px) and (min-width: 1560px) {
  .footer {
    padding-top: 3.59375rem;
  }
}
@media screen and (min-width: 768px) and (min-width: 1560px) {
  .footer {
    padding-bottom: 5.46875rem;
  }
}
.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: 28.375rem;
}
.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: 18.5rem;
  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 p,
.footer a {
  color: #FFF;
}
.footer a {
  text-decoration: underline;
}
.footer a:hover,
.footer a:focus {
  opacity: 0.8;
}
.container {
  width: 100%;
  max-width: 60.625rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.btn-show-more {
  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;
  gap: 10px;
  min-width: 18.4375rem;
  padding: 7px 20px;
  background-color: #13835B;
  color: #FFF;
  border: none;
  border-radius: 38px;
  font-weight: 600;
  font-size: 16px;
  line-height: 2.625;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}
.btn-show-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #075A3C;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  border-radius: 38px;
  z-index: 0;
}
.btn-show-more__text,
.btn-show-more__icon {
  position: relative;
  z-index: 1;
}
.btn-show-more:hover,
.btn-show-more:focus {
  color: #FFF;
  text-decoration: none;
}
.btn-show-more:hover::before,
.btn-show-more:focus::before {
  opacity: 1;
}
.btn-show-more__text {
  display: inline-block;
}
.btn-show-more__icon {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.btn-show-more__icon svg {
  width: 24px;
  height: 24px;
  display: block;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
