@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');

/*!
Theme Name: Titarenko New
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: titarenko-new
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Titarenko New is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/**
 * Custom font declarations.
 */

@font-face {
  font-family: 'ArticaPro';

  src: url('/wp-content/uploads/fonts/ArticaPro.eot');

  src: local('☞/wp-content/uploads/fonts/ArticaPro'), local('ArticaPro'),
	url('/wp-content/uploads/fonts/ArticaPro.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/uploads/fonts/ArticaPro.woff2') format('woff2'),
	url('/wp-content/uploads/fonts/ArticaPro.woff') format('woff'),
	url('/wp-content/uploads/fonts/ArticaPro.ttf') format('truetype');

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: 'ArticaPro';

  src: url('/wp-content/uploads/fonts/ArticaPro-Medium.eot');

  src: local('☞/wp-content/uploads/fonts/ArticaPro-Medium'), local('ArticaPro-Medium'),
	url('/wp-content/uploads/fonts/ArticaPro-Medium.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/uploads/fonts/ArticaPro-Medium.woff2') format('woff2'),
	url('/wp-content/uploads/fonts/ArticaPro-Medium.woff') format('woff'),
	url('/wp-content/uploads/fonts/ArticaPro-Medium.ttf') format('truetype');

  font-weight: 500;

  font-style: normal;
}

@font-face {
  font-family: 'ArticaPro';

  src: url('/wp-content/uploads/fonts/ArticaPro-Black.eot');

  src: local('☞/wp-content/uploads/fonts/ArticaPro-Black'), local('ArticaPro-Black'),
	url('/wp-content/uploads/fonts/ArticaPro-Black.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/uploads/fonts/ArticaPro-Black.woff2') format('woff2'),
	url('/wp-content/uploads/fonts/ArticaPro-Black.woff') format('woff'),
	url('/wp-content/uploads/fonts/ArticaPro-Black.ttf') format('truetype');

  font-weight: 900;

  font-style: normal;
}

@font-face {
  font-family: 'ArticaPro';

  src: url('/wp-content/uploads/fonts/ArticaPro-Light.eot');

  src: local('☞/wp-content/uploads/fonts/ArticaPro-Light'), local('ArticaPro-Light'),
	url('/wp-content/uploads/fonts/ArticaPro-Light.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/uploads/fonts/ArticaPro-Light.woff2') format('woff2'),
	url('/wp-content/uploads/fonts/ArticaPro-Light.woff') format('woff'),
	url('/wp-content/uploads/fonts/ArticaPro-Light.ttf') format('truetype');

  font-weight: 300;

  font-style: normal;
}

@font-face {
  font-family: 'ArticaPro';

  src: url('/wp-content/uploads/fonts/ArticaPro-Bold.eot');

  src: local('☞/wp-content/uploads/fonts/ArticaPro-Bold'), local('ArticaPro-Bold'),
	url('/wp-content/uploads/fonts/ArticaPro-Bold.eot?#iefix') format('embedded-opentype'),
	url('/wp-content/uploads/fonts/ArticaPro-Bold.woff2') format('woff2'),
	url('/wp-content/uploads/fonts/ArticaPro-Bold.woff') format('woff'),
	url('/wp-content/uploads/fonts/ArticaPro-Bold.ttf') format('truetype');

  font-weight: bold;

  font-style: normal;
}

/*! tailwindcss v3.0.6 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

.rounded-before-8p {
}

.rounded-before-8p::before {
  border-radius: 8px;
}

.rounded-before-t-223p {
}

.rounded-before-t-223p::before {
  border-top-left-radius: 223px;
  border-top-right-radius: 223px;
}

.rounded-before-b-8p {
}

.rounded-before-b-8p::before {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

.image-beauty-bordered {
  position: relative;
}

.image-beauty-bordered::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border: solid 1px;
}

.image-beauty-bordered img {
  position: absolute;
  top: 0;
  right: 0;
}

.image-beauty-bordered-4-2 {
}

.image-beauty-bordered-4-2::before,
	.image-beauty-bordered-4-2 img {
  width: calc(100% - 4px);
  height: calc(100% - 2px);
}

*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-color: currentColor;
}

.container{
  width: 100%;
}

@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}

@media (min-width: 768px){
  .mobile-only{
    display: none;
  }
}

.container-padding{
  padding-left: 8px;
  padding-right: 8px;
}

@media (min-width: 768px){
  .container-padding{
    padding-left: 39px;
    padding-right: 39px;
  }
}

@media (min-width: 1024px){
  .container-padding{
    padding-left: 15px;
    padding-right: 15px;
  }
}

.typ-h3-desktop {
  /* styleName: H3/desktop */
  font-family: ArticaPro, serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0em;
}

.typ-body-small-desktop{
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0em;
}

.typ-body-small-desktop-light {
  /* styleName: Body(Small)/desktop/Light; */
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0em;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.typ-body-small-desktop-medium {
  /* styleName: Body(Small)/desktop/Medium */
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: 0em;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.typ-h1-desktop-medium {
  /* styleName: H1/desktop/Medium; */
  font-family: ArticaPro, serif;
  font-weight: 500;
  font-size: 34px;
  line-height: 54px;
  letter-spacing: 0em;
}

.typ-h1-desktop {
  /* styleName: H1/desktop; */
  font-family: ArticaPro, serif;
  font-weight: 500;
  font-size: 38px;
  line-height: 54px;
  letter-spacing: 0em;
}

.typ-button-1-mobile {
  /* styleName: Buttom-1/desktop */
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.1em;
}

.typ-h1-mobile-medium {
  /* styleName: H1/mobile/Medium */
  font-family: ArticaPro, serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0em;
}

.typ-h1-mobile-bold {
  /* styleName: H1/mobile/Bold */
  font-family: ArticaPro, serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  letter-spacing: 0em;
}

.typ-h2-mobile {
  /* styleName: H2/mobile; */
  font-family: ArticaPro, serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 0em;
}

.typ-h3-mobile {
  /* styleName: H3/mobile */
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
}

.typ-medium-mobile-medium {
  /* Body(Medium)/mobile/Medium */
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 32px;
}

.typ-body-small-mobile-medium {
  /* Body(Small)/Mobile/Medium */
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 13.9px;
  line-height: 24px;
}

.typ-body-small-mobile-light {
  /* Body(Small)/Mobile/Medium */
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13.9px;
  line-height: 24px;
}

.typ-body-small-desktop-light {
  /* Body(Small)/desktop/Light */
  font-family: Montserrat, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}

.typ-h2-desktop {
  /* H2/desktop */
  font-family: ArticaPro, serif;
  line-height: 36px;
  font-size: 24px;
  letter-spacing: 0;
}

.container{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 1140px;
}

.button-simple-black {
  /* styleName: Buttom-1/desktop */
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.1em;
  font-family: Montserrat, sans-serif;
  border-bottom-width: 2px;
  padding: 0px;
  padding-bottom: 5px;
  --tw-text-opacity: 1;
  color: rgb(43 64 70 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .button-simple-black {
    /* styleName: Buttom-1/desktop */
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23px;
    letter-spacing: 0.1em;
  }

  .button-simple-black{
    font-family: Montserrat, sans-serif;
  }
}

.button-dark-filled{
  width: 100%;
  border-radius: 8px;
  border-width: 2px;
  border-color: transparent;
  background-color: rgba(43, 64, 70, 1);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13.9px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 0.1em;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 200ms;
}

.button-dark-filled:hover{
  border-color: rgba(43, 64, 70, 1);
  background-color: transparent;
  color: rgba(43, 64, 70, 1);
}

.button-brown{
  width: 100%;
  border-radius: 10px;
  --tw-bg-opacity: 1;
  background-color: rgb(208 136 136 / var(--tw-bg-opacity));
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 16px;
  line-height: 22.5px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.load-line-bg{
  height: 8px;
  overflow: hidden;
  border-radius: 4px;
  background-color: rgba(208, 136, 136, 0.4);
}

.load-line-item{
  height: 100%;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(208 136 136 / var(--tw-bg-opacity));
}

.list-dot {
  display: inline-block;
  width: 10px;
  position: relative;
  margin-right: 5px;
  color: transparent;
}

.list-dot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 2px;
  --tw-bg-opacity: 1;
  background-color: rgb(43 64 70 / var(--tw-bg-opacity));
}

.land-card{
  margin-bottom: 40px;
  width: 100%;
  text-align: center;
}

@media (min-width: 768px){
  .land-card{
    margin-bottom: 60px;
  }

  .land-card{
    text-align: left;
  }
}

.land-card:last-child{
  margin-bottom: 0px;
}

.land-card__image{
  margin-bottom: 24px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.land-card__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .land-card__image {
    height: 319px;
  }
}

@media (min-width: 1024px) {
  .land-card {
    margin-bottom: 40px;
  }

  .land-card__image {
    height: 220px;
  }
}

.land-card__image img{
  min-height: 100%;
  min-width: 100%;
}

.land-card__title{
  margin-bottom: 24px;
  font-family: ArticaPro, serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.land-card__content{
  font-size: 13.9px;
  line-height: 24px;
  font-weight: 300;
}

@media (min-width: 1024px) {
  .land-card__title {
    font-size: 20px;
    line-height: 28px;
  }

  .land-card__content {
    font-size: 16px;
    line-height: 24px;
  }
}

.advantage-item{
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media (min-width: 768px){
  .advantage-item{
    align-items: flex-start;
  }
}

.advantage-item:last-child{
  margin-bottom: 0px;
}

.advantage-item__circle{
  display: flex;
  height: 80px;
  width: 80px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(208 136 136 / var(--tw-bg-opacity));
  grid-area: circle;
}

.advantage-item__title{
  margin-top: 16px;
  font-family: ArticaPro, serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  grid-area: title;
}

.advantage-item__description{
  margin-top: 16px;
  font-size: 13.9px;
  line-height: 24px;
  font-weight: 300;
  grid-area: description;
}

@media (min-width: 768px) {
  .advantage-item{
    display: grid;
  }

  .advantage-item{
    text-align: left;
  }

  .advantage-item {
    grid-template-areas: "circle title" "circle description";
    grid-template-columns: 110px auto;
    grid-template-rows: -webkit-min-content auto;
    grid-template-rows: min-content auto;
  }

  .advantage-item__title {
    margin-top: 0;
  }

  .advantage-item__circle {
    align-self: start;
  }
}

@media (min-width: 1024px) {
  .advantage-item__title{
    font-size: 20px;
    line-height: 32px;
  }

  .advantage-item__description{
    font-size: 16px;
    line-height: 22.5px;
  }
}

.expander{
  margin-bottom: 40px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(43 64 70 / var(--tw-border-opacity));
}

.expander:last-child{
  margin-bottom: 0px;
}

.expander__first-row{
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.expander__title{
  margin-right: 24px;
  font-family: ArticaPro, serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.expander__plus{
  display: block;
}

.expander__minus{
  display: none;
}

.expander__content{
  margin-bottom: 16px;
  display: none;
  font-size: 13.9px;
  line-height: 24px;
}

.expander.opened .expander__content{
  display: block;
}

.expander.opened .expander__plus{
  display: none;
}

.expander.opened .expander__minus{
  display: block;
}

@media (min-width: 768px) {
  .expander {
    margin-bottom: 42px;
  }
}

.reviews {
  display: flex;
  flex-wrap: nowrap;
}

.review {
  width: 100%;
  flex-shrink: 0;
  flex-grow: 0;
}

@media (min-width: 768px) {
  .review {
    max-width: 360px;
  }
}

@media (min-width: 1024px) {
  .expander {
    margin-bottom: 40px;
  }

  .expander__title {
    /* styleName: H3/desktop */
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0em;
  }

  .expander__title{
    font-family: ArticaPro, serif;
  }

  .expander__title{
    font-weight: 500;
  }

  .expander__content {
    font-size: 16px;
  }
}

.review__header{
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.review__avatar{
  margin-right: 20px;
  height: 64px;
  width: 64px;
  overflow: hidden;
  border-radius: 9999px;
}

.review__avatar img{
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.review__name{
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.review__content{
  font-size: 13.9px;
  line-height: 24px;
}

.review-buttons{
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 43px;
}

.review-button {
  width: 8px;
  height: 8px;
  background: rgba(208, 136, 136, 0.4);
  border-radius: 50%;
  margin-right: 16px;
}

.review-button:last-child {
  margin-right: 0;
}

.review-button--active {
  background: rgba(208, 136, 136, 1);
}

@media (min-width: 768px) {
  .review {
    margin-right: 30px;
  }
}

@media (min-width: 1024px) {
  .review {
    width: 350px;
  }

  .review__content {
    /* styleName: Body(Small)/desktop/Light; */
    font-weight: 300;
  }

  .review__content {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0em;
  }

  .review__content{
    font-family: Montserrat, sans-serif;
  }

  .review__content {
    /* Body(Small)/desktop/Light */
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }

  .review__content{
    font-family: Montserrat, sans-serif;
  }
}

.beauty-input{
  width: 100%;
  border-bottom-width: 2px;
  border-color: rgba(158, 158, 158, 1);
  background-color: transparent;
  padding-bottom: 16px;
  font-size: 13.9px;
  line-height: 23px;
}

/* 645  - 620      = 25   */

/* x    + y        = 1265 */

/* 1265 - 1120     = 145  */

/* 645  + 620 - 2x = 1120 */

.expert-info{
  display: flex;
  flex-direction: column;
}

@media (min-width: 1024px){
  .expert-info{
    flex-direction: row;
  }
}

.expert-info__image {
  position: relative;
}

.expert-info__image::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  border: solid 1px;
}

.expert-info__image img {
  position: absolute;
  top: 0;
  right: 0;
}

.expert-info__image {
}

.expert-info__image::before, .expert-info__image img {
  width: calc(100% - 4px);
  height: calc(100% - 2px);
}

.expert-info__image{
  height: 200px;
}

.expert-info__info{
  margin-top: 40px;
  border-radius: 12px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 241 / var(--tw-bg-opacity));
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  font-size: 13.9px;
  line-height: 24px;
  padding-top: 27px;
  padding-bottom: 27px;
}

@media (min-width: 768px) {
  .expert-info__image {
    height: 420px;
  }

  .expert-info__image img {
    /*object-position: 0px -100px;*/
  }

  .expert-info__info {
    padding-top: 35px;
  }
}

@media (min-width: 1024px) {
  /* 645px */

  .expert-info__image {
  }

  .expert-info__image::before, .expert-info__image img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }

  .expert-info__image::before, .expert-info__image img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }

  .expert-info__image{
    height: 758px;
  }

  .expert-info__image {
    flex-basis: 645px;
    margin-right: -72.5px;
    z-index: 1;
    flex-shrink: 0;
  }

  /* 620px */

  .expert-info__info{
    margin-top: auto;
    margin-bottom: auto;
  }

  .expert-info__info{
    padding: 40px;
  }

  .expert-info__info {
    flex-basis: 620px;
    margin-left: -72.5px;
    z-index: 2;
    overflow: hidden;
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
  }
}

.what-u-get-card{
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 24px;
  display: flex;
  height: 128px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  --tw-bg-opacity: 1;
  background-color: rgb(208 136 136 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 13.9px;
  line-height: 24px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding: 28px 18px;
}

.what-u-get-card:last-child{
  margin-bottom: 0px;
}

.steps-big-number{
  position: -webkit-sticky;
  position: sticky;
  font-family: ArticaPro, serif;
  font-weight: 500;
  font-size: 160px;
  line-height: 270px;
  color: rgba(43, 64, 70, 0.08);
  top: 150px;
}

@media (min-width: 768px) {
  .steps-big-number {
    font-size: 299px;
    letter-spacing: 17px;
  }
}

@media (min-width: 1024px) {
  .steps-big-number {
  }
}

.simple-mobile-title{
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: ArticaPro, serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.grid-area-first {
  grid-area: first;
}

.grid-area-third {
  grid-area: third;
}

/* Menu */

/* Slides */

.first-slide, .for-who-slide{
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 241 / var(--tw-bg-opacity));
  text-align: center;
}

.first-slide__container, .for-who-slide__container{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

@media (min-width: 640px){
  .first-slide__container, .for-who-slide__container{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .first-slide__container, .for-who-slide__container{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .first-slide__container, .for-who-slide__container{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .first-slide__container, .for-who-slide__container{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .first-slide__container, .for-who-slide__container{
    max-width: 1536px;
  }
}

.first-slide__container, .for-who-slide__container{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 1140px;
  flex-direction: column;
  padding-left: 8px;
  padding-right: 8px;
}

.first-slide__container{
  padding-top: 30px;
  padding-bottom: 60px;
}

.for-who-slide__container{
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .first-slide, .for-who-slide{
    text-align: left;
  }

  .first-slide__container, .for-who-slide__container{
    display: grid;
  }

  .first-slide__container, .for-who-slide__container{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .first-slide__container, .for-who-slide__container{
    gap: 30px;
  }

  .first-slide__container, .for-who-slide__container{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .first-slide__container, .for-who-slide__container{
    padding-left: 39px;
    padding-right: 39px;
  }

  .first-slide__container{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .for-who-slide__container {
    grid-template-areas: "first first" "second third";
  }
}

@media (min-width: 1024px) {
  .first-slide__container{
    padding-left: 15px;
    padding-right: 15px;
  }

  .for-who-slide__container{
    padding-left: 15px;
    padding-right: 15px;
  }

  .for-who-slide__container {
    grid-template-areas: "first third" "second third";
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
    padding-bottom: 110px;
  }
}

.for-who-slide-second{
  display: flex;
  flex-direction: column;
}

.for-who-slide-second__image {
  grid-area: image;
}

.for-who-slide-second__title {
  grid-area: title;
}

.for-who-slide-second__info{
  margin-top: 60px;
  grid-area: info;
}

@media (min-width: 768px) {
  .for-who-slide-second{
    display: grid;
  }

  .for-who-slide-second{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .for-who-slide-second{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .for-who-slide-second {
    grid-template-areas: "image title" "image info";
    grid-template-columns: 1fr 390px;
  }
}

@media (min-width: 1024px) {
  .for-who-slide-second{
    -moz-column-gap: 125px;
         column-gap: 125px;
  }

  .for-who-slide-second {
    grid-template-rows: -webkit-min-content 1fr;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 1fr 540px;
  }

  .for-who-slide-second__info{
    margin-top: 60px;
  }
}

.consultation-form{
  display: grid;
  grid-template-areas: "title" "price" "icon" "form";
}

.consultation-form__title {
  grid-area: title;
  width: 100%;
  text-align: center;
  font-family: ArticaPro, serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
}

.consultation-form__icon {
  grid-area: icon;
  margin-top: 64px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.consultation-form__form {
  grid-area: form;
  margin-top: 40px;
}

@media (min-width: 768px) {
  .consultation-form__icon {
    margin-top: 0;
  }

  .consultation-form__icon svg {
    width: 500px;
    height: 500px;
  }

  .consultation-form__form{
    margin-top: 8px;
  }
}

@media (min-width: 1024px) {
  .consultation-form {
    grid-template-areas: "title price" "form icon";
    grid-template-columns: 49% 51%;
  }

  .consultation-form__title{
    text-align: left;
  }

  .consultation-form__title{
    font-size: 24px;
    line-height: 36px;
  }

  .consultation-form__price{
    margin-top: 0px;
  }

  .consultation-form__form{
    margin-top: 20px;
  }
}

.question-page{
  width: 100%;
}

@media (min-width: 640px){
  .question-page{
    max-width: 640px;
  }
}

@media (min-width: 768px){
  .question-page{
    max-width: 768px;
  }
}

@media (min-width: 1024px){
  .question-page{
    max-width: 1024px;
  }
}

@media (min-width: 1280px){
  .question-page{
    max-width: 1280px;
  }
}

@media (min-width: 1536px){
  .question-page{
    max-width: 1536px;
  }
}

.question-page{
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  max-width: 1140px;
  display: grid;
  font-size: 16px;
  line-height: 22.5px;
  grid-template-areas: "content" "buttons" "counter";
}

@media (min-width: 768px) {
  .question-page {
    grid-template-areas: "content content" "counter buttons";
  }
}

.question-page__content {
  /* Body(Medium)/mobile/Regular */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  font-family: Montserrat, sans-serif;
  grid-area: content;
  margin-bottom: 16px;
  padding-bottom: 33px;
  border-bottom: solid 1px rgba(236, 236, 236, 1);
}

@media (min-width: 1024px) {
  .question-page__content {
    padding-bottom: 60px;
  }
}

.question-page__buttons {
  grid-area: buttons;
  margin-bottom: 16px;
}

@media (min-width: 768px) {
  .question-page__buttons {
    margin-bottom: 0;
    display: flex;
    justify-content: flex-end;
  }
}

.question-page__counter {
  /* styleName: Body(Small)/desktop/Light; */
  letter-spacing: 0em;
  /* Body(Small)/desktop/Light */
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  grid-area: counter;
}

@media (min-width: 768px) {
  .question-page__counter {
    width: 255px;
  }
}

.question-page__back-button{
  display: flex;
  width: 120px;
  align-items: center;
  justify-content: flex-end;
  padding-left: 6px;
  padding-right: 6px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.question-form{
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.question-form-item{
  display: flex;
  cursor: pointer;
  align-items: center;
}

.question-form-item__circle-checked{
  display: none;
  height: 48px;
  width: 48px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(43 64 70 / var(--tw-border-opacity));
}

input[type="radio"]:checked ~ .question-form-item__circle-checked{
  display: flex;
}

.question-form-item__circle-checked-inner{
  height: 34px;
  width: 34px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(43 64 70 / var(--tw-bg-opacity));
}

.question-form-item__circle{
  display: flex;
  height: 48px;
  width: 48px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(43 64 70 / var(--tw-border-opacity));
}

input[type="radio"]:checked ~ .question-form-item__circle{
  display: none;
}

.question-form-item__text{
  font-size: 24px;
  line-height: 36px;
}

input[type="radio"]:checked ~ .question-form-item__text{
  font-weight: 600;
}

.question-start-screen {
}

.question-start-screen__title{
  margin-bottom: 24px;
  font-family: ArticaPro, serif;
  font-size: 32px;
  line-height: 44px;
  font-weight: 500;
}

.question-start-screen__description{
  font-size: 13.9px;
  line-height: 24px;
  font-weight: 300;
}

.list-item-starred{
  font-family: Montserrat, sans-serif;
  padding-left: 48px;
  position: relative;
  font-weight: 500;
  font-size: 13.9px;
  line-height: 24px;
  text-align: left;
}

.list-item-starred:not(:last-child){
  margin-bottom: 40px;
}

.list-item-starred:not(:last-child).small{
  margin-bottom: 24px;
}

.list-item-starred::before {
  content: url('/wp-content/uploads/static-images/starred.svg');
  position: absolute;
  width: 24px;
  height: 24px;
  display: block;
  left: 0;
  top: 0;
}

.consultation-page {
  display: grid;
  grid-template-columns: 1fr;
}

@media (min-width: 1024px) {
  .consultation-page {
    grid-template-columns: 50% 9% 41%;
  }
}

.titarenko-elena-about-image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0px 17%;
     object-position: 0px 17%;
}

.visible{
  visibility: visible;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: -webkit-sticky;
  position: sticky;
}

.top-0{
  top: 0px;
}

.bottom-0{
  bottom: 0px;
}

.right-0{
  right: 0px;
}

.left-0{
  left: 0px;
}

.top-2\/4{
  top: 50%;
}

.right-2\/4{
  right: 50%;
}

.top-16p{
  top: 16px;
}

.right-16p{
  right: 16px;
}

.z-mobile-menu{
  z-index: 100001;
}

.z-50{
  z-index: 50;
}

.-m-15p{
  margin: -15px;
}

.m-15p{
  margin: 15px;
}

.-mx-15p{
  margin-left: -15px;
  margin-right: -15px;
}

.-mx-6p{
  margin-left: -6px;
  margin-right: -6px;
}

.mt-20p{
  margin-top: 20px;
}

.mt-24p{
  margin-top: 24px;
}

.mt-40p{
  margin-top: 40px;
}

.mb-30p{
  margin-bottom: 30px;
}

.mt-60p{
  margin-top: 60px;
}

.mb-24p{
  margin-bottom: 24px;
}

.mr-24p{
  margin-right: 24px;
}

.mb-40p{
  margin-bottom: 40px;
}

.mt-80p{
  margin-top: 80px;
}

.mb-80p{
  margin-bottom: 80px;
}

.mt-126p{
  margin-top: 126px;
}

.mt-65p{
  margin-top: 65px;
}

.mt-120p{
  margin-top: 120px;
}

.mr-30p{
  margin-right: 30px;
}

.mt-30p{
  margin-top: 30px;
}

.ml-30p{
  margin-left: 30px;
}

.-ml-15p{
  margin-left: -15px;
}

.mt-16p{
  margin-top: 16px;
}

.mt-32p{
  margin-top: 32px;
}

.mb-32p{
  margin-bottom: 32px;
}

.ml-40p{
  margin-left: 40px;
}

.mb-20p{
  margin-bottom: 20px;
}

.mt-4p{
  margin-top: 4px;
}

.mr-32p{
  margin-right: 32px;
}

.ml-32p{
  margin-left: 32px;
}

.mb-14p{
  margin-bottom: 14px;
}

.mb-16p{
  margin-bottom: 16px;
}

.-mt-80p{
  margin-top: -80px;
}

.-mr-39p{
  margin-right: -39px;
}

.mr-8p{
  margin-right: 8px;
}

.mb-4p{
  margin-bottom: 4px;
}

.mb-8p{
  margin-bottom: 8px;
}

.mt-12p{
  margin-top: 12px;
}

.mt-100p{
  margin-top: 100px;
}

.mb-18p{
  margin-bottom: 18px;
}

.block{
  display: block;
}

.inline-block{
  display: inline-block;
}

.flex{
  display: flex;
}

.table{
  display: table;
}

.grid{
  display: grid;
}

.hidden{
  display: none;
}

.h-160p{
  height: 160px;
}

.h-120p{
  height: 120px;
}

.h-screen{
  height: 100vh;
}

.h-full{
  height: 100%;
}

.h-350p{
  height: 350px;
}

.h-400p{
  height: 400px;
}

.h-20p{
  height: 20px;
}

.h-48p{
  height: 48px;
}

.w-full{
  width: 100%;
}

.w-160p{
  width: 160px;
}

.w-auto{
  width: auto;
}

.w-120p{
  width: 120px;
}

.w-20p{
  width: 20px;
}

.w-200p{
  width: 200px;
}

.w-260p{
  width: 260px;
}

.w-270p{
  width: 270px;
}

.w-8\/12{
  width: 66.666667%;
}

.w-9\/12{
  width: 75%;
}

.w-220p{
  width: 220px;
}

.w-7\/12{
  width: 58.333333%;
}

.w-95p{
  width: 95px;
}

.w-150p{
  width: 150px;
}

.max-w-445p{
  max-width: 445px;
}

.max-w-540p{
  max-width: 540px;
}

.max-w-350p{
  max-width: 350px;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.flex-grow-0{
  flex-grow: 0;
}

.grow{
  flex-grow: 1;
}

.translate-x-2\/4{
  --tw-translate-x: 50%;
  transform: var(--tw-transform);
}

.-translate-y-2\/4{
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}

.transform{
  transform: var(--tw-transform);
}

.cursor-pointer{
  cursor: pointer;
}

.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col{
  flex-direction: column;
}

.flex-wrap{
  flex-wrap: wrap;
}

.flex-wrap-reverse{
  flex-wrap: wrap-reverse;
}

.items-start{
  align-items: flex-start;
}

.items-center{
  align-items: center;
}

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

.justify-center{
  justify-content: center;
}

.justify-between{
  justify-content: space-between;
}

.gap-30p{
  gap: 30px;
}

.gap-24p{
  gap: 24px;
}

.gap-12p{
  gap: 12px;
}

.gap-40p{
  gap: 40px;
}

.gap-y-30p{
  row-gap: 30px;
}

.gap-x-30p{
  -moz-column-gap: 30px;
       column-gap: 30px;
}

.gap-y-40p{
  row-gap: 40px;
}

.overflow-hidden{
  overflow: hidden;
}

.whitespace-nowrap{
  white-space: nowrap;
}

.rounded-12p{
  border-radius: 12px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-223p{
  border-radius: 223px;
}

.rounded-10p{
  border-radius: 10px;
}

.rounded-8p{
  border-radius: 8px;
}

.rounded-4p{
  border-radius: 4px;
}

.rounded-b-8p{
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
}

.border{
  border-width: 1px;
}

.border-b{
  border-bottom-width: 1px;
}

.border-gray{
  border-color: rgba(158, 158, 158, 1);
}

.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.bg-bridal-heath{
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 241 / var(--tw-bg-opacity));
}

.bg-black-limed-spruce-60{
  background-color: rgba(43, 64, 70, 0.6);
}

.bg-brown{
  --tw-bg-opacity: 1;
  background-color: rgb(208 136 136 / var(--tw-bg-opacity));
}

.bg-brown-60{
  background-color: rgba(208, 136, 136, 0.6);
}

.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}

.p-16p{
  padding: 16px;
}

.p-40p{
  padding: 40px;
}

.p-12p{
  padding: 12px;
}

.p-24p{
  padding: 24px;
}

.px-8p{
  padding-left: 8px;
  padding-right: 8px;
}

.py-80p{
  padding-top: 80px;
  padding-bottom: 80px;
}

.py-40p{
  padding-top: 40px;
  padding-bottom: 40px;
}

.px-39p{
  padding-left: 39px;
  padding-right: 39px;
}

.py-30p{
  padding-top: 30px;
  padding-bottom: 30px;
}

.px-6p{
  padding-left: 6px;
  padding-right: 6px;
}

.py-120p{
  padding-top: 120px;
  padding-bottom: 120px;
}

.py-10p{
  padding-top: 10px;
  padding-bottom: 10px;
}

.px-18p{
  padding-left: 18px;
  padding-right: 18px;
}

.py-60p{
  padding-top: 60px;
  padding-bottom: 60px;
}

.py-8p{
  padding-top: 8px;
  padding-bottom: 8px;
}

.py-110p{
  padding-top: 110px;
  padding-bottom: 110px;
}

.px-20p{
  padding-left: 20px;
  padding-right: 20px;
}

.pt-40p{
  padding-top: 40px;
}

.pt-60p{
  padding-top: 60px;
}

.pt-16p{
  padding-top: 16px;
}

.pt-24p{
  padding-top: 24px;
}

.pb-80p{
  padding-bottom: 80px;
}

.pt-175p{
  padding-top: 175px;
}

.pb-24p{
  padding-bottom: 24px;
}

.pb-110p{
  padding-bottom: 110px;
}

.pt-70p{
  padding-top: 70px;
}

.pb-0{
  padding-bottom: 0px;
}

.pt-12p{
  padding-top: 12px;
}

.text-left{
  text-align: left;
}

.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

.font-africa{
  font-family: ArticaPro, serif;
}

.font-montserrat{
  font-family: Montserrat, sans-serif;
}

.text-14-24p{
  font-size: 14px;
  line-height: 24px;
}

.text-20p{
  font-size: 20px;
  line-height: 32px;
}

.text-14p{
  font-size: 13.9px;
  line-height: 24px;
}

.text-16p{
  font-size: 16px;
  line-height: 22.5px;
}

.text-24p{
  font-size: 24px;
  line-height: 36px;
}

.text-32p{
  font-size: 32px;
  line-height: 44px;
}

.text-form-text{
  font-size: 14px;
  line-height: 22.5px;
}

.text-18p{
  font-size: 18px;
  line-height: 28px;
}

.font-medium{
  font-weight: 500;
}

.font-normal{
  font-weight: 400;
}

.font-light{
  font-weight: 300;
}

.font-bold{
  font-weight: 700;
}

.uppercase{
  text-transform: uppercase;
}

.text-silver-chalice{
  --tw-text-opacity: 1;
  color: rgb(158 158 158 / var(--tw-text-opacity));
}

.text-black-limed-spruce{
  --tw-text-opacity: 1;
  color: rgb(43 64 70 / var(--tw-text-opacity));
}

.text-brown{
  --tw-text-opacity: 1;
  color: rgb(208 136 136 / var(--tw-text-opacity));
}

.text-gray{
  color: rgba(158, 158, 158, 1);
}

.text-secondary-signal-success{
  --tw-text-opacity: 1;
  color: rgb(0 167 87 / var(--tw-text-opacity));
}

.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}

.opacity-70{
  opacity: 0.7;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-0{
  opacity: 0;
}

.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/**
 * Custom base styles.
 */

.btn-beauty-underlined{
  position: relative;
  border-bottom-width: 0;
}

.btn-beauty-underlined-underline{
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(43 64 70 / var(--tw-bg-opacity));
  height: 2px;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.btn-beauty-underlined-default-without{
  position: relative;
}

.btn-beauty-underlined-default-without-underline{
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(43 64 70 / var(--tw-bg-opacity));
  height: 1px;
  bottom: 0;
  left: 0%;
  right: 100%;
}

.btn-pink-big {
  /* Body(Small)/Mobile/Medium */
  font-style: normal;
  font-weight: 500;
  font-size: 13.9px;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  display: inline-flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: var(--primary-brown, #D08888);
  color: #fff;
}

@media (min-width: 1024px) {
  .btn-pink-big {
    /* styleName: Body(Small)/desktop/Medium */
    font-weight: 500;
  }

  .btn-pink-big {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0em;
  }

  .btn-pink-big{
    font-family: Montserrat, sans-serif;
  }

  .btn-pink-big {
    display: inline-flex;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    background: var(--primary-brown, #D08888);
    color: #fff;
  }
}

.btn-pink-big-outline {
  /* Body(Small)/Mobile/Medium */
  font-style: normal;
  font-weight: 500;
  font-size: 13.9px;
  line-height: 24px;
  font-family: Montserrat, sans-serif;
  display: inline-flex;
  padding: 16px 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border-width: 1px;
  border-style: solid;
  color: var(--primary-brown, #D08888);
  border-color: var(--primary-brown, #D08888);
}

@media (min-width: 1024px) {
  .btn-pink-big-outline {
    /* styleName: Body(Small)/desktop/Medium */
    font-weight: 500;
  }

  .btn-pink-big-outline {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0em;
  }

  .btn-pink-big-outline{
    font-family: Montserrat, sans-serif;
  }

  .btn-pink-big-outline {
    display: inline-flex;
    padding: 16px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    color: var(--primary-brown, #D08888);
    border-color: var(--primary-brown, #D08888);
  }
}

/**
 * Custom component classes.
 */

/**
 * Custom utility classes.
 */

body {
  font-family: Montserrat, sans-serif;
}

@-webkit-keyframes btn-border-slider-in {
  from {
    left: 0%;
    right: 0%;
  }

  to {
    left: 100%;
    right: 0%;
  }
}

@keyframes btn-border-slider-in {
  from {
    left: 0%;
    right: 0%;
  }

  to {
    left: 100%;
    right: 0%;
  }
}

@-webkit-keyframes btn-border-slider-out {
  from {
    left: 0%;
    right: 100%;
  }

  to {
    left: 0%;
    right: 0%;
  }
}

@keyframes btn-border-slider-out {
  from {
    left: 0%;
    right: 100%;
  }

  to {
    left: 0%;
    right: 0%;
  }
}

@-webkit-keyframes btn-border-slider-in-2 {
  from {
    left: 0%;
    right: 100%;
  }

  to {
    left: 0%;
    right: 0%;
  }
}

@keyframes btn-border-slider-in-2 {
  from {
    left: 0%;
    right: 100%;
  }

  to {
    left: 0%;
    right: 0%;
  }
}

@-webkit-keyframes btn-border-slider-out-2 {
  from {
    left: 0%;
    right: 0%;
  }

  to {
    left: 100%;
    right: 0%;
  }
}

@keyframes btn-border-slider-out-2 {
  from {
    left: 0%;
    right: 0%;
  }

  to {
    left: 100%;
    right: 0%;
  }
}

input[type="radio"]:checked ~ * > .radio-checked-inner\:border-8{
  border-width: 8px;
}

input[type="radio"]:checked ~ * > .radio-checked-inner\:border-brown{
  --tw-border-opacity: 1;
  border-color: rgb(208 136 136 / var(--tw-border-opacity));
}

input[type="radio"]:checked ~ .radio-checked\:border-brown{
  --tw-border-opacity: 1;
  border-color: rgb(208 136 136 / var(--tw-border-opacity));
}

input[type="radio"]:checked ~ .radio-checked\:bg-brown{
  --tw-bg-opacity: 1;
  background-color: rgb(208 136 136 / var(--tw-bg-opacity));
}

input[type="radio"]:checked ~ .radio-checked\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px){
  .md\:image-beauty-bordered-10-6 {
  }

  .md\:image-beauty-bordered-10-6::before,
	.image-beauty-bordered-10-6 img {
    width: calc(100% - 10px);
    height: calc(100% - 6px);
  }

  .md\:image-beauty-bordered-10-6::before,
	.image-beauty-bordered-10-6 img {
    width: calc(100% - 10px);
    height: calc(100% - 6px);
  }

  .md\:grid-2-cols-reverse > *:nth-child(2) {
    grid-row: 1;
  }

  .md\:typ-body-small-desktop-light {
    /* styleName: Body(Small)/desktop/Light; */
  }

  .md\:typ-body-small-desktop-light {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0em;
  }

  .md\:typ-body-small-desktop-light{
    font-family: Montserrat, sans-serif;
  }

  .md\:typ-body-small-desktop-light {
    font-weight: 300;
  }

  .md\:typ-h1-desktop-bold {
    /* styleName: H1/desktop/Bold; */
  }

  .md\:typ-h1-desktop-bold{
    font-family: ArticaPro, serif;
  }

  .md\:typ-h1-desktop-bold{
    font-weight: 700;
  }

  .md\:typ-h1-desktop-bold {
    font-size: 34px;
    line-height: 54px;
    letter-spacing: 0em;
  }

  .md\:typ-body-small-mobile-medium {
    /* Body(Small)/Mobile/Medium */
  }

  .md\:typ-body-small-mobile-medium{
    font-family: Montserrat, sans-serif;
  }

  .md\:typ-body-small-mobile-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 13.9px;
    line-height: 24px;
  }

  .md\:typ-body-small-mobile-light {
    /* Body(Small)/Mobile/Medium */
  }

  .md\:typ-body-small-mobile-light{
    font-family: Montserrat, sans-serif;
  }

  .md\:typ-body-small-mobile-light {
    font-style: normal;
    font-weight: 300;
    font-size: 13.9px;
    line-height: 24px;
  }

  .md\:typ-body-small-desktop-light {
    /* Body(Small)/desktop/Light */
  }

  .md\:typ-body-small-desktop-light{
    font-family: Montserrat, sans-serif;
  }

  .md\:typ-body-small-desktop-light {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }

  .md\:typ-h2-desktop {
    /* H2/desktop */
  }

  .md\:typ-h2-desktop{
    font-family: ArticaPro, serif;
  }

  .md\:typ-h2-desktop {
    line-height: 36px;
    font-size: 24px;
    letter-spacing: 0;
  }

  .md\:grid-cols-57-43 {
    grid-template-columns: 57% 43%;
  }

  .md\:-mx-39p{
    margin-left: -39px;
    margin-right: -39px;
  }

  .md\:mt-20p{
    margin-top: 20px;
  }

  .md\:mt-32p{
    margin-top: 32px;
  }

  .md\:-ml-15p{
    margin-left: -15px;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:mb-60p{
    margin-bottom: 60px;
  }

  .md\:mt-120p{
    margin-top: 120px;
  }

  .md\:mt-30p{
    margin-top: 30px;
  }

  .md\:mt-180p{
    margin-top: 180px;
  }

  .md\:mt-65p{
    margin-top: 65px;
  }

  .md\:mt-60p{
    margin-top: 60px;
  }

  .md\:mb-0{
    margin-bottom: 0px;
  }

  .md\:ml-40p{
    margin-left: 40px;
  }

  .md\:mr-30p{
    margin-right: 30px;
  }

  .md\:ml-30p{
    margin-left: 30px;
  }

  .md\:mr-24p{
    margin-right: 24px;
  }

  .md\:mr-20{
    margin-right: 5rem;
  }

  .md\:-mr-120p{
    margin-right: -120px;
  }

  .md\:-mt-20p{
    margin-top: -20px;
  }

  .md\:mb-64p{
    margin-bottom: 64px;
  }

  .md\:block{
    display: block;
  }

  .md\:inline-block{
    display: inline-block;
  }

  .md\:flex{
    display: flex;
  }

  .md\:grid{
    display: grid;
  }

  .md\:hidden{
    display: none;
  }

  .md\:h-330p{
    height: 330px;
  }

  .md\:h-auto{
    height: auto;
  }

  .md\:h-50p{
    height: 50px;
  }

  .md\:w-1\/2{
    width: 50%;
  }

  .md\:w-270p{
    width: 270px;
  }

  .md\:w-auto{
    width: auto;
  }

  .md\:w-160p{
    width: 160px;
  }

  .md\:w-280p{
    width: 280px;
  }

  .md\:w-350p{
    width: 350px;
  }

  .md\:w-255p{
    width: 255px;
  }

  .md\:w-150p{
    width: 150px;
  }

  .md\:min-w-454p{
    min-width: 454px;
  }

  .md\:min-w-325p{
    min-width: 325px;
  }

  .md\:max-w-350p{
    max-width: 350px;
  }

  .md\:max-w-560p{
    max-width: 560px;
  }

  .md\:flex-shrink-0{
    flex-shrink: 0;
  }

  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:flex-row{
    flex-direction: row;
  }

  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }

  .md\:items-start{
    align-items: flex-start;
  }

  .md\:justify-start{
    justify-content: flex-start;
  }

  .md\:gap-30p{
    gap: 30px;
  }

  .md\:gap-y-40p{
    row-gap: 40px;
  }

  .md\:gap-x-30p{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .md\:p-24p{
    padding: 24px;
  }

  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-120p{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .md\:px-39p{
    padding-left: 39px;
    padding-right: 39px;
  }

  .md\:py-55p{
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .md\:py-80p{
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .md\:py-60p{
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .md\:px-28p{
    padding-left: 28px;
    padding-right: 28px;
  }

  .md\:pl-24p{
    padding-left: 24px;
  }

  .md\:pb-120p{
    padding-bottom: 120px;
  }

  .md\:pt-120p{
    padding-top: 120px;
  }

  .md\:pt-45p{
    padding-top: 45px;
  }

  .md\:pb-24p{
    padding-bottom: 24px;
  }

  .md\:pt-40p{
    padding-top: 40px;
  }

  .md\:pt-80p{
    padding-top: 80px;
  }

  .md\:pt-110p{
    padding-top: 110px;
  }

  .md\:pb-80p{
    padding-bottom: 80px;
  }

  .md\:text-left{
    text-align: left;
  }

  .md\:text-center{
    text-align: center;
  }

  .md\:tracking-3p{
    letter-spacing: 3px;
  }
}

@media (min-width: 1024px){
  .lg\:image-beauty-bordered-10-10 {
  }

  .lg\:image-beauty-bordered-10-10::before,
	.image-beauty-bordered-10-10 img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }

  .lg\:image-beauty-bordered-10-10::before,
	.image-beauty-bordered-10-10 img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }

  .lg\:typ-h3-desktop {
    /* styleName: H3/desktop */
  }

  .lg\:typ-h3-desktop{
    font-family: ArticaPro, serif;
  }

  .lg\:typ-h3-desktop{
    font-weight: 500;
  }

  .lg\:typ-h3-desktop {
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0em;
  }

  .lg\:typ-body-small-desktop-light {
    /* styleName: Body(Small)/desktop/Light; */
  }

  .lg\:typ-body-small-desktop-light {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0em;
  }

  .lg\:typ-body-small-desktop-light{
    font-family: Montserrat, sans-serif;
  }

  .lg\:typ-body-small-desktop-light {
    font-weight: 300;
  }

  .lg\:typ-body-small-desktop-medium {
    /* styleName: Body(Small)/desktop/Medium */
  }

  .lg\:typ-body-small-desktop-medium {
    font-size: 16px;
    font-style: normal;
    line-height: 24px;
    letter-spacing: 0em;
  }

  .lg\:typ-body-small-desktop-medium{
    font-family: Montserrat, sans-serif;
  }

  .lg\:typ-body-small-desktop-medium {
    font-weight: 500;
  }

  .lg\:typ-body-small-desktop-light {
    /* Body(Small)/desktop/Light */
  }

  .lg\:typ-body-small-desktop-light{
    font-family: Montserrat, sans-serif;
  }

  .lg\:typ-body-small-desktop-light {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
  }

  .lg\:typ-h2-desktop-headline {
    /* H2/desktop */
  }

  .lg\:typ-h2-desktop-headline{
    font-family: ArticaPro, serif;
  }

  .lg\:typ-h2-desktop-headline {
    line-height: 36px;
    font-size: 22px;
    letter-spacing: -1px;
  }

  .lg\:typ-h2-desktop {
    /* H2/desktop */
  }

  .lg\:typ-h2-desktop{
    font-family: ArticaPro, serif;
  }

  .lg\:typ-h2-desktop {
    line-height: 36px;
    font-size: 24px;
    letter-spacing: 0;
  }

  .lg\:typ-body-medium-desktop-medium {
    /* Body(Medium)/desktop/Medium */
  }

  .lg\:typ-body-medium-desktop-medium{
    font-family: Montserrat, sans-serif;
  }

  .lg\:typ-body-medium-desktop-medium {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
  }

  .lg\:grid-cols-42-58 {
    grid-template-columns: 42% 58%;
  }

  .lg\:container-700p{
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:container-700p{
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:container-700p {
    max-width: 700px;
  }

  .lg\:m-30p{
    margin: 30px;
  }

  .lg\:-my-30p{
    margin-top: -30px;
    margin-bottom: -30px;
  }

  .lg\:mt-0{
    margin-top: 0px;
  }

  .lg\:mt-18p{
    margin-top: 18px;
  }

  .lg\:-mt-4{
    margin-top: -1rem;
  }

  .lg\:mb-165p{
    margin-bottom: 165px;
  }

  .lg\:mb-120p{
    margin-bottom: 120px;
  }

  .lg\:mr-120p{
    margin-right: 120px;
  }

  .lg\:-ml-390p{
    margin-left: -390px;
  }

  .lg\:ml-40p{
    margin-left: 40px;
  }

  .lg\:mr-32{
    margin-right: 8rem;
  }

  .lg\:mr-30p{
    margin-right: 30px;
  }

  .lg\:mr-0{
    margin-right: 0px;
  }

  .lg\:-mt-30p{
    margin-top: -30px;
  }

  .lg\:mr-110p{
    margin-right: 110px;
  }

  .lg\:mb-80p{
    margin-bottom: 80px;
  }

  .lg\:block{
    display: block;
  }

  .lg\:inline-block{
    display: inline-block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

  .lg\:h-490p{
    height: 490px;
  }

  .lg\:h-558p{
    height: 558px;
  }

  .lg\:h-614p{
    height: 614px;
  }

  .lg\:h-450p{
    height: 450px;
  }

  .lg\:w-1\/3{
    width: 33.333333%;
  }

  .lg\:w-445p{
    width: 445px;
  }

  .lg\:w-540p{
    width: 540px;
  }

  .lg\:w-920p{
    width: 920px;
  }

  .lg\:w-315p{
    width: 315px;
  }

  .lg\:w-355p{
    width: 355px;
  }

  .lg\:w-256p{
    width: 256px;
  }

  .lg\:max-w-540p{
    max-width: 540px;
  }

  .lg\:flex-shrink{
    flex-shrink: 1;
  }

  .lg\:flex-shrink-0{
    flex-shrink: 0;
  }

  .lg\:flex-grow-0{
    flex-grow: 0;
  }

  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:flex-row{
    flex-direction: row;
  }

  .lg\:items-center{
    align-items: center;
  }

  .lg\:justify-start{
    justify-content: flex-start;
  }

  .lg\:justify-end{
    justify-content: flex-end;
  }

  .lg\:gap-220p{
    gap: 220px;
  }

  .lg\:gap-x-30p{
    -moz-column-gap: 30px;
         column-gap: 30px;
  }

  .lg\:p-40p{
    padding: 40px;
  }

  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:px-15p{
    padding-left: 15px;
    padding-right: 15px;
  }

  .lg\:py-120p{
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .lg\:px-45p{
    padding-left: 45px;
    padding-right: 45px;
  }

  .lg\:py-12p{
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .lg\:py-100p{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lg\:py-155p{
    padding-top: 155px;
    padding-bottom: 155px;
  }

  .lg\:pt-110p{
    padding-top: 110px;
  }

  .lg\:pb-180p{
    padding-bottom: 180px;
  }

  .lg\:pl-24p{
    padding-left: 24px;
  }

  .lg\:pt-60p{
    padding-top: 60px;
  }

  .lg\:pt-65p{
    padding-top: 65px;
  }

  .lg\:pt-70p{
    padding-top: 70px;
  }

  .lg\:pb-120p{
    padding-bottom: 120px;
  }

  .lg\:text-left{
    text-align: left;
  }

  .lg\:text-center{
    text-align: center;
  }

  .lg\:text-24p{
    font-size: 24px;
    line-height: 36px;
  }

  .lg\:text-34p{
    font-size: 34px;
    line-height: 54px;
  }
}
