/*!***************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/svg-transform-loader/encode-query.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/tailwind.scss ***!
  \***************************************************************************************************************************************************************************************************************/
/*
! tailwindcss v3.2.1 | 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: #e5e7eb; /* 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:where([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 */
  font-weight: inherit; /* 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::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;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

html {
  font-size: 100%;
}

h1,.h1 {
  font-size: 2.875rem;
}

h2,.h2 {
  font-size: 2.625rem;
}

h3,.h3 {
  font-size: 2.375rem;
}

h4,.h4 {
  font-size: 2.125rem;
}

h5,.h5 {
  font-size: 2rem;
}

h6,.h6 {
  font-size: 2rem;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  margin-bottom: 1rem;
  font-weight: 600;
  line-height: 1.25;
}

a {
  text-decoration: underline;
}

p {
  margin-bottom: 1rem;
}

p:last-child {
  margin-bottom: 0;
}

p {
  line-height: 1.5;
}

.button {
  padding: 1rem;
}

table,dl,ol,ul,address,pre,blockquote,iframe {
  margin-bottom: 1rem;
}

pre {
  overflow: auto;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 100%) {

  .container {
    max-width: 100%;
  }
}
@media (min-width: 1205px) {

  .container {
    max-width: 1205px;
  }
}
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus {
  background-color: #000;
  clip: auto;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 0.5rem;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.block {
  display: block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.hidden {
  display: none;
}
.text-center {
  text-align: center;
}
.no-underline {
  text-decoration-line: none;
}
.wds-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-column-gap: 1rem;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./node_modules/svg-transform-loader/encode-query.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/index.scss ***!
  \************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: Oswald;
  src: local("Oswald"), url(fonts/Oswald-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Oswald;
  src: local("Oswald"), url(fonts/Oswald-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: DMSerifDisplay;
  src: local("DMSerifDisplay"), url(fonts/DMSerifDisplay-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: DMSerifDisplay;
  src: local("DMSerifDisplay"), url(fonts/DMSerifDisplay-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: OpenSans;
  src: local("OpenSans"), url(fonts/OpenSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: OpenSans;
  src: local("OpenSans"), url(fonts/OpenSans-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: OpenSans;
  src: local("OpenSans"), url(fonts/OpenSans-Italic.ttf) format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: OpenSans;
  src: local("OpenSans"), url(fonts/OpenSans-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: OpenSans;
  src: local("OpenSans"), url(fonts/OpenSans-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: OpenSans;
  src: local("OpenSans"), url(fonts/OpenSans-ExtraBold.ttf) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
*,
::after,
::before{
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

:root {
  --star-size: 29.5px;
  --star-color: #bfbfbf;
  --star-background: #a9a9a9;
}

@media (max-width: 900px) {
  :root {
    --star-size: 26px;
  }
}
html {
  scroll-behavior: smooth;
  scroll-padding-block-start: 155px;
}

body {
  font-family: OpenSans, sans-serif;
}
body#tinymce {
  min-height: auto;
  margin: 9px 10px;
}

pre{
  overflow: auto;
}

.block-editor-writing-flow{
  font-size: 1rem;
  line-height: 1.5;
}

.block-editor-block-list__block.acf-block-component {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: hidden;
}
.block-editor-block-list__block.acf-block-component .alone__bg-text {
  font-size: 170px;
}
.block-editor-block-list__block textarea {
  border: 1px solid;
}
.block-editor-block-list__block .acf-button,
.block-editor-block-list__block .button {
  padding: 5px 20px;
}
.block-editor-block-list__block.wp-block-file, .block-editor-block-list__block.wp-block-list {
  font-size: 18px;
  line-height: 1.625;
}
@media (max-width: 900px) {
  .block-editor-block-list__block.wp-block-file, .block-editor-block-list__block.wp-block-list {
    font-size: 16px;
  }
}

.site-main {
  overflow: hidden;
}
.site-main .entry-header,
.site-main .entry-footer{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 100%){
  .site-main .entry-header,
.site-main .entry-footer{
    max-width: 100%;
  }
}
@media (min-width: 1205px){
  .site-main .entry-header,
.site-main .entry-footer{
    max-width: 1205px;
  }
}
.search-modal .site-main .entry-header,.search-modal 
.site-main .entry-footer {
  padding: 0 34px;
}
@media (max-width: 900px) {
  .search-modal .site-main .entry-header,.search-modal 
.site-main .entry-footer {
    padding: 0 15px;
  }
}
.modal-login__wrapper .site-main .entry-header,.modal-login__wrapper 
.site-main .entry-footer {
  max-width: 700px;
}

h1,
h2,
h4,
h5,
h6 {
  font-family: DMSerifDisplay, sans-serif;
  font-weight: 400;
}

h3 {
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

h1 {
  font-size: 86.6px;
  line-height: 0.8;
}

h2 {
  font-size: 65px;
  line-height: 60px;
}
@media (max-width: 900px) {
  h2 {
    font-size: 45px;
    line-height: 45px;
  }
}

p {
  font-size: 18px;
  line-height: 1.625;
}
@media (max-width: 900px) {
  p {
    font-size: 16px;
  }
}

input {
  outline: none !important;
}

.btn-primary,
.gform_button {
  display: inline !important;
  position: relative !important;
  font-size: 21px !important;
  font-weight: 400 !important;
  font-family: Oswald, sans-serif !important;
  background-color: #995322 !important;
  color: #fff !important;
  outline: none;
  text-transform: uppercase;
  padding: 18px 41px 18px 45px;
  text-decoration: none;
  letter-spacing: 3.825px;
  transition: 0.2s ease background;
  z-index: 2;
}
@media (max-width: 900px) {
  .btn-primary,
.gform_button {
    font-size: 16px !important;
    padding: 14.5px 41px 14.5px 45px;
    letter-spacing: 2.5px;
  }
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus,
.gform_button:hover,
.gform_button:active,
.gform_button:focus {
  background-color: #a48b6c !important;
}
.btn-primary span,
.gform_button span {
  position: absolute;
  right: -19px;
  bottom: -18px;
  border: 31.5px #dce0df solid;
  z-index: -1;
}
@media (max-width: 900px) {
  .btn-primary span,
.gform_button span {
    border-width: 25.5px;
  }
}

.link {
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #995322;
}
@media (max-width: 900px) {
  .link {
    font-size: 16px;
    line-height: 28px;
  }
}
.link:hover, .link:active, .link:focus {
  color: #a48b6c;
}

.wrapper-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 900px) {
  .wrapper-line {
    display: none;
    position: static;
  }
}

.line-out {
  max-width: 1624px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-left: 1px solid rgba(157, 155, 155, 0.2);
}

.line-inner {
  position: relative;
  max-width: 1068px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border-left: 1px solid rgba(157, 155, 155, 0.2);
}
.short-line .line-inner::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 151px;
  height: 226px;
  border-left: 2px solid #a48b6c;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes slideindown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.slideindown {
  animation-name: slideindown;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.wp-block-code{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-code{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-code{
    max-width: 1205px;
  }
}

.wp-block-code{
  margin-bottom: 1rem;
}

.search-modal .wp-block-code {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-code {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-code {
  max-width: 700px;
}
.wp-block-code code{
  padding: 1rem;
}

.wp-block-freeform{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-freeform{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-freeform{
    max-width: 1205px;
  }
}

.wp-block-freeform{
  display: block;
}

.search-modal .wp-block-freeform {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-freeform {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-freeform {
  max-width: 700px;
}

.wp-block-heading{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-heading{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-heading{
    max-width: 1205px;
  }
}

.wp-block-heading{
  display: block;
}

.search-modal .wp-block-heading {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-heading {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-heading {
  max-width: 700px;
}
.wp-block-heading h1{
  margin-bottom: 2rem;
}
.wp-block-heading h2{
  margin-bottom: 1.5rem;
}
.wp-block-heading h3{
  margin-bottom: 1.25rem;
}
.wp-block-heading h4{
  margin-bottom: 1rem;
}
.wp-block-heading h5{
  margin-bottom: 0.75rem;
}
.wp-block-heading h6{
  margin-bottom: 0.5rem;
}

.wp-block-html{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-html{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-html{
    max-width: 1205px;
  }
}

.wp-block-html{
  display: block;
}

.search-modal .wp-block-html {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-html {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-html {
  max-width: 700px;
}

.wp-block-image{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-image{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-image{
    max-width: 1205px;
  }
}

.wp-block-image{
  position: relative;
}

.search-modal .wp-block-image {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-image {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-image {
  max-width: 700px;
}

.wp-block-image {
  margin-bottom: 35px;
}
.wp-block-image.alignfull,
.wp-block-image .is-resized,
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright{
  position: relative;
}
.wp-block-image.alignfull figcaption {
  width: calc(100% - 2rem);
}

.wp-block-list{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-list{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-list{
    max-width: 1205px;
  }
}

.wp-block-list{
  display: block;
}

.search-modal .wp-block-list {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-list {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-list {
  max-width: 700px;
}
.wp-block-list ul:not(.menu, .sub-menu){
  margin-bottom: 1rem;
  list-style-position: inside;
  list-style-type: disc;
}
.wp-block-list ol{
  margin-bottom: 1rem;
  list-style-position: inside;
  list-style-type: decimal;
}
.wp-block-list li li,
.wp-block-list li li li,
.wp-block-list li li li li,
.wp-block-list li li li li li,
.wp-block-list li li li li li li{
  margin-left: 1rem;
}

.wp-block-pullquote{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-pullquote{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-pullquote{
    max-width: 1205px;
  }
}

.wp-block-pullquote{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.search-modal .wp-block-pullquote {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-pullquote {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-pullquote {
  max-width: 700px;
}
.wp-block-pullquote blockquote > p{
  margin-bottom: 1rem;
}
.wp-block-pullquote blockquote > cite{
  font-style: normal;
}

.wp-block-quote{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-quote{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-quote{
    max-width: 1205px;
  }
}

.wp-block-quote{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.search-modal .wp-block-quote {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-quote {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-quote {
  max-width: 700px;
}
.wp-block-quote p{
  margin-bottom: 1rem;
}
.wp-block-quote cite{
  font-style: normal;
}

.wp-block-spacer{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-spacer{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-spacer{
    max-width: 1205px;
  }
}

.search-modal .wp-block-spacer {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-spacer {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-spacer {
  max-width: 700px;
}

.wp-block-table{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-table{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-table{
    max-width: 1205px;
  }
}

.wp-block-table{
  margin-bottom: 1.5rem;
  display: block;
  border-collapse: collapse;
  border-width: 0px;
}

.search-modal .wp-block-table {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-table {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-table {
  max-width: 700px;
}

.wp-block-table {
  border-spacing: 0;
}
.wp-block-table table{
  width: 100%;
}
.wp-block-table thead{
  display: none;
}
@media (min-width: 1025px) {
  .wp-block-table thead{
    display: table-row-group;
  }
}
.wp-block-table th,
.wp-block-table td{
  padding: 0.5rem;
  text-align: center;
}
.learndash-cpt__header .wp-block-table th,.learndash-cpt__header 
.wp-block-table td {
  text-align: center;
  padding-bottom: 34px;
}
@media (max-width: 900px) {
  .learndash-cpt__header .wp-block-table th,.learndash-cpt__header 
.wp-block-table td {
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .wp-block-table th,
.wp-block-table td{
    display: table-cell;
  }
}
.wp-block-table td{
  display: block;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  text-align: center;
}
.learndash-cpt__header .wp-block-table td {
  text-align: center;
  padding-bottom: 34px;
}
@media (max-width: 900px) {
  .learndash-cpt__header .wp-block-table td {
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .wp-block-table td{
    display: table-cell;
  }
}
.wp-block-table td::before{
  display: block;
  text-transform: uppercase;
  content: attr(data-label);
}
@media (min-width: 1025px) {
  .wp-block-table td::before{
    display: none;
  }
}
.wp-block-table th{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) {
  .wp-block-table th{
    display: table-cell;
  }
}
.wp-block-table tr{
  margin-bottom: 1rem;
  display: block;
}
@media (min-width: 1025px) {
  .wp-block-table tr{
    margin-bottom: 0;
    display: table-row;
  }
}

.wp-block-gallery{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-gallery{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-gallery{
    max-width: 1205px;
  }
}

.wp-block-gallery{
  margin-bottom: 5rem;
  display: block;
}

.search-modal .wp-block-gallery {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-gallery {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-gallery {
  max-width: 700px;
}
.wp-block-gallery .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-item figcaption{
  border-radius: 0.25rem;
}
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-image figcaption{
  position: absolute;
  bottom: 0;
  max-height: 100%;
  overflow: auto;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #4b5563;
  --tw-gradient-to: rgb(75 85 99 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  padding-top: 2rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wp-caption-text,
.wp-block-table figcaption,
.gallery-caption figcaption,
.wp-block-image figcaption,
.wp-block-embed figcaption,
.wp-block-audio figcaption{
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
}

.learndash-cpt__header .wp-caption-text,.learndash-cpt__header 
.wp-block-table figcaption,.learndash-cpt__header 
.gallery-caption figcaption,.learndash-cpt__header 
.wp-block-image figcaption,.learndash-cpt__header 
.wp-block-embed figcaption,.learndash-cpt__header 
.wp-block-audio figcaption {
  text-align: center;
  padding-bottom: 34px;
}

@media (max-width: 900px) {
  .learndash-cpt__header .wp-caption-text,.learndash-cpt__header 
.wp-block-table figcaption,.learndash-cpt__header 
.gallery-caption figcaption,.learndash-cpt__header 
.wp-block-image figcaption,.learndash-cpt__header 
.wp-block-embed figcaption,.learndash-cpt__header 
.wp-block-audio figcaption {
    padding-bottom: 0;
  }
}

.wp-block-embed {
  margin-bottom: 40px;
}

.wp-embed-responsive .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 58.25%;
}
.wp-embed-responsive .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: calc(100% - 20px) !important;
  height: calc(100% - 20px) !important;
  margin: auto !important;
}
@media (max-width: 900px) {
  .wp-embed-responsive .wp-block-embed__wrapper iframe {
    width: calc(100% - 10px) !important;
    height: calc(100% - 10px) !important;
  }
}

.wp-block-paragraph{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-paragraph{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-paragraph{
    max-width: 1205px;
  }
}

.wp-block-paragraph{
  display: block;
}

.search-modal .wp-block-paragraph {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-paragraph {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-paragraph {
  max-width: 700px;
}
.entry-content > .wp-block-paragraph{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 100%){
  .entry-content > .wp-block-paragraph{
    max-width: 100%;
  }
}
@media (min-width: 1205px){
  .entry-content > .wp-block-paragraph{
    max-width: 1205px;
  }
}
.entry-content > .wp-block-paragraph{
  display: block;
}
.search-modal .entry-content > .wp-block-paragraph {
  padding: 0 34px;
}
@media (max-width: 900px) {
  .search-modal .entry-content > .wp-block-paragraph {
    padding: 0 15px;
  }
}
.modal-login__wrapper .entry-content > .wp-block-paragraph {
  max-width: 700px;
}
.wp-block-paragraph p {
  line-height: 28px;
}
@media (max-width: 900px) {
  .wp-block-paragraph p {
    line-height: 26px;
  }
}
.wp-block-paragraph:not(:last-child) {
  margin-bottom: 27px;
}
@media (max-width: 900px) {
  .wp-block-paragraph:not(:last-child) {
    margin-bottom: 20px;
  }
}

.hero-block {
  padding-top: 110px;
  background: url(images/bg-hero.jpg) center top/cover no-repeat, #000;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 900px) {
  .hero-block {
    padding-top: 83px;
  }
}
.hero-block.course-scales {
  position: relative;
  padding-bottom: 148px;
}
@media (max-width: 900px) {
  .hero-block.course-scales {
    padding-bottom: 0;
  }
}
.hero-block.course-scales::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 20%, rgba(0, 0, 0, 0.1) 40%, transparent 100%);
}
@media (max-width: 900px) {
  .hero-block.course-scales::after {
    display: none;
  }
}
.hero-block .btn-primary {
  margin-left: 6px;
}
@media (max-width: 600px) {
  .hero-block .btn-primary {
    margin-left: 19px;
    padding: 14.5px 41px 14.5px 59px;
    letter-spacing: 3px;
  }
}
.hero-block .btn-primary span {
  border-color: #343030;
}
.hero__container {
  position: relative;
  padding: 51px 0 24px 65px;
}
@media (max-width: 900px) {
  .hero__container {
    padding: 0 10px;
  }
}
.course-scales .hero__container {
  padding: 96px 0 24px 42px;
}
@media (max-width: 900px) {
  .course-scales .hero__container {
    padding: 96px 15px 42px;
  }
}
.hero__container .nathan-image {
  position: absolute;
  right: 49px;
  bottom: -22px;
  max-width: 746px;
}
@media (max-width: 1150px) {
  .hero__container .nathan-image {
    max-width: 646px;
  }
}
@media (max-width: 900px) {
  .hero__container .nathan-image {
    display: none;
  }
}
.course-scales .hero__container .nathan-image {
  right: -123px;
  bottom: 67px;
  max-width: 789px;
}
.hero__container .autograph-image {
  position: absolute;
  right: 52px;
  bottom: 20px;
  max-width: 273px;
}
@media (max-width: 900px) {
  .hero__container .autograph-image {
    display: none;
  }
}
.course-scales .hero__container .autograph-image {
  right: 192px;
  bottom: 164px;
  z-index: 2;
}
@media (max-width: 900px) {
  .hero__container .nathan-image-mobile {
    max-width: 64%;
    margin-left: 10%;
  }
  .course-scales .hero__container .nathan-image-mobile {
    max-width: 100%;
    margin-left: -20px;
  }
  .hero__container .autograph-image-mobile {
    max-width: 149px;
    margin: 0 auto;
    margin-left: 34%;
    margin-top: -59px;
  }
}
.hero__title {
  font-size: 212px;
  margin-bottom: 16px;
}
@media (max-width: 1150px) {
  .hero__title {
    font-size: 157px;
  }
}
@media (max-width: 900px) {
  .hero__title {
    font-size: 100px;
    text-align: center;
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .hero__title {
    font-size: 61px;
  }
}
.hero__mobile-img {
  display: none;
}
@media (max-width: 900px) {
  .hero__mobile-img {
    display: block;
    margin-top: -69px;
  }
}
.hero__subtitle {
  max-width: 456px;
  font-size: 45px;
  line-height: 50px;
  padding-left: 7px;
  margin-bottom: 20px;
  color: #fff;
}
@media (max-width: 900px) {
  .hero__subtitle {
    max-width: 100%;
    padding: 0 18px;
  }
}
@media (max-width: 600px) {
  .hero__subtitle {
    max-width: 97%;
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 4px;
    margin-top: 5px;
  }
}
.course-scales .hero__subtitle {
  position: relative;
  z-index: 2;
  max-width: 600px;
  font-size: 70px;
  line-height: 65px;
  margin-bottom: 25px;
}
@media (max-width: 900px) {
  .course-scales .hero__subtitle {
    font-size: 40px;
    line-height: 40px;
    padding: 0;
  }
}
.hero__subtitle span {
  color: #a48b6c;
}
.hero__description {
  max-width: 620px;
  padding-left: 6px;
  margin-bottom: 51px;
}
@media (max-width: 1150px) {
  .hero__description {
    max-width: 420px;
  }
}
@media (max-width: 900px) {
  .hero__description {
    padding: 0 18px;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .hero__description {
    margin-bottom: 33px;
  }
}
.course-scales .hero__description {
  position: relative;
  z-index: 2;
  max-width: 660px;
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  .course-scales .hero__description {
    padding: 0;
  }
}
.hero__description p {
  font-size: 16px;
  line-height: 26px;
}
@media (max-width: 900px) {
  .hero__description p {
    line-height: 22px;
  }
}
.course-scales .hero__description p {
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 900px) {
  .course-scales .hero__description p {
    font-size: 16px;
  }
}
.course-scales .hero__description p:not(:last-child) {
  margin-bottom: 22px;
}
.hero__wrap-btn {
  position: relative;
  display: inline-block;
  margin-bottom: 107px;
}
@media (max-width: 600px) {
  .hero__wrap-btn {
    margin-bottom: 68px;
  }
}
.hero__wrap-btn .text {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  margin: 22px auto 0;
  max-width: 246px;
  padding-left: 8px;
}
.course-scales .hero__wrap-btn {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin-bottom: 60px;
}
.course-scales .hero__wrap-btn .btn-primary {
  letter-spacing: 2.9px;
}
@media (max-width: 900px) {
  .course-scales .hero__wrap-btn .btn-primary {
    letter-spacing: 1.9px;
    margin-left: 0;
    padding: 14.5px 41px 14.5px 41px;
  }
}
.course-scales .hero__wrap-btn .btn-primary span {
  right: -20px;
  bottom: -23px;
}
.hero__wrap-btn--decorative-square::after {
  content: "";
  border: 31.5px solid #343030;
  bottom: -18px;
  position: absolute;
  right: -19px;
}
@media (max-width: 900px) {
  .hero__wrap-btn--decorative-square::after {
    border-width: 25.5px;
  }
}
.hero__wrapper-advantages {
  display: flex;
  text-align: center;
  margin-bottom: 101px;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .hero__wrapper-advantages {
    justify-content: center;
    margin-bottom: 26px;
  }
}
@media (max-width: 600px) {
  .hero__wrapper-advantages {
    margin-bottom: 31px;
  }
}
.course-scales .hero__wrapper-advantages {
  z-index: 2;
}
.hero__advantage {
  padding: 0 5px;
  max-width: 120px;
}
.hero__advantage-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
}
@media (max-width: 600px) {
  .hero__advantage-title {
    font-size: 11px;
    line-height: 13px;
  }
}
.hero__advantage-number {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 34px;
  line-height: 1.1;
  font-style: italic;
  margin-bottom: 6px;
}
@media (max-width: 600px) {
  .hero__advantage-number {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 1px;
  }
}
.hero__after-text {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 4px;
  padding-left: 13px;
  color: #995322;
}
@media (max-width: 900px) {
  .hero__after-text {
    justify-content: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .hero__after-text {
    font-size: 14px;
    line-height: 19px;
    padding-left: 0;
    letter-spacing: 3px;
  }
}
.hero__after-text span {
  color: #fff;
  padding: 0 12px 0 17px;
}
@media (max-width: 600px) {
  .hero__after-text span {
    padding: 0 5px;
  }
}

.list-articles-block {
  background-color: #000;
  overflow-x: clip;
}
.list-articles__content {
  background-color: #fff;
  max-width: 1622px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .list-articles__content {
    background-color: #000;
    padding: 0 12px;
  }
}
.list-articles__wrapper-articles {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .list-articles__wrapper-articles {
    flex-wrap: wrap;
    box-shadow: 0 20px 47px 0 rgba(153, 83, 34, 0.45);
  }
}
.list-articles__article {
  font-family: Oswald, sans-serif;
  padding: 39px 60px 48px;
  text-transform: uppercase;
  text-align: center;
  transition: 0.2s ease background-color, 0.2s ease color;
  position: relative;
}
.list-articles__article::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 54%;
  top: 24%;
  right: -1px;
  border-right: 2px solid #a48b6c;
  z-index: 0;
}
.list-articles__article::before {
  content: "";
  position: absolute;
  width: calc(100% + 2px);
  height: 100%;
  top: 0;
  left: -1px;
  right: -1px;
  background-color: #995322;
  opacity: 0;
  transition: 0.2s ease opacity;
  z-index: 1;
}
.list-articles__article.active {
  color: #fff;
  box-shadow: 13px 20px 47px 0 rgba(153, 83, 34, 0.45);
}
.list-articles__article.active a {
  color: #fff;
}
.list-articles__article.active a:hover, .list-articles__article.active a:active, .list-articles__article.active a:focus {
  color: #000;
}
.list-articles__article.active::before {
  opacity: 1;
}
@media (max-width: 900px) {
  .list-articles__article {
    background-color: #fff;
    padding: 19px 20px 15px;
    margin-bottom: 9px;
  }
}
.list-articles__article:first-child, .list-articles__article:last-child {
  max-width: 40%;
  flex: 0 0 40%;
}
@media (max-width: 1500px) {
  .list-articles__article:first-child, .list-articles__article:last-child {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
@media (max-width: 900px) {
  .list-articles__article:first-child, .list-articles__article:last-child {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.list-articles__article:first-child {
  padding-right: 0;
  padding-left: 16%;
}
@media (max-width: 1500px) {
  .list-articles__article:first-child {
    padding-left: 0%;
  }
}
.list-articles__article:last-child {
  padding-left: 0;
  padding-right: 15%;
}
@media (max-width: 1500px) {
  .list-articles__article:last-child {
    padding-right: 0%;
  }
}
@media (max-width: 900px) {
  .list-articles__article:last-child {
    box-shadow: 0 29px 76px 0 rgba(153, 83, 34, 0.75);
  }
}
.list-articles__article:nth-child(2) {
  max-width: 20%;
  flex: 0 0 20%;
}
@media (max-width: 1500px) {
  .list-articles__article:nth-child(2) {
    max-width: 33.3333333333%;
    flex: 0 0 33.3333333333%;
  }
}
@media (max-width: 900px) {
  .list-articles__article:nth-child(2) {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.list-articles__article-wrapper {
  position: relative;
  z-index: 2;
}
.list-articles__title {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 5px;
  line-height: 1.4;
  margin-bottom: 33px;
}
@media (max-width: 900px) {
  .list-articles__title {
    font-size: 21px;
    line-height: 28px;
    margin-bottom: 3px;
    letter-spacing: 5.5px;
  }
  .list-articles__title br {
    display: none;
  }
}
.list-articles__link {
  color: #a48b6c;
  letter-spacing: 5.3px;
  transition: 0.2s ease color;
}
@media (max-width: 900px) {
  .list-articles__link {
    font-size: 12px;
  }
}
.list-articles__link:hover, .list-articles__link:active, .list-articles__link:focus {
  color: #995322;
}

.partners-block {
  background-color: #000;
}
@media (max-width: 900px) {
  .partners-block {
    margin-top: -43px;
  }
}
.partners-block.book-opt-partners {
  background-color: transparent;
  margin-top: -164px;
}
@media (max-width: 900px) {
  .partners-block.book-opt-partners {
    margin-top: 0;
  }
}
.partners__content {
  background-color: #fff;
  max-width: 1622px;
  margin: 0 auto;
  padding: 58px 0 153px;
}
@media (max-width: 900px) {
  .partners__content {
    padding: 69px 0 113px;
  }
}
.book-opt-partners .partners__content {
  position: relative;
  padding: 87px 0 92px;
}
.book-opt-partners .partners__content::before {
  position: absolute;
  top: 20px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 240px;
  box-shadow: 0 -78px 35px 1px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.partners__wrapper-logos {
  max-width: 1122px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .partners__wrapper-logos {
    padding: 0 10px;
  }
}
.partners__wrapper-logos .slick-track {
  display: flex;
  align-items: center;
}
.partners__logo {
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
}
.partners__logo-img {
  opacity: 0.89;
}
.partners__logo-img img {
  -o-object-fit: contain;
     object-fit: contain;
}

.video-block {
  max-width: 1622px;
  margin: 0 auto;
  padding-bottom: 8px;
}
@media (max-width: 900px) {
  .video-block {
    padding: 0 10px 0;
  }
}
.video-block .wrapper-line {
  display: none;
}
.video-block.home {
  position: relative;
  z-index: 1;
}
.video-block.home .wrapper-line {
  display: flex;
  align-items: flex-end;
  left: -1px;
}
@media (max-width: 900px) {
  .video-block.home .wrapper-line {
    display: none;
  }
}
.video-block.home .line-out {
  height: 41%;
}
.video-block.about {
  max-width: 100%;
  padding-bottom: 0;
}
@media (max-width: 900px) {
  .video-block.about {
    padding: 0;
  }
}
.video-block.course-scales {
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .video-block.course-scales {
    padding: 0 0 50px;
  }
}
.video-block figure {
  position: relative;
  text-align: center;
  max-width: 854px;
  margin: 0 auto;
}
.video-block figure::before {
  position: absolute;
  left: 0;
  top: -45px;
  content: "“";
  display: block;
  font-family: DMSerifDisplay, sans-serif;
  font-size: 132px;
}
@media (max-width: 900px) {
  .video-block figure::before {
    font-size: 108px;
    line-height: 67px;
    position: static;
  }
}
.video-block figure blockquote {
  font-family: DMSerifDisplay, sans-serif;
  font-style: italic;
  color: #8d8d8d;
  padding: 0 62px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .video-block figure blockquote {
    font-size: 16px;
    padding: 0 6px;
    margin-top: -34px;
    margin-bottom: 16px;
  }
}
.video-block figure blockquote p {
  font-size: 22px;
  line-height: 29px;
}
@media (max-width: 900px) {
  .video-block figure blockquote p {
    font-size: 16px;
    line-height: 20px;
  }
}
.video-block figure figcaption {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1.3px;
}
@media (max-width: 900px) {
  .video-block figure figcaption {
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 1px;
  }
}
.video-block figure figcaption cite {
  font-style: normal;
}
.video__wrapper {
  max-width: 1110px;
  margin: 0 auto;
  padding-bottom: 52.84%;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .video__wrapper {
    padding-bottom: 56.84%;
  }
}
.about .video__wrapper {
  max-width: 990px;
  padding-bottom: 34.84%;
}
@media (max-width: 1440px) {
  .about .video__wrapper {
    padding-bottom: 39.84%;
  }
}
@media (max-width: 1250px) {
  .about .video__wrapper {
    padding-bottom: 45.84%;
  }
}
@media (max-width: 1024px) {
  .about .video__wrapper {
    padding-bottom: 55.84%;
  }
}
@media (max-width: 900px) {
  .about .video__wrapper {
    padding-bottom: 56.84%;
  }
}
.video-thank-you .video__wrapper {
  max-width: 1110px;
  padding-bottom: 39.3%;
}
@media (max-width: 1440px) {
  .video-thank-you .video__wrapper {
    padding-bottom: 44.3%;
  }
}
@media (max-width: 1200px) {
  .video-thank-you .video__wrapper {
    padding-bottom: 56.84%;
  }
}
.video-book-upsell .video__wrapper {
  max-width: 1112px;
  padding-bottom: 39%;
}
@media (max-width: 1440px) {
  .video-book-upsell .video__wrapper {
    padding-bottom: 44.3%;
  }
}
@media (max-width: 1200px) {
  .video-book-upsell .video__wrapper {
    padding-bottom: 56.84%;
  }
}
.course-scales .video__wrapper {
  padding-bottom: 39%;
}
@media (max-width: 1440px) {
  .course-scales .video__wrapper {
    padding-bottom: 44%;
  }
}
@media (max-width: 900px) {
  .course-scales .video__wrapper {
    padding-bottom: 56.84%;
  }
}
.video__wrapper video,
.video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 10px solid #fff;
  box-shadow: 0 39px 57px -16px rgba(0, 0, 0, 0.42);
  margin: auto;
}
@media (max-width: 600px) {
  .video__wrapper video,
.video__wrapper iframe {
    border: 5px solid #fff;
  }
}
.video__wrapper button {
  position: absolute;
  top: calc(50% - 109px);
  left: calc(50% - 109px);
  cursor: pointer;
}
@media (max-width: 900px) {
  .video__wrapper button {
    top: calc(50% - 40px);
    left: calc(50% - 40px);
  }
}
.about .video__wrapper button {
  top: calc(50% - 97.5px);
  left: calc(50% - 94.5px);
}
@media (max-width: 900px) {
  .about .video__wrapper button {
    top: calc(50% - 50px);
    left: calc(50% - 50px);
  }
}
.video__wrapper button.hide {
  display: none;
}
@media (max-width: 900px) {
  .video__wrapper button svg {
    width: 80px;
    height: 80px;
  }
}
.about .video__wrapper button svg {
  width: 195px;
  height: 189px;
}
@media (max-width: 900px) {
  .about .video__wrapper button svg {
    width: 100px;
    height: 100px;
  }
}
.video__content {
  max-width: 1200px;
  margin: -53px auto 61px;
}
@media (max-width: 900px) {
  .video__content {
    margin: -53px auto 29px;
  }
}
.about .video__content, .course-scales .video__content {
  position: relative;
  max-width: 1622px;
  margin: -378px auto 0;
  background-color: #fff;
  padding: 89px 0 78px;
}
.about .video__content::before, .course-scales .video__content::before {
  position: absolute;
  top: 80px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 376px;
  box-shadow: 0 -78px 35px 1px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
@media (max-width: 900px) {
  .about .video__content, .course-scales .video__content {
    margin: 0 auto;
    padding: 40px 10px 60px;
  }
}
.course-scales .video__content {
  margin: -216px auto 0;
  padding: 102px 0 36px;
}
@media (max-width: 900px) {
  .course-scales .video__content {
    margin: 0 auto;
    padding: 40px 10px 60px;
  }
}
.video-thank-you .video__content {
  margin: -372px auto 0;
  padding: 43px 0 56px;
}
@media (max-width: 900px) {
  .video-thank-you .video__content {
    margin: 0 auto;
    padding: 40px 10px 60px;
  }
}
.video-book-call .video__content {
  margin: -283px auto 0;
}
@media (max-width: 900px) {
  .video-book-call .video__content {
    margin: 0 auto;
    padding: 40px 10px 60px;
  }
}
.video-book-call .video__content::before {
  top: 140px;
}
.video-book-upsell .video__content {
  margin: -357px auto 0;
  padding: 26px 0 78px;
}
@media (max-width: 900px) {
  .video-book-upsell .video__content {
    margin: 0 auto;
    padding: 40px 10px 60px;
  }
}
.video__title {
  text-align: center;
  text-transform: capitalize;
  line-height: 70px;
  margin-bottom: 45px;
}
@media (max-width: 900px) {
  .video__title {
    line-height: 1;
    text-align: left;
    margin-bottom: 14px;
    padding: 0 15px;
  }
}
.video-book-upsell .video__title {
  font-size: 55px;
  line-height: 60px;
  max-width: 794px;
  margin: 0 auto 13px;
}
@media (max-width: 900px) {
  .video-book-upsell .video__title {
    font-size: 35px;
    line-height: 40px;
  }
}
.course-scales .video__title {
  font-size: 55px;
  line-height: 50px;
  margin-bottom: 32px;
}
@media (max-width: 900px) {
  .course-scales .video__title {
    font-size: 35px;
    line-height: 40px;
  }
}
.video__title span {
  color: #995322;
}
.video__poster {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 900px) {
  .video__poster {
    padding: 5px;
  }
}

.playing-block {
  overflow: hidden;
  position: relative;
}
@media (max-width: 900px) {
  .playing-block {
    padding: 0 20px 66px;
    flex-wrap: wrap;
  }
}
.playing-block.course-scales {
  margin-top: 131px;
}
@media (max-width: 900px) {
  .playing-block.course-scales {
    margin-top: 0;
  }
}
.playing-block.course-scales .line-out {
  border-left: 0;
}
.playing-block.course-scales .wrapper-line {
  top: 20px;
}
.playing-block .line-inner::after {
  top: 0;
}
.playing__wrapper {
  position: relative;
  padding: 92px 0 160px 135px;
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .playing__wrapper {
    padding: 57px 6px 0;
  }
}
.course-scales .playing__wrapper {
  padding: 20px 0 84px 135px;
}
@media (max-width: 1200px) {
  .course-scales .playing__wrapper {
    padding: 20px 0 84px 20px;
  }
}
@media (max-width: 900px) {
  .course-scales .playing__wrapper {
    padding: 57px 6px 0;
  }
}
.playing__content {
  padding-left: 136px;
}
@media (max-width: 1200px) {
  .playing__content {
    padding-left: 20px;
  }
}
@media (max-width: 900px) {
  .playing__content {
    padding-left: 0;
  }
}
.playing__title {
  line-height: 70px;
  text-transform: capitalize;
  max-width: 575px;
  margin-bottom: 16px;
}
@media (max-width: 1200px) {
  .playing__title {
    max-width: 425px;
  }
}
@media (max-width: 900px) {
  .playing__title {
    line-height: 45px;
    max-width: 100%;
  }
}
.course-scales .playing__title {
  max-width: 700px;
  line-height: 60px;
  padding-top: 15px;
  margin-bottom: 11px;
}
@media (max-width: 1200px) {
  .course-scales .playing__title {
    max-width: 425px;
  }
}
@media (max-width: 900px) {
  .course-scales .playing__title {
    max-width: 100%;
    font-size: 40px;
    line-height: 40px;
  }
}
.playing__title span {
  color: #995322;
}
.playing__description {
  max-width: 585px;
  margin-bottom: 51px;
}
@media (max-width: 1200px) {
  .playing__description {
    max-width: 425px;
  }
}
@media (max-width: 900px) {
  .playing__description {
    max-width: 100%;
    margin-bottom: 38px;
  }
}
.course-scales .playing__description {
  max-width: 630px;
}
@media (max-width: 1200px) {
  .course-scales .playing__description {
    max-width: 425px;
  }
}
@media (max-width: 900px) {
  .course-scales .playing__description {
    max-width: 100%;
  }
}
.playing__description p {
  line-height: 30px;
}
@media (max-width: 900px) {
  .playing__description p {
    line-height: 21px;
  }
}
.playing__description p:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .playing__description p:not(:last-child) {
    margin-bottom: 5px;
  }
}
.playing__description li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
  padding-left: 39px;
}
.playing__description li::before {
  position: absolute;
  left: 0;
  font-family: WooCommerce, sans-serif;
  content: "\e015";
  color: #995322;
  font-size: 18px;
}
@media (max-width: 900px) {
  .playing__description li {
    font-size: 16px;
    line-height: 26px;
  }
}
.course-scales .playing__description li {
  padding-left: 48px;
}
.playing__img {
  max-width: 615px;
  position: absolute;
  right: -13.5%;
  top: 15%;
}
@media (max-width: 1200px) {
  .playing__img {
    max-width: 415px;
    right: -1.5%;
    top: 18%;
  }
}
@media (max-width: 900px) {
  .playing__img {
    display: none;
  }
}
.course-scales .playing__img {
  max-width: 612px;
  right: -19%;
  top: 1.1%;
}
@media (max-width: 1200px) {
  .course-scales .playing__img {
    max-width: 415px;
    right: -1.5%;
    top: 18%;
  }
}

.book-block {
  padding: 64px 0 268px;
  overflow-x: clip;
}
.book-block.line {
  position: relative;
  z-index: 1;
}
.book-block.single-post {
  position: relative;
}
@media (max-width: 900px) {
  .book-block {
    padding: 0 26px 0;
  }
}
.book-block .btn-primary {
  padding: 18px 51px;
}
@media (max-width: 900px) {
  .book-block .btn-primary {
    padding: 14.5px 78px 14.5px 94px;
  }
}
.book-block .btn-primary span {
  display: none;
}
@media (max-width: 900px) {
  .book-block .btn-primary span {
    display: block;
  }
}
.single-post .book-block .btn-primary {
  padding: 18px 44px;
}
@media (max-width: 900px) {
  .single-post .book-block .btn-primary {
    padding: 14.5px 78px 14.5px 94px;
  }
}
.book__photo {
  position: absolute;
  z-index: 1;
  bottom: -268px;
  right: -130px;
}
@media (max-width: 900px) {
  .book__photo {
    position: static;
  }
}
.single-post .book__photo {
  bottom: -269px;
  right: -230px;
}
@media (max-width: 1200px) {
  .single-post .book__photo {
    right: -110px;
  }
}
@media (max-width: 900px) {
  .single-post .book__photo {
    position: static;
  }
}
.book__photo img {
  width: 851px;
  -o-object-fit: contain;
     object-fit: contain;
  filter: drop-shadow(-30px 16px 42px rgba(0, 0, 0, 0.49));
}
@media (max-width: 1200px) {
  .book__photo img {
    width: 651px;
  }
}
@media (max-width: 1000px) {
  .book__photo img {
    width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .book__photo img {
    width: 431px;
    margin-top: 67px;
    margin-left: -31%;
    max-width: none;
    max-width: initial;
  }
}
.single-post .book__photo img {
  width: 870px;
}
@media (max-width: 1200px) {
  .single-post .book__photo img {
    width: 651px;
  }
}
@media (max-width: 1000px) {
  .single-post .book__photo img {
    width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 600px) {
  .single-post .book__photo img {
    width: 431px;
    margin-top: 67px;
    margin-left: -31%;
    max-width: none;
    max-width: initial;
  }
}
.book__content {
  position: relative;
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .book__content {
    flex-wrap: wrap;
  }
}
.single-post .book__content {
  padding-left: 102px;
  padding-bottom: 119px;
}
@media (max-width: 1200px) {
  .single-post .book__content {
    padding-left: 40px;
  }
}
@media (max-width: 900px) {
  .single-post .book__content {
    padding-left: 0;
    padding-bottom: 0;
  }
}
.book__wrapper-img {
  max-width: 25%;
  flex: 0 0 25%;
}
@media (max-width: 900px) {
  .book__wrapper-img {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.book__img {
  max-width: 298px;
}
@media (max-width: 900px) {
  .book__img {
    display: none;
  }
}
.book__img-mobile {
  display: none;
}
@media (max-width: 900px) {
  .book__img-mobile {
    margin: 0 auto;
    margin-bottom: 50px;
    display: block;
    max-width: 237px;
  }
}
.book__img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.book__wrapper-text {
  max-width: 71.5%;
  flex: 0 0 71.5%;
}
@media (max-width: 900px) {
  .book__wrapper-text {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.single-post .book__wrapper-text {
  padding-left: 15px;
  margin-top: -6px;
}
@media (max-width: 900px) {
  .single-post .book__wrapper-text {
    padding-left: 0;
    margin-top: 0;
  }
}
.book__title {
  font-size: 50px;
  line-height: 1.15;
  margin-bottom: 10px;
  padding-top: 3px;
}
@media (max-width: 900px) {
  .book__title {
    font-size: 45px;
    line-height: 45px;
  }
}
.book__title span {
  color: #995322;
}
.book__description {
  letter-spacing: -0.1px;
  margin-bottom: 36px;
  max-width: 461px;
}
@media (max-width: 900px) {
  .book__description {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 31px;
  }
  .book__description p {
    line-height: 22px;
  }
}
.book__description p:not(:last-child) {
  margin-bottom: 15px;
}
.book__big-text {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 236px;
  line-height: 1.2;
  font-weight: 400;
  position: absolute;
  bottom: -145px;
  color: #dce0df;
}
@media (max-width: 900px) {
  .book__big-text {
    font-size: 156px;
    bottom: 154px;
    left: -3%;
  }
}
@media (max-width: 600px) {
  .book__big-text {
    font-size: 123px;
    bottom: 242px;
    left: -54%;
  }
}
.single-post .book__big-text {
  bottom: -37px;
}
@media (max-width: 900px) {
  .single-post .book__big-text {
    font-size: 156px;
    bottom: 154px;
    left: -3%;
  }
}
@media (max-width: 600px) {
  .single-post .book__big-text {
    font-size: 123px;
    bottom: 242px;
    left: -54%;
  }
}
.book__down-text-block {
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: DMSerifDisplay, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-style: italic;
  color: #fff;
  background-color: #000;
  max-width: 54.8%;
  width: 100%;
  padding: 71px 178px 38px 20px;
}
@media (max-width: 1200px) {
  .book__down-text-block {
    padding: 71px 40px 38px 20px;
  }
}
@media (max-width: 900px) {
  .book__down-text-block {
    position: relative;
    left: -26px;
    min-width: calc(100% + 52px);
    font-size: 18px;
    line-height: 27px;
    padding: 30px 20px 0;
  }
}
.book__down-text {
  max-width: 452px;
  margin-left: auto;
}
@media (max-width: 900px) {
  .book__down-text {
    margin: 0 auto;
  }
}

.story-block {
  padding: 60px 0 363px;
}
@media (max-width: 900px) {
  .story-block {
    padding: 20px 20px 89px;
  }
}
.story-block.course-scales {
  padding: 141px 0 162px;
  background: url(images/bg-story.jpg) center top/cover no-repeat, #000;
}
@media (max-width: 900px) {
  .story-block.course-scales {
    padding: 0;
  }
}
@media (max-width: 600px) {
  .story-block.course-scales img {
    margin-bottom: 0;
  }
}
.story-block.opt {
  padding: 0 0 241px;
  margin-top: -3px;
}
@media (max-width: 900px) {
  .story-block.opt {
    padding: 20px 20px 50px;
    margin-top: 0;
  }
}
.story-block.opt img {
  max-width: 992px;
}
.story-block img {
  margin-left: auto;
  max-width: 1042px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 600px) {
  .story-block img {
    margin-bottom: 32px;
    order: 0;
    height: 352px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right;
       object-position: right;
  }
}
.story-block .btn-primary {
  margin-left: 54px;
}
@media (max-width: 900px) {
  .story-block .btn-primary {
    display: inline;
    margin-left: 0;
    text-align: center;
    padding: 14.5px 104px;
  }
}
.story__content {
  position: relative;
  margin: 0 auto;
  max-width: 1584px;
}
@media (max-width: 900px) {
  .story__content {
    display: flex;
    flex-wrap: wrap;
  }
}
.opt .story__content {
  max-width: 1424px;
}
.course-scales .story__content {
  max-width: 1482px;
}
.story__text {
  border-top: 1px solid #dce0df;
  position: absolute;
  background-color: #fff;
  max-width: 847px;
  padding-left: 103px;
  top: 141px;
  padding-top: 77px;
  left: 102px;
}
@media (max-width: 900px) {
  .story__text {
    position: static;
    padding: 0 6px;
    border-top: 0;
    order: 1;
  }
}
.opt .story__text {
  max-width: 782px;
  top: 151px;
  left: 22px;
}
@media (max-width: 900px) {
  .opt .story__text {
    position: static;
    padding: 0 6px;
    border-top: 0;
    order: 1;
  }
}
.course-scales .story__text {
  top: 99px;
  padding-top: 77px;
  padding-left: 110px;
  padding-bottom: 50px;
  max-width: 744px;
}
@media (max-width: 900px) {
  .course-scales .story__text {
    max-width: 100%;
    padding: 30px 15px 0;
    border-top: 0;
    order: 1;
  }
}
.story__title {
  font-size: 50px;
  line-height: 1.15;
  text-transform: capitalize;
  margin-bottom: 21px;
}
@media (max-width: 900px) {
  .story__title {
    margin-bottom: 10px;
    font-size: 45px;
    line-height: 45px;
  }
}
.story__title span {
  color: #995322;
}
.course-scales .story__title {
  font-size: 55px;
  line-height: 50px;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .course-scales .story__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.story__description {
  position: relative;
  padding: 0 172px 0 56px;
  margin-bottom: 54px;
}
@media (max-width: 900px) {
  .story__description {
    padding: 0;
    margin-bottom: 36px;
  }
}
.opt .story__description {
  padding: 0 106px 0 56px;
}
@media (max-width: 900px) {
  .opt .story__description {
    padding: 0;
  }
}
.course-scales .story__description {
  padding: 0 109px 0 0;
}
@media (max-width: 900px) {
  .course-scales .story__description {
    padding: 0;
  }
}
.story__description p {
  line-height: 28px;
}
@media (max-width: 900px) {
  .story__description p {
    line-height: 22px;
  }
}
.story__description p:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 900px) {
  .story__description p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.story__wrapper-advantages {
  width: 100%;
  display: flex;
  text-align: center;
  position: absolute;
  right: -100%;
  bottom: 4px;
  z-index: 1;
}
@media (max-width: 1300px) {
  .story__wrapper-advantages {
    position: static;
    justify-content: center;
    margin-bottom: 26px;
  }
}
@media (max-width: 600px) {
  .story__wrapper-advantages {
    margin-top: 30px;
    margin-bottom: 0;
  }
}
.story__advantage {
  padding: 0 5px;
  max-width: 120px;
  color: #995322;
}
.story__advantage-title {
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
}
@media (max-width: 600px) {
  .story__advantage-title {
    font-size: 11px;
    line-height: 13px;
  }
}
.story__advantage-number {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 34px;
  line-height: 1.1;
  font-style: italic;
  margin-bottom: 6px;
}
@media (max-width: 600px) {
  .story__advantage-number {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 1px;
  }
}

.podcast-block {
  padding-bottom: 130px;
}
@media (max-width: 900px) {
  .podcast-block {
    padding-bottom: 96px;
  }
}
@media (max-width: 1100px) {
  .podcast-block .btn-primary {
    font-size: 16px;
    padding: 14.5px 20px 14.5px 20px;
  }
}
@media (max-width: 900px) {
  .podcast-block .btn-primary {
    padding: 14.5px 26px 14.5px 32px;
  }
}
.podcast__big-title {
  font-family: DMSerifDisplay, sans-serif;
  color: #a48b6c;
  text-transform: uppercase;
  font-size: 154px;
  line-height: 0.6;
  max-width: 1646px;
  margin: 0 auto;
  letter-spacing: 32px;
  padding-bottom: 121px;
}
@media (max-width: 900px) {
  .podcast__big-title {
    font-size: 59px;
    line-height: 0.6;
    letter-spacing: 8px;
    text-align: center;
    padding-bottom: 0;
  }
}
.podcast__container {
  display: flex;
  max-width: 1243px;
}
@media (max-width: 900px) {
  .podcast__container {
    flex-wrap: wrap;
    padding: 0 20px 0 26px;
  }
}
.podcast__title {
  line-height: 60px;
  text-transform: capitalize;
  margin-bottom: 13px;
  max-width: 500px;
  padding-top: 60px;
}
@media (max-width: 900px) {
  .podcast__title {
    line-height: 45px;
    margin-bottom: 9px;
    padding-top: 22px;
  }
}
.podcast__title span {
  color: #995322;
}
.podcast__text_before {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 2.6px;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .podcast__text_before {
    text-align: center;
    margin-bottom: 8px;
  }
}
.podcast__lists {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 57px;
}
@media (max-width: 900px) {
  .podcast__lists {
    margin-bottom: 36px;
    padding-right: 7px;
  }
}
.podcast__item {
  max-width: 31%;
  flex: 0 0 31%;
  margin: 0 1%;
  margin-bottom: 8px;
  border: 1px solid #000;
  height: 78.5px;
  transition: 0.1s ease all;
}
@media (max-width: 900px) {
  .podcast__item {
    height: 70px;
    max-width: 48%;
    flex: 0 0 48%;
  }
}
.podcast__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  width: 100%;
  height: 100%;
}
.podcast__item:hover {
  background-color: #995322;
  border-color: #995322;
}
.podcast__item:hover img {
  filter: invert(1);
}
.podcast__item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.podcast__text {
  max-width: 60%;
  flex: 0 0 60%;
  padding-left: 129px;
  padding-right: 51px;
}
@media (max-width: 900px) {
  .podcast__text {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
.podcast__img {
  max-width: 40%;
  flex: 0 0 40%;
}
@media (max-width: 900px) {
  .podcast__img {
    max-width: 100%;
    flex: 0 0 100%;
    display: none;
  }
}
.podcast__img img {
  filter: drop-shadow(50px 50px 50px rgba(0, 0, 0, 0.29));
  max-width: 380px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.podcast__description {
  margin-bottom: 27px;
  max-width: 524px;
}
.podcast__description p {
  line-height: 1.55;
}
@media (max-width: 900px) {
  .podcast__description p {
    line-height: 22px;
  }
}
.podcast__img-mobile {
  display: none;
}
@media (max-width: 900px) {
  .podcast__img-mobile img {
    margin: 0 auto;
    max-width: 76%;
  }
  .podcast__img-mobile {
    display: block;
    margin-bottom: 52px;
  }
}

.free-guide-block {
  color: #fff;
  padding: 89px 0 218px;
  background-color: #0d0d0d;
}
@media (max-width: 900px) {
  .free-guide-block {
    padding: 58px 11px 88px;
  }
}
.free-guide-block .btn-primary {
  padding: 18px 45px 18px 48px;
}
@media (max-width: 900px) {
  .free-guide-block .btn-primary {
    display: block !important;
    margin: 0 auto;
    text-align: center;
    padding: 14.5px 45px 14.5px 45px;
  }
}
.free-guide-block .btn-primary span {
  display: none;
}
.free-guide__container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  z-index: 1;
}
.free-guide__img {
  max-width: 28.5%;
  flex: 0 0 28.5%;
  position: relative;
}
@media (max-width: 900px) {
  .free-guide__img {
    display: none;
  }
}
.free-guide__img::after {
  position: absolute;
  left: -28px;
  top: 15px;
  content: "";
  display: block;
  width: 235.5px;
  height: 428px;
  border: 5px solid #a48b6c;
  background-color: #0d0d0d;
}
.free-guide__img img {
  max-width: 90%;
  z-index: 1;
  position: relative;
  left: 10px;
  top: 62px;
  -o-object-fit: contain;
     object-fit: contain;
}
.free-guide__img-mobile {
  display: none;
  position: relative;
}
.free-guide__img-mobile img {
  max-width: 66%;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  top: 37px;
  left: -22px;
}
@media (max-width: 900px) {
  .free-guide__img-mobile {
    display: block;
    margin-top: -42px;
    margin-bottom: 54px;
  }
}
.free-guide__img-mobile::after {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  content: "";
  display: block;
  height: 138px;
  border: 5px solid #a48b6c;
  background-color: #0d0d0d;
}
.free-guide__text {
  padding-left: 20px;
  padding-top: 76px;
  max-width: 48%;
  flex: 0 0 48%;
}
@media (max-width: 900px) {
  .free-guide__text {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
.free-guide__text p {
  line-height: 28px;
}
@media (max-width: 900px) {
  .free-guide__text p {
    line-height: 22px;
  }
}
.free-guide__description {
  margin-bottom: 48px;
}
@media (max-width: 900px) {
  .free-guide__description {
    margin-bottom: 18px;
  }
}
.free-guide__title {
  font-size: 45px;
  line-height: 50px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .free-guide__title {
    line-height: 45px;
    margin-bottom: 16px;
  }
}
.free-guide__title span {
  color: #995322;
}
.free-guide__big-text {
  position: absolute;
  bottom: -163px;
  z-index: -1;
  max-width: 100%;
  flex: 0 0 100%;
  text-align: center;
  color: #1e1f1f;
  font-family: DMSerifDisplay, sans-serif;
  font-size: 247px;
  line-height: 1;
}
@media (max-width: 900px) {
  .free-guide__big-text {
    font-size: 135px;
    line-height: 87px;
    bottom: -61px;
  }
}

.posts-block {
  padding-top: 20px;
  background: linear-gradient(180deg, #000 63.5%, #fff 63.5%);
  color: #fff;
}
.posts-block.posts-block-custom {
  background: linear-gradient(180deg, #fff 50%, #0d0d0d 50%);
  padding-bottom: 24px;
}
.posts-block.bg-black {
  background: linear-gradient(180deg, #000 50%, #707070 50%, #707070 50.1%, #0d0d0d 50.1%);
  padding-top: 133px;
}
@media (max-width: 900px) {
  .posts-block {
    padding-top: 32px;
  }
}
.page-template-description .posts-block {
  background: #fff;
  padding-top: 0;
}
.posts__content {
  position: relative;
  padding: 104px 0 138px;
  background-color: #a48b6c;
  max-width: 1700px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .posts__content {
    padding: 80px 33px 102px;
    margin: 0 13px;
  }
}
.posts__content::after {
  content: "";
  position: absolute;
  top: -60.5px;
  left: 50%;
  border-left: 2px solid #995322;
  height: 121px;
}
@media (max-width: 900px) {
  .posts__content::after {
    top: -44px;
    height: 84px;
  }
}
.page-template-description .posts__content {
  background-color: transparent;
  padding: 40px 0;
}
.page-template-description .posts__content::after {
  display: none;
}
.posts__title {
  text-align: center;
  font-size: 50px;
  line-height: 67px;
  margin-bottom: 18px;
}
@media (max-width: 900px) {
  .posts__title {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 23px;
  }
}
.posts__posts {
  display: flex;
  flex-wrap: wrap;
  padding: 0 17px;
}
@media (max-width: 900px) {
  .posts__posts {
    padding: 0;
  }
}
.page-template-description .posts__posts {
  padding: 0;
}
.posts__post {
  position: relative;
  max-width: calc(33.33% - 20px);
  flex: 0 0 calc(33.33% - 20px);
  margin: 0 10px 40px;
  padding-bottom: 30px;
  box-shadow: 10px 10px 14px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 900px) {
  .posts__post {
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .posts__post {
    max-width: 100%;
    flex: 0 0 100%;
    min-height: auto;
    margin: 0 auto 25px;
  }
}
.posts__post:hover {
  box-shadow: 20px 20px 45px 0 rgba(0, 0, 0, 0.2);
}
.posts__post-img {
  position: relative;
  padding-bottom: 69%;
  display: block;
}
.posts__post-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 42%, #000);
}
.posts__post-img-title {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  margin: 0 24px;
  bottom: 18px;
  z-index: 1;
  max-width: 68%;
  text-decoration: none;
}
.posts__post-img-title::after {
  content: "";
  display: block;
  padding-top: 9px;
  border-bottom: 2px solid #995322;
  max-width: 64%;
}
.posts__post-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.posts__post-box {
  padding: 20px 52px 33px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .posts__post-box {
    padding: 15px 40px 19px;
  }
}
.page-template-description .posts__post-box {
  color: #000;
}
.posts__post-box-footer {
  position: absolute;
  bottom: 33px;
}
@media (max-width: 900px) {
  .posts__post-box-footer {
    bottom: 25px;
  }
}
.posts__post-title {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 25px;
  line-height: 28px;
  display: block;
  text-decoration: none;
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  .posts__post-title {
    font-size: 20px;
    line-height: 22px;
  }
}
.posts__post-author {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 8px;
}
@media (max-width: 900px) {
  .posts__post-author {
    font-size: 9px;
    line-height: 13px;
  }
}
.posts__post-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #995322;
  letter-spacing: 2.5px;
}
@media (max-width: 900px) {
  .posts__post-link {
    position: static;
  }
}

.quote-and-images-block {
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
.quote-and-images__container {
  display: flex;
}
.quote-and-images__container .image-quote {
  position: absolute;
  right: -15px;
  bottom: 0;
  max-width: 676px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 900px) {
  .quote-and-images__container .image-quote {
    position: static;
    width: 153%;
    margin-top: -80px;
    margin-left: -69px;
  }
}
.quote-and-images__quote {
  position: relative;
  padding: 70px 28px 0 79px;
  font-family: DMSerifDisplay, sans-serif;
  font-size: 25px;
  line-height: 30px;
  font-style: italic;
  max-width: 59%;
  flex: 0 0 59%;
}
@media (max-width: 900px) {
  .quote-and-images__quote {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 39px 8px 0;
    font-size: 20px;
    line-height: 24px;
  }
}
.quote-and-images__quote figcaption {
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-family: OpenSans, sans-serif;
  margin-top: 27px;
  letter-spacing: 1.7px;
}
.quote-and-images__quote figcaption cite {
  font-style: normal;
}
.quote-and-images__img {
  flex-shrink: 0;
  width: 100%;
  margin-left: 15px;
  padding-bottom: 130px;
}
@media (max-width: 900px) {
  .quote-and-images__img {
    display: none;
  }
}
.quote-and-images__img::before {
  content: "";
  display: block;
  width: 100%;
  height: 197px;
  background-color: #fff;
}
.quote-and-images__img img {
  max-width: 547.5px;
}

.testimonials-block {
  position: relative;
  z-index: 1;
  padding: 50px 0 201px;
  margin-bottom: 59px;
  background: url(images/bg-testimonial.jpg) center bottom/cover no-repeat, #000;
  color: #fff;
}
@media (max-width: 900px) {
  .testimonials-block {
    padding: 50px 0 97px;
  }
}
.testimonials-block.testimonials-page-404 {
  position: relative;
  background: #fff;
  padding: 60px 0 75px;
  max-width: 1624px;
  margin: -177px auto 0;
}
.testimonials-block.testimonials-page-404::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 376px;
  box-shadow: 0 -78px 35px 1px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.testimonials-block.testimonial-course, .testimonials-block.testimonials-checkout {
  position: relative;
  background: #0d0d0d;
  margin-bottom: 0;
  padding-bottom: 62px;
}
.testimonials-block.testimonial-course.bg-white, .testimonials-block.testimonials-checkout.bg-white {
  background: #fff;
  color: #000;
}
.testimonials-block.testimonial-course.bg-gradient, .testimonials-block.testimonials-checkout.bg-gradient {
  color: #000;
  background: linear-gradient(180deg, #fff 78%, #0d0d0d 78%);
  padding-bottom: 0;
}
.testimonials-block.testimonial-course.line .line-out, .testimonials-block.testimonials-checkout.line .line-out {
  height: 100%;
}
.testimonials-block.testimonial-course.line .line-inner, .testimonials-block.testimonials-checkout.line .line-inner {
  max-width: 1175px;
  height: 100%;
}
.page-courses .testimonials-block {
  padding-top: 8px;
}
.testimonials-block .wrapper-line {
  display: none;
}
.testimonials-block.line .wrapper-line {
  display: block;
}
@media (max-width: 900px) {
  .testimonials-block.line .wrapper-line {
    display: none;
  }
}
.testimonials-block.line .line-out {
  height: 84%;
}
.testimonials-block.line .line-inner {
  height: 70%;
}
@media (max-width: 900px) {
  .testimonials__container {
    padding: 0 23px;
  }
}
.testimonials-page-404 .testimonials__container {
  max-width: 1090px;
}
.testimonials__title {
  line-height: 70px;
  text-align: center;
  margin-bottom: 42px;
}
.testimonials-page-404 .testimonials__title {
  font-size: 50px;
  line-height: 62px;
  color: #000;
}
@media (max-width: 900px) {
  .testimonials-page-404 .testimonials__title {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 24px;
  }
}
.testimonial-course .testimonials__title, .testimonials-checkout .testimonials__title {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .testimonial-course .testimonials__title, .testimonials-checkout .testimonials__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .testimonials__title {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 24px;
  }
}
.testimonials__title span {
  color: #995322;
}
.testimonials__cards {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 60px;
}
.testimonial-course .testimonials__cards, .testimonials-checkout .testimonials__cards {
  max-width: 1070px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .testimonials__cards {
    flex-wrap: wrap;
    padding-bottom: 42px;
  }
}
.testimonials__card {
  background-color: #fff;
  color: #000;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
@media (max-width: 900px) {
  .testimonials__card {
    margin-bottom: 11px;
  }
}
.testimonials__card img {
  width: 148px;
  height: 148px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  filter: grayscale(1);
}
@media (max-width: 900px) {
  .testimonials__card img {
    width: 85px;
    height: 85px;
    margin-bottom: -12px;
  }
}
.testimonials-page-404 .testimonials__card img, .testimonial-course .testimonials__card img, .testimonials-checkout .testimonials__card img {
  width: 133px;
  height: 133px;
}
@media (max-width: 900px) {
  .testimonials-page-404 .testimonials__card img, .testimonial-course .testimonials__card img, .testimonials-checkout .testimonials__card img {
    width: 85px;
    height: 85px;
  }
}
.testimonials__card:first-child, .testimonials__card:last-child {
  max-width: 30.5%;
  flex: 0 0 30.5%;
  height: 559px;
  margin-top: 24px;
}
@media (max-width: 1150px) {
  .testimonials__card:first-child, .testimonials__card:last-child {
    height: auto;
    padding-bottom: 30px !important;
  }
}
@media (max-width: 900px) {
  .testimonials__card:first-child, .testimonials__card:last-child {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 0;
    padding: 40px 20px;
  }
}
.testimonials-page-404 .testimonials__card:first-child, .bg-white .testimonials__card:first-child, .bg-gradient .testimonials__card:first-child, .testimonials-page-404 .testimonials__card:last-child, .bg-white .testimonials__card:last-child, .bg-gradient .testimonials__card:last-child {
  box-shadow: 0 20px 60px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 900px) {
  .testimonials-page-404 .testimonials__card:first-child, .bg-white .testimonials__card:first-child, .bg-gradient .testimonials__card:first-child, .testimonials-page-404 .testimonials__card:last-child, .bg-white .testimonials__card:last-child, .bg-gradient .testimonials__card:last-child {
    padding: 40px 20px;
  }
}
.testimonial-course .testimonials__card:first-child, .testimonials-checkout .testimonials__card:first-child, .testimonial-course .testimonials__card:last-child, .testimonials-checkout .testimonials__card:last-child {
  max-width: 30.75%;
  flex: 0 0 30.75%;
  margin-top: 33px;
  height: 520px;
}
@media (max-width: 1150px) {
  .testimonial-course .testimonials__card:first-child, .testimonials-checkout .testimonials__card:first-child, .testimonial-course .testimonials__card:last-child, .testimonials-checkout .testimonials__card:last-child {
    height: auto;
    padding-bottom: 30px !important;
  }
}
@media (max-width: 900px) {
  .testimonial-course .testimonials__card:first-child, .testimonials-checkout .testimonials__card:first-child, .testimonial-course .testimonials__card:last-child, .testimonials-checkout .testimonials__card:last-child {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 0;
  }
}
.testimonials__card:first-child {
  padding: 53px 28px 0 51px;
}
@media (max-width: 900px) {
  .testimonials__card:first-child {
    padding: 33px 15px 37px;
  }
}
.testimonial-course .testimonials__card:first-child, .testimonials-checkout .testimonials__card:first-child {
  padding: 47px 21px 0 38px;
}
.testimonials__card:first-child .testimonials__card-text {
  font-size: 30px;
  line-height: 35px;
  font-style: italic;
  font-weight: 300;
  padding-bottom: 27px;
  padding-top: 26px;
}
@media (max-width: 900px) {
  .testimonials__card:first-child .testimonials__card-text {
    font-size: 25px;
    line-height: 30px;
    padding-bottom: 13px;
  }
}
.testimonials__card:first-child .testimonials__card-text::before {
  left: -4px;
  top: 9px;
}
@media (max-width: 900px) {
  .testimonials__card:first-child .testimonials__card-text::before {
    left: 30px;
    top: 1px;
  }
}
.testimonial-course .testimonials__card:first-child .testimonials__card-text::before, .testimonials-checkout .testimonials__card:first-child .testimonials__card-text::before {
  left: 4px;
  top: 10px;
}
.testimonials__card:last-child {
  padding: 53px 56px 0 59px;
}
@media (max-width: 900px) {
  .testimonials__card:last-child {
    padding: 29px 20px;
  }
}
.testimonial-course .testimonials__card:last-child, .testimonials-checkout .testimonials__card:last-child {
  padding: 53px 55px 0 55px;
}
@media (max-width: 900px) {
  .testimonial-course .testimonials__card:last-child, .testimonials-checkout .testimonials__card:last-child {
    padding: 29px 20px;
  }
}
.testimonials__card:last-child .testimonials__card-text {
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  padding-bottom: 23px;
  padding-top: 50px;
}
@media (max-width: 900px) {
  .testimonials__card:last-child .testimonials__card-text {
    font-size: 18px;
    line-height: 24px;
  }
}
.testimonial-course .testimonials__card:last-child .testimonials__card-text, .testimonials-checkout .testimonials__card:last-child .testimonials__card-text {
  padding-top: 42px;
}
.testimonials__card:last-child .testimonials__card-text::before {
  left: -41px;
  top: 30px;
}
@media (max-width: 900px) {
  .testimonials__card:last-child .testimonials__card-text::before {
    left: 30px;
    top: 1px;
  }
}
.testimonials__card:nth-child(2) {
  padding: 56px 67px;
  position: relative;
  z-index: 1;
  max-width: 39%;
  flex: 0 0 39%;
  height: 682px;
  box-shadow: 0 0 43px 23px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1150px) {
  .testimonials__card:nth-child(2) {
    height: auto;
    padding-bottom: 30px !important;
  }
}
@media (max-width: 900px) {
  .testimonials__card:nth-child(2) {
    max-width: 100%;
    flex: 0 0 100%;
    box-shadow: none;
    padding: 29px 20px;
  }
}
.testimonials-page-404 .testimonials__card:nth-child(2), .bg-white .testimonials__card:nth-child(2), .bg-gradient .testimonials__card:nth-child(2) {
  padding: 56px 42px;
  box-shadow: 0 35px 60px 4px rgba(153, 83, 34, 0.1);
}
@media (max-width: 900px) {
  .testimonials-page-404 .testimonials__card:nth-child(2), .bg-white .testimonials__card:nth-child(2), .bg-gradient .testimonials__card:nth-child(2) {
    box-shadow: 0 20px 60px 2px rgba(0, 0, 0, 0.1);
    padding: 29px 20px;
  }
}
.testimonial-course .testimonials__card:nth-child(2), .testimonials-checkout .testimonials__card:nth-child(2) {
  max-width: 38.5%;
  flex: 0 0 38.5%;
  padding: 56px 52px;
  height: 640px;
}
@media (max-width: 1150px) {
  .testimonial-course .testimonials__card:nth-child(2), .testimonials-checkout .testimonials__card:nth-child(2) {
    height: auto;
    padding-bottom: 30px !important;
  }
}
@media (max-width: 900px) {
  .testimonial-course .testimonials__card:nth-child(2), .testimonials-checkout .testimonials__card:nth-child(2) {
    max-width: 100%;
    flex: 0 0 100%;
    box-shadow: none;
    padding: 29px 20px;
  }
}
.testimonials__card:nth-child(2) .testimonials__card-text {
  font-style: italic;
  font-size: 20px;
  line-height: 29px;
  padding-bottom: 34px;
  color: #545454;
}
@media (max-width: 900px) {
  .testimonials__card:nth-child(2) .testimonials__card-text {
    font-size: 18px;
    line-height: 24px;
    padding-top: 28px;
    padding-bottom: 15px;
  }
}
.testimonial-course .testimonials__card:nth-child(2) .testimonials__card-text, .testimonials-checkout .testimonials__card:nth-child(2) .testimonials__card-text {
  padding-top: 32px;
}
.testimonials__card:nth-child(2) .testimonials__card-text::before {
  left: -15px;
  top: 24px;
  color: #000;
}
@media (max-width: 900px) {
  .testimonials__card:nth-child(2) .testimonials__card-text::before {
    left: 30px;
    top: 1px;
  }
}
.testimonials__card-text {
  position: relative;
  padding-top: 38px;
}
.testimonials__card-text::before {
  position: absolute;
  left: -15px;
  top: 24px;
  content: "“";
  display: block;
  font-family: DMSerifDisplay, sans-serif;
  font-size: 132px;
}
@media (max-width: 900px) {
  .testimonials__card-text::before {
    font-size: 117px;
  }
}
.testimonials__card-info {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 900px) {
  .testimonials__card-info {
    font-size: 16px;
    line-height: 22px;
  }
}
.testimonials__wrapper-btn {
  text-align: center;
}
@media (max-width: 900px) {
  .testimonials__wrapper-btn .btn-primary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.testimonials__wrapper-btn .btn-primary span {
  border-color: #343030;
}

.violin-block {
  position: relative;
  padding: 0 0 109px;
  background: url(images/bg-violin.jpg) top center/cover no-repeat, #000;
  color: #fff;
  z-index: 1;
}
@media (max-width: 900px) {
  .violin-block {
    background: #0d0d0d;
    padding: 0 0 32px;
  }
  .violin-block .btn-primary {
    padding: 14.5px 65px 14.5px 72px;
  }
}
.violin-block .btn-primary span {
  border-color: #343030;
  right: -29px;
  top: 18px;
}
@media (max-width: 900px) {
  .violin-block .btn-primary span {
    right: -16px;
  }
}
.violin__title {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 216px;
  line-height: 1;
  text-transform: uppercase;
  max-width: 1773px;
  margin: 0 auto;
  position: relative;
  top: -49px;
  letter-spacing: 42px;
  padding-bottom: 24px;
}
@media (max-width: 900px) {
  .violin__title {
    font-size: 73px;
    line-height: 91px;
    letter-spacing: 14px;
    text-align: center;
    top: -22px;
    padding-bottom: 5px;
  }
}
@media (max-width: 600px) {
  .violin__container {
    padding: 0 26px;
  }
}
.violin__wrapper-btn {
  margin-top: 62px;
}
@media (max-width: 900px) {
  .violin__wrapper-btn {
    margin-top: 37px;
  }
}
.violin__quote {
  padding: 134px 0 40px;
  max-width: 670px;
  text-align: center;
  margin-left: 17px;
}
@media (max-width: 900px) {
  .violin__quote {
    padding: 85px 0 33px;
    margin-left: 0;
  }
}
.violin__quote figure blockquote {
  margin-bottom: 38px;
}
@media (max-width: 900px) {
  .violin__quote figure blockquote {
    margin-bottom: 14px;
  }
}
.violin__quote figure blockquote p {
  font-family: DMSerifDisplay, sans-serif;
  font-style: italic;
  font-size: 30px;
  line-height: 40px;
  color: #a48b6c;
}
@media (max-width: 900px) {
  .violin__quote figure blockquote p {
    font-size: 20px;
    line-height: 24px;
  }
}
.violin__quote figure figcaption {
  text-align: left;
  padding-left: 4px;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .violin__quote figure figcaption {
    text-align: center;
    padding-left: 0;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 1.25px;
  }
}
.violin__quote figure figcaption cite {
  font-style: normal;
}
.violin__description {
  max-width: 751px;
  margin: 0 auto;
}
.violin__description h2 {
  line-height: 60px;
  margin-bottom: 14px;
}
@media (max-width: 900px) {
  .violin__description h2 {
    line-height: 45px;
  }
}
.violin__description h6 {
  font-family: DMSerifDisplay, sans-serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 32px;
  max-width: 620px;
  padding-left: 5px;
}
@media (max-width: 900px) {
  .violin__description h6 {
    font-size: 21px;
    line-height: 26px;
    padding-left: 0;
  }
}
.violin__description p {
  line-height: 30px;
}
@media (max-width: 900px) {
  .violin__description p {
    line-height: 22px;
  }
}
.violin__description p:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 900px) {
  .violin__description p:not(:last-child) {
    margin-bottom: 23px;
  }
}
.violin__img {
  max-width: 1402px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .violin__img {
    padding: 0 20px;
  }
}
.violin__img img {
  max-width: 905px;
  width: 100%;
}
@media (max-width: 900px) {
  .violin__img img {
    max-width: 100%;
  }
}

.contact-block {
  padding-top: 170px;
  margin-bottom: 120px;
  background: url(images/bg-contact.jpg) center 0/cover no-repeat, #000;
  color: #fff;
  overflow: clip;
}
@media (max-width: 900px) {
  .contact-block {
    padding-top: 100px;
    margin-bottom: 0;
  }
}
.contact__container {
  background-color: #fff;
  max-width: 1623px;
  margin: 0 auto;
  padding: 52px 20px 0;
}
.contact__content {
  max-width: 1169px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .contact__content {
    flex-wrap: wrap;
  }
}
.contact__title {
  font-size: 40px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 0;
  padding: 0 20px 48px;
}
.contact__shortcode {
  max-width: 70%;
  flex: 0 0 70%;
  padding: 0 23px 30px 20px;
}
@media (max-width: 900px) {
  .contact__shortcode {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
.contact__shortcode .gform_confirmation_wrapper {
  color: #000;
  text-align: center;
  font-size: 21px;
}
@media (max-width: 900px) {
  .contact__shortcode .gform_confirmation_wrapper {
    font-size: 16px;
  }
  .contact__shortcode #gform_wrapper_1 {
    margin-bottom: 60px;
  }
}
.contact__shortcode #gform_wrapper_1 .gform_validation_errors {
  display: none;
}
.contact__shortcode #gform_wrapper_1 .validation_message {
  background-color: #fff;
  border: 0;
  padding: 10px 0 0;
}
.contact__shortcode #gform_wrapper_1 #input_1_1_3_container {
  margin-bottom: 0 !important;
}
.contact__shortcode #gform_wrapper_1 input,
.contact__shortcode #gform_wrapper_1 textarea {
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #e2e2e2;
  color: #000;
  padding: 26px 28px;
  margin-bottom: -9px;
}
@media (max-width: 900px) {
  .contact__shortcode #gform_wrapper_1 input,
.contact__shortcode #gform_wrapper_1 textarea {
    padding: 12px 15px;
  }
}
.contact__shortcode #gform_wrapper_1 input::-moz-placeholder, .contact__shortcode #gform_wrapper_1 textarea::-moz-placeholder {
  color: #2D2D2D;
}
.contact__shortcode #gform_wrapper_1 input::placeholder,
.contact__shortcode #gform_wrapper_1 textarea::placeholder {
  color: #2D2D2D;
}
.contact__shortcode #gform_wrapper_1 textarea {
  height: 202px;
}
.contact__shortcode #gform_wrapper_1 .gform_button {
  cursor: pointer;
  color: #fff;
  border: 0;
  font-size: 21px;
  line-height: 21px;
  padding: 23px 41px 23px 46px;
}
@media (max-width: 900px) {
  .contact__shortcode #gform_wrapper_1 .gform_button {
    font-size: 16px;
    padding: 14.5px 41px 14.5px 45px;
    letter-spacing: 2.5px;
  }
}
.contact__shortcode #gform_wrapper_1 .gform_footer {
  position: relative;
  padding: 17px 0 0;
  margin: 0;
  display: inline-block;
}
.contact__shortcode #gform_wrapper_1 .gform_footer::after {
  content: "";
  position: absolute;
  right: -25px;
  bottom: -27px;
  border-width: 31.5px;
  border-color: #dce0df;
}
@media (max-width: 900px) {
  .contact__shortcode #gform_wrapper_1 .gform_footer::after {
    border-width: 25.5px;
  }
}
.contact__shortcode #gform_wrapper_1 .name_first {
  padding-right: 0;
}
.contact__social {
  position: relative;
  min-width: 347px;
  height: 555.4px;
  overflow-y: clip;
  background-color: #F6F6F6;
}
@media (max-width: 900px) {
  .contact__social {
    margin: 0 auto;
    min-width: auto;
    width: 347px;
  }
}
.contact__social-title {
  color: #011921;
  font-family: DMSerifDisplay, sans-serif;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  padding: 36px 0 11px 55px;
  letter-spacing: 0.4px;
}
.contact__social .social-icons {
  position: relative;
  z-index: 1;
  display: flex;
  padding-left: 67px;
}
.contact__social .social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 37.78px;
  height: 37.78px;
  background-color: #dce0df;
  border-radius: 50%;
}
.contact__social .social-icons .social-icon svg {
  color: #000;
}
.contact__social .social-icons .social-icon:hover {
  background-color: #000;
}
.contact__social .social-icons .social-icon:hover svg {
  color: #fff;
}
.contact__social .social-icons .social-icon:not(:last-child) {
  margin-right: 42px;
}
.contact__social img {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 430px;
}

.main-block {
  padding: 198px 0 76px;
  color: #fff;
  background: url(images/bg-main.jpg) center top/cover no-repeat, #000;
}
@media (max-width: 900px) {
  .main-block {
    padding: 100px 0;
  }
}
.main-block.testimonial-page {
  padding: 228px 0 205px;
  background: url(images/bg.jpg) center top/cover no-repeat, #000;
}
@media (max-width: 900px) {
  .main-block.testimonial-page {
    padding: 120px 0;
  }
}
.main-block.course-page {
  padding: 200px 0 333px;
  background: url(images/bg.jpg) center top/cover no-repeat, #000;
}
.main-block.course-page.courses-page {
  padding: 228px 0 421px;
}
@media (max-width: 900px) {
  .main-block.course-page.courses-page {
    padding: 120px 0 60px;
  }
  .main-block.course-page {
    padding: 120px 0;
  }
}
.main-block.main-thank-you {
  background: url(images/bg-thank-you.jpg) center top/cover no-repeat, #000;
  padding: 195px 0 385px;
}
@media (max-width: 900px) {
  .main-block.main-thank-you {
    padding: 120px 0 0;
  }
}
.main-block.main-thank-you.downloading {
  padding: 150px 0 370px;
}
@media (max-width: 900px) {
  .main-block.main-thank-you.downloading {
    padding: 120px 0 0;
  }
}
.main-block .btn-primary span {
  border-color: #343030;
}
.main-block.main-book-call {
  padding: 149px 0 397px;
}
@media (max-width: 900px) {
  .main-block.main-book-call {
    padding: 100px 0 70px;
  }
}
.main-block.main-book-call .btn-primary {
  margin-left: -21px;
}
@media (max-width: 900px) {
  .main-block.main-book-call .btn-primary {
    margin-left: 0;
  }
}
.main-block.main-book-call .btn-primary span {
  display: none;
}
.main-block.main-book-upsell {
  padding: 172px 0 332px;
}
@media (max-width: 900px) {
  .main-block.main-book-upsell {
    padding: 100px 0 60px;
  }
}
.main__numbers {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 246px;
  margin: 0 auto;
  padding: 27px 0 0;
  z-index: 1;
}
.main__numbers::after {
  position: absolute;
  z-index: -1;
  height: 1px;
  width: 100%;
  content: "";
  display: block;
  border-bottom: 1px #a48b6c dashed;
}
.main__number {
  font-size: 12px;
  line-height: 21px;
  width: 21px;
  height: 21px;
  background-color: #995322;
  color: #fff;
  border-radius: 50%;
}
.main__number:nth-child(2) {
  font-size: 15px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
}
.main__container {
  position: relative;
  max-width: 1070px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
}
.downloading .main__container {
  max-width: 974px;
}
.main__content {
  max-width: 52%;
  flex: 0 0 52%;
}
@media (max-width: 900px) {
  .main__content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.testimonial-page .main__content {
  padding-left: 23px;
  padding-bottom: 140px;
}
@media (max-width: 900px) {
  .testimonial-page .main__content {
    padding-left: 0;
    padding-bottom: 0;
  }
}
.course-page .main__content {
  padding-left: 23px;
  padding-bottom: 140px;
}
@media (max-width: 900px) {
  .course-page .main__content {
    padding-left: 0;
    padding-bottom: 0;
  }
}
.courses-page .main__content {
  padding-bottom: 0;
}
.main-thank-you .main__content {
  max-width: 80%;
  flex: 0 0 80%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 900px) {
  .main-thank-you .main__content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.main__img {
  flex-shrink: 0;
  position: relative;
  top: -182px;
  right: 44px;
}
@media (max-width: 900px) {
  .main__img {
    display: none;
  }
}
.testimonial-page .main__img {
  position: absolute;
  bottom: -6px;
  right: 18px;
  top: auto;
}
.course-page .main__img {
  position: absolute;
  bottom: -130px;
  right: 21px;
  top: auto;
}
.main__img img {
  width: 632px;
  filter: drop-shadow(-66px 72px 19px rgba(0, 0, 0, 0.49));
}
.testimonial-page .main__img img {
  width: 532px;
  filter: none;
}
.course-page .main__img img {
  width: 527px;
  filter: none;
}
.courses-page .main__img img {
  filter: drop-shadow(-55px -25px 19px rgba(0, 0, 0, 0.49));
}
.main__title {
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 17px;
}
@media (max-width: 600px) {
  .main__title {
    font-size: 40px;
    line-height: 45px;
  }
}
.main__title span {
  color: #995322;
}
.about-page .main__title span, .testimonial-page .main__title span, .main-thank-you .main__title span {
  color: #a48b6c;
}
.testimonial-page .main__title {
  max-width: 460px;
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .testimonial-page .main__title {
    max-width: 100%;
  }
}
.course-page .main__title {
  max-width: 460px;
  margin-bottom: 18px;
}
@media (max-width: 900px) {
  .course-page .main__title {
    max-width: 100%;
  }
}
.course-page .main__title span {
  color: #a48b6c;
}
.courses-page .main__title {
  margin-bottom: 23px;
}
.main__description {
  margin-bottom: 56px;
}
.course-page .main__description {
  margin-bottom: 45px;
}
.courses-page .main__description {
  max-width: 478px;
}
.main-book-call .main__description {
  max-width: 726px;
  margin: 20px auto 55px;
}
.main__description p {
  line-height: 28px;
}

.contact-me-block {
  padding: 43px 0 125px;
}
@media (max-width: 600px) {
  .contact-me-block {
    padding-top: 25px;
  }
}
.contact-me-block .btn-primary {
  margin-left: -19px;
}
.contact-me-block img {
  margin: 0 auto 51px;
  max-width: 497px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.contact-me__container {
  text-align: center;
}
.contact-me__title {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 24px;
}
.contact-me__description {
  max-width: 890px;
  margin: 0 auto 24px;
}
.contact-me__description p {
  font-size: 16px;
  line-height: 26px;
}
.contact-me__description p:not(:last-child) {
  margin-bottom: 27px;
}

.timeline-block {
  padding-bottom: 20px;
}
.timeline-block .flex {
  display: flex;
}
.timeline__top {
  padding-bottom: 154px;
}
@media (max-width: 900px) {
  .timeline__top {
    padding: 0 10px 88px;
  }
}
.timeline__title {
  font-size: 65px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .timeline__title {
    font-size: 40px;
    line-height: 45px;
  }
}
.timeline__year {
  position: relative;
  max-width: 162px;
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  color: #fff;
  background-color: #a48b6c;
  border-radius: 34px;
  letter-spacing: 4.5px;
}
.timeline__year.m-auto {
  margin: 0 auto;
}
.timeline__year.content-2, .timeline__year.content-6 {
  margin-bottom: 38px;
  margin-left: 42px;
}
.timeline__year.content-2::before, .timeline__year.content-6::before {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 2px solid #a48b6c;
  width: 54px;
  left: -42px;
}
.timeline__year.content-6 {
  margin-bottom: 41px;
}
.timeline__year.content-3, .timeline__year.content-5 {
  margin-left: auto;
  right: 47px;
  margin-top: 92px;
  margin-bottom: 21px;
}
@media (max-width: 600px) {
  .timeline__year.content-3, .timeline__year.content-5 {
    right: 14px;
  }
}
.timeline__year.content-3::before, .timeline__year.content-5::before {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 2px solid #a48b6c;
  width: 54px;
  right: -49px;
}
@media (max-width: 600px) {
  .timeline__year.content-3::before, .timeline__year.content-5::before {
    width: 35px;
    right: -15px;
  }
}
.timeline__year.content-5 {
  margin-top: 112px;
  margin-bottom: 47px;
}
.timeline__year.content-7 {
  position: absolute;
  left: calc(50% - 81px);
  bottom: -33.5px;
  width: 100%;
}
.timeline__year.line::after, .timeline__year.line::before {
  position: absolute;
  content: "";
  display: block;
  height: 47.5px;
  border-right: 2px solid #a48b6c;
}
.timeline__year.line::before {
  top: -47.5px;
}
.timeline__year.line::after {
  bottom: -47.5px;
}
.timeline__year.last::after {
  display: none;
}
.timeline__bg-text {
  position: absolute;
  top: -10px;
  right: 13.5%;
  text-align: right;
  font-family: DMSerifDisplay, sans-serif;
  font-size: 216px;
  line-height: 0.7;
  color: #fff;
  opacity: 0.08;
  letter-spacing: 43px;
}
@media (max-width: 1100px) {
  .timeline__bg-text {
    font-size: 156px;
    letter-spacing: 30px;
  }
}
@media (max-width: 900px) {
  .timeline__bg-text {
    font-size: 116px;
    letter-spacing: 25px;
  }
}
@media (max-width: 600px) {
  .timeline__bg-text {
    font-size: 61px;
    letter-spacing: 15px;
    text-align: center;
    top: -5px;
    left: 0;
    width: 100%;
  }
}
.timeline__left, .timeline__right {
  max-width: 50%;
  flex: 0 0 50%;
}
.timeline__left {
  max-width: calc(50% + 1px);
  flex: 0 0 calc(50% + 1px);
  border-right: 2px solid #a48b6c;
  padding-top: 6px;
}
.timeline__right {
  padding-top: 169px;
}
.center .timeline__right {
  padding-top: 305px;
}
.timeline__content.left {
  padding-left: 30px;
  padding-right: 57px;
}
@media (max-width: 900px) {
  .timeline__content.left {
    padding-left: 0;
    padding-right: 15px;
  }
}
.timeline__content.left.content-3 {
  padding-right: 30px;
  padding-bottom: 20px;
}
@media (max-width: 900px) {
  .timeline__content.left.content-3 {
    padding-right: 15px;
  }
}
.timeline__content.left.content-5 {
  padding-left: 44px;
}
@media (max-width: 900px) {
  .timeline__content.left.content-5 {
    padding-left: 0;
    padding-right: 15px;
  }
}
.timeline__content.left.content-6 {
  padding-left: 53px;
  padding-right: 32px;
}
@media (max-width: 900px) {
  .timeline__content.left.content-6 {
    padding-left: 15px;
    padding-right: 0;
  }
}
.timeline__content.right {
  padding-left: 54px;
  padding-right: 76px;
}
@media (max-width: 900px) {
  .timeline__content.right {
    padding-left: 15px;
    padding-right: 0;
  }
}
.timeline__content-title {
  font-size: 35px;
  line-height: 40px;
  margin-bottom: 7px;
}
@media (max-width: 900px) {
  .timeline__content-title {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .timeline__content-title {
    font-size: 18px;
    line-height: 23px;
  }
}
.center .timeline__content-title {
  color: #fff;
}
.timeline__content.content-2 {
  position: relative;
}
.timeline__content.content-2::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 2px solid #a48b6c;
  width: 54px;
  left: 0;
  bottom: -3px;
}
.timeline__content.content-4 {
  align-items: center;
  justify-content: space-between;
  padding-top: 79px;
}
@media (max-width: 900px) {
  .timeline__content.content-4 {
    flex-wrap: wrap;
  }
}
.content-4 .timeline__content-box {
  max-width: 51%;
  flex: 0 0 51%;
  padding: 0 22px;
}
@media (max-width: 1399px) {
  .content-4 .timeline__content-box {
    padding-left: 0;
  }
}
@media (max-width: 900px) {
  .content-4 .timeline__content-box {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    order: 1;
  }
}
.content-7 .timeline__content-box {
  padding: 26px 108px 0 54px;
}
@media (max-width: 1000px) {
  .content-7 .timeline__content-box {
    padding: 26px 20px 0 30px;
  }
}
.content-8 .timeline__content-box {
  padding: 26px 130px 0 46px;
}
@media (max-width: 1000px) {
  .content-8 .timeline__content-box {
    padding: 0 20px 0 0;
  }
}
.content-9 .timeline__content-box {
  padding: 38px 130px 0 46px;
}
@media (max-width: 1000px) {
  .content-9 .timeline__content-box {
    padding: 0 20px 0 0;
  }
}
.content-10 .timeline__content-box {
  padding: 2px 141px 0 55px;
}
@media (max-width: 1000px) {
  .content-10 .timeline__content-box {
    padding: 0 0 0 30px;
  }
}
.content-11 .timeline__content-box {
  padding: 20px 120px 0 46px;
}
@media (max-width: 1000px) {
  .content-11 .timeline__content-box {
    padding: 0 30px 0 0;
  }
}
.content-12 .timeline__content-box {
  padding: 0 135px 0 42px;
}
@media (max-width: 1000px) {
  .content-12 .timeline__content-box {
    padding: 0 30px 0 30px;
  }
}
.content-1 .timeline__content-description {
  padding-bottom: 17px;
}
.content-2 .timeline__content-description {
  padding-bottom: 64px;
}
.content-3 .timeline__content-description {
  padding-bottom: 24px;
}
.content-5 .timeline__content-description {
  padding-bottom: 32px;
}
.content-6 .timeline__content-description {
  padding-bottom: 34px;
}
.center .timeline__content-description {
  color: #fff;
}
.timeline__content-description h6 {
  font-size: 25px;
  line-height: 32px;
  color: #995322;
  margin: 13px 0 14px;
}
@media (max-width: 600px) {
  .timeline__content-description h6 {
    font-size: 17px;
    line-height: 26px;
  }
}
.timeline__content-description p {
  font-size: 16px;
  line-height: 26px;
  opacity: 0.6;
}
@media (max-width: 600px) {
  .timeline__content-description p {
    font-size: 14px;
    line-height: 22px;
  }
}
.center .timeline__content-description p {
  opacity: 1;
}
.timeline__content-description p:not(:last-child) {
  margin-bottom: 27px;
}
@media (max-width: 600px) {
  .timeline__content-description p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.timeline__content img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
@media (max-width: 600px) {
  .timeline__content img {
    order: 0;
    max-width: 100% !important;
    margin-bottom: 20px;
  }
}
.timeline__content .image-1 {
  max-width: 477px;
}
.timeline__content .image-2 {
  margin-left: 9px;
  min-width: 502px;
}
@media (max-width: 1150px) {
  .timeline__content .image-2 {
    min-width: auto;
    margin-left: 0;
  }
}
.timeline__content .image-3 {
  max-width: 358px;
  margin-left: 55px;
}
@media (max-width: 1150px) {
  .timeline__content .image-3 {
    margin-left: 0;
  }
}
.timeline__content .image-4 {
  max-width: 629px;
  position: relative;
  left: 57px;
  top: -55px;
}
@media (max-width: 1399px) {
  .timeline__content .image-4 {
    left: 0;
    flex: 0 0 49%;
    max-width: 49%;
  }
}
@media (max-width: 900px) {
  .timeline__content .image-4 {
    flex: 0 0 100%;
    max-width: 100%;
    top: 0;
    margin-bottom: 20px;
  }
}
.timeline__content .image-5 {
  min-width: 535px;
  position: relative;
  left: -41px;
}
@media (max-width: 1150px) {
  .timeline__content .image-5 {
    min-width: auto;
    left: 0;
  }
}
.timeline__content .image-6 {
  max-width: 96%;
}
.timeline__content .image-7 {
  max-width: 526px;
  padding-left: 46px;
}
@media (max-width: 1000px) {
  .timeline__content .image-7 {
    padding-left: 0;
    max-width: 50%;
  }
}
.timeline__content .image-8 {
  position: relative;
  left: -28px;
  top: -42px;
}
@media (max-width: 1399px) {
  .timeline__content .image-8 {
    left: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 600px) {
  .timeline__content .image-8 {
    top: 0;
  }
}
.timeline__content .image-9 {
  position: relative;
  right: -28px;
}
@media (max-width: 1399px) {
  .timeline__content .image-9 {
    right: 0;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.timeline__content .image-10 {
  padding-left: 48px;
  padding-right: 20px;
  max-width: 46%;
}
@media (max-width: 1000px) {
  .timeline__content .image-10 {
    max-width: 50%;
    padding: 0;
  }
}
.timeline__content .image-11 {
  max-width: 47.5%;
  padding-right: 48px;
}
@media (max-width: 1000px) {
  .timeline__content .image-11 {
    max-width: 50%;
    padding-right: 0;
  }
}
.timeline__content .image-12 {
  padding: 0 48px;
}
@media (max-width: 1000px) {
  .timeline__content .image-12 {
    padding: 0;
    max-width: 50%;
  }
}
.timeline__center {
  background: url(images/bg-timeline.jpg) center top/cover no-repeat, #000;
  position: relative;
  padding-bottom: 56px;
}
.timeline__center::after, .timeline__center::before {
  left: calc(50% - 1px);
  position: absolute;
  display: block;
  content: "";
  height: 61px;
  border-right: 2px solid #a48b6c;
}
.timeline__center::before {
  top: -61px;
}
.timeline__bottom {
  padding: 145px 0 0;
}
@media (max-width: 1150px) {
  .timeline__bottom {
    padding: 100px 10px 0;
  }
}
.timeline__bottom .timeline__content-box {
  max-width: 50%;
  flex: 0 0 50%;
}
@media (max-width: 600px) {
  .timeline__bottom .timeline__content-box {
    max-width: 100%;
    flex: 0 0 100%;
    order: 1;
    padding: 0;
  }
}
.timeline__bottom .flex {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .timeline__bottom .flex {
    flex-wrap: wrap;
  }
}
.timeline__bottom .content-7 {
  padding-bottom: 152px;
}
@media (max-width: 1000px) {
  .timeline__bottom .content-7 {
    padding-bottom: 80px;
  }
}
@media (max-width: 600px) {
  .timeline__bottom .content-7 {
    padding-bottom: 80px;
  }
}
.timeline__bottom .content-8 {
  padding-bottom: 56px;
}
@media (max-width: 600px) {
  .timeline__bottom .content-8 {
    padding-bottom: 80px;
  }
}
.timeline__bottom .content-9 {
  padding: 63px 0;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .timeline__bottom .content-9 {
    padding: 80px 0;
  }
}
.timeline__bottom .content-10 {
  padding: 0 0 101px;
  align-items: flex-start;
}
@media (max-width: 600px) {
  .timeline__bottom .content-10 {
    padding-bottom: 80px;
  }
}
.timeline__bottom .content-11 {
  padding: 104px 0 84px;
}
@media (max-width: 600px) {
  .timeline__bottom .content-11 {
    padding: 80px 0;
  }
}
.timeline__bottom .content-12 {
  padding-bottom: 95px;
}

.hero-404-block {
  padding: 150px 0 190px;
  background: url(images/bg-404.jpg) center top/cover no-repeat, #000;
  color: #fff;
}
@media (max-width: 900px) {
  .hero-404-block {
    padding: 100px 0 190px;
  }
}
.hero-404-block header {
  position: relative;
}
.hero-404-block header img {
  position: absolute;
  top: 59px;
  left: calc(50% - 165px);
  max-width: 370px;
}
@media (max-width: 900px) {
  .hero-404-block header img {
    position: absolute;
    top: 40px;
    left: calc(50% - 60px);
    max-width: 133px;
  }
}
.hero-404-block .search-form {
  position: relative;
  z-index: 1;
  max-width: 733px;
  margin: 0 auto 60px;
}
.hero-404-block .search-form .search-field {
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  padding: 20px;
}
.hero-404-block .search-form .button-search {
  cursor: pointer;
  position: absolute;
  right: 9px;
  top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  line-height: 20px;
  padding: 10.5px 61px;
  text-transform: uppercase;
  color: #fff;
  background-color: #995322;
  border-radius: 0;
  letter-spacing: 2.5px;
  transition: 0.2s ease all;
}
@media (max-width: 900px) {
  .hero-404-block .search-form .button-search {
    padding: 10.5px 15px;
  }
}
.hero-404-block .search-form .button-search:hover, .hero-404-block .search-form .button-search:active, .hero-404-block .search-form .button-search:focus {
  background-color: #a48b6c;
}
.hero-404__container {
  text-align: center;
}
.hero-404__title {
  font-size: 399px;
  line-height: 0.6;
  text-transform: uppercase;
  margin-bottom: 114px;
}
@media (max-width: 900px) {
  .hero-404__title {
    font-size: 159px;
    line-height: 0.6;
    margin-bottom: 60px;
  }
}
.hero-404__subtitle {
  font-size: 55px;
  line-height: 60px;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .hero-404__subtitle {
    font-size: 45px;
    line-height: 45px;
  }
}
.hero-404__wrapper-advantages {
  max-width: 645px;
  margin: 0 auto 60px;
  display: flex;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .hero-404__wrapper-advantages {
    justify-content: center;
    margin-bottom: 26px;
  }
}
@media (max-width: 600px) {
  .hero-404__wrapper-advantages {
    margin-bottom: 31px;
  }
}
.hero-404__advantage {
  padding: 0 10px;
}
.hero-404__advantage-title {
  font-weight: 600;
  font-size: 21px;
  line-height: 27px;
}
@media (max-width: 600px) {
  .hero-404__advantage-title {
    font-size: 11px;
    line-height: 13px;
  }
}
.hero-404__advantage-number {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 48px;
  line-height: 64px;
  font-style: italic;
  margin-bottom: 6px;
}
@media (max-width: 600px) {
  .hero-404__advantage-number {
    font-size: 27px;
    line-height: 36px;
    margin-bottom: 1px;
  }
}

.article-block {
  margin-bottom: 17px;
  padding: 0 15px;
}
.article-block .flex {
  display: flex;
  flex-wrap: wrap;
}
.article__text {
  max-width: 55%;
  flex: 0 0 55%;
  padding-right: 37px;
}
@media (max-width: 600px) {
  .article__text {
    padding-right: 0;
    max-width: 100%;
    flex: 0 0 100%;
    margin-bottom: 15px;
  }
}
.article__text-top {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 24px;
  font-style: italic;
  line-height: 30px;
  color: #995322;
  margin-bottom: 22px;
}
@media (max-width: 900px) {
  .article__text-top {
    font-size: 20px;
    line-height: 26px;
  }
}
.article__text-down {
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 900px) {
  .article__text-down {
    font-size: 16px;
    line-height: 24px;
  }
}
.article__content {
  max-width: 45%;
  flex: 0 0 45%;
  background-color: #000;
  color: #fff;
  padding: 55px 20px 69px;
  box-shadow: 0 35px 60px 4px rgba(153, 83, 34, 0.2);
  text-align: center;
  margin-top: 4px;
  height: 100%;
}
@media (max-width: 600px) {
  .article__content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.article__content .btn-primary {
  padding: 16.5px 26px;
}
.article__content .btn-primary span {
  border-color: #343030;
}
.article__content-title {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 45px;
  line-height: 37px;
  text-transform: uppercase;
  color: #995322;
  margin-bottom: 4px;
}
@media (max-width: 900px) {
  .article__content-title {
    font-size: 25px;
    line-height: 17px;
    margin-bottom: 15px;
  }
}
.article__content-subtitle {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 35px;
  line-height: 37px;
  margin-bottom: 17px;
}
@media (max-width: 900px) {
  .article__content-subtitle {
    font-size: 16px;
    line-height: 19px;
  }
}
.article__content-description {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}

.featured-testimonials-block.featured-testimonials-checkout {
  padding: 0 0 98px;
}
.featured-testimonials__title {
  font-size: 50px;
  line-height: 67px;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .featured-testimonials__title {
    font-size: 45px;
    line-height: 45px;
  }
}
.featured-testimonials__white-box {
  position: relative;
  background: #fff;
  padding: 57px 0 75px;
  max-width: 1624px;
  margin: -205px auto 0;
}
@media (max-width: 900px) {
  .featured-testimonials__white-box {
    margin-top: 0;
  }
}
.featured-testimonials__white-box::before {
  position: absolute;
  top: 184px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 150px;
  box-shadow: 0 -78px 35px 1px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.featured-testimonials__cards {
  display: flex;
  flex-wrap: wrap;
}
.featured-testimonials__card {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
  text-decoration: none;
  padding: 0 10px;
}
@media (max-width: 900px) {
  .featured-testimonials__card {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (max-width: 600px) {
  .featured-testimonials__card {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
.featured-testimonials__card-content {
  position: relative;
  padding-bottom: 57%;
  display: block;
  margin-bottom: 21px;
}
.featured-testimonials__card-content::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 42%, #000);
}
.featured-testimonials__card-content iframe,
.featured-testimonials__card-content img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.featured-testimonials__card-title {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 16px;
  line-height: 18px;
  position: absolute;
  margin: 0 24px;
  bottom: 21px;
  z-index: 1;
  max-width: 65%;
  text-decoration: none;
  color: #fff;
}
.featured-testimonials__card-title::after {
  content: "";
  display: block;
  padding-top: 9px;
  border-bottom: 2px solid #995322;
  max-width: 68%;
}
.featured-testimonials__card-play {
  position: absolute;
  top: calc(50% - 47px);
  left: calc(50% - 47px);
  z-index: 2;
}

.praise-block {
  padding-top: 8px;
  padding-bottom: 20px;
}
.praise__title {
  font-size: 50px;
  line-height: 67px;
  text-align: center;
  margin-bottom: 40px;
}
.praise__title span {
  color: #995322;
}
@media (max-width: 900px) {
  .praise__title {
    font-size: 45px;
    line-height: 45px;
  }
}
.praise__cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1149px;
  margin: 0 auto;
}
.praise__card {
  max-width: 49.4%;
  flex: 0 0 49.4%;
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .praise__card {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
.praise__card-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
  padding: 53px 51px 49px;
  height: 100%;
}
.praise__card-content::before {
  position: absolute;
  top: 56px;
  left: 27px;
  font-family: DMSerifDisplay, sans-serif;
  content: "“";
  opacity: 0.1;
  font-size: 120px;
  line-height: 0.5;
}
.praise__card-text {
  font-style: italic;
  font-size: 18px;
  line-height: 29px;
  opacity: 0.67;
  padding-bottom: 15px;
}
.praise__card-info {
  padding-left: 10px;
}
.praise__card-bottom {
  display: flex;
  font-family: DMSerifDisplay, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.praise__card img {
  width: 49px;
  height: 49px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  filter: grayscale(1);
}

.let-me-block {
  padding: 122px 0 0;
}
@media (max-width: 900px) {
  .let-me-block {
    padding: 60px 0;
  }
}
.let-me-block .btn-primary {
  padding: 18px 99px 18px 105px;
}
.let-me-block.course-scales {
  padding: 136px 0 0;
  background: url(images/bg-hero.jpg) center top/cover no-repeat, #000;
}
.let-me-block.course-scales .btn-primary {
  letter-spacing: 2.9px;
  padding: 18px 41px 18px 44px;
}
@media (max-width: 900px) {
  .let-me-block.course-scales .btn-primary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.let-me-block.course-scales .btn-primary span {
  border-color: #343030;
}
.let-me__container {
  position: relative;
  max-width: 1070px;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
}
.course-scales .let-me__container {
  max-width: 907px;
}
.let-me__content {
  max-width: 50%;
  flex: 0 0 50%;
  padding-bottom: 160px;
  padding-left: 30px;
}
@media (max-width: 900px) {
  .let-me__content {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-bottom: 80px;
  }
}
.course-scales .let-me__content {
  padding-bottom: 133px;
  padding-left: 16px;
  max-width: 57%;
  flex: 0 0 57%;
}
@media (max-width: 900px) {
  .course-scales .let-me__content {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-bottom: 80px;
  }
}
.let-me__wrap-btn .text {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  margin: 22px auto 0;
  max-width: 246px;
  padding-left: 8px;
  color: #fff;
}
.course-scales .let-me__wrap-btn {
  display: inline-block;
  margin-left: 30px;
}
@media (max-width: 900px) {
  .course-scales .let-me__wrap-btn {
    margin-left: 0;
    display: block;
    text-align: center;
  }
}
.let-me__img {
  flex-shrink: 0;
  position: absolute;
  bottom: -14px;
  right: -23px;
  z-index: -1;
}
@media (max-width: 1100px) {
  .let-me__img {
    right: -120px;
  }
}
@media (max-width: 900px) {
  .let-me__img {
    display: none;
  }
}
.course-scales .let-me__img {
  z-index: 0;
  bottom: -67px;
  right: -53px;
}
.let-me__img img {
  width: 656px;
}
.course-scales .let-me__img img {
  max-width: 600px;
}
.let-me__title {
  font-size: 45px;
  line-height: 45px;
  margin-bottom: 28px;
}
@media (max-width: 600px) {
  .let-me__title {
    font-size: 35px;
    line-height: 40px;
  }
}
.course-scales .let-me__title {
  color: #fff;
  font-size: 55px;
  line-height: 50px;
  margin-bottom: 52px;
  text-align: center;
}
@media (max-width: 900px) {
  .course-scales .let-me__title {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 40px;
  }
}
.let-me__title span {
  color: #995322;
}
.course-scales .let-me__title span {
  color: #a48b6c;
}
.let-me__description {
  margin-bottom: 56px;
}
.let-me__description p {
  line-height: 30px;
}

.text-image__white-box {
  position: relative;
  background: #fff;
  padding: 110px 0 83px;
  max-width: 1624px;
  margin: -337px auto 0;
}
@media (max-width: 900px) {
  .text-image__white-box {
    margin-top: 0;
  }
}
.text-image__white-box::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 520px;
  box-shadow: 0 -78px 35px 1px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.text-image__container {
  display: flex;
  flex-wrap: wrap;
}
.text-image__content {
  max-width: 56%;
  flex: 0 0 56%;
}
@media (max-width: 900px) {
  .text-image__content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.text-image__title {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 27px;
}
@media (max-width: 900px) {
  .text-image__title {
    font-size: 40px;
    line-height: 45px;
  }
}
.text-image__title span {
  color: #995322;
}
.text-image__img {
  position: relative;
  top: -36px;
  left: -116px;
  max-width: 44%;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .text-image__img {
    left: 0;
    padding-right: 20px;
  }
}
@media (max-width: 900px) {
  .text-image__img {
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }
}
.text-image__img img {
  min-width: 595px;
}
@media (max-width: 1200px) {
  .text-image__img img {
    min-width: auto;
  }
}
@media (max-width: 900px) {
  .text-image__img img {
    margin: 0 auto;
  }
}
.text-image__description p {
  line-height: 30px;
}
@media (max-width: 900px) {
  .text-image__description p {
    line-height: 24px;
  }
}
.text-image__description p:not(:last-child) {
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .text-image__description p:not(:last-child) {
    margin-bottom: 24px;
  }
}

.faq-block {
  position: relative;
  padding: 110px 0;
}
.faq-block.grey {
  margin-top: 58px;
  padding: 105px 0;
  background: linear-gradient(44deg, rgb(232, 232, 232) 15%, rgb(255, 255, 255) 100%);
}
.faq__bg-text {
  position: absolute;
  left: 1%;
  top: -69px;
  font-family: DMSerifDisplay, sans-serif;
  font-size: 236px;
  line-height: 0.8;
  opacity: 0.05;
  letter-spacing: 2px;
}
@media (max-width: 900px) {
  .faq__bg-text {
    right: 0;
    font-size: 70px;
    top: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 5px;
  }
}
.faq__title {
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 43px;
}
@media (max-width: 900px) {
  .faq__title {
    font-size: 40px;
    line-height: 40px;
  }
}
.faq__item {
  background-color: #F1F1F1;
  max-width: 770px;
  margin: 0 auto 5px;
  font-size: 18px;
  line-height: 28px;
}
@media (max-width: 900px) {
  .faq__item {
    font-size: 16px;
    line-height: 24px;
  }
}
.grey .faq__item {
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 1px solid #CFCFCF;
}
.faq__item-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  padding: 18px 20px 18px;
  cursor: pointer;
}
.faq__item-answer {
  padding: 0 20px 24px;
  display: none;
}
.faq__item-icon {
  align-self: flex-start;
  min-width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC4xNjQiIGhlaWdodD0iMTguMTY0IiB2aWV3Qm94PSIwIDAgMTguMTY0IDE4LjE2NCI+CiAgPGcgaWQ9Ikdyb3VwXzMxMDYxIiBkYXRhLW5hbWU9Ikdyb3VwIDMxMDYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjkxIC0xNDg4LjAwMikiPgogICAgPGcgaWQ9Ikdyb3VwXzMxMDYwIiBkYXRhLW5hbWU9Ikdyb3VwIDMxMDYwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2OTEgMTQ4OCkiPgogICAgICA8cGF0aCBpZD0iUGF0aF8yMzk2OSIgZGF0YS1uYW1lPSJQYXRoIDIzOTY5IiBkPSJNMTUwNDUuNzU3LDYwODYuMzU5aDE4LjE2NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MDQ1Ljc1NyAtNjA3Ny4yNzcpIiBmaWxsPSJub25lIiBzdHJva2U9IiNhNDhiNmMiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8cGF0aCBpZD0iUGF0aF8yMzk3MCIgZGF0YS1uYW1lPSJQYXRoIDIzOTcwIiBkPSJNMCwwSDE4LjE2NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS4wODEpIHJvdGF0ZSg5MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2E0OGI2YyIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: #a48b6c;
  transition: 0.2s ease all;
  margin: 5px 0 0 15px;
}
.open .faq__item-icon {
  transform: rotate(180deg);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC4xNjQiIGhlaWdodD0iMSIgdmlld0JveD0iMCAwIDE4LjE2NCAxIj4KICA8cGF0aCBpZD0iUGF0aF8yMzk2OSIgZGF0YS1uYW1lPSJQYXRoIDIzOTY5IiBkPSJNMTUwNDUuNzU3LDYwODYuOTExaDE4LjE2NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MDQ1Ljc1NyAtNjA4Ni40MTEpIiBmaWxsPSJub25lIiBzdHJva2U9IiNhNDhiNmMiIHN0cm9rZS13aWR0aD0iMSIvPgo8L3N2Zz4K);
}

.alone-block {
  position: relative;
  z-index: 1;
  background: url(images/bg-alone.jpg) center top/cover no-repeat, #000;
  padding: 109px 0 93px;
  color: #fff;
}
.alone-block .btn-primary::after {
  border-color: #343030;
}
.alone-block .line-inner {
  max-width: 1175px;
}
.alone-block .line-inner::after {
  top: 0;
}
.alone__container {
  padding-left: 111px;
}
@media (max-width: 900px) {
  .alone__container {
    padding-left: 15px;
  }
}
.alone__bg-text {
  position: absolute;
  top: -22px;
  right: 243px;
  font-family: DMSerifDisplay, sans-serif;
  font-size: 216px;
  line-height: 0.8;
  letter-spacing: 40.5px;
  text-transform: uppercase;
}
@media (max-width: 1980px) {
  .alone__bg-text {
    right: -88px;
  }
}
@media (max-width: 1300px) {
  .alone__bg-text {
    font-size: 160px;
  }
}
@media (max-width: 900px) {
  .alone__bg-text {
    right: 0;
    font-size: 50px;
    top: 0;
    width: 100%;
    text-align: center;
    letter-spacing: 20px;
  }
}
.alone__title {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
}
.alone__title span {
  color: #995322;
}
.alone__description {
  max-width: 1004px;
  margin-bottom: 62px;
}
.alone__description h5 {
  font-size: 35px;
  line-height: 45px;
  margin-top: 37px;
  margin-bottom: 9px;
}
@media (max-width: 900px) {
  .alone__description h5 {
    font-size: 25px;
    line-height: 35px;
    margin-top: 15px;
  }
}
.alone__description p:not(:last-child) {
  margin-bottom: 32px;
}
@media (max-width: 900px) {
  .alone__description p:not(:last-child) {
    margin-bottom: 20px;
  }
}

.meet-your-guides-block {
  padding: 109px 0 160px;
}
@media (max-width: 900px) {
  .meet-your-guides-block {
    padding: 60px 0;
  }
}
.meet-your-guides__container {
  position: relative;
}
.meet-your-guides__container.flex {
  display: flex;
  background-repeat: no-repeat !important;
  background-size: 768px 722px !important;
  background-position: 33% 26.5% !important;
}
@media (max-width: 1100px) {
  .meet-your-guides__container.flex {
    flex-wrap: wrap;
    background: none !important;
  }
}
.meet-your-guides__bg-text {
  position: absolute;
  left: -34.5%;
  top: -56px;
  font-family: DMSerifDisplay, sans-serif;
  font-size: 236px;
  line-height: 172px;
  opacity: 5%;
  word-spacing: 9999px;
}
@media (max-width: 1200px) {
  .meet-your-guides__bg-text {
    left: -15.5%;
  }
}
@media (max-width: 1100px) {
  .meet-your-guides__bg-text {
    left: -8px;
    font-size: 78px;
    line-height: 63px;
  }
}
.meet-your-guides__title-block {
  font-size: 50px;
  line-height: 50px;
  text-align: center;
}
@media (max-width: 900px) {
  .meet-your-guides__title-block {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 16px;
  }
}
.meet-your-guides__wrapper-img {
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
  left: -33%;
  bottom: 98px;
  z-index: 1;
}
@media (max-width: 1200px) {
  .meet-your-guides__wrapper-img {
    bottom: 0;
  }
}
@media (max-width: 1100px) {
  .meet-your-guides__wrapper-img {
    max-width: 100%;
    flex: 0 0 100%;
    position: static;
  }
}
.meet-your-guides__wrapper-img img {
  filter: drop-shadow(-59px 67px 19px rgba(0, 0, 0, 0.2));
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 950px;
}
@media (max-width: 1200px) {
  .meet-your-guides__wrapper-img img {
    min-width: auto;
    max-width: 100%;
  }
}
@media (max-width: 1100px) {
  .meet-your-guides__wrapper-img img {
    width: 100%;
    margin: 0 auto;
    left: -10%;
    position: relative;
    filter: drop-shadow(-10px 40px 20px rgba(0, 0, 0, 0.1));
  }
}
.meet-your-guides__content {
  padding-left: 160px;
  max-width: 760px;
  flex: 0 0 100%;
  padding-top: 99px;
  position: relative;
  top: 117px;
  left: -534px;
  background-color: #fff;
}
@media (max-width: 1100px) {
  .meet-your-guides__content {
    max-width: 100%;
    flex: 0 0 100%;
    position: static;
    background-color: transparent;
    padding-left: 0;
    padding-top: 0;
  }
}
.meet-your-guides__content::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 94.5%;
  border-top: 2px solid rgb(216, 215, 215);
}
@media (max-width: 1100px) {
  .meet-your-guides__content::before {
    display: none;
  }
}
.meet-your-guides__title {
  font-size: 50px;
  line-height: 52px;
  color: #995322;
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .meet-your-guides__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
.meet-your-guides__description strong {
  letter-spacing: 0.34px;
}
.meet-your-guides__description p {
  line-height: 28px;
}
.meet-your-guides__description p:not(:last-child) {
  margin-bottom: 15px;
}
.meet-your-guides__wrapper-btn {
  text-align: center;
}
@media (max-width: 900px) {
  .meet-your-guides__wrapper-btn {
    padding-top: 30px;
  }
}
.meet-your-guides__items {
  position: relative;
}
.meet-your-guides__item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .meet-your-guides__item {
    flex-wrap: wrap;
  }
}
.meet-your-guides__item-title {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 50px;
  line-height: 52px;
  color: #995322;
  margin-bottom: 17px;
}
@media (max-width: 900px) {
  .meet-your-guides__item-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
.left .meet-your-guides__item-content {
  max-width: 63.5%;
  flex: 0 0 63.5%;
  padding: 30px 80px 30px 67px;
}
@media (max-width: 1100px) {
  .left .meet-your-guides__item-content {
    padding: 30px 20px 30px;
  }
}
@media (max-width: 900px) {
  .left .meet-your-guides__item-content {
    padding: 0 0 30px;
    max-width: 100%;
    flex: 0 0 100%;
    order: 1;
  }
}
.right .meet-your-guides__item-content {
  max-width: 59.5%;
  flex: 0 0 59.5%;
  padding: 40px 12px 40px 92px;
}
@media (max-width: 1100px) {
  .right .meet-your-guides__item-content {
    padding: 30px 20px 30px;
  }
}
@media (max-width: 900px) {
  .right .meet-your-guides__item-content {
    padding: 0 0 30px;
    max-width: 100%;
    flex: 0 0 100%;
    order: 1;
  }
}
.meet-your-guides__item img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: -34px;
}
@media (max-width: 1100px) {
  .meet-your-guides__item img {
    margin-top: 0;
  }
}
.meet-your-guides__item.left img {
  max-width: 36.5%;
  padding-left: 54px;
}
@media (max-width: 1100px) {
  .meet-your-guides__item.left img {
    padding-left: 0;
  }
}
@media (max-width: 900px) {
  .meet-your-guides__item.left img {
    order: 0;
    max-width: 100%;
  }
}
.meet-your-guides__item.right img {
  max-width: 41.5%;
  padding-right: 7px;
}
@media (max-width: 1100px) {
  .meet-your-guides__item.right img {
    padding-right: 0;
  }
}
@media (max-width: 900px) {
  .meet-your-guides__item.right img {
    order: 0;
    max-width: 100%;
  }
}
.meet-your-guides__item-description strong {
  letter-spacing: 0.34px;
}
.meet-your-guides__item-description p {
  line-height: 28px;
}
.meet-your-guides__item-description p:not(:last-child) {
  margin-bottom: 15px;
}

.my-courses-block {
  padding: 45px 0 101px;
}
.my-courses-block.page-courses-top {
  padding-bottom: 0;
}
@media (max-width: 900px) {
  .my-courses-block.page-courses-top {
    padding-top: 0;
  }
}
.my-courses__title {
  font-size: 50px;
  line-height: 67px;
  text-align: center;
  margin-bottom: 42px;
}
@media (max-width: 900px) {
  .my-courses__title {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 25px;
  }
}
.page-courses-top .my-courses__white-box {
  position: relative;
  background: #fff;
  padding: 58px 0 83px;
  max-width: 1624px;
  margin: -397px auto 0;
}
@media (max-width: 900px) {
  .page-courses-top .my-courses__white-box {
    margin-top: 0;
  }
}
.page-courses-top .my-courses__white-box::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 450px;
  box-shadow: 0 -78px 35px 1px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.my-courses__cards {
  display: flex;
  flex-wrap: wrap;
}
.my-courses__card {
  position: relative;
  max-width: calc(33.33% - 20px);
  flex: 0 0 calc(33.33% - 20px);
  margin: 0 10px 40px;
  box-shadow: 10px 10px 14px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 900px) {
  .my-courses__card {
    max-width: calc(50% - 20px);
    flex: 0 0 calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  .my-courses__card {
    max-width: 100%;
    flex: 0 0 100%;
    min-height: auto;
    margin: 0 auto 25px;
  }
}
.my-courses__card:hover {
  background-color: #a48b6c;
  box-shadow: 0 20px 34px 0 rgba(153, 83, 34, 0.25);
  color: #fff !important;
}
.my-courses__card:hover p {
  opacity: 1;
}
.my-courses__card:hover a {
  color: #fff;
}
.my-courses__card-img {
  position: relative;
  padding-bottom: 69%;
  display: block;
}
.my-courses__card-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 42%, #000);
}
.my-courses__card-img-title {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  margin: 0 24px;
  bottom: 18px;
  z-index: 1;
  max-width: 68%;
  width: 100%;
  text-decoration: none;
  color: #fff;
}
.my-courses__card-img-title::after {
  content: "";
  display: block;
  padding-top: 9px;
  border-bottom: 2px solid #995322;
  max-width: 80%;
}
.my-courses__card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.my-courses__card-box {
  padding: 24px 51px 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .my-courses__card-box {
    padding: 15px 40px 19px;
  }
}
.my-courses__card-box-footer {
  position: absolute;
  bottom: 33px;
}
@media (max-width: 900px) {
  .my-courses__card-box-footer {
    bottom: 25px;
  }
}
.my-courses__card-title {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 25px;
  line-height: 28px;
  display: block;
  text-decoration: none;
  margin-bottom: 5px;
}
@media (max-width: 900px) {
  .my-courses__card-title {
    font-size: 20px;
    line-height: 22px;
  }
}
.my-courses__card-author {
  font-size: 13px;
  line-height: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  margin-bottom: 8px;
}
@media (max-width: 900px) {
  .my-courses__card-author {
    font-size: 9px;
    line-height: 13px;
  }
}
.my-courses__card-description {
  font-size: 18px;
  line-height: 28px;
  opacity: 46%;
  margin-bottom: 44px !important;
}
.my-courses__card-description .more-link {
  display: none;
}
.my-courses__card-link {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  color: #995322;
  letter-spacing: 2.5px;
}
@media (max-width: 900px) {
  .my-courses__card-link {
    position: static;
  }
}

.reinvented-block {
  position: relative;
  padding: 153px 0 196px;
}
@media (max-width: 900px) {
  .reinvented-block {
    padding: 53px 0;
  }
}
.reinvented__container.flex {
  display: flex;
  position: relative;
}
.reinvented__container.flex::before {
  position: relative;
  left: 21px;
  content: "";
  border-left: 3px solid #a48b6c;
  height: 226px;
  margin-top: 7px;
}
@media (max-width: 900px) {
  .reinvented__container.flex::before {
    display: none;
  }
}
.reinvented__title {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 18px;
}
@media (max-width: 900px) {
  .reinvented__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
.reinvented__title span {
  color: #995322;
}
.reinvented__content {
  max-width: 61%;
  flex: 0 0 61%;
  padding-left: 96px;
  padding-right: 15px;
}
@media (max-width: 900px) {
  .reinvented__content {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
.reinvented__description strong {
  letter-spacing: 0.34px;
}
.reinvented__description p {
  line-height: 29px;
}
.reinvented__description p:not(:last-child) {
  margin-bottom: 34px;
}
@media (max-width: 900px) {
  .reinvented__description p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.reinvented__wrapper-img {
  max-width: 39%;
  flex: 0 0 39%;
}
.reinvented__wrapper-img img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  min-width: 550px;
  margin-top: 28px;
}
@media (max-width: 1400px) {
  .reinvented__wrapper-img img {
    min-width: auto;
  }
}
@media (max-width: 900px) {
  .reinvented__wrapper-img img {
    display: none;
  }
}
.reinvented__wrapper-btn {
  text-align: center;
}
@media (max-width: 900px) {
  .reinvented__wrapper-btn {
    padding-top: 30px;
  }
}
.reinvented__bg-text {
  position: absolute;
  left: 10%;
  top: 15px;
  font-family: DMSerifDisplay, sans-serif;
  font-size: 236px;
  line-height: 172px;
  opacity: 5%;
  word-spacing: 9999px;
}
@media (max-width: 1200px) {
  .reinvented__bg-text {
    left: -15.5%;
  }
}
@media (max-width: 1100px) {
  .reinvented__bg-text {
    left: 15px;
    font-size: 66px;
    line-height: 56px;
  }
}
.reinvented__items {
  padding-top: 20px;
  padding-left: 110px;
}
@media (max-width: 900px) {
  .reinvented__items {
    padding-left: 0;
  }
}
.reinvented__item {
  display: flex;
  margin-bottom: 64px;
}
@media (max-width: 900px) {
  .reinvented__item {
    margin-bottom: 32px;
  }
}
.reinvented__item-content {
  padding-left: 48px;
  padding-right: 32px;
}
@media (max-width: 900px) {
  .reinvented__item-content {
    padding: 0 15px 0 0;
  }
}
.reinvented__item:last-child .reinvented__item-count-line {
  display: none;
}
.reinvented__item-count {
  font-family: DMSerifDisplay, sans-serif;
  color: #995322;
  font-size: 128px;
  line-height: 115px;
  min-width: 135px;
  margin-top: -14px;
  text-align: center;
}
@media (max-width: 900px) {
  .reinvented__item-count {
    font-size: 68px;
    line-height: 55px;
    margin-top: 0;
    min-width: 105px;
  }
}
.reinvented__item-count-line {
  width: 2px;
  height: 58%;
  margin: 10px auto 0;
  background-color: #995322;
}
@media (max-width: 900px) {
  .reinvented__item-count-line {
    display: none;
  }
}
.reinvented__item-title {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 35px;
  line-height: 35px;
  margin-bottom: 13px;
}
@media (max-width: 900px) {
  .reinvented__item-title {
    font-size: 25px;
    line-height: 25px;
  }
}
.reinvented__item-description strong {
  letter-spacing: 0.34px;
}
.reinvented__item-description p {
  line-height: 30px;
}
.reinvented__item-description p:not(:last-child) {
  margin-bottom: 34px;
}

.you-get-block {
  background: linear-gradient(180deg, #fff 17%, #0d0d0d 17%, #0d0d0d 80%, #fff 80%, #fff 100%);
}
@media (max-width: 900px) {
  .you-get-block {
    margin-top: 80px;
  }
}
.you-get__box {
  position: relative;
  z-index: 1;
  max-width: 1700px;
  margin: 0 auto;
  background-color: #a48b6c;
  padding: 111px 0 130px;
}
.you-get__box::after {
  content: "";
  position: absolute;
  top: -60.5px;
  left: 50%;
  border-left: 2px solid #995322;
  height: 121px;
}
@media (max-width: 900px) {
  .you-get__box::after {
    top: -44px;
    height: 84px;
  }
}
.you-get__title {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 23px;
  color: #fff;
  text-align: center;
}
@media (max-width: 900px) {
  .you-get__title {
    font-size: 45px;
    line-height: 45px;
  }
}
.you-get__title span {
  color: #000;
}
.you-get__cards {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1060px;
}
.you-get__card {
  max-width: 32%;
  flex: 0 0 32%;
  background-color: #fff;
  margin-bottom: 22px;
  box-shadow: 15px 10px 14px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 900px) {
  .you-get__card {
    max-width: 49%;
    flex: 0 0 49%;
  }
}
@media (max-width: 600px) {
  .you-get__card {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.you-get__card-img {
  position: relative;
  padding-bottom: 77%;
  display: block;
}
.you-get__card-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 42%, #000);
}
.you-get__card-img-title {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 20px;
  line-height: 24px;
  position: absolute;
  margin: 0 32px;
  bottom: 23px;
  z-index: 1;
  max-width: 34%;
  text-decoration: none;
  color: #fff;
}
.you-get__card-img-title::after {
  content: "";
  display: block;
  padding-top: 9px;
  border-bottom: 2px solid #995322;
  min-width: 148%;
}
.you-get__card-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.you-get__card-course {
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 2.6px;
  margin-bottom: 8px;
}
.you-get__card-title {
  font-size: 25px;
  line-height: 28px;
  margin-bottom: 6px;
}
.you-get__card-description {
  font-size: 18px;
  line-height: 28px;
  opacity: 46%;
}
.you-get__card-content {
  padding: 22px 32px 47px;
}
.you-get__wrapper-btn {
  padding-top: 38px;
  text-align: center;
  max-width: 100%;
  flex: 0 0 100%;
}
.you-get__wrapper-btn .btn-primary span {
  border-color: #343030;
  opacity: 14%;
}

.sneak-peek-block {
  position: relative;
  padding: 321px 0 6px;
  background: url(images/bg-sneak-peek.jpg) center top/cover no-repeat, #000;
  color: #fff;
  margin-top: -364px;
}
.sneak-peek-block figure {
  position: relative;
  z-index: 1;
  max-width: 804px;
  margin: 0 auto 114px;
  text-align: center;
}
@media (max-width: 900px) {
  .sneak-peek-block figure {
    margin: 0 auto 40px;
  }
}
.sneak-peek-block figure blockquote {
  margin: 0 auto 10px;
  max-width: 685px;
}
.sneak-peek-block figure blockquote p {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-style: italic;
  color: #a48b6c;
}
@media (max-width: 900px) {
  .sneak-peek-block figure blockquote p {
    font-size: 20px;
    line-height: 30px;
  }
}
.sneak-peek-block figure figcaption {
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 1.6px;
}
@media (max-width: 900px) {
  .sneak-peek-block figure figcaption {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
  }
}
.sneak-peek-block figure figcaption cite {
  font-style: normal;
}
.sneak-peek-block .wrapper-line {
  z-index: 0;
}
.sneak-peek-block .line-out {
  position: relative;
  max-width: 1580px;
}
.sneak-peek-block .line-out::after {
  content: "";
  position: absolute;
  left: -1px;
  bottom: 0;
  height: 28%;
  border-left: 2px solid #0d0d0d;
}
.sneak-peek-block .line-inner {
  max-width: 1134px;
}
.sneak-peek-block .line-inner::after {
  top: 508px;
}
.sneak-peek__bg-text {
  font-size: 216px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  left: 9.5%;
  letter-spacing: 44px;
  margin-bottom: 88px;
}
@media (max-width: 1980px) {
  .sneak-peek__bg-text {
    left: -5%;
  }
}
@media (max-width: 1100px) {
  .sneak-peek__bg-text {
    font-size: 80px;
    letter-spacing: 12px;
    left: 0;
    top: 27px;
  }
}
@media (max-width: 600px) {
  .sneak-peek__bg-text {
    font-size: 50px;
    letter-spacing: 2px;
    left: 0;
    top: 34px;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
  }
}
.sneak-peek__video-wrapper {
  position: relative;
  z-index: 1;
}
.sneak-peek__video-wrapper iframe {
  max-width: 804px;
  margin: 0 auto 31px;
  width: 100%;
  height: 452px;
}
@media (max-width: 900px) {
  .sneak-peek__video-wrapper iframe {
    height: 300px;
  }
}
@media (max-width: 600px) {
  .sneak-peek__video-wrapper iframe {
    height: 250px;
  }
}
.sneak-peek__title {
  position: relative;
  z-index: 1;
  font-size: 50px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 31px;
}
@media (max-width: 900px) {
  .sneak-peek__title {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 15px;
  }
}
.sneak-peek__title span {
  color: #995322;
}
.sneak-peek__subtitle {
  position: relative;
  z-index: 1;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  max-width: 884px;
  margin: 0 auto 53px;
}
@media (max-width: 900px) {
  .sneak-peek__subtitle {
    font-size: 16px;
    line-height: 26px;
  }
}

.listeners-say-block {
  padding-bottom: 150px;
  max-width: 1040px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .listeners-say-block {
    padding-bottom: 80px;
  }
}
.listeners-say__title {
  font-size: 65px;
  line-height: 60px;
  margin-bottom: 37px;
  text-align: center;
  padding-bottom: 47px;
  border-bottom: 1px solid #D4D4D4;
}
@media (max-width: 900px) {
  .listeners-say__title {
    font-size: 35px;
    line-height: 30px;
  }
}
.listeners-say__title span {
  color: #995322;
}
.listeners-say__cards {
  display: flex;
  flex-wrap: wrap;
}
.listeners-say__wrapper-card {
  max-width: 33.3333333333%;
  flex: 0 0 33.3333333333%;
  margin-bottom: 22px;
}
@media (max-width: 900px) {
  .listeners-say__wrapper-card {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.listeners-say__wrapper-card:nth-child(3n+2) {
  padding: 0 20px;
}
@media (max-width: 900px) {
  .listeners-say__wrapper-card:nth-child(3n+2) {
    padding: 0;
  }
}
.listeners-say__card {
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 13px 16px 16px;
  height: 100%;
}
.listeners-say__card-star {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 29.5px;
  font-size: var(--star-size);
  line-height: 1;
}
.listeners-say__card-star::before {
  content: "★★★★★";
  letter-spacing: 0;
  background: linear-gradient(90deg, #a9a9a9 var(--percent), #bfbfbf var(--percent));
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.listeners-say__card-date {
  font-size: 12px;
  line-height: 1.33337;
  font-weight: 600;
  margin-bottom: 15px;
}
.listeners-say__card-title {
  font-size: 13px;
  line-height: 1.38462;
  font-weight: 600;
  letter-spacing: -0.005em;
}
.listeners-say__card-description {
  font-size: 13px;
  line-height: 1.38462;
}
.listeners-say__content {
  margin-bottom: 5px;
}
.listeners-say__content-title {
  font-weight: 700;
  font-size: 19.5px;
  line-height: 1.25;
}
.listeners-say__box {
  display: flex;
  align-items: center;
}
@media (max-width: 900px) {
  .listeners-say__box {
    flex-wrap: wrap;
  }
}
.listeners-say__box-rating {
  display: flex;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 700;
  align-items: baseline;
  padding-right: 22px;
}
@media (max-width: 900px) {
  .listeners-say__box-rating {
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
  }
}
.listeners-say__box-rating span {
  font-size: 13px;
  line-height: 1.4;
  padding-right: 95px;
}
.listeners-say__box-count {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.4;
}
.listeners-say__box img {
  max-width: 314px;
}
@media (max-width: 900px) {
  .listeners-say__box img {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.listeners-say__wrapper-btn {
  text-align: center;
  padding-top: 50px;
}

.podcast-list__white-box {
  position: relative;
  background: #fff;
  padding: 51px 0 58px;
  max-width: 1624px;
  margin: -350px auto 0;
}
@media (max-width: 900px) {
  .podcast-list__white-box {
    margin-top: 0;
  }
}
.podcast-list__white-box::before {
  position: absolute;
  top: 184px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 150px;
  box-shadow: 0 -78px 35px 1px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.podcast-list__title {
  font-size: 35px;
  line-height: 60px;
  margin-bottom: 37px;
  text-align: center;
}
.podcast-list__cards {
  display: flex;
  flex-wrap: wrap;
  max-width: 1082px;
  margin: 0 auto;
}
.podcast-list__cards .posts__post {
  max-width: calc(50% - 22px);
  flex: 0 0 calc(50% - 22px);
  margin: 0 11px 51px;
  padding-bottom: 76px;
}
@media (max-width: 900px) {
  .podcast-list__cards .posts__post {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 auto 30px;
  }
}
.podcast-list__cards .posts__post:hover {
  box-shadow: 0 20px 60px 0 rgba(153, 83, 34, 0.3);
}
.podcast-list__cards .posts__post-img {
  padding-bottom: 57%;
}
.podcast-list__cards .posts__post-img-title {
  font-size: 26px;
  line-height: 28px;
  color: #fff;
  max-width: 95%;
  margin: 0 22px;
  bottom: 21px;
}
.podcast-list__cards .posts__post-img-title::after {
  padding-top: 15px;
  max-width: 73%;
}
.podcast-list__cards .posts__post-title {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 17px;
}
.podcast-list__cards .posts__post-box {
  padding: 42px 28px 0 36px;
}
.podcast-list__cards .posts__post-description {
  opacity: 46%;
  margin-bottom: 11px;
}
.podcast-list__cards .posts__post-description .more-link {
  display: none;
}
.podcast-list__cards .pagination-container {
  padding-top: 0;
}

.main-podcast-block {
  padding: 108px 0 290px;
  background: url(images/bg-articles.jpg) center top/cover no-repeat, #000;
  color: #fff;
}
@media (max-width: 900px) {
  .main-podcast-block {
    padding: 108px 0 0;
  }
}
.main-podcast-block > div {
  display: flex;
}
@media (max-width: 900px) {
  .main-podcast-block .podcast__lists {
    padding-right: 0;
  }
}
.main-podcast-block .podcast__item {
  max-width: calc(33.33% - 12px);
  flex: 0 0 calc(33.33% - 12px);
  border-color: #fff;
  margin: 0 0 8px;
}
.main-podcast-block .podcast__item:nth-child(3n+2) {
  margin: 0 12px 8px;
}
.main-podcast-block .podcast__item:hover {
  border-color: #995322;
}
.main-podcast-block .podcast__item img {
  filter: invert(1);
}
.main-podcast__content {
  position: relative;
  z-index: 2;
  max-width: 57%;
  flex: 0 0 57%;
  padding: 47px 16px 0 95px;
}
@media (max-width: 1200px) {
  .main-podcast__content {
    padding: 68px 16px 0 0;
  }
}
@media (max-width: 1100px) {
  .main-podcast__content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 900px) {
  .main-podcast__content {
    padding: 30px 0 0;
  }
}
.main-podcast__title {
  font-size: 55px;
  line-height: 55px;
  text-align: left;
  margin-bottom: 25px;
}
@media (max-width: 1100px) {
  .main-podcast__title {
    padding-left: 0;
  }
}
@media (max-width: 900px) {
  .main-podcast__title {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 30px;
  }
}
.main-podcast__title span {
  color: #a48b6c;
}
.main-podcast__description {
  margin-bottom: 39px;
}
.main-podcast__description p {
  line-height: 28px;
}
.main-podcast__main-img {
  flex: 0 0 65%;
  position: relative;
  left: -133px;
  bottom: 53px;
}
@media (max-width: 1100px) {
  .main-podcast__main-img {
    display: none;
  }
}
.main-podcast__main-img img {
  width: 100%;
}

.form-block {
  background: url(images/bg.jpg) center top/cover no-repeat, #000;
  color: #fff;
  padding: 186px 0 246px;
}
@media (max-width: 900px) {
  .form-block {
    padding: 130px 0 80px;
  }
}
.form-block #gform_wrapper_3 {
  max-width: 445px;
}
@media (max-width: 900px) {
  .form-block #gform_wrapper_3 {
    max-width: 100%;
  }
}
.form-block #gform_wrapper_3 .gform_validation_errors {
  display: none;
}
.form-block #gform_wrapper_3 .validation_message {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-top: 3px;
  text-align: left;
}
.form-block #gform_wrapper_3 .name_first {
  padding-right: 0 !important;
  margin-bottom: 0 !important;
}
.form-block #gform_wrapper_3 #input_3_3,
.form-block #gform_wrapper_3 #input_3_1_3 {
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #e2e2e2;
  color: #000;
  padding: 14px 28px;
}
@media (max-width: 900px) {
  .form-block #gform_wrapper_3 #input_3_3,
.form-block #gform_wrapper_3 #input_3_1_3 {
    padding: 12px 15px;
  }
}
.form-block #gform_wrapper_3 #input_3_3::-moz-placeholder, .form-block #gform_wrapper_3 #input_3_1_3::-moz-placeholder {
  color: #2D2D2D;
}
.form-block #gform_wrapper_3 #input_3_3::placeholder,
.form-block #gform_wrapper_3 #input_3_1_3::placeholder {
  color: #2D2D2D;
}
.form-block #gform_wrapper_3 .gform_fields {
  grid-row-gap: 13px;
}
.form-block #gform_wrapper_3 .gform_footer {
  margin: 0;
  padding: 18px 0 10px;
  position: relative;
  display: inline-block;
}
@media (max-width: 900px) {
  .form-block #gform_wrapper_3 .gform_footer {
    width: 100%;
  }
}
.form-block #gform_wrapper_3 .gform_footer::after {
  content: "";
  position: absolute;
  right: -22px;
  bottom: 1px;
  border-width: 31.5px;
  border-color: #343030;
  z-index: 0;
}
@media (max-width: 900px) {
  .form-block #gform_wrapper_3 .gform_footer::after {
    border-width: 25.5px;
  }
}
.form-block #gform_wrapper_3 .gform_footer #gform_submit_button_3 {
  cursor: pointer;
  padding: 18px 45px;
}
@media (max-width: 900px) {
  .form-block #gform_wrapper_3 .gform_footer #gform_submit_button_3 {
    padding: 14px 45px;
    width: 100%;
  }
}
.form__container {
  display: flex;
  flex-wrap: wrap;
  max-width: 1038px;
}
.form__title {
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .form__title {
    font-size: 35px;
    line-height: 40px;
  }
}
.form__title span {
  color: #a48b6c;
}
.form__description {
  margin-bottom: 29px;
}
.form__wrapper-img {
  max-width: 44%;
  flex: 0 0 44%;
}
@media (max-width: 900px) {
  .form__wrapper-img {
    max-width: 100%;
    flex: 0 0 100%;
  }
  .form__wrapper-img img {
    margin: 0 auto 20px;
  }
}
.form__content {
  max-width: 53%;
  flex: 0 0 53%;
  padding-left: 6px;
}
@media (max-width: 900px) {
  .form__content {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
  }
}
.form__privacy-policy {
  font-size: 16px;
  line-height: 26px;
  text-decoration: underline;
}

.lists-image-block {
  color: #000;
  padding: 37px 0 6px;
}
@media (max-width: 900px) {
  .lists-image-block {
    padding: 37px 0 60px;
  }
}
.lists-image__container {
  display: flex;
  flex-wrap: wrap;
}
.lists-image__wrapper-img {
  max-width: 34%;
  flex: 0 0 34%;
  flex-shrink: 0;
  position: relative;
  left: -187px;
  z-index: 0;
}
@media (max-width: 900px) {
  .lists-image__wrapper-img {
    max-width: 100%;
    flex: 0 0 100%;
    left: 0;
    order: 0;
  }
}
.lists-image__wrapper-img img {
  max-width: 697px;
}
@media (max-width: 900px) {
  .lists-image__wrapper-img img {
    max-width: 100%;
    margin: 0 auto;
  }
}
.lists-image__content {
  position: relative;
  max-width: 66%;
  flex: 0 0 66%;
  padding-left: 56px;
  padding-top: 31px;
  z-index: 1;
}
@media (max-width: 1150px) {
  .lists-image__content {
    padding-left: 0;
  }
}
@media (max-width: 900px) {
  .lists-image__content {
    max-width: 100%;
    flex: 0 0 100%;
    order: 1;
  }
}
.lists-image__title {
  max-width: 910px;
  text-align: center;
}
.lists-image__description {
  margin-bottom: 64px;
}
@media (max-width: 900px) {
  .lists-image__description {
    margin-bottom: 40px;
  }
}
.lists-image__description li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
  padding-left: 39px;
}
.lists-image__description li::before {
  position: absolute;
  left: 0;
  font-family: WooCommerce, sans-serif;
  content: "\e015";
  color: #995322;
  font-size: 18px;
}
@media (max-width: 900px) {
  .lists-image__description li {
    font-size: 16px;
    line-height: 26px;
  }
}
.lists-image__description p {
  line-height: 28px;
}
@media (max-width: 900px) {
  .lists-image__description p {
    line-height: 22px;
  }
}
.lists-image__description p:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 900px) {
  .lists-image__description p:not(:last-child) {
    margin-bottom: 15px;
  }
}

.course-content-block {
  padding: 100px 0 72px;
}
.course-content__container {
  max-width: 802px;
}
.course-content__title {
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 40px;
}
.course-content__subtitle {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 15px;
}
.course-content__item {
  margin-bottom: 5px;
}
.course-content__item-title {
  display: flex;
  align-items: center;
  background-color: #a48b6c;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  cursor: pointer;
  padding: 18px 20px;
}
.course-content__item-title a {
  text-decoration: none;
}
.course-content__item-title a:hover {
  color: #000;
}
.course-content__item-title.no-content {
  cursor: auto;
}
.course-content__item-icon {
  align-self: flex-start;
  min-width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC4xNjQiIGhlaWdodD0iMTguMTY0IiB2aWV3Qm94PSIwIDAgMTguMTY0IDE4LjE2NCI+CiAgPGcgaWQ9Ikdyb3VwXzMxMDYxIiBkYXRhLW5hbWU9Ikdyb3VwIDMxMDYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjkxIC0xNDg4LjAwMikiPgogICAgPGcgaWQ9Ikdyb3VwXzMxMDYwIiBkYXRhLW5hbWU9Ikdyb3VwIDMxMDYwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2OTEgMTQ4OCkiPgogICAgICA8cGF0aCBpZD0iUGF0aF8yMzk2OSIgZGF0YS1uYW1lPSJQYXRoIDIzOTY5IiBkPSJNMTUwNDUuNzU3LDYwODYuMzU5aDE4LjE2NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MDQ1Ljc1NyAtNjA3Ny4yNzcpIiBmaWxsPSJub25lIiBzdHJva2U9IiNhNDhiNmMiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8cGF0aCBpZD0iUGF0aF8yMzk3MCIgZGF0YS1uYW1lPSJQYXRoIDIzOTcwIiBkPSJNMCwwSDE4LjE2NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS4wODEpIHJvdGF0ZSg5MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2E0OGI2YyIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13.5px;
  background-color: #fff;
  color: #a48b6c;
  transition: 0.2s ease all;
  margin-top: 2px;
  margin-right: 20px;
  border-radius: 50%;
}
.open .course-content__item-icon {
  transform: rotate(180deg);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC4xNjQiIGhlaWdodD0iMSIgdmlld0JveD0iMCAwIDE4LjE2NCAxIj4KICA8cGF0aCBpZD0iUGF0aF8yMzk2OSIgZGF0YS1uYW1lPSJQYXRoIDIzOTY5IiBkPSJNMTUwNDUuNzU3LDYwODYuOTExaDE4LjE2NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MDQ1Ljc1NyAtNjA4Ni40MTEpIiBmaWxsPSJub25lIiBzdHJva2U9IiNhNDhiNmMiIHN0cm9rZS13aWR0aD0iMSIvPgo8L3N2Zz4K);
}
.no-content .course-content__item-icon {
  visibility: hidden;
}
.course-content__contents {
  display: none;
  border-left: 1px solid #a48b6c;
  border-right: 1px solid #a48b6c;
  border-bottom: 1px solid #a48b6c;
}
.course-content__content {
  font-size: 18px;
  line-height: 28px;
  padding: 18px 40px;
}
.course-content__content a {
  text-decoration: none;
}
.course-content__content a:hover {
  color: #995322;
}
.course-content__content:not(:last-child) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
}

.guarantee-block {
  padding: 24px 0 120px;
}
@media (max-width: 900px) {
  .guarantee-block {
    padding: 20px 0 50px;
  }
}
.guarantee-block.course-scales {
  background-color: #000;
  color: #fff;
  padding: 48px 0 32px;
}
.guarantee__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 42px;
}
@media (max-width: 900px) {
  .guarantee__container {
    padding-bottom: 10px;
  }
}
.guarantee__wrapper-img {
  max-width: 344px;
  flex: 0 0 100%;
}
@media (max-width: 900px) {
  .guarantee__wrapper-img {
    max-width: 100%;
    flex: 0 0 100%;
    order: 0;
  }
}
.guarantee__wrapper-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 900px) {
  .guarantee__wrapper-img img {
    margin: 0 auto 10px;
  }
}
.guarantee__content {
  max-width: 47%;
  flex: 0 0 47%;
  padding-left: 3px;
  padding-top: 40px;
}
@media (max-width: 900px) {
  .guarantee__content {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 0;
    order: 1;
  }
}
.course-scales .guarantee__content {
  padding-top: 62px;
}
@media (max-width: 900px) {
  .course-scales .guarantee__content {
    padding-top: 0;
  }
}
.guarantee__title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 26px;
}
@media (max-width: 900px) {
  .guarantee__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.course-scales .guarantee__title {
  line-height: 51px;
  margin-bottom: 9px;
}
.guarantee__title span {
  color: #995322;
}
.guarantee__description {
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .guarantee__description {
    margin-bottom: 40px;
  }
}
.guarantee__description li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
  padding-left: 39px;
}
.guarantee__description li::before {
  position: absolute;
  left: 0;
  font-family: WooCommerce, sans-serif;
  content: "\e015";
  color: #995322;
  font-size: 18px;
}
@media (max-width: 900px) {
  .guarantee__description li {
    font-size: 16px;
    line-height: 26px;
  }
}
.guarantee__description p {
  line-height: 28px;
}
@media (max-width: 900px) {
  .guarantee__description p {
    line-height: 22px;
  }
}
.guarantee__description p:not(:last-child) {
  margin-bottom: 19px;
}
@media (max-width: 900px) {
  .guarantee__description p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.course-scales .guarantee__description p {
  line-height: 30px;
}
.guarantee__link {
  display: block;
  padding-top: 45px;
}
.guarantee__wrapper-btn {
  text-align: center;
}

.limited-time-block {
  padding: 52px 0 80px;
}
@media (max-width: 900px) {
  .limited-time-block {
    padding: 50px 0;
  }
}
.limited-time-block.course-scales {
  padding-top: 145px;
  padding-bottom: 95px;
}
@media (max-width: 900px) {
  .limited-time-block.course-scales {
    padding: 95px 0;
  }
}
.limited-time-block.course-scales .btn-primary {
  letter-spacing: 2.9px;
  padding-left: 20px;
  padding-right: 20px;
}
.limited-time-block .text {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  margin: 22px auto 0;
  max-width: 246px;
  padding-left: 8px;
}
.limited-time__container {
  display: flex;
  flex-wrap: wrap;
}
.limited-time__wrap-btn {
  display: inline-block;
}
.limited-time__wrapper-img {
  max-width: 46%;
  flex: 0 0 46%;
}
@media (max-width: 900px) {
  .limited-time__wrapper-img {
    max-width: 100%;
    flex: 0 0 100%;
    order: 0;
  }
}
.limited-time__wrapper-img img {
  position: relative;
  bottom: -121px;
  left: -167px;
  max-width: 163%;
}
@media (max-width: 900px) {
  .limited-time__wrapper-img img {
    position: static;
    max-width: 100%;
    margin: 0 auto 10px;
  }
}
.course-scales .limited-time__wrapper-img img {
  bottom: -124px;
  left: -74px;
}
.limited-time__content {
  max-width: 54%;
  flex: 0 0 54%;
  padding-left: 3px;
}
@media (max-width: 900px) {
  .limited-time__content {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    order: 1;
  }
}
.limited-time__title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 26px;
}
@media (max-width: 900px) {
  .limited-time__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.limited-time__title span {
  color: #995322;
}
.limited-time__description {
  margin-bottom: 50px;
  max-width: 515px;
}
@media (max-width: 900px) {
  .limited-time__description {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.course-scales .limited-time__description {
  margin-bottom: 64px;
}
.limited-time__description li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
  padding-left: 39px;
}
.limited-time__description li::before {
  position: absolute;
  left: 0;
  font-family: WooCommerce, sans-serif;
  content: "\e015";
  color: #995322;
  font-size: 18px;
}
@media (max-width: 900px) {
  .limited-time__description li {
    font-size: 16px;
    line-height: 26px;
  }
}
.limited-time__description p {
  line-height: 28px;
}
@media (max-width: 900px) {
  .limited-time__description p {
    line-height: 22px;
  }
}
.limited-time__description p:not(:last-child) {
  margin-bottom: 19px;
}
@media (max-width: 900px) {
  .limited-time__description p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.limited-time__link {
  display: block;
  padding-top: 45px;
}

.scale-book-block {
  padding: 135px 0 50px;
}
@media (max-width: 900px) {
  .scale-book-block {
    padding: 75px 0 50px;
  }
}
.scale-book-block.course-scales .btn-primary {
  letter-spacing: 2.9px;
}
@media (max-width: 900px) {
  .scale-book-block.course-scales .btn-primary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.scale-book-block .text {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  margin: 22px auto 0;
  max-width: 246px;
  padding-left: 8px;
}
.scale-book__container {
  display: flex;
  flex-wrap: wrap;
}
.scale-book__wrap-btn {
  display: inline-block;
}
.scale-book__wrapper-img {
  max-width: 53%;
  flex: 0 0 53%;
}
@media (max-width: 900px) {
  .scale-book__wrapper-img {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.course-scales .scale-book__wrapper-img {
  max-width: 49%;
  flex: 0 0 49%;
}
@media (max-width: 900px) {
  .course-scales .scale-book__wrapper-img {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.scale-book__wrapper-img img {
  position: relative;
  top: 19px;
  left: -17px;
  max-width: 103%;
}
@media (max-width: 900px) {
  .scale-book__wrapper-img img {
    position: static;
    max-width: 100%;
    margin: 0 auto 30px;
  }
}
.course-scales .scale-book__wrapper-img img {
  top: 10px;
  left: -41px;
  max-width: 115%;
}
@media (max-width: 900px) {
  .course-scales .scale-book__wrapper-img img {
    position: static;
    max-width: 100%;
  }
}
.scale-book__content {
  max-width: 47%;
  flex: 0 0 47%;
  padding-left: 9px;
}
@media (max-width: 900px) {
  .scale-book__content {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
  }
}
.course-scales .scale-book__content {
  max-width: 51%;
  flex: 0 0 51%;
  padding-left: 34px;
  padding-top: 21px;
}
@media (max-width: 900px) {
  .course-scales .scale-book__content {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 0;
  }
}
.scale-book__title {
  font-size: 50px;
  line-height: 60px;
  margin-bottom: 26px;
}
@media (max-width: 900px) {
  .scale-book__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.course-scales .scale-book__title {
  font-size: 55px;
  line-height: 50px;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .course-scales .scale-book__title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
.scale-book__title span {
  color: #995322;
}
.scale-book__description {
  margin-bottom: 44px;
}
.course-scales .scale-book__description {
  margin-bottom: 52px;
}
.scale-book__description li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
  padding-left: 39px;
}
.scale-book__description li::before {
  position: absolute;
  left: 0;
  font-family: WooCommerce, sans-serif;
  content: "\e015";
  color: #995322;
  font-size: 18px;
}
@media (max-width: 900px) {
  .scale-book__description li {
    font-size: 16px;
    line-height: 26px;
  }
}
.scale-book__description p {
  line-height: 28px;
}
@media (max-width: 900px) {
  .scale-book__description p {
    line-height: 22px;
  }
}
.scale-book__description p:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 900px) {
  .scale-book__description p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.course-scales .scale-book__description p:not(:last-child) {
  margin-bottom: 29px;
}
.scale-book__link {
  display: block;
  padding-top: 45px;
}

.introducing-block {
  padding-top: 141px;
  padding-bottom: 45px;
  background: url(images/bg-introducing.jpg) center top/cover no-repeat, #000;
}
@media (max-width: 900px) {
  .introducing-block {
    padding-top: 90px;
  }
}
.introducing__title {
  color: #fff;
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  .introducing__title {
    font-size: 40px;
    line-height: 40px;
  }
}
.introducing__title span {
  color: #a48b6c;
}
.introducing__subtitle {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  max-width: 745px;
  margin-bottom: 72px;
}
@media (max-width: 900px) {
  .introducing__subtitle {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.introducing__header {
  max-width: 1100px;
}
.introducing__container {
  max-width: 1171px;
}
.introducing__items {
  display: flex;
  flex-wrap: wrap;
}
.introducing__item {
  position: relative;
  max-width: calc(50% - 30px);
  flex: 0 0 calc(50% - 30px);
  margin: 0 15px;
  margin-bottom: 51px;
}
@media (max-width: 1200px) {
  .introducing__item {
    background-color: #fff;
  }
}
@media (max-width: 900px) {
  .introducing__item {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 30px;
  }
}
.introducing__item img {
  position: absolute;
  top: -20px;
  left: 7px;
  max-width: 223px;
}
@media (max-width: 1200px) {
  .introducing__item img {
    position: static;
    max-width: 150px;
    padding: 10px;
    margin: 0 auto;
  }
}
.introducing__item-content {
  background-color: #fff;
  max-width: 422px;
  height: 100%;
  margin-left: auto;
  padding: 35px 25px 76px 123px;
}
@media (max-width: 1200px) {
  .introducing__item-content {
    padding: 15px 25px 35px;
    max-width: 100%;
    height: auto;
  }
}
.introducing__item-title {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 14px;
}
.introducing__item-title span {
  color: #a48b6c;
}
.introducing__item-text {
  font-size: 18px;
}
.introducing__item-text p {
  line-height: 28px;
}
.introducing__item-text p:not(:last-child) {
  margin-bottom: 28px;
}

.four-hour-block {
  position: relative;
  background: url(images/bg-4-hour.jpg) center top/cover no-repeat, #000;
  color: #fff;
  padding-bottom: 65px;
}
@media (max-width: 900px) {
  .four-hour-block {
    padding: 10px 0 60px;
  }
}
.four-hour-block::after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 6%, rgba(0, 0, 0, 0.1) 20%, transparent 100%);
}
@media (max-width: 900px) {
  .four-hour-block::after {
    display: none;
  }
}
.four-hour__container {
  display: flex;
  position: relative;
}
@media (max-width: 900px) {
  .four-hour__container {
    flex-wrap: wrap;
  }
}
.four-hour__bg-text {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-family: DMSerifDisplay, sans-serif;
  font-size: 285px;
  line-height: 218px;
  position: absolute;
  left: -357px;
  top: 103px;
  color: #DCE0DF;
  opacity: 8%;
  z-index: 0;
}
@media (max-width: 900px) {
  .four-hour__bg-text {
    display: none;
  }
}
.four-hour__wrap-btn {
  display: inline-block;
  margin-top: 68px;
}
.four-hour__wrap-btn .text {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  margin: 22px auto 0;
  max-width: 246px;
  padding-left: 8px;
}
.four-hour__wrap-btn .btn-primary {
  letter-spacing: 2.9px;
}
@media (max-width: 900px) {
  .four-hour__wrap-btn .btn-primary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.four-hour__wrap-btn .btn-primary span {
  border-color: #343030;
}
.four-hour__title {
  font-size: 55px;
  line-height: 50px;
  margin-bottom: 14px;
}
@media (max-width: 900px) {
  .four-hour__title {
    font-size: 40px;
    line-height: 40px;
  }
}
.four-hour__title span {
  color: #a48b6c;
}
.four-hour__description strong {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 25px;
  line-height: 32px;
  display: block;
  margin-bottom: 32px;
}
@media (max-width: 900px) {
  .four-hour__description strong {
    font-size: 20px;
    line-height: 27px;
  }
}
.four-hour__description p {
  line-height: 28px;
}
.four-hour__description p:not(:last-child) {
  margin-bottom: 28px;
}
@media (max-width: 900px) {
  .four-hour__description p:not(:last-child) {
    margin-bottom: 22px;
  }
  .four-hour__description p {
    font-size: 16px;
  }
}
.four-hour__img {
  display: grid;
  position: relative;
  z-index: 1;
  max-width: 45%;
  flex: 0 0 45%;
}
@media (max-width: 900px) {
  .four-hour__img {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.four-hour__img img {
  max-width: 160%;
  margin-left: -322px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: auto;
}
@media (max-width: 900px) {
  .four-hour__img img {
    max-width: 100%;
    margin-left: 0;
  }
}
.four-hour__content {
  position: relative;
  z-index: 3;
  max-width: 55%;
  flex: 0 0 55%;
  padding-top: 101px;
  padding-left: 19px;
}
@media (max-width: 900px) {
  .four-hour__content {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}

.live-audience-block {
  padding-top: 130px;
  padding-bottom: 113px;
  background: linear-gradient(45deg, rgb(255, 255, 255) 25%, rgb(232, 232, 232) 100%);
}
@media (max-width: 900px) {
  .live-audience-block {
    padding: 60px 0;
  }
}
.live-audience__header {
  position: relative;
  padding-left: 115px;
}
@media (max-width: 900px) {
  .live-audience__header {
    padding-left: 15px;
  }
}
.live-audience__header::after {
  position: absolute;
  left: 67px;
  top: -223px;
  z-index: 2;
  content: "";
  display: block;
  width: 3px;
  height: 456px;
  border-left: 3px solid #a48b6c;
}
@media (max-width: 900px) {
  .live-audience__header::after {
    display: none;
  }
}
.live-audience__title {
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  .live-audience__title {
    font-size: 40px;
    line-height: 40px;
  }
}
.live-audience__title span {
  color: #995322;
}
.live-audience__description {
  font-size: 18px;
  line-height: 30px;
  max-width: 791px;
  margin-bottom: 47px;
}
@media (max-width: 900px) {
  .live-audience__description {
    font-size: 16px;
    line-height: 28px;
  }
}
.live-audience__items {
  display: flex;
  flex-wrap: wrap;
  max-width: 1382px;
  padding-left: 60px;
}
@media (max-width: 1382px) {
  .live-audience__items {
    padding-left: 15px;
  }
}
.live-audience__item {
  display: flex;
  border: 1px solid #dedede;
  background-color: #fff;
  max-width: calc(50% - 52px);
  flex: 0 0 calc(50% - 52px);
  padding: 35px 15px;
  margin: 0 26px 30px;
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.05);
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .live-audience__item {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 0 30px;
  }
}
@media (max-width: 600px) {
  .live-audience__item {
    flex-wrap: wrap;
  }
}
.live-audience__item-img {
  max-width: 44%;
  min-width: 250px;
  flex: 0 0 44%;
  position: relative;
  padding: 9px 12px 10px 0;
}
@media (max-width: 600px) {
  .live-audience__item-img {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.live-audience__item-img img {
  position: relative;
  z-index: 1;
  box-shadow: -3px 4px 14px 0 rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 6px 10px;
  -o-object-fit: contain;
     object-fit: contain;
}
.live-audience__item-img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 62%;
  height: 100%;
  background-color: #995322;
}
.live-audience__item-content {
  max-width: 56%;
  flex: 0 1 56%;
  padding-left: 18px;
  padding-top: 25px;
}
@media (max-width: 600px) {
  .live-audience__item-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.live-audience__item-title {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 25px;
  line-height: 32px;
  margin-bottom: -8px;
}
@media (max-width: 900px) {
  .live-audience__item-title {
    font-size: 20px;
    line-height: 27px;
  }
}
.live-audience__item-text {
  font-size: 18px;
  line-height: 30px;
}

.most-popular-block {
  padding: 125px 0 100px;
}
@media (max-width: 900px) {
  .most-popular-block {
    padding: 60px 0 0;
  }
}
.most-popular-block .btn-primary {
  padding-left: 42px;
  padding-right: 41px;
  letter-spacing: 2.9px;
}
@media (max-width: 900px) {
  .most-popular-block .btn-primary {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.most-popular__header {
  margin-bottom: 125px;
}
.most-popular__title {
  font-size: 55px;
  line-height: 50px;
  margin-bottom: 23px;
  text-align: center;
}
@media (max-width: 900px) {
  .most-popular__title {
    font-size: 40px;
    line-height: 40px;
  }
}
.most-popular__title span {
  color: #a48b6c;
}
.most-popular__subtitle {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  max-width: 512px;
  margin: 0 auto 20px;
}
.most-popular__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.most-popular__item {
  position: relative;
  padding-top: 241px;
}
@media (max-width: 1100px) {
  .most-popular__item {
    margin-bottom: 100px;
  }
}
.most-popular__item:nth-child(1) {
  width: 470px;
  background-color: #E8E8E8;
  top: 5px;
  right: -25px;
  z-index: 0;
  padding-top: 228px;
  padding-bottom: 132px;
}
@media (max-width: 1100px) {
  .most-popular__item:nth-child(1) {
    max-width: 100%;
    flex: 0 0 100%;
    right: 0;
  }
}
@media (max-width: 600px) {
  .most-popular__item:nth-child(1) {
    padding-bottom: 114px;
  }
}
.most-popular__item:nth-child(1) .most-popular__item-img {
  top: -55px;
  max-width: 263px;
  left: 77px;
}
@media (max-width: 600px) {
  .most-popular__item:nth-child(1) .most-popular__item-img {
    left: 0;
  }
}
.most-popular__item:nth-child(1) .most-popular__item-text {
  padding-left: 53px;
  max-width: 75%;
}
@media (max-width: 600px) {
  .most-popular__item:nth-child(1) .most-popular__item-text {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.most-popular__item:nth-child(1) .most-popular__item-text ul {
  margin-bottom: 59px;
}
.most-popular__item:nth-child(1) .most-popular__item-price,
.most-popular__item:nth-child(1) .most-popular__wrap-btn {
  padding-left: 53px;
}
@media (max-width: 600px) {
  .most-popular__item:nth-child(1) .most-popular__item-price,
.most-popular__item:nth-child(1) .most-popular__wrap-btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.most-popular__item:nth-child(1) .most-popular__item-price {
  margin-top: 18px;
  margin-bottom: 31px;
}
.most-popular__item:nth-child(2) {
  background-color: #fff;
  width: 576px;
  padding-bottom: 114px;
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.05);
}
.most-popular__item:nth-child(2)::after {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 38px;
  line-height: 34px;
  content: "Most Popular";
  color: #fff;
  position: absolute;
  top: -18px;
  right: -97px;
  width: 296px;
  height: 133px;
  transform: rotate(41deg);
  background: url(images/most-popular-arrow.jpg) center/cover no-repeat;
  display: block;
  padding: 57px 60px 0;
  text-align: center;
}
@media (max-width: 500px) {
  .most-popular__item:nth-child(2)::after {
    font-size: 16px;
    line-height: 14px;
    top: -16px;
    right: -58px;
    width: 178px;
    height: 79px;
    padding: 38px 48px 0;
  }
}
@media (max-width: 1100px) {
  .most-popular__item:nth-child(2) {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.most-popular__item:nth-child(2) .most-popular__item-img {
  top: -67px;
  max-width: 363px;
  left: 68px;
}
@media (max-width: 600px) {
  .most-popular__item:nth-child(2) .most-popular__item-img {
    left: 0;
  }
}
.most-popular__item:nth-child(2) .most-popular__item-text {
  max-width: 75%;
  padding-left: 88px;
}
@media (max-width: 600px) {
  .most-popular__item:nth-child(2) .most-popular__item-text {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.most-popular__item:nth-child(2) .most-popular__item-price,
.most-popular__item:nth-child(2) .most-popular__wrap-btn {
  padding-left: 83px;
}
@media (max-width: 600px) {
  .most-popular__item:nth-child(2) .most-popular__item-price,
.most-popular__item:nth-child(2) .most-popular__wrap-btn {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.most-popular__item:nth-child(2) .most-popular__item-price {
  margin-top: 18px;
  margin-bottom: 31px;
}
.most-popular__item-title {
  font-size: 18px;
  line-height: 30px;
}
.most-popular__item-img {
  position: absolute;
}
.most-popular__item-text ul {
  margin-bottom: 52px;
}
.most-popular__item-text li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 16px;
  padding-left: 39px;
}
.most-popular__item-text li::before {
  position: absolute;
  left: 0;
  font-family: WooCommerce, sans-serif;
  content: "\e015";
  color: #995322;
  font-size: 18px;
}
@media (max-width: 900px) {
  .most-popular__item-text li {
    font-size: 16px;
    line-height: 26px;
  }
}
.most-popular__item-text p {
  line-height: 28px;
}
@media (max-width: 900px) {
  .most-popular__item-text p {
    line-height: 22px;
  }
}
.most-popular__item-text p:not(:last-child) {
  margin-bottom: 27px;
}
@media (max-width: 900px) {
  .most-popular__item-text p:not(:last-child) {
    margin-bottom: 22px;
  }
}
.most-popular__item-price {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 45px;
  line-height: 50px;
}
@media (max-width: 600px) {
  .most-popular__item-price {
    font-size: 30px;
    line-height: 35px;
  }
}
.most-popular__item-price div {
  font-family: OpenSans, sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
}
@media (max-width: 600px) {
  .most-popular__item-price div {
    font-size: 18px;
    line-height: 25px;
  }
}

.video-course-block {
  padding: 90px 0;
}
@media (max-width: 900px) {
  .video-course-block {
    padding: 60px 0;
  }
}
.video-course__container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  max-width: 1356px;
}
.video-course__content {
  max-width: 41%;
  flex: 0 0 41%;
  padding-top: 58px;
}
@media (max-width: 900px) {
  .video-course__content {
    max-width: 100%;
    flex: 0 0 100%;
    padding-top: 0;
  }
}
.video-course__content img {
  max-width: 528px;
  width: 100%;
  margin-left: -10px;
}
@media (max-width: 900px) {
  .video-course__content img {
    margin-left: 0;
  }
}
.video-course__items {
  max-width: 56.5%;
  flex: 0 0 56.5%;
  padding: 32px 46px 51px;
  box-shadow: 0 5px 15px 4px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
@media (max-width: 900px) {
  .video-course__items {
    max-width: 100%;
    flex: 0 0 100%;
    box-shadow: none;
    padding: 20px 0;
  }
}
.video-course__items-title {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 17px;
}
@media (max-width: 900px) {
  .video-course__items-title {
    font-size: 22px;
    line-height: 24px;
  }
}
.video-course__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-left: 1px solid #a48b6c;
  border-right: 1px solid #a48b6c;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  font-size: 18px;
  line-height: 28px;
  padding: 18px 18px 18px 63px;
}
.video-course__item:last-child {
  border-bottom: 1px solid #a48b6c;
}
.video-course__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #a48b6c;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  cursor: pointer;
  padding: 18px 17px 18px 20px;
}
.video-course__item-icon {
  align-self: flex-start;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC4xNjQiIGhlaWdodD0iMTguMTY0IiB2aWV3Qm94PSIwIDAgMTguMTY0IDE4LjE2NCI+CiAgPGcgaWQ9Ikdyb3VwXzMxMDYxIiBkYXRhLW5hbWU9Ikdyb3VwIDMxMDYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjkxIC0xNDg4LjAwMikiPgogICAgPGcgaWQ9Ikdyb3VwXzMxMDYwIiBkYXRhLW5hbWU9Ikdyb3VwIDMxMDYwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2OTEgMTQ4OCkiPgogICAgICA8cGF0aCBpZD0iUGF0aF8yMzk2OSIgZGF0YS1uYW1lPSJQYXRoIDIzOTY5IiBkPSJNMTUwNDUuNzU3LDYwODYuMzU5aDE4LjE2NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MDQ1Ljc1NyAtNjA3Ny4yNzcpIiBmaWxsPSJub25lIiBzdHJva2U9IiNhNDhiNmMiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8cGF0aCBpZD0iUGF0aF8yMzk3MCIgZGF0YS1uYW1lPSJQYXRoIDIzOTcwIiBkPSJNMCwwSDE4LjE2NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS4wODEpIHJvdGF0ZSg5MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2E0OGI2YyIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 13.5px;
  background-color: #fff;
  color: #a48b6c;
  transition: 0.2s ease all;
  margin-top: 2px;
  margin-right: 20px;
  border-radius: 50%;
}
.video-course__title {
  font-size: 55px;
  line-height: 50px;
  margin-bottom: 34px;
}
@media (max-width: 900px) {
  .video-course__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.video-course__title span {
  color: #995322;
}
.video-course__bg-text {
  position: absolute;
  bottom: -148px;
  left: -422px;
  font-family: DMSerifDisplay, sans-serif;
  color: #E8E8E8;
  font-size: 427px;
  line-height: 1;
  opacity: 34%;
  z-index: -1;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (max-width: 900px) {
  .video-course__bg-text {
    display: none;
  }
}

.bonus-block {
  padding: 99px 0 88px;
  background: linear-gradient(45deg, rgb(255, 255, 255) 5%, #E8E8E8 100%);
}
@media (max-width: 900px) {
  .bonus-block {
    padding: 20px 0 50px;
  }
}
.bonus-block .btn-primary {
  letter-spacing: 2.9px;
}
@media (max-width: 900px) {
  .bonus-block .btn-primary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.bonus-block .text {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  margin: 22px auto 0;
  max-width: 246px;
  padding-left: 8px;
}
.bonus__container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 900px) {
  .bonus__container {
    padding-bottom: 10px;
  }
}
.bonus__wrapper-img {
  max-width: 335px;
  flex: 0 0 100%;
  margin-top: -14px;
  margin-left: 22px;
}
@media (max-width: 900px) {
  .bonus__wrapper-img {
    max-width: 100%;
    flex: 0 0 100%;
    order: 0;
    margin-top: 0;
    margin-left: 0;
  }
}
.bonus__wrapper-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 900px) {
  .bonus__wrapper-img img {
    margin: 0 auto 10px;
  }
}
.bonus__content {
  max-width: 62%;
  flex: 0 0 62%;
}
@media (max-width: 900px) {
  .bonus__content {
    max-width: 100%;
    flex: 0 0 100%;
    padding-top: 0;
    order: 1;
  }
}
.bonus__title {
  font-size: 55px;
  line-height: 50px;
  margin-bottom: 13px;
}
@media (max-width: 900px) {
  .bonus__title {
    font-size: 30px;
    line-height: 40px;
  }
}
.bonus__title span {
  color: #995322;
}
.bonus__subtitle {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 25px;
  line-height: 32px;
  padding-left: 4px;
  margin-bottom: 17px;
}
@media (max-width: 900px) {
  .bonus__subtitle {
    font-size: 20px;
    line-height: 27px;
    padding-left: 0;
  }
  .bonus__description {
    margin-bottom: 40px;
  }
}
.bonus__description li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: -2px;
  padding-left: 37px;
}
@media (max-width: 900px) {
  .bonus__description li {
    font-size: 16px;
    line-height: 26px;
  }
}
.bonus__description li::before {
  position: absolute;
  left: 0;
  font-family: WooCommerce, sans-serif;
  content: "\e015";
  color: #995322;
  font-size: 18px;
}
.bonus__description p {
  line-height: 28px;
}
@media (max-width: 900px) {
  .bonus__description p {
    line-height: 22px;
  }
}
.bonus__description p:not(:last-child) {
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .bonus__description p:not(:last-child) {
    margin-bottom: 15px;
  }
}
.bonus__link {
  display: block;
  padding-top: 45px;
}
.bonus__wrap-btn {
  text-align: center;
  margin-top: -13px;
  padding-left: 0;
}
@media screen {
  .bonus__wrap-btn {
    margin-top: 30px;
  }
}
@media (max-width: 900px) {
  .bonus__wrap-btn {
    margin-top: 0;
    padding-left: 15px;
  }
}

.is-scales {
  padding: 30px 0 0;
}
.is-scales-block {
  background-color: #0d0d0d;
}
.is-scales-block .btn-primary {
  letter-spacing: 2.9px;
}
@media (max-width: 900px) {
  .is-scales-block .btn-primary {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.is-scales-block .text {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 19px;
  margin: 22px auto 0;
  max-width: 246px;
  padding-left: 8px;
}
.is-scales-block img {
  position: absolute;
  bottom: 0;
  left: 19px;
  max-width: 670px;
}
@media (max-width: 1880px) {
  .is-scales-block img {
    max-width: 623px;
  }
}
@media (max-width: 1700px) {
  .is-scales-block img {
    left: 0;
    max-width: 623px;
  }
}
@media (max-width: 1560px) {
  .is-scales-block img {
    max-width: 562px;
  }
}
@media (max-width: 1410px) {
  .is-scales-block img {
    max-width: 502px;
  }
}
@media (max-width: 1210px) {
  .is-scales-block img {
    max-width: 402px;
  }
}
@media (max-width: 900px) {
  .is-scales-block img {
    display: none;
  }
}
.is-scales__container {
  position: relative;
  display: flex;
  justify-content: flex-end;
  max-width: 1920px;
  padding: 0;
}
.is-scales__content {
  max-width: 74.5%;
  flex: 0 0 74.5%;
  background: linear-gradient(45deg, rgb(255, 255, 255) 5%, #E8E8E8 100%);
  padding-top: 78px;
  padding-bottom: 87px;
}
@media (max-width: 900px) {
  .is-scales__content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.is-scales__title {
  font-size: 55px;
  line-height: 50px;
  margin-bottom: 8px;
  padding-left: 77px;
}
@media (max-width: 900px) {
  .is-scales__title {
    font-size: 30px;
    line-height: 40px;
    padding-left: 15px;
  }
}
.is-scales__title span {
  color: #995322;
}
.is-scales__subtitle {
  font-weight: 700;
  line-height: 30px;
  padding-left: 80px;
  margin-bottom: 32px;
}
@media (max-width: 900px) {
  .is-scales__subtitle {
    padding-left: 15px;
  }
}
.is-scales__items {
  display: flex;
  flex-wrap: wrap;
  max-width: 85%;
  padding-left: 78px;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .is-scales__items {
    max-width: 100%;
    padding-left: 15px;
  }
}
.is-scales__item {
  position: relative;
  max-width: 50%;
  flex: 0 0 50%;
  font-size: 18px;
  line-height: 30px;
  padding-left: 37px;
  padding-right: 48px;
  margin-bottom: 44px;
}
@media (max-width: 900px) {
  .is-scales__item {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 600px) {
  .is-scales__item {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.is-scales__item::before {
  position: absolute;
  left: 0;
  font-family: WooCommerce, sans-serif;
  content: "\e015";
  color: #995322;
  font-size: 18px;
}
.is-scales__wrap-btn {
  display: inline-block;
  margin-left: 76px;
}
@media (max-width: 900px) {
  .is-scales__wrap-btn {
    margin-left: 15px;
  }
}

.site-main > .woocommerce{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .site-main > .woocommerce{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .site-main > .woocommerce{
    max-width: 1205px;
  }
}

.search-modal .site-main > .woocommerce {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .site-main > .woocommerce {
    padding: 0 15px;
  }
}

.modal-login__wrapper .site-main > .woocommerce {
  max-width: 700px;
}
.site-main > .woocommerce table {
  border-radius: 0;
}
.site-main > .woocommerce .button {
  font-family: Oswald, sans-serif;
  border-radius: 0;
  font-weight: 400 !important;
}
.site-main > .woocommerce .woocommerce_account_subscriptions .woocommerce-message {
  font-size: 16px !important;
}
.site-main > .woocommerce .qty {
  border: 1px solid #e2e2e2;
}
.site-main > .woocommerce .shop_table #coupon_code {
  padding: 2.75px 6px 5px;
}
.site-main > .woocommerce .woocommerce-form-coupon .button {
  padding: 18px 25px;
}
@media (max-width: 900px) {
  .site-main > .woocommerce .woocommerce-form-coupon .button {
    padding: 16px 20px;
  }
}
.site-main > .woocommerce input[type=text],
.site-main > .woocommerce input[type=email],
.site-main > .woocommerce input[type=tel],
.site-main > .woocommerce input[type=password],
.site-main > .woocommerce textarea {
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #e2e2e2;
  color: #000;
  padding: 19px 20px;
}
@media (max-width: 900px) {
  .site-main > .woocommerce input[type=text],
.site-main > .woocommerce input[type=email],
.site-main > .woocommerce input[type=tel],
.site-main > .woocommerce input[type=password],
.site-main > .woocommerce textarea {
    padding: 15px 15px;
  }
}
.site-main > .woocommerce input[type=text]::-moz-placeholder, .site-main > .woocommerce input[type=email]::-moz-placeholder, .site-main > .woocommerce input[type=tel]::-moz-placeholder, .site-main > .woocommerce input[type=password]::-moz-placeholder, .site-main > .woocommerce textarea::-moz-placeholder {
  color: #2d2d2d;
}
.site-main > .woocommerce input[type=text]::placeholder,
.site-main > .woocommerce input[type=email]::placeholder,
.site-main > .woocommerce input[type=tel]::placeholder,
.site-main > .woocommerce input[type=password]::placeholder,
.site-main > .woocommerce textarea::placeholder {
  color: #2d2d2d;
}
.site-main > .woocommerce .select2-selection {
  height: auto;
  padding: 16px 20px;
  border-radius: 0;
  border: 1px solid #e2e2e2;
}
@media (max-width: 900px) {
  .site-main > .woocommerce .select2-selection {
    padding: 12px 20px;
  }
}
.site-main > .woocommerce .select2-selection .select2-selection__rendered {
  padding-left: 0;
}
.site-main > .woocommerce .select2-selection .select2-selection__arrow {
  top: 17px;
  right: 15px;
}
@media (max-width: 900px) {
  .site-main > .woocommerce .select2-selection .select2-selection__arrow {
    top: 14px;
  }
}
.site-main > .woocommerce .select2-selection .select2-selection__arrow b {
  border-color: #000 transparent transparent transparent;
  border-width: 6px 5px 0 5px;
}
.site-main > .woocommerce .product div.summary {
  margin-bottom: 3.5em;
}
.site-main > .woocommerce .product .product-description-after-meta {
  padding-top: 30px;
}
.site-main > .woocommerce .product .product-description-after-meta__title {
  font-size: 1.3em;
}
.site-main > .woocommerce .product .price {
  font-family: DMSerifDisplay, sans-serif;
  color: #000 !important;
  font-size: 25px !important;
}
@media (max-width: 900px) {
  .site-main > .woocommerce .product .price {
    font-size: 18px !important;
  }
}
.site-main > .woocommerce .product .woocommerce-loop-product__title,
.site-main > .woocommerce .product .woocommerce-loop-category__title {
  font-size: 20px !important;
}
@media (max-width: 900px) {
  .site-main > .woocommerce .product .woocommerce-loop-product__title,
.site-main > .woocommerce .product .woocommerce-loop-category__title {
    font-size: 18px !important;
  }
}
.site-main > .woocommerce .product .wc-forward {
  padding-left: 15px;
  color: #995322;
  text-decoration: underline;
}
.site-main > .woocommerce .product .qty {
  padding: 13px 10px;
}
@media (max-width: 900px) {
  .site-main > .woocommerce .product .qty {
    padding: 9.5px 10px;
  }
}
.site-main > .woocommerce .product h2 {
  font-size: 26px;
  line-height: 1;
}
.site-main > .woocommerce .product .wp-block-freeform {
  padding: 0;
  margin-bottom: 20px;
}
.site-main > .woocommerce .orderby {
  border: 1px solid #e2e2e2;
  padding: 10px 15px;
}
.site-main > .woocommerce .woocommerce-info {
  border-top-color: #995322;
}
.site-main > .woocommerce .woocommerce-info::before {
  color: #995322;
}
.site-main > .woocommerce .cart_totals h2 {
  font-size: 35px;
  line-height: 1;
}
.site-main > .woocommerce .woocommerce-MyAccount-navigation-link {
  margin-bottom: 10px;
}
.site-main > .woocommerce .woocommerce-MyAccount-navigation-link a {
  text-decoration: none;
}
.site-main > .woocommerce .woocommerce-MyAccount-navigation-link a:hover {
  color: #a48b6c;
}
.site-main > .woocommerce .woocommerce-MyAccount-navigation-link.is-active a {
  color: #a48b6c;
}

.woocommerce-page .site-main,
.page-shop .site-main,
.single-product .site-main,
.page-checkout .site-main,
.page-cart .site-main {
  min-height: calc(100vh - 243px);
}
.woocommerce-page .page-woocommerce-header,
.page-shop .page-woocommerce-header,
.single-product .page-woocommerce-header,
.page-checkout .page-woocommerce-header,
.page-cart .page-woocommerce-header {
  background: url(images/bg-thank-you.jpg) center top/cover no-repeat, #000;
  padding: 195px 0 150px;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 900px) {
  .woocommerce-page .page-woocommerce-header,
.page-shop .page-woocommerce-header,
.single-product .page-woocommerce-header,
.page-checkout .page-woocommerce-header,
.page-cart .page-woocommerce-header {
    padding: 120px 0 80px;
  }
}
.woocommerce-page .page-woocommerce-header h1,
.page-shop .page-woocommerce-header h1,
.single-product .page-woocommerce-header h1,
.page-checkout .page-woocommerce-header h1,
.page-cart .page-woocommerce-header h1 {
  font-size: 55px;
  line-height: 60px;
  text-align: center;
}
@media (max-width: 900px) {
  .woocommerce-page .page-woocommerce-header h1,
.page-shop .page-woocommerce-header h1,
.single-product .page-woocommerce-header h1,
.page-checkout .page-woocommerce-header h1,
.page-cart .page-woocommerce-header h1 {
    font-size: 35px;
    line-height: 40px;
  }
}

.page-checkout .page-woocommerce-header {
  padding: 195px 0 393px;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .page-checkout .page-woocommerce-header {
    padding: 120px 0 80px;
  }
}

.checkout-button,
.single_add_to_cart_button,
.add_to_cart_button,
.woocommerce-address-fields .button,
.woocommerce-EditAccountForm .button,
#place_order {
  position: relative;
  font-size: 21px;
  font-weight: 400 !important;
  background-color: #995322 !important;
  color: #fff !important;
  outline: none !important;
  text-transform: uppercase;
  padding: 18px 41px 18px 45px !important;
  text-decoration: none;
  letter-spacing: 3.825px;
  transition: 0.2s ease background;
  z-index: 2;
}
@media (max-width: 900px) {
  .checkout-button,
.single_add_to_cart_button,
.add_to_cart_button,
.woocommerce-address-fields .button,
.woocommerce-EditAccountForm .button,
#place_order {
    font-size: 16px !important;
    padding: 14.5px 41px 14.5px 45px !important;
    letter-spacing: 2.5px;
  }
}
.checkout-button:hover, .checkout-button:active, .checkout-button:focus,
.single_add_to_cart_button:hover,
.single_add_to_cart_button:active,
.single_add_to_cart_button:focus,
.add_to_cart_button:hover,
.add_to_cart_button:active,
.add_to_cart_button:focus,
.woocommerce-address-fields .button:hover,
.woocommerce-address-fields .button:active,
.woocommerce-address-fields .button:focus,
.woocommerce-EditAccountForm .button:hover,
.woocommerce-EditAccountForm .button:active,
.woocommerce-EditAccountForm .button:focus,
#place_order:hover,
#place_order:active,
#place_order:focus {
  background-color: #a48b6c !important;
}

.add_to_cart_button.loading::after {
  top: 18px !important;
}
@media (max-width: 900px) {
  .add_to_cart_button.loading::after {
    top: 15px !important;
  }
}

.woocommerce-account #customer_login {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.woocommerce-account .site-main {
  padding: 162px 0 100px;
  background: url(images/bg.jpg) center top/cover no-repeat, #000;
  color: #fff;
  min-height: calc(100vh - 181px);
}
.woocommerce-account .woocommerce-form-register {
  display: none;
}
.woocommerce-account .my_account_orders .woocommerce-button {
  background: #995322;
  color: #fff;
}
.woocommerce-account .my_account_orders .woocommerce-button:hover {
  background: #a48b6c;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content {
  background: #fff;
  color: #000;
  padding: 40px 20px;
}
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
  font-size: 35px;
  line-height: 1;
}
@media (max-width: 900px) {
  .woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3 {
    font-size: 25px;
  }
}
.woocommerce-account .woocommerce-MyAccount-content .edit {
  font-weight: 700;
  color: #995322;
}
.woocommerce-account .woocommerce-MyAccount-content .download-file .button {
  background: #995322;
  color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content .download-file .button:hover {
  background: #a48b6c;
  color: #fff;
}
.woocommerce-account .woocommerce-address-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-first,
.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-last {
  max-width: 49.8%;
  flex: 0 0 49.8%;
}
.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-wide {
  max-width: 100%;
  flex: 0 0 100%;
}
.woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-three {
  max-width: 33%;
  flex: 0 0 33%;
}
@media (max-width: 900px) {
  .woocommerce-account .woocommerce-address-fields__field-wrapper .form-row-three {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.woocommerce-account .woocommerce-address-fields .button {
  margin-left: 3px;
  padding: 22px 45px !important;
}
@media (max-width: 900px) {
  .woocommerce-account .woocommerce-address-fields .button {
    padding: 14.5px 45px !important;
  }
}
.woocommerce-account .woocommerce-EditAccountForm .button {
  margin: 20px 0 0 3px;
  padding: 22px 45px !important;
}
@media (max-width: 900px) {
  .woocommerce-account .woocommerce-EditAccountForm .button {
    padding: 14.5px 45px !important;
  }
}
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register,
.woocommerce-account .lost_reset_password {
  max-width: 542px;
  margin: 0 auto !important;
  border: none !important;
  background-color: #fff;
  color: #000;
  border-radius: 0 !important;
  padding: 48px 50px !important;
}
@media (max-width: 900px) {
  .woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register,
.woocommerce-account .lost_reset_password {
    padding: 28px 30px !important;
  }
}
.woocommerce-account .woocommerce-form-login h2,
.woocommerce-account .woocommerce-form-register h2,
.woocommerce-account .lost_reset_password h2 {
  font-size: 25px;
  line-height: 33px;
  text-align: center;
  margin-bottom: 21px;
}
.woocommerce-account .woocommerce-form-login .flex,
.woocommerce-account .woocommerce-form-register .flex,
.woocommerce-account .lost_reset_password .flex {
  display: flex;
  justify-content: space-between;
}
.woocommerce-account .woocommerce-form-login .lost_password,
.woocommerce-account .woocommerce-form-register .lost_password,
.woocommerce-account .lost_reset_password .lost_password {
  margin-top: -8px;
}
@media (max-width: 900px) {
  .woocommerce-account .woocommerce-form-login .lost_password,
.woocommerce-account .woocommerce-form-register .lost_password,
.woocommerce-account .lost_reset_password .lost_password {
    margin-top: 0;
  }
}
.woocommerce-account .woocommerce-form-login .lost_password a,
.woocommerce-account .woocommerce-form-register .lost_password a,
.woocommerce-account .lost_reset_password .lost_password a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-style: italic;
  color: #995322;
  letter-spacing: 0.7px;
}
.woocommerce-account .woocommerce-form-login .lost_password a:hover,
.woocommerce-account .woocommerce-form-register .lost_password a:hover,
.woocommerce-account .lost_reset_password .lost_password a:hover {
  color: #a48b6c;
}
.woocommerce-account .woocommerce-form-login .form-row,
.woocommerce-account .woocommerce-form-register .form-row,
.woocommerce-account .lost_reset_password .form-row {
  padding: 0;
  margin: 0 0 11px;
}
.woocommerce-account .woocommerce-form-login .sign-up,
.woocommerce-account .woocommerce-form-register .sign-up,
.woocommerce-account .lost_reset_password .sign-up {
  text-align: center;
  padding: 31px 0 14px;
}
.woocommerce-account .woocommerce-form-login .sign-up button,
.woocommerce-account .woocommerce-form-register .sign-up button,
.woocommerce-account .lost_reset_password .sign-up button {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-style: italic;
  color: #995322;
  letter-spacing: 0.7px;
  text-decoration: underline;
}
.woocommerce-account .woocommerce-form-login .sign-up button:hover,
.woocommerce-account .woocommerce-form-register .sign-up button:hover,
.woocommerce-account .lost_reset_password .sign-up button:hover {
  color: #a48b6c;
}
.woocommerce-account .woocommerce-form-login .input-text,
.woocommerce-account .woocommerce-form-register .input-text,
.woocommerce-account .lost_reset_password .input-text {
  font-size: 16px !important;
  line-height: 26px !important;
  border: 1px solid #e2e2e2 !important;
  padding: 13px 10px !important;
}
.woocommerce-account .woocommerce-form-login .input-text::-moz-placeholder, .woocommerce-account .woocommerce-form-register .input-text::-moz-placeholder, .woocommerce-account .lost_reset_password .input-text::-moz-placeholder {
  color: #000;
  font-style: italic;
}
.woocommerce-account .woocommerce-form-login .input-text::placeholder,
.woocommerce-account .woocommerce-form-register .input-text::placeholder,
.woocommerce-account .lost_reset_password .input-text::placeholder {
  color: #000;
  font-style: italic;
}
.woocommerce-account .woocommerce-form-login .wrapper-btn,
.woocommerce-account .woocommerce-form-register .wrapper-btn,
.woocommerce-account .lost_reset_password .wrapper-btn {
  display: inline-block;
  position: relative;
}
.woocommerce-account .woocommerce-form-login .wrapper-btn::after,
.woocommerce-account .woocommerce-form-register .wrapper-btn::after,
.woocommerce-account .lost_reset_password .wrapper-btn::after {
  content: "";
  position: absolute;
  right: -27px;
  bottom: -16px;
  border-width: 31.5px;
  border-color: #dce0df;
  z-index: 0;
}
@media (max-width: 900px) {
  .woocommerce-account .woocommerce-form-login .wrapper-btn::after,
.woocommerce-account .woocommerce-form-register .wrapper-btn::after,
.woocommerce-account .lost_reset_password .wrapper-btn::after {
    border-width: 25.5px;
  }
}
.woocommerce-account .woocommerce-form-login .btn-primary,
.woocommerce-account .woocommerce-form-register .btn-primary,
.woocommerce-account .lost_reset_password .btn-primary {
  display: inline !important;
  padding: 17px 41px 17px 45px !important;
  margin-right: 0 !important;
  line-height: 34px;
}
.woocommerce-account .woocommerce-form-login .btn-primary::before, .woocommerce-account .woocommerce-form-login .btn-primary::after,
.woocommerce-account .woocommerce-form-register .btn-primary::before,
.woocommerce-account .woocommerce-form-register .btn-primary::after,
.woocommerce-account .lost_reset_password .btn-primary::before,
.woocommerce-account .lost_reset_password .btn-primary::after {
  display: none;
}
.woocommerce-account .woocommerce-form-login .woocommerce-privacy-policy-text,
.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text,
.woocommerce-account .lost_reset_password .woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-form-login .custom-checkbox,
.woocommerce-account .woocommerce-form-register .custom-checkbox,
.woocommerce-account .lost_reset_password .custom-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.woocommerce-account .woocommerce-form-login .custom-checkbox input,
.woocommerce-account .woocommerce-form-register .custom-checkbox input,
.woocommerce-account .lost_reset_password .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.woocommerce-account .woocommerce-form-login .custom-checkbox input:checked ~ .checkmark,
.woocommerce-account .woocommerce-form-register .custom-checkbox input:checked ~ .checkmark,
.woocommerce-account .lost_reset_password .custom-checkbox input:checked ~ .checkmark {
  background-color: #995322;
  border-color: #995322;
}
.woocommerce-account .woocommerce-form-login .custom-checkbox input:checked ~ .checkmark::after,
.woocommerce-account .woocommerce-form-register .custom-checkbox input:checked ~ .checkmark::after,
.woocommerce-account .lost_reset_password .custom-checkbox input:checked ~ .checkmark::after {
  display: block;
}
.woocommerce-account .woocommerce-form-login .custom-checkbox .checkmark,
.woocommerce-account .woocommerce-form-register .custom-checkbox .checkmark,
.woocommerce-account .lost_reset_password .custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 2px solid #e2e2e2;
  transition: all 0.3s ease;
}
.woocommerce-account .woocommerce-form-login .custom-checkbox .checkmark::after,
.woocommerce-account .woocommerce-form-register .custom-checkbox .checkmark::after,
.woocommerce-account .lost_reset_password .custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.woocommerce-account .woocommerce-form-login .custom-checkbox .label-text,
.woocommerce-account .woocommerce-form-register .custom-checkbox .label-text,
.woocommerce-account .lost_reset_password .custom-checkbox .label-text {
  font-size: 16px;
  line-height: 26px;
  padding-top: 2px;
}
.woocommerce-account .woocommerce-form-login .custom-checkbox:hover .checkmark,
.woocommerce-account .woocommerce-form-register .custom-checkbox:hover .checkmark,
.woocommerce-account .lost_reset_password .custom-checkbox:hover .checkmark {
  border-color: #995322;
}

.woocommerce-checkout .woocommerce {
  max-width: 100%;
}
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions {
  margin-top: 20px;
}
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions .wp-block-html {
  padding: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions #iubenda_policy .iub_container {
  margin-top: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-terms-and-conditions #iubenda_policy .iub_content.legal_pp {
  padding: 0;
}
.woocommerce-checkout .woocommerce .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce .woocommerce-form-login,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon {
  max-width: 1205px;
  padding: 0 15px;
  margin-left: auto;
  margin-right: auto;
}
.woocommerce-checkout .woocommerce .woocommerce-form-login,
.woocommerce-checkout .woocommerce .woocommerce-form-coupon {
  max-width: 1175px;
  padding: 30px 15px;
}
.woocommerce-checkout .woocommerce #wc-stripe-payment-request-button-separator,
.woocommerce-checkout .woocommerce #wc-stripe-payment-request-wrapper {
  display: none !important;
  clear: none !important;
  width: 100%;
}
.woocommerce-checkout .woocommerce .checkout-white-box {
  position: relative;
  background: #fff;
  padding: 71px 0 75px;
  max-width: 1624px;
  margin: -379px auto 0;
}
@media (max-width: 900px) {
  .woocommerce-checkout .woocommerce .checkout-white-box {
    margin: 0 auto;
  }
}
.woocommerce-checkout .woocommerce .checkout-white-box::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 490px;
  box-shadow: 0 -78px 35px 1px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
@media (max-width: 900px) {
  .woocommerce-checkout .woocommerce .checkout-white-box::before {
    display: none;
  }
}
.woocommerce-checkout .woocommerce h2 {
  font-size: 35px;
  line-height: 1.143;
}
@media (max-width: 900px) {
  .woocommerce-checkout .woocommerce h2 {
    font-size: 25px;
  }
}
.woocommerce-checkout .woocommerce form.checkout{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 100%){
  .woocommerce-checkout .woocommerce form.checkout{
    max-width: 100%;
  }
}
@media (min-width: 1205px){
  .woocommerce-checkout .woocommerce form.checkout{
    max-width: 1205px;
  }
}
.search-modal .woocommerce-checkout .woocommerce form.checkout {
  padding: 0 34px;
}
@media (max-width: 900px) {
  .search-modal .woocommerce-checkout .woocommerce form.checkout {
    padding: 0 15px;
  }
}
.modal-login__wrapper .woocommerce-checkout .woocommerce form.checkout {
  max-width: 700px;
}
.woocommerce-checkout .woocommerce form.checkout {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .woocommerce-checkout .woocommerce form.checkout {
    padding: 0;
  }
}
.woocommerce-checkout .woocommerce form.checkout > p,
.woocommerce-checkout .woocommerce form.checkout > div {
  width: 100%;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details {
  max-width: 50%;
  flex: 0 0 50%;
  padding-right: 18px;
}
@media (max-width: 900px) {
  .woocommerce-checkout .woocommerce form.checkout #customer_details {
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-1,
.woocommerce-checkout .woocommerce form.checkout #customer_details .col-2 {
  width: 100%;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row-first,
.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row-last {
  max-width: 49.8%;
  flex: 0 0 49.8%;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row-wide {
  max-width: 100%;
  flex: 0 0 100%;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .form-row-three {
  max-width: 33%;
  flex: 0 0 33%;
}
@media (max-width: 900px) {
  .woocommerce-checkout .woocommerce form.checkout #customer_details .form-row-three {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .woocommerce-billing-fields label {
  display: none;
}
.woocommerce-checkout .woocommerce form.checkout #customer_details .woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.woocommerce-checkout .woocommerce form.checkout #order_review {
  max-width: 50%;
  flex: 0 0 50%;
  padding-left: 38px;
}
@media (max-width: 900px) {
  .woocommerce-checkout .woocommerce form.checkout #order_review {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0;
  }
}
.woocommerce-checkout .woocommerce form.checkout #order_review #order_review_heading {
  margin-bottom: 42px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table,
.woocommerce-checkout .woocommerce form.checkout #order_review td,
.woocommerce-checkout .woocommerce form.checkout #order_review th {
  border: 0;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table thead {
  display: none;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table tbody {
  position: relative;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table tbody::after {
  position: absolute;
  left: 0;
  bottom: -24px;
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #707070;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table td,
.woocommerce-checkout .woocommerce form.checkout #order_review .shop_table th {
  padding: 0;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .product-name {
  font-weight: 700;
  padding-top: 15px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .product-name-top {
  font-weight: 400;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .product-content {
  display: flex;
  font-size: 16px;
  line-height: 1.625;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .product-image {
  position: relative;
  min-width: 131px;
  margin-right: 13px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .product-image img {
  max-width: 131px;
  -o-object-fit: contain;
     object-fit: contain;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .product-image .product-quantity {
  position: absolute;
  right: 6px;
  top: -10px;
  width: 23px;
  height: 23px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #a48b6c;
  color: #fff;
  border-radius: 50%;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .product-total {
  text-align: right;
  padding-bottom: 47px !important;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .order-total th,
.woocommerce-checkout .woocommerce form.checkout #order_review .recurring-totals th,
.woocommerce-checkout .woocommerce form.checkout #order_review .cart-subtotal th {
  width: 50%;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400 !important;
  padding: 0;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .order-total td,
.woocommerce-checkout .woocommerce form.checkout #order_review .recurring-totals td,
.woocommerce-checkout .woocommerce form.checkout #order_review .cart-subtotal td {
  width: 50%;
  text-align: right;
  padding: 0;
}
.woocommerce-checkout .woocommerce form.checkout #order_review .order-total span,
.woocommerce-checkout .woocommerce form.checkout #order_review .recurring-totals span,
.woocommerce-checkout .woocommerce form.checkout #order_review .cart-subtotal span {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 35px;
  line-height: 1.143;
  font-weight: 400 !important;
}
@media (max-width: 900px) {
  .woocommerce-checkout .woocommerce form.checkout #order_review .order-total span,
.woocommerce-checkout .woocommerce form.checkout #order_review .recurring-totals span,
.woocommerce-checkout .woocommerce form.checkout #order_review .cart-subtotal span {
    font-size: 25px;
  }
}
.woocommerce-checkout .woocommerce form.checkout #order_review .order-total td,
.woocommerce-checkout .woocommerce form.checkout #order_review .order-total th {
  padding-top: 43px;
  padding-bottom: 20px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment {
  background-color: #fff;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .payment_box {
  background-color: #a48b6c !important;
  color: #fff !important;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .payment_box::before {
  border: 1em solid #a48b6c !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .form-row {
  padding: 0 !important;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .wc-stripe-elements-field {
  margin: 0 !important;
  padding: 18px !important;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .wc_payment_methods {
  padding: 0 0 20px 0;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .woocommerce-terms-and-conditions-wrapper {
  padding-bottom: 30px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .place-order {
  padding: 20px 0 40px;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .wrapper-btn {
  position: relative;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .wrapper-btn span {
  position: absolute;
  right: -17px;
  top: 21px;
  border: 31.5px #dce0df solid;
  z-index: 0;
}
@media (max-width: 900px) {
  .woocommerce-checkout .woocommerce form.checkout #order_review #payment .wrapper-btn span {
    border-width: 25.5px;
  }
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .btn-primary {
  padding: 22px 45px !important;
}
.woocommerce-checkout .woocommerce form.checkout #order_review #payment .btn-primary.wc-ppcp-hide-button ~ span {
  display: none !important;
}
@media (max-width: 900px) {
  .woocommerce-checkout .woocommerce form.checkout #order_review #payment .btn-primary {
    padding: 14.5px 45px !important;
  }
}

.woocommerce-order-received .page-woocommerce-header {
  padding-bottom: 200px;
}
@media (max-width: 900px) {
  .woocommerce-order-received .page-woocommerce-header {
    padding: 130px 0 80px;
  }
  .woocommerce-order-received .woocommerce {
    padding: 0;
  }
}
.woocommerce-order-received .woocommerce-order {
  position: relative;
  background: #fff;
  padding: 55px 60px 63px;
  max-width: 1624px;
  margin: -140px auto 0;
}
@media (max-width: 900px) {
  .woocommerce-order-received .woocommerce-order {
    margin-top: 0;
    padding: 55px 15px 63px;
  }
}
.woocommerce-order-received .woocommerce-order::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 350px;
  box-shadow: 0 -78px 35px 1px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.woocommerce-order-received .woocommerce-order .download-file .button {
  background: #995322;
}
.woocommerce-order-received .woocommerce-order .download-file .button:hover {
  background: #a48b6c;
}

.page-courses.page-child .learndash-wrapper {
  padding: 162px 0 150px;
  background: url(images/bg.jpg) center top/cover no-repeat, #000;
  color: #fff;
  min-height: calc(100vh - 181px);
}
.page-courses.page-child .learndash-wrapper #ld-profile{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 100%){
  .page-courses.page-child .learndash-wrapper #ld-profile{
    max-width: 100%;
  }
}
@media (min-width: 1205px){
  .page-courses.page-child .learndash-wrapper #ld-profile{
    max-width: 1205px;
  }
}
.search-modal .page-courses.page-child .learndash-wrapper #ld-profile {
  padding: 0 34px;
}
@media (max-width: 900px) {
  .search-modal .page-courses.page-child .learndash-wrapper #ld-profile {
    padding: 0 15px;
  }
}
.modal-login__wrapper .page-courses.page-child .learndash-wrapper #ld-profile {
  max-width: 700px;
}
.page-courses.page-child .learndash-wrapper #ld-profile .ld-profile-heading,
.page-courses.page-child .learndash-wrapper #ld-profile .ld-section-heading h3 {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 1.077;
  margin-bottom: 20px;
}
.page-courses.page-child .learndash-wrapper #ld-profile .ld-profile-avatar {
  width: 100px;
  height: 100px;
  border: 2px solid #a48b6c;
}
.page-courses.page-child .learndash-wrapper #ld-profile .ld-profile-stat span {
  color: #a48b6c;
}
.page-courses.page-child .learndash-wrapper #ld-profile .ld-profile-stat strong {
  font-size: 28px;
}
.page-courses.page-child .learndash-wrapper #ld-profile .ld-profile-stat.ld-profile-stat-courses {
  border-right: 0;
}
.page-courses.page-child .learndash-wrapper #ld-profile .ld-profile-stat.ld-profile-stat-completed, .page-courses.page-child .learndash-wrapper #ld-profile .ld-profile-stat.ld-profile-stat-certificates {
  display: none;
}
.page-courses.page-child .learndash-wrapper #ld-profile .ld-item-list {
  max-width: 772px;
  margin: 0 auto;
}
.page-courses.page-child .learndash-wrapper #ld-profile .ld-item-list-actions {
  display: none !important;
}
.page-courses.page-child .learndash-wrapper #ld-profile .ld-item-list-item {
  border: 0 !important;
  margin: 0 0 5px !important;
}
.page-courses.page-child .learndash-wrapper #ld-profile .ld-item-list-item-preview {
  position: relative;
  flex-direction: row-reverse !important;
  background-color: #a48b6c;
  font-size: 18px;
  line-height: 1.556;
  padding: 19px 134px 19px 20px !important;
}
.page-courses.page-child .learndash-wrapper #ld-profile .ld-item-list-item-preview:hover {
  color: #995322 !important;
}
.page-courses.page-child .learndash-wrapper #ld-profile .ld-item-list-item .ld-item-name .ld-status-icon {
  display: none !important;
}
.page-courses.page-child .learndash-wrapper #ld-profile .ld-item-list-item .ld-item-details {
  display: none !important;
}
.page-courses.page-child .learndash-wrapper #ld-profile .ld-item-list-item .ld-course-title {
  color: #fff;
  transition: 0.1s ease all;
}
.page-courses.page-child .learndash-wrapper #ld-profile .ld-item-list-item .ld-course-title:hover {
  color: #000;
}
.page-courses.page-child .learndash-wrapper #ld-profile .ld-item-list-item .ld-course-title .ld-item-components {
  display: none !important;
}

.search-modal {
  position: fixed;
  top: -400px;
  width: 100%;
  padding: 57px 0 110px;
  z-index: 20;
  text-align: right;
  transition: 0.5s linear all;
}
@media (max-width: 900px) {
  .search-modal {
    padding: 50px 0;
  }
}
.search-modal.show {
  top: 0;
}
.search-modal::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.08);
  z-index: -1;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.search-modal__close {
  color: #fff;
}
@media (max-width: 900px) {
  .search-modal__close svg {
    width: 20px;
    height: 20px;
  }
}
.search-modal .container {
  padding: 0 34px;
}
@media (max-width: 900px) {
  .search-modal .container {
    padding: 0 15px;
  }
}
.search-modal .search-form {
  position: relative;
  z-index: 1;
  margin-top: 32px;
}
@media (max-width: 900px) {
  .search-modal .search-form {
    margin-top: 15px;
  }
}
.search-modal .search-form .search-field {
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 0 !important;
  width: 100%;
  font-size: 18px;
  line-height: 30px;
  padding: 37px 9px 35px 58px;
}
@media (max-width: 900px) {
  .search-modal .search-form .search-field {
    padding: 15px;
  }
}
.search-modal .search-form .search-field::-moz-placeholder {
  color: #000;
}
.search-modal .search-form .search-field::placeholder {
  color: #000;
}
.search-modal .search-form .button-search {
  cursor: pointer;
  position: absolute;
  right: 18px;
  top: 18px;
  font-family: Oswald, sans-serif;
  font-size: 21px;
  line-height: 56.6px;
  padding: 4.5px 59px;
  text-transform: uppercase;
  color: #fff;
  background-color: #995322;
  border-radius: 0;
  letter-spacing: 2.5px;
  transition: 0.2s ease all;
}
@media (max-width: 900px) {
  .search-modal .search-form .button-search {
    top: 9px;
    font-size: 15px;
    line-height: 20px;
    padding: 10.5px 15px;
  }
}
.search-modal .search-form .button-search:hover, .search-modal .search-form .button-search:active, .search-modal .search-form .button-search:focus {
  background-color: #a48b6c;
}

.form-modal {
  background-color: #000;
  border: 2px solid #995322;
  margin-top: 11px;
  padding: 7px;
}
.form-modal__overlay {
  overflow-x: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 200;
  display: none;
}
.form-modal__inner {
  box-shadow: inset 0 0 0 5px #a48b6c;
  padding: 68px 50px 22px;
}
@media (max-width: 900px) {
  .form-modal__inner {
    padding: 30px 20px;
  }
}
.form-modal__wrapper {
  max-width: 956px;
  margin: 0 auto;
  padding: 50px 15px 50px;
}
.form-modal__close {
  color: #fff;
}
@media (max-width: 900px) {
  .form-modal__close svg {
    width: 20px;
    height: 20px;
  }
}
.form-modal__btn {
  text-align: right;
  padding: 0 4px 0 0;
}
.form-modal__header {
  text-align: center;
  padding-bottom: 48px;
}
.form-modal__content {
  display: flex;
  justify-content: space-between;
  max-width: 664px;
  margin: 0 auto;
}
.form-modal__wrapper-img {
  max-width: 231px;
}
@media (max-width: 900px) {
  .form-modal__wrapper-img {
    display: none;
  }
}
.form-modal__wrapper-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: relative;
  top: -29px;
}
.form-modal__shortcode {
  min-width: 432px;
  text-align: center;
  padding-left: 15px;
  padding-right: 24px;
}
@media (max-width: 900px) {
  .form-modal__shortcode {
    min-width: 0;
    min-width: initial;
    max-width: 100%;
    flex: 0 0 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
.form-modal__shortcode #gform_wrapper_2 {
  width: 100%;
}
.form-modal__shortcode #gform_wrapper_2 .gfield_label {
  display: none;
}
.form-modal__shortcode #gform_wrapper_2 .gform_validation_errors {
  display: none;
}
.form-modal__shortcode #gform_wrapper_2 .validation_message {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-top: 3px;
  text-align: left;
}
.form-modal__shortcode #gform_wrapper_2 .name_first {
  padding-right: 0 !important;
}
.form-modal__shortcode #gform_wrapper_2 #input_2_3,
.form-modal__shortcode #gform_wrapper_2 #input_2_1_3 {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  border: 1px solid #e2e2e2;
  color: #000;
  padding: 20px 28px;
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  .form-modal__shortcode #gform_wrapper_2 #input_2_3,
.form-modal__shortcode #gform_wrapper_2 #input_2_1_3 {
    padding: 12px 15px;
  }
}
.form-modal__shortcode #gform_wrapper_2 #input_2_3::-moz-placeholder, .form-modal__shortcode #gform_wrapper_2 #input_2_1_3::-moz-placeholder {
  color: #2d2d2d;
}
.form-modal__shortcode #gform_wrapper_2 #input_2_3::placeholder,
.form-modal__shortcode #gform_wrapper_2 #input_2_1_3::placeholder {
  color: #2d2d2d;
}
.form-modal__shortcode #gform_wrapper_2 .gform_footer {
  margin: 0;
  padding: 0 0 16px;
}
.form-modal__shortcode #gform_wrapper_2 .gform_footer #gform_submit_button_2 {
  width: 100%;
  cursor: pointer;
}
.form-modal__privacy {
  position: relative;
}
.form-modal__privacy-open {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  justify-content: center;
  text-decoration: underline;
  display: flex;
  align-items: center;
}
.form-modal__privacy-open:hover {
  color: #a48b6c;
}
.form-modal__privacy-content {
  display: none;
  padding: 20px 0;
  margin-top: 15px;
  background: #fff;
  border: 1px solid #a48b6c;
  border-radius: 4px;
  position: relative;
  color: #fff;
}
.form-modal__privacy-content.active {
  display: block;
}
.form-modal__privacy-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  padding: 5px;
  cursor: pointer;
}
.form-modal__privacy-close svg {
  width: 20px;
  height: 20px;
  color: #000;
}
.form-modal__title {
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  .form-modal__title {
    font-size: 35px;
    line-height: 35px;
  }
}
.form-modal__title span {
  color: #995322;
}
.form-modal__description {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  max-width: 408px;
  margin: 0 auto;
}

.privacy-modal {
  display: none;
  background-color: #fff;
  margin-top: 30px;
  padding-bottom: 102px;
}
@media (max-width: 900px) {
  .privacy-modal {
    padding-bottom: 52px;
  }
}
.privacy-modal__wrapper-close {
  text-align: right;
  padding: 24px 19px 25px;
}
.privacy-modal__close svg {
  color: #152232;
}
.privacy-modal__header {
  max-width: 752px;
  margin: 0 auto;
}
.privacy-modal__title {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 6px;
}
.privacy-modal__content {
  position: relative;
  max-width: 751px;
  margin: 0 auto;
  max-height: 363px;
  overflow-y: scroll;
  padding-right: 30px;
}
.privacy-modal__content.no-gradient::after {
  display: none;
}
.privacy-modal__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 10%, rgba(255, 255, 255, 0.8) 100%);
}
.privacy-modal__content::-webkit-scrollbar {
  width: 5.5px;
  margin-right: 20px;
}
.privacy-modal__content::-webkit-scrollbar-track {
  background-color: #e6e6e6;
  border-radius: 2px;
}
.privacy-modal__content::-webkit-scrollbar-thumb {
  background-color: #a48b6c;
  border-radius: 2px;
}
.privacy-modal__content p {
  line-height: 28px;
}
.privacy-modal__content p:not(:last-child) {
  margin-bottom: 28px;
}

.modal-popup__overlay {
  overflow-x: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 200;
  display: none;
}
.modal-popup__container {
  background-color: #67a0a5;
  background-repeat: no-repeat;
  background-size: cover;
  border: 2px solid #67a0a5;
  margin-top: 11px;
  padding: 6px;
  position: relative;
  z-index: 1;
}
.modal-popup__container::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.modal-popup__inner {
  box-shadow: inset 0 0 0 3px #fff;
  padding: 35px;
  display: flex;
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .modal-popup__inner {
    flex-direction: column;
    padding: 20px;
    box-shadow: inset 0 0 0 2px #fff;
  }
}
@media (max-width: 375px) {
  .modal-popup__inner {
    padding: 15px;
  }
}
.modal-popup__wrapper {
  max-width: 956px;
  margin: 0 auto;
  padding: 136px 15px 50px;
}
@media (max-width: 1024px) {
  .modal-popup__wrapper {
    max-width: 90%;
  }
}
@media (max-width: 600px) {
  .modal-popup__wrapper {
    max-width: 100%;
  }
}
.modal-popup__close {
  color: #fff;
}
@media (max-width: 900px) {
  .modal-popup__close svg {
    width: 20px;
    height: 20px;
  }
}
.modal-popup__btn {
  text-align: right;
  padding: 0 4px 0 0;
}
.modal-popup__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
}
@media (max-width: 900px) {
  .modal-popup__content {
    margin-bottom: 30px;
  }
}
.modal-popup__image {
  max-width: 250px;
  margin-bottom: 60px;
  position: relative;
  top: -25px;
}
@media (max-width: 900px) {
  .modal-popup__image {
    max-width: 200px;
    margin-bottom: 0;
    top: -15px;
  }
}
.modal-popup__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-popup__title {
  font-size: 50px;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}
@media (max-width: 900px) {
  .modal-popup__title {
    font-size: 40px;
    max-width: 300px;
  }
}
@media (max-width: 375px) {
  .modal-popup__title {
    font-size: 32px;
  }
}
.modal-popup__title span {
  color: #995322;
}
.modal-popup__subtitle {
  display: inline-block;
  width: auto;
  font-family: DMSerifDisplay, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 30px;
  background-color: #fff;
  padding: 5px 12px;
}
@media (max-width: 900px) {
  .modal-popup__subtitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.modal-popup__subtitle span {
  color: #995322;
}
.modal-popup__description {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  max-width: 300px;
}
@media (max-width: 900px) {
  .modal-popup__description {
    max-width: 100%;
    font-size: 16px;
  }
}
.modal-popup__form {
  max-width: 50%;
  text-align: center;
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.3);
}
@media (max-width: 900px) {
  .modal-popup__form {
    min-width: 0;
    min-width: initial;
    max-width: 100%;
    flex: 0 0 100%;
    padding: 15px;
  }
}
.modal-popup__form-title {
  font-size: 24px;
  line-height: 1;
  color: #000;
  margin-top: 0;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .modal-popup__form-title {
    display: none;
  }
}
.modal-popup__form .gform_wrapper {
  width: 100%;
}
.modal-popup__form .gform_wrapper .gfield_label {
  display: none;
}
.modal-popup__form .gform_wrapper .gform_validation_errors {
  display: none;
}
.modal-popup__form .gform_wrapper .gform_confirmation_message {
  color: #fff !important;
  margin-bottom: 40px;
}
.modal-popup__form .gform_wrapper .validation_message {
  background-color: transparent;
  border: 0;
  padding: 0;
  margin-top: 3px;
  text-align: left;
}
.modal-popup__form .gform_wrapper .name_first {
  padding-right: 0 !important;
}
.modal-popup__form .gform_wrapper input {
  width: 100%;
  font-size: 18px;
  line-height: 26px;
  border: 1px solid #e2e2e2;
  color: #000;
  padding: 20px 28px;
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  .modal-popup__form .gform_wrapper input {
    padding: 12px 15px;
  }
}
.modal-popup__form .gform_wrapper input::-moz-placeholder {
  color: #2d2d2d;
}
.modal-popup__form .gform_wrapper input::placeholder {
  color: #2d2d2d;
}
.modal-popup__form .gform_wrapper .gform_footer {
  margin: 0;
  padding: 0;
}
.modal-popup__form .gform_wrapper .gform_footer .gform_button {
  width: 100%;
  cursor: pointer;
  padding: 18px 20px 18px 20px !important;
  border: none;
}
@media (max-width: 375px) {
  .modal-popup__form .gform_wrapper .gform_footer .gform_button {
    font-size: 14px !important;
    padding: 18px 10px 18px 10px !important;
  }
}
.modal-popup__countdown {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .modal-popup__countdown {
    gap: 10px;
  }
}
@media (max-width: 375px) {
  .modal-popup__countdown {
    gap: 7px;
  }
}
.modal-popup__countdown-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.modal-popup__countdown-number {
  width: 65px;
  height: 65px;
  border-radius: 5px;
  background-color: #0e2c39;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .modal-popup__countdown-number {
    width: 52px;
    height: 52px;
  }
}
@media (max-width: 375px) {
  .modal-popup__countdown-number {
    width: 48px;
    height: 48px;
  }
}
.modal-popup__countdown-text {
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 900px) {
  .modal-popup__countdown-text {
    font-size: 12px;
  }
}
@media (max-width: 375px) {
  .modal-popup__countdown-text {
    font-size: 11px;
  }
}
.modal-popup__privacy-open {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  text-decoration: underline;
}
.modal-popup__privacy-open:hover {
  color: #0e2c39;
}

.modal-login__overlay {
  overflow-x: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  z-index: 200;
  display: none;
}
.modal-login__title {
  font-size: 50px;
  line-height: 1;
  color: #fff;
  margin-bottom: 12px;
}
@media (max-width: 900px) {
  .modal-login__title {
    font-size: 30px;
  }
}
.modal-login__title span {
  color: #995322;
}
.modal-login__description {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  max-width: 600px;
  margin: 0 auto;
}
.modal-login__inner {
  box-shadow: inset 0 0 0 5px #a48b6c;
  background-color: #000;
  padding: 40px 50px 40px;
}
@media (max-width: 900px) {
  .modal-login__inner {
    padding: 30px 20px;
  }
}
.modal-login__wrapper {
  max-width: 956px;
  margin: 0 auto;
  padding: 50px 15px 50px;
}
.modal-login__wrapper .container {
  max-width: 700px;
}
.modal-login__close {
  position: relative !important;
  color: #fff !important;
  font-size: inherit !important;
  line-height: inherit !important;
  right: 2px !important;
  top: 0 !important;
  padding: 0 !important;
}
@media (max-width: 900px) {
  .modal-login__close {
    right: 11px !important;
    top: -5px !important;
  }
  .modal-login__close svg {
    width: 20px;
    height: 20px;
  }
}
.modal-login__btn {
  text-align: right;
  padding: 0 4px 0 0;
}
.modal-login__header {
  text-align: center;
  padding-bottom: 30px;
}
.modal-login__content {
  width: 100%;
}
.modal-login .woocommerce-form-login,
.modal-login .woocommerce-form-register,
.modal-login .lost_reset_password {
  max-width: 542px;
  margin: 0 auto !important;
  border: none !important;
  color: #fff;
  border-radius: 0 !important;
  padding: 0 !important;
}
.modal-login .woocommerce-form-login h2,
.modal-login .woocommerce-form-register h2,
.modal-login .lost_reset_password h2 {
  display: none;
}
.modal-login .woocommerce-form-login .flex,
.modal-login .woocommerce-form-register .flex,
.modal-login .lost_reset_password .flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .modal-login .woocommerce-form-login .flex,
.modal-login .woocommerce-form-register .flex,
.modal-login .lost_reset_password .flex {
    flex-direction: column;
    margin-top: 20px;
  }
}
.modal-login .woocommerce-form-login .lost_password,
.modal-login .woocommerce-form-register .lost_password,
.modal-login .lost_reset_password .lost_password {
  margin-top: -8px;
}
@media (max-width: 900px) {
  .modal-login .woocommerce-form-login .lost_password,
.modal-login .woocommerce-form-register .lost_password,
.modal-login .lost_reset_password .lost_password {
    margin-top: 0;
  }
}
.modal-login .woocommerce-form-login .lost_password a,
.modal-login .woocommerce-form-register .lost_password a,
.modal-login .lost_reset_password .lost_password a {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-style: italic;
  color: #995322;
  letter-spacing: 0.7px;
}
.modal-login .woocommerce-form-login .lost_password a:hover,
.modal-login .woocommerce-form-register .lost_password a:hover,
.modal-login .lost_reset_password .lost_password a:hover {
  color: #a48b6c;
}
.modal-login .woocommerce-form-login .form-row,
.modal-login .woocommerce-form-register .form-row,
.modal-login .lost_reset_password .form-row {
  padding: 0;
  margin: 0 0 11px;
}
.modal-login .woocommerce-form-login .sign-up,
.modal-login .woocommerce-form-register .sign-up,
.modal-login .lost_reset_password .sign-up {
  text-align: center;
  padding: 31px 0 14px;
}
.modal-login .woocommerce-form-login .sign-up button,
.modal-login .woocommerce-form-register .sign-up button,
.modal-login .lost_reset_password .sign-up button {
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  font-style: italic;
  color: #995322;
  letter-spacing: 0.7px;
  text-decoration: underline;
}
.modal-login .woocommerce-form-login .sign-up button:hover,
.modal-login .woocommerce-form-register .sign-up button:hover,
.modal-login .lost_reset_password .sign-up button:hover {
  color: #a48b6c;
}
.modal-login .woocommerce-form-login .input-text,
.modal-login .woocommerce-form-register .input-text,
.modal-login .lost_reset_password .input-text {
  width: 100%;
  font-size: 16px !important;
  line-height: 26px !important;
  border: 1px solid #e2e2e2 !important;
  padding: 13px 10px !important;
}
.modal-login .woocommerce-form-login .input-text::-moz-placeholder, .modal-login .woocommerce-form-register .input-text::-moz-placeholder, .modal-login .lost_reset_password .input-text::-moz-placeholder {
  color: #000;
  font-style: italic;
}
.modal-login .woocommerce-form-login .input-text::placeholder,
.modal-login .woocommerce-form-register .input-text::placeholder,
.modal-login .lost_reset_password .input-text::placeholder {
  color: #000;
  font-style: italic;
}
.modal-login .woocommerce-form-login .wrapper-btn,
.modal-login .woocommerce-form-register .wrapper-btn,
.modal-login .lost_reset_password .wrapper-btn {
  display: inline-block;
  position: relative;
}
.modal-login .woocommerce-form-login .wrapper-btn::after,
.modal-login .woocommerce-form-register .wrapper-btn::after,
.modal-login .lost_reset_password .wrapper-btn::after {
  content: "";
  position: absolute;
  right: -27px;
  bottom: -16px;
  border-width: 31.5px;
  border-color: #dce0df;
  z-index: 0;
}
@media (max-width: 900px) {
  .modal-login .woocommerce-form-login .wrapper-btn::after,
.modal-login .woocommerce-form-register .wrapper-btn::after,
.modal-login .lost_reset_password .wrapper-btn::after {
    border-width: 25.5px;
  }
}
.modal-login .woocommerce-form-login .btn-primary,
.modal-login .woocommerce-form-register .btn-primary,
.modal-login .lost_reset_password .btn-primary {
  display: inline !important;
  padding: 17px 41px 17px 45px !important;
  margin-right: 0 !important;
  line-height: 34px;
}
@media (max-width: 900px) {
  .modal-login .woocommerce-form-login .btn-primary,
.modal-login .woocommerce-form-register .btn-primary,
.modal-login .lost_reset_password .btn-primary {
    width: 100%;
    padding: 12px 15px 12px 15px !important;
  }
}
.modal-login .woocommerce-form-login .btn-primary::before, .modal-login .woocommerce-form-login .btn-primary::after,
.modal-login .woocommerce-form-register .btn-primary::before,
.modal-login .woocommerce-form-register .btn-primary::after,
.modal-login .lost_reset_password .btn-primary::before,
.modal-login .lost_reset_password .btn-primary::after {
  display: none;
}
.modal-login .woocommerce-form-login .woocommerce-privacy-policy-text,
.modal-login .woocommerce-form-register .woocommerce-privacy-policy-text,
.modal-login .lost_reset_password .woocommerce-privacy-policy-text {
  margin-bottom: 20px;
}
.modal-login .woocommerce-form-login .custom-checkbox,
.modal-login .woocommerce-form-register .custom-checkbox,
.modal-login .lost_reset_password .custom-checkbox {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.modal-login .woocommerce-form-login .custom-checkbox input,
.modal-login .woocommerce-form-register .custom-checkbox input,
.modal-login .lost_reset_password .custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.modal-login .woocommerce-form-login .custom-checkbox input:checked ~ .checkmark,
.modal-login .woocommerce-form-register .custom-checkbox input:checked ~ .checkmark,
.modal-login .lost_reset_password .custom-checkbox input:checked ~ .checkmark {
  background-color: #995322;
  border-color: #995322;
}
.modal-login .woocommerce-form-login .custom-checkbox input:checked ~ .checkmark::after,
.modal-login .woocommerce-form-register .custom-checkbox input:checked ~ .checkmark::after,
.modal-login .lost_reset_password .custom-checkbox input:checked ~ .checkmark::after {
  display: block;
}
.modal-login .woocommerce-form-login .custom-checkbox .checkmark,
.modal-login .woocommerce-form-register .custom-checkbox .checkmark,
.modal-login .lost_reset_password .custom-checkbox .checkmark {
  position: absolute;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: transparent;
  border: 2px solid #e2e2e2;
  transition: all 0.3s ease;
}
.modal-login .woocommerce-form-login .custom-checkbox .checkmark::after,
.modal-login .woocommerce-form-register .custom-checkbox .checkmark::after,
.modal-login .lost_reset_password .custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.modal-login .woocommerce-form-login .custom-checkbox .label-text,
.modal-login .woocommerce-form-register .custom-checkbox .label-text,
.modal-login .lost_reset_password .custom-checkbox .label-text {
  font-size: 16px;
  line-height: 26px;
  padding-top: 2px;
}
.modal-login .woocommerce-form-login .custom-checkbox:hover .checkmark,
.modal-login .woocommerce-form-register .custom-checkbox:hover .checkmark,
.modal-login .lost_reset_password .custom-checkbox:hover .checkmark {
  border-color: #995322;
}

.learndash-template-ld30 .learndash-wrapper .ld-login-modal {
  overflow-x: auto;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  margin: 0 !important;
  max-width: 100% !important;
  transform: none !important;
  opacity: 1 !important;
  z-index: 200;
}

.wp-block-code{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-code{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-code{
    max-width: 1205px;
  }
}

.wp-block-code{
  margin-bottom: 1rem;
}

.search-modal .wp-block-code {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-code {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-code {
  max-width: 700px;
}
.wp-block-code code{
  padding: 1rem;
}

.wp-block-freeform{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-freeform{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-freeform{
    max-width: 1205px;
  }
}

.wp-block-freeform{
  display: block;
}

.search-modal .wp-block-freeform {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-freeform {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-freeform {
  max-width: 700px;
}

.wp-block-heading{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-heading{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-heading{
    max-width: 1205px;
  }
}

.wp-block-heading{
  display: block;
}

.search-modal .wp-block-heading {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-heading {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-heading {
  max-width: 700px;
}
.wp-block-heading h1{
  margin-bottom: 2rem;
}
.wp-block-heading h2{
  margin-bottom: 1.5rem;
}
.wp-block-heading h3{
  margin-bottom: 1.25rem;
}
.wp-block-heading h4{
  margin-bottom: 1rem;
}
.wp-block-heading h5{
  margin-bottom: 0.75rem;
}
.wp-block-heading h6{
  margin-bottom: 0.5rem;
}

.wp-block-html{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-html{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-html{
    max-width: 1205px;
  }
}

.wp-block-html{
  display: block;
}

.search-modal .wp-block-html {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-html {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-html {
  max-width: 700px;
}

.wp-block-image{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-image{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-image{
    max-width: 1205px;
  }
}

.wp-block-image{
  position: relative;
}

.search-modal .wp-block-image {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-image {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-image {
  max-width: 700px;
}

.wp-block-image {
  margin-bottom: 35px;
}
.wp-block-image.alignfull,
.wp-block-image .is-resized,
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright{
  position: relative;
}
.wp-block-image.alignfull figcaption {
  width: calc(100% - 2rem);
}

.wp-block-list{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-list{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-list{
    max-width: 1205px;
  }
}

.wp-block-list{
  display: block;
}

.search-modal .wp-block-list {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-list {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-list {
  max-width: 700px;
}
.wp-block-list ul:not(.menu, .sub-menu){
  margin-bottom: 1rem;
  list-style-position: inside;
  list-style-type: disc;
}
.wp-block-list ol{
  margin-bottom: 1rem;
  list-style-position: inside;
  list-style-type: decimal;
}
.wp-block-list li li,
.wp-block-list li li li,
.wp-block-list li li li li,
.wp-block-list li li li li li,
.wp-block-list li li li li li li{
  margin-left: 1rem;
}

.wp-block-pullquote{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-pullquote{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-pullquote{
    max-width: 1205px;
  }
}

.wp-block-pullquote{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.search-modal .wp-block-pullquote {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-pullquote {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-pullquote {
  max-width: 700px;
}
.wp-block-pullquote blockquote > p{
  margin-bottom: 1rem;
}
.wp-block-pullquote blockquote > cite{
  font-style: normal;
}

.wp-block-quote{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-quote{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-quote{
    max-width: 1205px;
  }
}

.wp-block-quote{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.search-modal .wp-block-quote {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-quote {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-quote {
  max-width: 700px;
}
.wp-block-quote p{
  margin-bottom: 1rem;
}
.wp-block-quote cite{
  font-style: normal;
}

.wp-block-spacer{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-spacer{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-spacer{
    max-width: 1205px;
  }
}

.search-modal .wp-block-spacer {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-spacer {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-spacer {
  max-width: 700px;
}

.wp-block-table{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-table{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-table{
    max-width: 1205px;
  }
}

.wp-block-table{
  margin-bottom: 1.5rem;
  display: block;
  border-collapse: collapse;
  border-width: 0px;
}

.search-modal .wp-block-table {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-table {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-table {
  max-width: 700px;
}

.wp-block-table {
  border-spacing: 0;
}
.wp-block-table table{
  width: 100%;
}
.wp-block-table thead{
  display: none;
}
@media (min-width: 1025px) {
  .wp-block-table thead{
    display: table-row-group;
  }
}
.wp-block-table th,
.wp-block-table td{
  padding: 0.5rem;
  text-align: center;
}
.learndash-cpt__header .wp-block-table th,.learndash-cpt__header 
.wp-block-table td {
  text-align: center;
  padding-bottom: 34px;
}
@media (max-width: 900px) {
  .learndash-cpt__header .wp-block-table th,.learndash-cpt__header 
.wp-block-table td {
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .wp-block-table th,
.wp-block-table td{
    display: table-cell;
  }
}
.wp-block-table td{
  display: block;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  text-align: center;
}
.learndash-cpt__header .wp-block-table td {
  text-align: center;
  padding-bottom: 34px;
}
@media (max-width: 900px) {
  .learndash-cpt__header .wp-block-table td {
    padding-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .wp-block-table td{
    display: table-cell;
  }
}
.wp-block-table td::before{
  display: block;
  text-transform: uppercase;
  content: attr(data-label);
}
@media (min-width: 1025px) {
  .wp-block-table td::before{
    display: none;
  }
}
.wp-block-table th{
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width: 600px) {
  .wp-block-table th{
    display: table-cell;
  }
}
.wp-block-table tr{
  margin-bottom: 1rem;
  display: block;
}
@media (min-width: 1025px) {
  .wp-block-table tr{
    margin-bottom: 0;
    display: table-row;
  }
}

.wp-block-gallery{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-gallery{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-gallery{
    max-width: 1205px;
  }
}

.wp-block-gallery{
  margin-bottom: 5rem;
  display: block;
}

.search-modal .wp-block-gallery {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-gallery {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-gallery {
  max-width: 700px;
}
.wp-block-gallery .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-item figcaption{
  border-radius: 0.25rem;
}
.wp-block-gallery .blocks-gallery-item figcaption,
.wp-block-image figcaption{
  position: absolute;
  bottom: 0;
  max-height: 100%;
  overflow: auto;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #4b5563;
  --tw-gradient-to: rgb(75 85 99 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  padding-top: 2rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.wp-caption-text,
.wp-block-table figcaption,
.gallery-caption figcaption,
.wp-block-image figcaption,
.wp-block-embed figcaption,
.wp-block-audio figcaption{
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 0.875rem;
}

.learndash-cpt__header .wp-caption-text,.learndash-cpt__header 
.wp-block-table figcaption,.learndash-cpt__header 
.gallery-caption figcaption,.learndash-cpt__header 
.wp-block-image figcaption,.learndash-cpt__header 
.wp-block-embed figcaption,.learndash-cpt__header 
.wp-block-audio figcaption {
  text-align: center;
  padding-bottom: 34px;
}

@media (max-width: 900px) {
  .learndash-cpt__header .wp-caption-text,.learndash-cpt__header 
.wp-block-table figcaption,.learndash-cpt__header 
.gallery-caption figcaption,.learndash-cpt__header 
.wp-block-image figcaption,.learndash-cpt__header 
.wp-block-embed figcaption,.learndash-cpt__header 
.wp-block-audio figcaption {
    padding-bottom: 0;
  }
}

.wp-block-embed {
  margin-bottom: 40px;
}

.wp-embed-responsive .wp-block-embed__wrapper::before {
  content: "";
  display: block;
  padding-top: 58.25%;
}
.wp-embed-responsive .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
  width: calc(100% - 20px) !important;
  height: calc(100% - 20px) !important;
  margin: auto !important;
}
@media (max-width: 900px) {
  .wp-embed-responsive .wp-block-embed__wrapper iframe {
    width: calc(100% - 10px) !important;
    height: calc(100% - 10px) !important;
  }
}

.wp-block-paragraph{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wp-block-paragraph{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wp-block-paragraph{
    max-width: 1205px;
  }
}

.wp-block-paragraph{
  display: block;
}

.search-modal .wp-block-paragraph {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wp-block-paragraph {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wp-block-paragraph {
  max-width: 700px;
}
.entry-content > .wp-block-paragraph{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 100%){
  .entry-content > .wp-block-paragraph{
    max-width: 100%;
  }
}
@media (min-width: 1205px){
  .entry-content > .wp-block-paragraph{
    max-width: 1205px;
  }
}
.entry-content > .wp-block-paragraph{
  display: block;
}
.search-modal .entry-content > .wp-block-paragraph {
  padding: 0 34px;
}
@media (max-width: 900px) {
  .search-modal .entry-content > .wp-block-paragraph {
    padding: 0 15px;
  }
}
.modal-login__wrapper .entry-content > .wp-block-paragraph {
  max-width: 700px;
}
.wp-block-paragraph p {
  line-height: 28px;
}
@media (max-width: 900px) {
  .wp-block-paragraph p {
    line-height: 26px;
  }
}
.wp-block-paragraph:not(:last-child) {
  margin-bottom: 27px;
}
@media (max-width: 900px) {
  .wp-block-paragraph:not(:last-child) {
    margin-bottom: 20px;
  }
}

textarea,
input:not(.button){
  padding: 0.5rem;
}

.search-form{
  margin-top: 0.375rem;
}
.search-form .search-field{
  border-radius: 0.5rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.posts-block.search-form .search-field {
  background: linear-gradient(180deg, #000 50%, #707070 50%, #707070 50.1%, #0d0d0d 50.1%);
  padding-top: 133px;
}
.search-form .button{
  border-radius: 0.5rem;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
  padding: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.posts-block.search-form .button {
  background: linear-gradient(180deg, #000 50%, #707070 50%, #707070 50.1%, #0d0d0d 50.1%);
  padding-top: 133px;
}
.learndash-cpt__header .search-form .button {
  text-align: center;
  padding-bottom: 34px;
}
@media (max-width: 900px) {
  .learndash-cpt__header .search-form .button {
    padding-bottom: 0;
  }
}

.modal{
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  z-index: 1050;
}
.modal.modal-open{
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal .modal-dialog{
  position: absolute;
  width: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.modal .modal-content{
  position: relative;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  background-clip: padding-box;
  padding: 1.5rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.testimonials-block.testimonial-course.modal .modal-content, .testimonials-block.testimonials-checkout.modal .modal-content {
  background: #fff;
  color: #000;
}
.modal .modal-content .testimonials__card:first-child,.modal .modal-content .testimonials__card:last-child {
  box-shadow: 0 20px 60px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 900px) {
  .modal .modal-content .testimonials__card:first-child,.modal .modal-content .testimonials__card:last-child {
    padding: 40px 20px;
  }
}
.modal .modal-content .testimonials__card:nth-child(2) {
  padding: 56px 42px;
  box-shadow: 0 35px 60px 4px rgba(153, 83, 34, 0.1);
}
@media (max-width: 900px) {
  .modal .modal-content .testimonials__card:nth-child(2) {
    box-shadow: 0 20px 60px 2px rgba(0, 0, 0, 0.1);
    padding: 29px 20px;
  }
}
.modal .modal-content .modal-header{
  text-align: center;
}
.learndash-cpt__header .modal .modal-content .modal-header {
  text-align: center;
  padding-bottom: 34px;
}
@media (max-width: 900px) {
  .learndash-cpt__header .modal .modal-content .modal-header {
    padding-bottom: 0;
  }
}
.modal .modal-content .modal-body{
  position: relative;
}
.modal .modal-content .modal-footer{
  position: relative;
}
.modal .fluid-embed embed,
.modal .fluid-embed object,
.modal .fluid-embed iframe{
  border-style: none;
}

.close{
  margin-top: 0.5rem;
  display: block;
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.posts-block.close {
  background: linear-gradient(180deg, #000 50%, #707070 50%, #707070 50.1%, #0d0d0d 50.1%);
  padding-top: 133px;
}

.off-canvas-container{
  position: fixed;
  top: 0;
  bottom: 0;
  height: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.testimonials-block.testimonial-course.off-canvas-container, .testimonials-block.testimonials-checkout.off-canvas-container {
  background: #fff;
  color: #000;
}

.off-canvas-container .testimonials__card:first-child,.off-canvas-container .testimonials__card:last-child {
  box-shadow: 0 20px 60px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 900px) {
  .off-canvas-container .testimonials__card:first-child,.off-canvas-container .testimonials__card:last-child {
    padding: 40px 20px;
  }
}

.off-canvas-container .testimonials__card:nth-child(2) {
  padding: 56px 42px;
  box-shadow: 0 35px 60px 4px rgba(153, 83, 34, 0.1);
}

@media (max-width: 900px) {
  .off-canvas-container .testimonials__card:nth-child(2) {
    box-shadow: 0 20px 60px 2px rgba(0, 0, 0, 0.1);
    padding: 29px 20px;
  }
}

.off-canvas-container {
  overflow-y: auto;
  right: -100%;
  transition: right 0.6s ease-in-out;
  width: 75%;
  z-index: 9998;
  padding-top: 20px;
  padding-right: 20px;
}
@media (min-width: 600px) {
  .off-canvas-container {
    width: 35vw;
  }
}
.off-canvas-container.is-visible{
  right: 0;
}
.admin-bar .off-canvas-container{
  padding-top: 4rem;
}
.off-canvas-open{
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  padding: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy4xMzYiIGhlaWdodD0iMTUuNDI0IiB2aWV3Qm94PSIwIDAgMjMuMTM2IDE1LjQyNCI+CiAgPHBhdGggaWQ9Ikljb25fbWV0cm8tbWVudSIgZGF0YS1uYW1lPSJJY29uIG1ldHJvLW1lbnUiIGQ9Ik02LjQyNywyNS43MDdIMjkuNTYzVjIzLjEzNkg2LjQyN3YyLjU3MVptMC02LjQyN0gyOS41NjNWMTYuNzFINi40MjdWMTkuMjhabTAtOXYyLjU3MUgyOS41NjNWMTAuMjgzSDYuNDI3WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTYuNDI3IC0xMC4yODMpIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=) 50% 50% no-repeat transparent;
  background-size: 100%;
  margin-right: 14px;
}
@media (min-width: 900px) {
  .off-canvas-open {
    display: none;
  }
}
.single-logo-header .off-canvas-open {
  display: none;
}
.off-canvas-close{
  display: block;
  height: 1.5rem;
  width: 1.5rem;
  padding: 0;
  margin-left: auto;
  margin-right: 0;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyMi41IDIyLjI3Ij48ZGVmcz48c3R5bGU+LmU5NzZiMDFlLWI4MjMtNGEzMy1hZmE0LTdlNDIzZTVlZmMwN3tmaWxsOiMzMDM1MzY7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5jbG9zZTwvdGl0bGU+PGcgaWQ9ImJjMDkzM2YwLTQwMzUtNDc3Zi1hMjZmLTM3MjlhNWYyMGZjNiIgZGF0YS1uYW1lPSJMYXllciAyIj48ZyBpZD0iYWMxNDJhN2ItZjUxZC00YWE2LThkZmItYzBjNGZkZmE2NGZiIiBkYXRhLW5hbWU9IkxheWVyIDEiPjxwYXRoIGNsYXNzPSJlOTc2YjAxZS1iODIzLTRhMzMtYWZhNC03ZTQyM2U1ZWZjMDciIGQ9Ik0uNCwyLjE3LDE5Ljg0LDIxLjYxYTEuMjUsMS4yNSwwLDEsMCwxLjc3LTEuNzdMMi4xNy40QTEuMTgsMS4xOCwwLDAsMCwuNC40LDEuMTgsMS4xOCwwLDAsMCwuNCwyLjE3WiIvPjxwYXRoIGNsYXNzPSJlOTc2YjAxZS1iODIzLTRhMzMtYWZhNC03ZTQyM2U1ZWZjMDciIGQ9Ik0yLjY2LDIxLjg3LDIyLjEsMi40M2ExLjE4LDEuMTgsMCwwLDAsMC0xLjc3LDEuMTgsMS4xOCwwLDAsMC0xLjc3LDBMLjg5LDIwLjFhMS4xOCwxLjE4LDAsMCwwLDAsMS43N0ExLjE4LDEuMTgsMCwwLDAsMi42NiwyMS44N1oiLz48L2c+PC9nPjwvc3ZnPg==) 50% 50% no-repeat transparent !important;
}
.off-canvas-screen{
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.25;
}
.posts-block.off-canvas-screen {
  background: linear-gradient(180deg, #000 50%, #707070 50%, #707070 50.1%, #0d0d0d 50.1%);
  padding-top: 133px;
}
.off-canvas-screen {
  z-index: 9996;
}
.off-canvas-screen.is-visible{
  visibility: visible;
}
.off-canvas-content{
  padding: 1rem;
  margin-top: 1.25rem;
}

.pagination-container{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .pagination-container{
    max-width: 100%;
  }
}

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

.search-modal .pagination-container {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .pagination-container {
    padding: 0 15px;
  }
}

.modal-login__wrapper .pagination-container {
  max-width: 700px;
}

.pagination-container {
  text-align: center;
  padding: 15px 20px 42px;
}
.pagination-container .current {
  width: 35px;
  height: 35px;
  border: 1px solid #995322;
  color: #995322;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pagination-container .page-numbers {
  margin: 0 14px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
@media (max-width: 600px) {
  .pagination-container .page-numbers {
    margin: 0 12px;
  }
}

.svg-sprite-wrapper{
  display: none;
}

.categories {
  max-width: 100%;
  flex: 0 0 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 56px;
  padding-bottom: 42px;
}
@media (max-width: 900px) {
  .categories {
    flex-wrap: wrap;
    padding: 30px 15px;
  }
}
@media (max-width: 600px) {
  .categories {
    padding: 30px 0;
  }
}
.categories .category {
  font-size: 16px;
  line-height: 20px;
  color: #995322;
  text-transform: uppercase;
  letter-spacing: 2.5px;
}
@media (max-width: 900px) {
  .categories .category {
    max-width: 100%;
    flex: 0 0 100%;
    letter-spacing: 0;
    padding: 2px 0;
  }
}
.categories .category:hover {
  color: #a48b6c;
}
.categories .category:not(:last-child) {
  padding-right: 23px;
}
@media (max-width: 900px) {
  .categories .category:not(:last-child) {
    padding-right: 15px;
  }
}
.categories .category:not(:last-child)::after {
  content: "|";
  padding-left: 23px;
  font-weight: 400;
}
@media (max-width: 900px) {
  .categories .category:not(:last-child)::after {
    display: none;
  }
}
.categories .category.active {
  font-weight: 700;
}

.post-password-form{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .post-password-form{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .post-password-form{
    max-width: 1205px;
  }
}

.search-modal .post-password-form {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .post-password-form {
    padding: 0 15px;
  }
}

.modal-login__wrapper .post-password-form {
  max-width: 700px;
}

.post-password-form {
  padding-top: 200px;
}
.post-password-form p {
  display: flex;
}
.post-password-form input {
  font-size: 16px;
  line-height: 26px;
  border: 1px solid #e2e2e2;
  color: #000;
  padding: 18px 28px;
  background: #fff;
}
@media (max-width: 900px) {
  .post-password-form input {
    padding: 14.5px 15px;
  }
}
.post-password-form input::-moz-placeholder {
  color: #2D2D2D;
}
.post-password-form input::placeholder {
  color: #2D2D2D;
}
.post-password-form input[type=submit] {
  margin-right: -20px;
  position: relative;
  font-size: 21px;
  font-weight: 400;
  font-family: Oswald, sans-serif;
  background-color: #995322;
  color: #fff;
  outline: none;
  text-transform: uppercase;
  padding: 18px 41px 18px 45px;
  text-decoration: none;
  letter-spacing: 3.825px;
  transition: 0.2s ease background;
}
@media (max-width: 900px) {
  .post-password-form input[type=submit] {
    font-size: 16px;
    padding: 14.5px 41px 14.5px 45px;
    letter-spacing: 2.5px;
  }
}

.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #fff;
  z-index: 2;
}
.site-header.no-access {
  position: static;
  background-color: #000;
  margin-bottom: 30px;
}
.site-header.fixed-nav {
  position: fixed;
  background-color: #000;
  z-index: 10;
}
.site-header.single-logo-header {
  padding-top: 36px;
}
.admin-bar .site-header {
  top: 32px;
}
.single-logo-header .site-header-content {
  justify-content: center !important;
}
.single-logo-header .site-header-content img {
  margin-left: 0 !important;
}
.site-header > .site-header-content{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 100%){
  .site-header > .site-header-content{
    max-width: 100%;
  }
}
@media (min-width: 1205px){
  .site-header > .site-header-content{
    max-width: 1205px;
  }
}
.site-header > .site-header-content{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.timeline-block .site-header > .site-header-content {
  display: flex;
}
.timeline__bottom .site-header > .site-header-content {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .timeline__bottom .site-header > .site-header-content {
    flex-wrap: wrap;
  }
}
.article-block .site-header > .site-header-content {
  display: flex;
  flex-wrap: wrap;
}
.meet-your-guides__container.site-header > .site-header-content {
  display: flex;
  background-repeat: no-repeat;
  background-size: 768px 722px;
  background-position: 33% 26.5%;
}
@media (max-width: 1100px) {
  .meet-your-guides__container.site-header > .site-header-content {
    flex-wrap: wrap;
    background: none;
  }
}
.reinvented__container.site-header > .site-header-content {
  display: flex;
  position: relative;
}
.reinvented__container.site-header > .site-header-content::before {
  position: relative;
  left: 21px;
  content: "";
  border-left: 3px solid #a48b6c;
  height: 226px;
  margin-top: 7px;
}
@media (max-width: 900px) {
  .reinvented__container.site-header > .site-header-content::before {
    display: none;
  }
}
.woocommerce-account .woocommerce-form-login .site-header > .site-header-content,
.woocommerce-account .woocommerce-form-register .site-header > .site-header-content,
.woocommerce-account .lost_reset_password .site-header > .site-header-content {
  display: flex;
  justify-content: space-between;
}
.search-modal .site-header > .site-header-content {
  padding: 0 34px;
}
@media (max-width: 900px) {
  .search-modal .site-header > .site-header-content {
    padding: 0 15px;
  }
}
.modal-login__wrapper .site-header > .site-header-content {
  max-width: 700px;
}
.modal-login .woocommerce-form-login .site-header > .site-header-content,
.modal-login .woocommerce-form-register .site-header > .site-header-content,
.modal-login .lost_reset_password .site-header > .site-header-content {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .modal-login .woocommerce-form-login .site-header > .site-header-content,
.modal-login .woocommerce-form-register .site-header > .site-header-content,
.modal-login .lost_reset_password .site-header > .site-header-content {
    flex-direction: column;
    margin-top: 20px;
  }
}
.learndash-cpt__header .site-header > .site-header-content {
  display: flex;
  flex-wrap: wrap;
}
.learndash-cpt__section-description .site-header > .site-header-content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 900px) {
  .site-header > .site-header-content {
    padding: 0 9px;
  }
}
.site-header .site-description{
  text-decoration-line: none;
}
.site-header .site-branding h1{
  margin-bottom: 0;
}
.site-header .site-branding a{
  text-decoration-line: none;
}
.site-header .site-branding img {
  width: 215px;
  margin-left: 10px;
}
@media (max-width: 900px) {
  .site-header .site-branding img {
    width: 144px;
  }
}
.site-header__search {
  padding-right: 2px;
}
.site-header__search:hover, .site-header__search:active, .site-header__search:focus {
  color: #a48b6c;
}
.site-header .member-login__mobile {
  display: none;
  margin-left: auto;
}
@media (max-width: 900px) {
  .site-header .member-login__mobile {
    display: block;
  }
}
.site-header .member-login__mobile a {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 30px;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNi4wMDkxIDE1LjUyMjdMMTYuMjc3OCAxNS4zMTE1QzE3LjUzMjEgMTQuMzI1NSAxOC40NjAxIDEyLjk0OTYgMTguOTI4NSAxMS4zNzc4QzE5LjM5NyA5LjgwNTg3IDE5LjM4MTcgOC4xMTkxIDE4Ljg4NDkgNi41NTY4N0MxOC4zODgxIDQuOTk0NyAxNy40MzU0IDMuNjM3NjIgMTYuMTYzNiAyLjY3NjgxQzE0Ljg5MTkgMS43MTYxMSAxMy4zNjUyIDEuMTk5OTUgMTEuNzk5OSAxLjE5OTk1QzEwLjIzNDUgMS4xOTk5NSA4LjcwNzkgMS43MTYxMSA3LjQzNjE5IDIuNjc2ODFDNi4xNjQzNCAzLjYzNzYyIDUuMjExNjggNC45OTQ3IDQuNzE0ODYgNi41NTY4N0M0LjIxODAyIDguMTE5MSA0LjIwMjc0IDkuODA1ODcgNC42NzEyMiAxMS4zNzc4QzUuMTM5NjggMTIuOTQ5NiA2LjA2NzY1IDE0LjMyNTUgNy4zMjE5OCAxNS4zMTE1TDcuNTkwNyAxNS41MjI3TDcuMjc0OSAxNS42NTM1QzQuNjk0NDkgMTYuNzIyMSAyLjUzMTQ1IDE4LjY3MjcgMS4xMzczNCAyMS4xOTE5QzEuMDAxNTIgMjEuNDM4NyAwLjk2NDM2OSAyMS43MzMgMS4wMzUxNCAyMi4wMDk1QzEuMTA1ODggMjIuMjg1OSAxLjI3NzczIDIyLjUxODcgMS41MDk2MyAyMi42NTg5QzEuNzQxMTEgMjIuNzk4OSAyLjAxNDgzIDIyLjgzNjIgMi4yNzE0MiAyMi43NjRDMi41MjgzIDIyLjY5MTggMi43NTAxNyAyMi41MTQ3IDIuODg1ODUgMjIuMjY4MkMzLjc4ODA2IDIwLjYzMDUgNS4wODYzNCAxOS4yNjk0IDYuNjUxMDYgMTguMzIyNkM4LjIxNTg2IDE3LjM3NTcgOS45OTE2NSAxNi44NzY4IDExLjc5OTkgMTYuODc2OEMxMy42MDgxIDE2Ljg3NjggMTUuMzgzOSAxNy4zNzU3IDE2Ljk0ODcgMTguMzIyNkMxOC41MTEyIDE5LjI2OCAxOS44MDc5IDIwLjYyNjYgMjAuNzEgMjIuMjYxMUwyMi40NjYzIDIxLjE5OUMyMi40NjUgMjEuMTk2NyAyMi40NjM4IDIxLjE5NDMgMjIuNDYyNSAyMS4xOTJDMjEuMDY4NCAxOC42NzI3IDE4LjkwNTMgMTYuNzIyMSAxNi4zMjQ5IDE1LjY1MzVMMTYuMDA5MSAxNS41MjI3Wk02LjM1MjU1IDkuMDM4MTVDNi4zNTI1NSA3LjkxMjg3IDYuNjcwODggNi44MTIxNCA3LjI2ODI0IDUuODc1MUM3Ljg2NTY2IDQuOTM3OTggOC43MTU3NyA0LjIwNjEgOS43MTIxNyAzLjc3MzUyQzEwLjcwODcgMy4zNDA4OSAxMS44MDU4IDMuMjI3NTIgMTIuODY0NCAzLjQ0ODIyQzEzLjkyMjkgMy42Njg5IDE0Ljg5MzggNC4yMTMzNCAxNS42NTUgNS4wMTExM0MxNi40MTYxIDUuODA4ODIgMTYuOTMzNCA2LjgyNDAyIDE3LjE0MjkgNy45Mjc5QzE3LjM1MjQgOS4wMzE3NSAxNy4yNDQ5IDEwLjE3NiAxNi44MzM4IDExLjIxNjRDMTYuNDIyNiAxMi4yNTY4IDE1LjcyNTcgMTMuMTQ3NSAxNC44Mjk5IDEzLjc3NDlDMTMuOTMzOSAxNC40MDI0IDEyLjg3OTQgMTQuNzM4IDExLjc5OTkgMTQuNzM4QzEwLjM1MiAxNC43MzggOC45NjU1MiAxNC4xMzUxIDcuOTQ0NzYgMTMuMDY1MkM2LjkyNDI5IDExLjk5NTYgNi4zNTI1NSAxMC41NDY5IDYuMzUyNTUgOS4wMzgxNVoiIGZpbGw9IiNmZmYiLz4KPHBhdGggZD0iTTIwLjcxMzcgMjIuMjY3OEMyMC44MDQzIDIyLjQzMDMgMjAuOTMzMSAyMi41NjQxIDIxLjA4NjUgMjIuNjU2OUMyMS4yNCAyMi43NDk3IDIxLjQxMzIgMjIuNzk4NSAyMS41ODkgMjIuNzk5MkMyMS43NjM4IDIyLjgwMDcgMjEuOTM3IDIyLjc1MjcgMjIuMDg5MSAyMi42NTk1TDIyLjA5MDIgMjIuNjU4OEMyMi4yMDUxIDIyLjU4OTUgMjIuMzA2NCAyMi40OTY3IDIyLjM4OCAyMi4zODUzQzIyLjQ2OTcgMjIuMjczOSAyMi41Mjk5IDIyLjE0NjMgMjIuNTY0OSAyMi4wMDk2QzIyLjU5OTkgMjEuODcyOSAyMi42MDg5IDIxLjczMDEgMjIuNTkxMiAyMS41ODk2QzIyLjU3MzkgMjEuNDUxOCAyMi41MzE0IDIxLjMxOTIgMjIuNDY2MyAyMS4xOTlMMjAuNzEgMjIuMjYxMUwyMC43MTM3IDIyLjI2NzhaIiBmaWxsPSIjZmZmIi8+Cjwvc3ZnPgo=);
}

.comments-link{
  margin-top: 1rem;
}

.comments-area{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .comments-area{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .comments-area{
    max-width: 1205px;
  }
}

.comments-area{
  margin-top: 1.5rem;
}

.search-modal .comments-area {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .comments-area {
    padding: 0 15px;
  }
}

.modal-login__wrapper .comments-area {
  max-width: 700px;
}

.comment-author{
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.timeline-block .comment-author {
  display: flex;
}

.timeline__bottom .comment-author {
  align-items: center;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .timeline__bottom .comment-author {
    flex-wrap: wrap;
  }
}

.article-block .comment-author {
  display: flex;
  flex-wrap: wrap;
}

.meet-your-guides__container.comment-author {
  display: flex;
  background-repeat: no-repeat;
  background-size: 768px 722px;
  background-position: 33% 26.5%;
}

@media (max-width: 1100px) {
  .meet-your-guides__container.comment-author {
    flex-wrap: wrap;
    background: none;
  }
}

.reinvented__container.comment-author {
  display: flex;
  position: relative;
}

.reinvented__container.comment-author::before {
  position: relative;
  left: 21px;
  content: "";
  border-left: 3px solid #a48b6c;
  height: 226px;
  margin-top: 7px;
}

@media (max-width: 900px) {
  .reinvented__container.comment-author::before {
    display: none;
  }
}

.woocommerce-account .woocommerce-form-login .comment-author,
.woocommerce-account .woocommerce-form-register .comment-author,
.woocommerce-account .lost_reset_password .comment-author {
  display: flex;
  justify-content: space-between;
}

.modal-login .woocommerce-form-login .comment-author,
.modal-login .woocommerce-form-register .comment-author,
.modal-login .lost_reset_password .comment-author {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 900px) {
  .modal-login .woocommerce-form-login .comment-author,
.modal-login .woocommerce-form-register .comment-author,
.modal-login .lost_reset_password .comment-author {
    flex-direction: column;
    margin-top: 20px;
  }
}

.learndash-cpt__header .comment-author {
  display: flex;
  flex-wrap: wrap;
}

.learndash-cpt__section-description .comment-author {
  display: flex;
  flex-wrap: wrap;
}
.comment-author .avatar{
  margin-right: 1rem;
}
.comment-author .fn{
  margin-right: 0.5rem;
}

.comment-metadata{
  margin-bottom: 1rem;
}

.comment-body{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.comment-content{
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.1;
  padding: 1rem;
}

.posts-block.comment-content {
  background: linear-gradient(180deg, #000 50%, #707070 50%, #707070 50.1%, #0d0d0d 50.1%);
  padding-top: 133px;
}
.bypostauthor .comment-content{
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.comment-list .children{
  margin-left: 1rem;
}

.reply{
  padding-top: 0.5rem;
}

.comment-reply-title a{
  display: block;
  font-size: 0.875rem;
}

.site-footer.contact-footer {
  background-color: #0d0d0d;
  padding-bottom: 16px;
}
.site-footer.contact-footer .site-footer__top {
  background-color: #0d0d0d;
}
.site-footer.contact-footer.contact-footer-white-down .site-footer__top {
  background-color: #000;
}
.site-footer.contact-footer #site-footer-navigation,
.site-footer.contact-footer .wrapper-designed,
.site-footer.contact-footer .wrapper-icons {
  display: none;
}
.site-footer.contact-footer .content,
.site-footer.contact-footer .site-footer__down {
  justify-content: center;
}
.site-footer.contact-footer .content {
  border-top: 0;
  padding: 25px 0 0;
}
.site-footer.contact-footer .wrapper-copyright {
  color: #fff;
  letter-spacing: 0.6px;
}
.site-footer.contact-footer-white-down {
  background-color: #fff;
  padding-bottom: 0;
}
.site-footer.contact-footer-white-down .wrapper-copyright {
  color: #000;
}
.site-footer.contact-footer-white-down .content {
  border-top: 0;
  padding: 25px 0 20px;
}
.site-footer.thank-you .social-icons {
  display: flex;
  margin-top: 20px;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .site-footer.thank-you .social-icons {
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 30px;
    justify-content: center;
  }
}
.site-footer.thank-you .social-icons .social-icon {
  background-color: #dce0df;
  width: 59px;
  height: 59px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease all;
}
@media (max-width: 900px) {
  .site-footer.thank-you .social-icons .social-icon {
    width: 40px;
    height: 40px;
  }
}
.site-footer.thank-you .social-icons .social-icon:not(:last-child) {
  margin-right: 15px;
}
.site-footer.thank-you .social-icons .social-icon:hover {
  background-color: #a48b6c;
  color: #fff;
}
.site-footer__top {
  background-color: #0d0d0d;
}
.site-footer__top .container-section {
  padding: 0 15px;
  max-width: 1180px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .site-footer__top .container-section {
    max-width: 87%;
  }
}
.site-footer__top .content {
  padding: 21px 0 20px;
  border-top: 1px solid #292929;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .site-footer__top .content {
    flex-wrap: wrap;
    justify-content: center;
    padding: 13px 0 80px;
  }
}
.site-footer__top .custom-logo-link {
  position: relative;
  top: -6px;
}
@media (max-width: 600px) {
  .site-footer__top .custom-logo-link {
    position: static;
  }
}
.site-footer__top .custom-logo-link img {
  width: 219px;
}
@media (max-width: 600px) {
  .site-footer__top .custom-logo-link img {
    width: 217px;
  }
}
.site-footer__top .footer-navigation {
  color: #fff;
  position: relative;
  top: 5px;
}
@media (max-width: 900px) {
  .site-footer__top .footer-navigation {
    display: flex;
    max-width: 100%;
    flex: 0 0 100%;
    margin-top: 10px;
  }
  @media (max-width: 900px) {
    .site-footer__top .footer-navigation {
      margin-top: 5px;
    }
  }
}
.site-footer__top .footer-navigation ul {
  padding: 0;
}
@media (max-width: 900px) {
  .site-footer__top .footer-navigation ul {
    max-width: 280px;
    -moz-column-count: 2;
         column-count: 2;
  }
  .site-footer__top .footer-navigation ul li {
    margin-right: 10px !important;
    margin-bottom: 6px;
    padding-left: 33px;
  }
}
.site-footer__down{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 100%){
  .site-footer__down{
    max-width: 100%;
  }
}
@media (min-width: 1205px){
  .site-footer__down{
    max-width: 1205px;
  }
}
.search-modal .site-footer__down {
  padding: 0 34px;
}
@media (max-width: 900px) {
  .search-modal .site-footer__down {
    padding: 0 15px;
  }
}
.modal-login__wrapper .site-footer__down {
  max-width: 700px;
}
.site-footer__down {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  font-size: 15px;
  padding: 13px 28px;
}
.thank-you .site-footer__down {
  justify-content: center;
}
@media (max-width: 900px) {
  .site-footer__down {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 18px 28px;
  }
  .site-footer__down > div {
    max-width: 100%;
    flex: 0 0 100%;
    line-height: 26px;
    margin-bottom: 18px;
  }
}
.site-footer__down .wrapper-copyright a {
  text-decoration: none;
  transition: 0.2s ease all;
}
.site-footer__down .wrapper-copyright a:hover, .site-footer__down .wrapper-copyright a:active, .site-footer__down .wrapper-copyright a:focus {
  color: #995322;
}
.site-footer__down .wrapper-icons {
  position: relative;
  top: 9px;
  left: 7px;
}
@media (max-width: 900px) {
  .site-footer__down .wrapper-icons {
    position: static;
    margin-bottom: -3px;
  }
}
.site-footer__down .wrapper-designed {
  opacity: 0.5;
}
.site-footer__down .wrapper-designed a {
  text-decoration: none;
}
.site-footer__down .wrapper-designed a:hover {
  color: #995322;
}
.site-footer__down .social-icons {
  display: flex;
}
@media (max-width: 900px) {
  .site-footer__down .social-icons {
    margin-top: 1rem;
    justify-content: center;
  }
}
.site-footer__down .social-icons .social-icon {
  background-color: #dce0df;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease all;
}
.site-footer__down .social-icons .social-icon:not(:last-child) {
  margin-right: 30px;
}
.site-footer__down .social-icons .social-icon:hover {
  background-color: #000;
  color: #fff;
}
.site-footer .scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #995322;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 1000;
  cursor: pointer;
  transition: 0.2s ease all;
  visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 900px) {
  .site-footer .scroll-to-top {
    bottom: 10px;
    right: 10px;
  }
}
.site-footer .scroll-to-top.is-visible {
  opacity: 0.3;
  visibility: visible;
}
.site-footer .scroll-to-top:hover {
  opacity: 0.6;
}
.site-footer .scroll-to-top__icon {
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTUiIGN5PSIxNSIgcj0iMTUiIHRyYW5zZm9ybT0icm90YXRlKDkwIDE1IDE1KSIvPjxwYXRoIGQ9Ik0yMCAxM2wtNSA1LTUtNSIgc3Ryb2tlPSJ3aGl0ZSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiLz48L3N2Zz4K);
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}

.single-post__header,
.single-podcast__header {
  background: url(images/bg-single-post.jpg) center top/cover no-repeat, #000;
  padding: 139px 0 0;
}
.single-post__header h1,
.single-podcast__header h1 {
  color: #fff;
  font-size: 55px;
  line-height: 60px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 100%){
  .single-post__header h1,
.single-podcast__header h1{
    max-width: 100%;
  }
}
@media (min-width: 1205px){
  .single-post__header h1,
.single-podcast__header h1{
    max-width: 1205px;
  }
}
.search-modal .single-post__header h1,.search-modal 
.single-podcast__header h1 {
  padding: 0 34px;
}
@media (max-width: 900px) {
  .search-modal .single-post__header h1,.search-modal 
.single-podcast__header h1 {
    padding: 0 15px;
  }
}
.modal-login__wrapper .single-post__header h1,.modal-login__wrapper 
.single-podcast__header h1 {
  max-width: 700px;
}
.single-post__header h1,
.single-podcast__header h1 {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  .single-post__header h1,
.single-podcast__header h1 {
    font-size: 45px;
    line-height: 50px;
  }
}
.single-post__header-content,
.single-podcast__header-content{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 100%){
  .single-post__header-content,
.single-podcast__header-content{
    max-width: 100%;
  }
}
@media (min-width: 1205px){
  .single-post__header-content,
.single-podcast__header-content{
    max-width: 1205px;
  }
}
.search-modal .single-post__header-content,.search-modal 
.single-podcast__header-content {
  padding: 0 34px;
}
@media (max-width: 900px) {
  .search-modal .single-post__header-content,.search-modal 
.single-podcast__header-content {
    padding: 0 15px;
  }
}
.modal-login__wrapper .single-post__header-content,.modal-login__wrapper 
.single-podcast__header-content {
  max-width: 700px;
}
.single-post__header-content #breadcrumbs,
.single-podcast__header-content #breadcrumbs {
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 14px;
  opacity: 0.49;
  padding-left: 3px;
}
.single-post__header-content #breadcrumbs a,
.single-podcast__header-content #breadcrumbs a {
  text-decoration: none;
}
.single-post__header-content .entry-meta,
.single-podcast__header-content .entry-meta {
  max-width: 765px;
  margin: 10px auto 0;
}
.single-post__header-content .posted-on,
.single-post__header-content .post-author,
.single-podcast__header-content .posted-on,
.single-podcast__header-content .post-author {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  opacity: 0.3;
}
.single-post__header-content .posted-on a,
.single-post__header-content .post-author a,
.single-podcast__header-content .posted-on a,
.single-podcast__header-content .post-author a {
  text-decoration: none;
}
.single-post__header-wrapper-img,
.single-podcast__header-wrapper-img {
  position: relative;
  max-width: 846.5px;
  margin: 0 auto;
}
.single-post__header-wrapper-img::after,
.single-podcast__header-wrapper-img::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 42%, #000);
}
.single-post__header-wrapper-img img,
.single-podcast__header-wrapper-img img {
  width: 100%;
}
.single-post__header-wrapper-img h2,
.single-podcast__header-wrapper-img h2 {
  z-index: 1;
  position: absolute;
  color: #fff;
  font-size: 50px;
  line-height: 55px;
  max-width: 54%;
  bottom: 24px;
  left: 53px;
}
@media (max-width: 900px) {
  .single-post__header-wrapper-img h2,
.single-podcast__header-wrapper-img h2 {
    font-size: 35px;
    line-height: 35px;
    left: 20px;
    max-width: 75%;
  }
}
.single-post__header-wrapper-img h2::after,
.single-podcast__header-wrapper-img h2::after {
  content: "";
  display: block;
  padding-top: 25px;
  border-bottom: 3px solid #995322;
  max-width: 100%;
}
@media (max-width: 900px) {
  .single-post__header-wrapper-img h2::after,
.single-podcast__header-wrapper-img h2::after {
    padding-top: 15px;
  }
}
.single-post__white,
.single-podcast__white {
  position: relative;
  background-color: #fff;
  max-width: 1624px;
  padding: 7px 0 37px;
  margin: 0 auto;
}
@media (max-width: 940px) {
  .single-post__white,
.single-podcast__white {
    padding: 7px 0 15px;
  }
}
.single-post__content,
.single-podcast__content {
  max-width: 795px;
  margin: 0 auto;
  padding-bottom: 64px;
}
@media (max-width: 900px) {
  .single-post__content,
.single-podcast__content {
    padding-bottom: 50px;
  }
}
.single-post__content h4,
.single-podcast__content h4 {
  font-size: 35px;
  line-height: 45px;
  margin-bottom: 23px;
  margin-top: 46px;
}
@media (max-width: 900px) {
  .single-post__content h4,
.single-podcast__content h4 {
    font-size: 28px;
    line-height: 15px;
    margin-bottom: 25px;
    margin-top: 36px;
  }
}
.single-post__lists-link,
.single-podcast__lists-link {
  position: absolute;
  left: 0;
  bottom: 26%;
}
@media (max-width: 940px) {
  .single-post__lists-link,
.single-podcast__lists-link {
    position: static;
    display: flex;
    padding-top: 20px;
    padding-left: 15px;
  }
}
.single-post__lists-link svg,
.single-podcast__lists-link svg {
  color: #fff;
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
.single-post__link,
.single-podcast__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #a48b6c;
}
.single-post__link.facebook,
.single-podcast__link.facebook {
  background-color: #3A578A;
}
.single-post__link.twitter,
.single-podcast__link.twitter {
  background-color: #56A3CB;
}
.single-post__link.pinterest,
.single-podcast__link.pinterest {
  background-color: #B52E25;
}
.single-post__link.linkedin,
.single-podcast__link.linkedin {
  background-color: #E37256;
}
.single-post__link.mail,
.single-podcast__link.mail {
  background-color: #788689;
}
.single-post__tweetable,
.single-podcast__tweetable {
  max-width: 760px;
  margin: 0 auto;
  padding-bottom: 25px;
}
@media (max-width: 900px) {
  .single-post__tweetable,
.single-podcast__tweetable {
    padding: 0 15px 25px;
  }
}
.single-post__tweetable-title,
.single-podcast__tweetable-title {
  padding-left: 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 14px;
}
@media (max-width: 900px) {
  .single-post__tweetable-title,
.single-podcast__tweetable-title {
    font-size: 16px;
    line-height: 28px;
  }
}
.single-post__tweetable-text,
.single-podcast__tweetable-text {
  max-width: 720px;
  padding: 48px;
  font-family: DMSerifDisplay, sans-serif;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #995322;
  border-top: 3px solid #995322;
  border-bottom: 3px solid #995322;
}
@media (max-width: 900px) {
  .single-post__tweetable-text,
.single-podcast__tweetable-text {
    font-size: 18px;
    line-height: 27px;
    padding: 25px 20px;
  }
}
.single-post .comment-list .children,
.single-podcast .comment-list .children {
  margin: 30px 0 30px 30px;
  padding-left: 30px;
  border-left: 1px solid #dce0df;
}
.single-post .comment-list .reply a,
.single-podcast .comment-list .reply a {
  color: #995322;
  font-weight: 600;
}
.single-post .comment-list .comment-metadata,
.single-podcast .comment-list .comment-metadata {
  position: relative;
  left: 83px;
  top: -24px;
}
@media (max-width: 900px) {
  .single-post .comment-list .comment-metadata,
.single-podcast .comment-list .comment-metadata {
    position: static;
  }
}
.single-post .comments-area,
.single-podcast .comments-area {
  padding: 10px 0 15px 20px;
  max-width: 740px;
  margin-left: 0;
}
@media (max-width: 900px) {
  .single-post .comments-area,
.single-podcast .comments-area {
    padding: 12px 15px 15px;
  }
}
.single-post .comments-area .button,
.single-podcast .comments-area .button {
  cursor: pointer;
  position: relative;
  font-family: Oswald, sans-serif;
  background-color: #995322;
  color: #fff;
  text-transform: uppercase;
  padding: 18px 41px 18px 45px;
  text-decoration: none;
  letter-spacing: 3.825px;
  font-size: 21px;
  transition: 0.2s ease background;
  z-index: 2;
  border: none;
}
@media (max-width: 900px) {
  .single-post .comments-area .button,
.single-podcast .comments-area .button {
    font-size: 16px;
    padding: 14.5px 41px 14.5px 45px;
    letter-spacing: 2.5px;
  }
}
.single-post .comments-area .button:hover, .single-post .comments-area .button:active, .single-post .comments-area .button:focus,
.single-podcast .comments-area .button:hover,
.single-podcast .comments-area .button:active,
.single-podcast .comments-area .button:focus {
  background-color: #a48b6c;
}
.single-post .comment-reply-title,
.single-podcast .comment-reply-title {
  font-family: OpenSans, sans-serif;
  font-size: 15px;
  color: #a48b6c;
  display: flex;
  align-items: center;
}
.single-post .comment-form-comment label,
.single-podcast .comment-form-comment label {
  display: block;
  margin-bottom: 10px;
}
.single-post .comment-form-comment label .required,
.single-podcast .comment-form-comment label .required {
  color: rgb(226, 16, 16);
}
.single-post .comment-form-comment textarea,
.single-post .comment-form-comment input,
.single-podcast .comment-form-comment textarea,
.single-podcast .comment-form-comment input {
  font-size: 15px;
  line-height: 27px;
  width: 100%;
  border: 1px solid #e2e2e2;
}
.single-post .comment-respond label,
.single-podcast .comment-respond label {
  display: block;
  margin-bottom: 10px;
}
.single-post .comment-respond label .required,
.single-podcast .comment-respond label .required {
  color: rgb(226, 16, 16);
}
.single-post .comment-respond .comment-form-cookies-consent label,
.single-podcast .comment-respond .comment-form-cookies-consent label {
  display: inline;
}
.single-post .comment-respond textarea,
.single-post .comment-respond input[type=text],
.single-post .comment-respond input[type=email],
.single-post .comment-respond input[type=url],
.single-podcast .comment-respond textarea,
.single-podcast .comment-respond input[type=text],
.single-podcast .comment-respond input[type=email],
.single-podcast .comment-respond input[type=url] {
  font-size: 15px;
  line-height: 27px;
  width: 100%;
  border: 1px solid #e2e2e2;
}
.single-post .comments-title,
.single-podcast .comments-title {
  display: none;
}
.single-post .comment-content,
.single-podcast .comment-content {
  background-color: #fff;
  border: none;
  border-top: 1px solid #995322;
  border-bottom: 1px solid #995322;
  padding: 30px 20px;
}
@media (max-width: 900px) {
  .single-post .comment-content,
.single-podcast .comment-content {
    padding: 15px;
  }
}
.single-post .comment-content p,
.single-podcast .comment-content p {
  font-size: 15px;
  line-height: 27px;
}
.single-post #wp-comment-cookies-consent,
.single-podcast #wp-comment-cookies-consent {
  margin-right: 10px;
}
.single-post .comment-author,
.single-podcast .comment-author {
  margin-bottom: 5px;
}
.single-post .comment-author a,
.single-podcast .comment-author a {
  text-decoration: none;
}
.single-post .comment-author .says,
.single-podcast .comment-author .says {
  font-style: italic;
}
.single-post .comment-metadata a,
.single-podcast .comment-metadata a {
  font-size: 15px;
  line-height: 27px;
  text-decoration: none;
  font-weight: 700;
  color: #995322;
}
.single-post__comments,
.single-podcast__comments {
  font-family: DMSerifDisplay, sans-serif;
  padding-top: 7px;
}
.single-post__comments-header,
.single-podcast__comments-header {
  display: flex;
  align-items: center;
  color: #995322;
  font-size: 25px;
  line-height: 45px;
  max-width: 737px;
  padding-left: 17px;
}
@media (max-width: 900px) {
  .single-post__comments-header,
.single-podcast__comments-header {
    padding: 0 15px;
  }
}
.single-post__comments-header span:first-child,
.single-podcast__comments-header span:first-child {
  padding-right: 21px;
}
.single-post__comments-header span:nth-child(2),
.single-podcast__comments-header span:nth-child(2) {
  width: 100%;
  height: 1px;
  background-color: #995322;
}
.single-post__comments-header span:last-child,
.single-podcast__comments-header span:last-child {
  padding-left: 18px;
}
.single-post__comments-title,
.single-podcast__comments-title {
  display: flex;
  font-size: 45px;
  line-height: 52px;
  padding-left: 17px;
}
@media (max-width: 900px) {
  .single-post__comments-title,
.single-podcast__comments-title {
    font-size: 25px;
    line-height: 32px;
    padding-left: 15px;
  }
}

.single-podcast .single-post__content .single-post__tweetable {
  padding-top: 81px;
}
@media (max-width: 900px) {
  .single-podcast .single-post__content .single-post__tweetable {
    padding-top: 40px;
  }
}
.single-podcast .single-post__header {
  padding: 108px 0 3px;
  background: url(images/bg-articles.jpg) center top/cover no-repeat, #000;
}
.single-podcast .single-post__header > div {
  display: flex;
  justify-content: space-between;
}
.single-podcast .single-post__header-content {
  position: relative;
  z-index: 2;
  max-width: 56%;
  flex: 0 0 56%;
  padding: 68px 16px 0 96px;
}
@media (max-width: 1200px) {
  .single-podcast .single-post__header-content {
    padding: 68px 16px 0 0;
  }
}
@media (max-width: 1100px) {
  .single-podcast .single-post__header-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (max-width: 900px) {
  .single-podcast .single-post__header-content {
    padding: 30px 0 0;
  }
}
.single-podcast .single-post__header-content .entry-title {
  font-size: 55px;
  line-height: 55px;
  text-align: left;
  padding-left: 8px;
  margin-bottom: 32px;
}
@media (max-width: 1100px) {
  .single-podcast .single-post__header-content .entry-title {
    padding-left: 0;
  }
}
@media (max-width: 900px) {
  .single-podcast .single-post__header-content .entry-title {
    font-size: 45px;
    line-height: 45px;
    margin-bottom: 30px;
  }
}
.single-podcast .single-post__header-content .entry-title .beige {
  color: #a48b6c;
}
.single-podcast .single-post__header-main-img {
  flex: 0 0 55%;
  position: relative;
  left: -157px;
  top: -127px;
}
@media (max-width: 1100px) {
  .single-podcast .single-post__header-main-img {
    display: none;
  }
}
.single-podcast .single-post__header-main-img img {
  width: 100%;
}
@media (max-width: 900px) {
  .single-podcast .single-post__header .podcast__lists {
    padding-right: 0;
  }
}
.single-podcast .single-post__header .podcast__item {
  max-width: calc(33.33% - 10px);
  flex: 0 0 calc(33.33% - 10px);
  border-color: #fff;
  margin: 0 0 8px;
}
.single-podcast .single-post__header .podcast__item:nth-child(3n+2) {
  margin: 0 14px 8px;
}
.single-podcast .single-post__header .podcast__item:hover {
  border-color: #995322;
}
.single-podcast .single-post__header .podcast__item img {
  filter: invert(1);
}
.single-podcast .single-post__white {
  padding-top: 70px;
  padding-bottom: 44px;
  margin-top: -352px;
}
@media (max-width: 1200px) {
  .single-podcast .single-post__white {
    margin-top: -200px;
  }
}
@media (max-width: 1100px) {
  .single-podcast .single-post__white {
    margin-top: 0;
  }
}
.single-podcast .single-post__white .single-post__header-content {
  padding: 0;
}
@media (max-width: 900px) {
  .single-podcast .single-post__white .single-post__header-content {
    padding: 0 15px;
  }
}
.single-podcast .single-post__white .single-post__header-content div[itemscope],
.single-podcast .single-post__white .single-post__header-content .powerpress_links {
  max-width: 890.5px;
  margin: 0 auto;
}
.single-podcast .single-post__white .single-post__header-content .powerpress_links {
  margin-bottom: 20px;
}
.single-podcast .single-post__white .single-post__header-wrapper-img {
  max-width: 890.5px;
}
.single-podcast .single-post__white .entry-title {
  font-size: 45px;
  line-height: 45px;
  max-width: 90%;
  bottom: 12px;
  left: 30px;
}
@media (max-width: 900px) {
  .single-podcast .single-post__white .entry-title {
    font-size: 35px;
    line-height: 35px;
  }
}
.single-podcast .single-post__white .entry-title::after {
  max-width: 84%;
}
.single-podcast .entry-meta {
  margin-top: 34px;
  max-width: 740px;
}
@media (max-width: 900px) {
  .single-podcast .entry-meta {
    padding-left: 15px;
  }
}

.scaffolding-nav{
  position: sticky;
  top: 0;
  z-index: 50;
  margin-bottom: 1rem;
  width: 100%;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.learndash-cpt__header .scaffolding-nav {
  text-align: center;
  padding-bottom: 34px;
}

@media (max-width: 900px) {
  .learndash-cpt__header .scaffolding-nav {
    padding-bottom: 0;
  }
}
@media (min-width: 600px) {
  .admin-bar .scaffolding-nav{
    top: 2rem;
  }
}
.scaffolding-nav span{
  font-weight: 600;
}
.scaffolding-nav .link{
  padding: 0.3125rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.scaffolding-nav .link:hover, .scaffolding-nav .link:focus{
  text-decoration-line: underline;
}

.section-scaffolding{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media (min-width: 1025px) {
  .section-scaffolding{
    padding-left: 0;
    padding-right: 0;
  }
}
.section-scaffolding .scaffolding-heading{
  text-transform: uppercase;
}

.scaffolding-document{
  margin-bottom: 1rem;
}
.scaffolding-document-live{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.scaffolding-document-header{
  margin-bottom: 1.5rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding-bottom: 1.5rem;
}
.scaffolding-document-header h3{
  margin: 0;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  padding: 0;
}
.scaffolding-document-header p{
  margin-top: 0.75rem;
  font-style: italic;
}
.scaffolding-document-content h4,
.scaffolding-document-content p{
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.scaffolding-document-content pre{
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 1.5rem;
  white-space: pre-wrap;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.scaffolding-document-content code{
  white-space: pre-wrap;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  padding: 0.375rem;
}
.scaffolding-document.scaffolding-colors .scaffolding-document-header, .scaffolding-document.scaffolding-fonts .scaffolding-document-header{
  border-style: none;
}
.scaffolding-document.scaffolding-colors .scaffolding-document-content, .scaffolding-document.scaffolding-fonts .scaffolding-document-content{
  display: block;
}
.scaffolding-document.tabs{
  display: block;
  width: 100%;
}
.scaffolding-document.tabs .tab-toggle{
  position: absolute;
  z-index: 0;
  opacity: 0;
}
.scaffolding-document.tabs .tab-toggle:focus + .tab-label{
  --tw-bg-opacity: 1;
  background-color: rgb(243 113 60 / var(--tw-bg-opacity));
  background-blend-mode: darken;
}
.scaffolding-document.tabs .tab-toggle:checked ~ .tab-content{
  padding: 1rem;
  max-height: 9999px;
}
.scaffolding-document.tabs .tab-toggle:checked + .tab-label::after{
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), 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));
  background-image: none;
}
.scaffolding-document.tabs .tab{
  width: 100%;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.scaffolding-document.tabs .tab-label{
  margin-bottom: 0;
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
  padding: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.timeline-block .scaffolding-document.tabs .tab-label {
  display: flex;
}
.timeline__bottom .scaffolding-document.tabs .tab-label {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .timeline__bottom .scaffolding-document.tabs .tab-label {
    flex-wrap: wrap;
  }
}
.article-block .scaffolding-document.tabs .tab-label {
  display: flex;
  flex-wrap: wrap;
}
.meet-your-guides__container.scaffolding-document.tabs .tab-label {
  display: flex;
  background-repeat: no-repeat;
  background-size: 768px 722px;
  background-position: 33% 26.5%;
}
@media (max-width: 1100px) {
  .meet-your-guides__container.scaffolding-document.tabs .tab-label {
    flex-wrap: wrap;
    background: none;
  }
}
.reinvented__container.scaffolding-document.tabs .tab-label {
  display: flex;
  position: relative;
}
.reinvented__container.scaffolding-document.tabs .tab-label::before {
  position: relative;
  left: 21px;
  content: "";
  border-left: 3px solid #a48b6c;
  height: 226px;
  margin-top: 7px;
}
@media (max-width: 900px) {
  .reinvented__container.scaffolding-document.tabs .tab-label::before {
    display: none;
  }
}
.woocommerce-account .woocommerce-form-login .scaffolding-document.tabs .tab-label,
.woocommerce-account .woocommerce-form-register .scaffolding-document.tabs .tab-label,
.woocommerce-account .lost_reset_password .scaffolding-document.tabs .tab-label {
  display: flex;
  justify-content: space-between;
}
.modal-login .woocommerce-form-login .scaffolding-document.tabs .tab-label,
.modal-login .woocommerce-form-register .scaffolding-document.tabs .tab-label,
.modal-login .lost_reset_password .scaffolding-document.tabs .tab-label {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .modal-login .woocommerce-form-login .scaffolding-document.tabs .tab-label,
.modal-login .woocommerce-form-register .scaffolding-document.tabs .tab-label,
.modal-login .lost_reset_password .scaffolding-document.tabs .tab-label {
    flex-direction: column;
    margin-top: 20px;
  }
}
.learndash-cpt__header .scaffolding-document.tabs .tab-label {
  display: flex;
  flex-wrap: wrap;
}
.learndash-cpt__section-description .scaffolding-document.tabs .tab-label {
  display: flex;
  flex-wrap: wrap;
}
.scaffolding-document.tabs .tab-label {
  /* Icon */
}
.scaffolding-document.tabs .tab-label:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.scaffolding-document.tabs .tab-label::before{
  display: none;
}
.scaffolding-document.tabs .tab-label::after{
  right: 1.25rem;
  height: 1rem;
  width: 1rem;
  background-image: none;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.learndash-cpt__header .scaffolding-document.tabs .tab-label::after {
  text-align: center;
  padding-bottom: 34px;
}
@media (max-width: 900px) {
  .learndash-cpt__header .scaffolding-document.tabs .tab-label::after {
    padding-bottom: 0;
  }
}
.scaffolding-document.tabs .tab-label::after {
  content: "❯";
  left: auto;
  left: initial;
  top: auto;
  top: initial;
}
.scaffolding-document.tabs .tab-content{
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.scaffolding-document .cta{
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
}
.scaffolding-document .icons-container .quarter{
  display: flex;
  height: 5rem;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
.timeline-block .scaffolding-document .icons-container .quarter {
  display: flex;
}
.timeline__bottom .scaffolding-document .icons-container .quarter {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .timeline__bottom .scaffolding-document .icons-container .quarter {
    flex-wrap: wrap;
  }
}
.article-block .scaffolding-document .icons-container .quarter {
  display: flex;
  flex-wrap: wrap;
}
.meet-your-guides__container.scaffolding-document .icons-container .quarter {
  display: flex;
  background-repeat: no-repeat;
  background-size: 768px 722px;
  background-position: 33% 26.5%;
}
@media (max-width: 1100px) {
  .meet-your-guides__container.scaffolding-document .icons-container .quarter {
    flex-wrap: wrap;
    background: none;
  }
}
.reinvented__container.scaffolding-document .icons-container .quarter {
  display: flex;
  position: relative;
}
.reinvented__container.scaffolding-document .icons-container .quarter::before {
  position: relative;
  left: 21px;
  content: "";
  border-left: 3px solid #a48b6c;
  height: 226px;
  margin-top: 7px;
}
@media (max-width: 900px) {
  .reinvented__container.scaffolding-document .icons-container .quarter::before {
    display: none;
  }
}
.woocommerce-account .woocommerce-form-login .scaffolding-document .icons-container .quarter,
.woocommerce-account .woocommerce-form-register .scaffolding-document .icons-container .quarter,
.woocommerce-account .lost_reset_password .scaffolding-document .icons-container .quarter {
  display: flex;
  justify-content: space-between;
}
.modal-login .woocommerce-form-login .scaffolding-document .icons-container .quarter,
.modal-login .woocommerce-form-register .scaffolding-document .icons-container .quarter,
.modal-login .lost_reset_password .scaffolding-document .icons-container .quarter {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .modal-login .woocommerce-form-login .scaffolding-document .icons-container .quarter,
.modal-login .woocommerce-form-register .scaffolding-document .icons-container .quarter,
.modal-login .lost_reset_password .scaffolding-document .icons-container .quarter {
    flex-direction: column;
    margin-top: 20px;
  }
}
.learndash-cpt__header .scaffolding-document .icons-container .quarter {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 34px;
}
@media (max-width: 900px) {
  .learndash-cpt__header .scaffolding-document .icons-container .quarter {
    padding-bottom: 0;
  }
}
.learndash-cpt__section-description .scaffolding-document .icons-container .quarter {
  display: flex;
  flex-wrap: wrap;
}
.scaffolding-document .icons-container .quarter svg{
  margin-bottom: 0.625rem;
}

.swatch-container{
  position: relative;
  display: block;
}
@media (min-width: 600px) {
  .swatch-container{
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-gap: 1.5rem;
    gap: 1.5rem;
  }
}
.swatch-container .swatch{
  position: relative;
  margin-bottom: 1.5rem;
  margin-right: 1.25rem;
  height: 12rem;
  width: 100%;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  text-align: center;
}
.learndash-cpt__header .swatch-container .swatch {
  text-align: center;
  padding-bottom: 34px;
}
@media (max-width: 900px) {
  .learndash-cpt__header .swatch-container .swatch {
    padding-bottom: 0;
  }
}
@media (min-width: 600px) {
  .swatch-container .swatch{
    grid-column: span 3 / span 3;
  }
}
.swatch-container .swatch header{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.1), 0 0.125rem 0.25rem -0.0625rem rgba(0, 0, 0, 0.06);
  --tw-shadow-colored: 0 0.25rem 0.375rem -0.0625rem var(--tw-shadow-color), 0 0.125rem 0.25rem -0.0625rem var(--tw-shadow-color);
  box-shadow: 0 0 #0000, 0 0 #0000, var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.timeline-block .swatch-container .swatch header {
  display: flex;
}
.timeline__bottom .swatch-container .swatch header {
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 600px) {
  .timeline__bottom .swatch-container .swatch header {
    flex-wrap: wrap;
  }
}
.article-block .swatch-container .swatch header {
  display: flex;
  flex-wrap: wrap;
}
.meet-your-guides__container.swatch-container .swatch header {
  display: flex;
  background-repeat: no-repeat;
  background-size: 768px 722px;
  background-position: 33% 26.5%;
}
@media (max-width: 1100px) {
  .meet-your-guides__container.swatch-container .swatch header {
    flex-wrap: wrap;
    background: none;
  }
}
.reinvented__container.swatch-container .swatch header {
  display: flex;
  position: relative;
}
.reinvented__container.swatch-container .swatch header::before {
  position: relative;
  left: 21px;
  content: "";
  border-left: 3px solid #a48b6c;
  height: 226px;
  margin-top: 7px;
}
@media (max-width: 900px) {
  .reinvented__container.swatch-container .swatch header::before {
    display: none;
  }
}
.woocommerce-account .woocommerce-form-login .swatch-container .swatch header,
.woocommerce-account .woocommerce-form-register .swatch-container .swatch header,
.woocommerce-account .lost_reset_password .swatch-container .swatch header {
  display: flex;
  justify-content: space-between;
}
.modal-login .woocommerce-form-login .swatch-container .swatch header,
.modal-login .woocommerce-form-register .swatch-container .swatch header,
.modal-login .lost_reset_password .swatch-container .swatch header {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .modal-login .woocommerce-form-login .swatch-container .swatch header,
.modal-login .woocommerce-form-register .swatch-container .swatch header,
.modal-login .lost_reset_password .swatch-container .swatch header {
    flex-direction: column;
    margin-top: 20px;
  }
}
.learndash-cpt__header .swatch-container .swatch header {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 34px;
}
@media (max-width: 900px) {
  .learndash-cpt__header .swatch-container .swatch header {
    padding-bottom: 0;
  }
}
.learndash-cpt__section-description .swatch-container .swatch header {
  display: flex;
  flex-wrap: wrap;
}
.swatch-container .swatch header {
  height: calc(100% - 40px);
}
.swatch-container .swatch footer{
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.625rem;
}
.testimonials-block.testimonial-course.swatch-container .swatch footer, .testimonials-block.testimonials-checkout.swatch-container .swatch footer {
  background: #fff;
  color: #000;
}
.swatch-container .swatch footer .testimonials__card:first-child,.swatch-container .swatch footer .testimonials__card:last-child {
  box-shadow: 0 20px 60px 2px rgba(0, 0, 0, 0.1);
}
@media (max-width: 900px) {
  .swatch-container .swatch footer .testimonials__card:first-child,.swatch-container .swatch footer .testimonials__card:last-child {
    padding: 40px 20px;
  }
}
.swatch-container .swatch footer .testimonials__card:nth-child(2) {
  padding: 56px 42px;
  box-shadow: 0 35px 60px 4px rgba(153, 83, 34, 0.1);
}
@media (max-width: 900px) {
  .swatch-container .swatch footer .testimonials__card:nth-child(2) {
    box-shadow: 0 20px 60px 2px rgba(0, 0, 0, 0.1);
    padding: 29px 20px;
  }
}

.archive .page-header,
.blog .page-header {
  background: url(images/bg-articles.jpg) center top/cover no-repeat, #000;
  color: #fff;
  padding: 228px 0 352px;
  overflow: hidden;
}
@media (max-width: 900px) {
  .archive .page-header,
.blog .page-header {
    padding: 128px 0 252px;
  }
}
.archive .page-header-content,
.blog .page-header-content {
  position: relative;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 100%){
  .archive .page-header-content,
.blog .page-header-content{
    max-width: 100%;
  }
}
@media (min-width: 1205px){
  .archive .page-header-content,
.blog .page-header-content{
    max-width: 1205px;
  }
}
.search-modal .archive .page-header-content,.search-modal 
.blog .page-header-content {
  padding: 0 34px;
}
@media (max-width: 900px) {
  .search-modal .archive .page-header-content,.search-modal 
.blog .page-header-content {
    padding: 0 15px;
  }
}
.modal-login__wrapper .archive .page-header-content,.modal-login__wrapper 
.blog .page-header-content {
  max-width: 700px;
}
.archive .page-header-content,
.blog .page-header-content {
  padding-left: 110px;
}
@media (max-width: 1100px) {
  .archive .page-header-content,
.blog .page-header-content {
    padding-left: 15px;
  }
}
.archive .page-header-content h1,
.blog .page-header-content h1 {
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 23px;
}
@media (max-width: 900px) {
  .archive .page-header-content h1,
.blog .page-header-content h1 {
    font-size: 45px;
    line-height: 45px;
  }
}
.archive .page-header-content .archive-description,
.blog .page-header-content .archive-description {
  max-width: 460px;
  padding-bottom: 198px;
}
.archive .page-header-content .archive-description p,
.blog .page-header-content .archive-description p {
  line-height: 28px;
}
.archive .page-header-content .archive-description p:not(:last-child),
.blog .page-header-content .archive-description p:not(:last-child) {
  margin-bottom: 27px;
}
.archive .page-header-content img,
.blog .page-header-content img {
  position: absolute;
  right: 9%;
  bottom: -60%;
}
@media (max-width: 1100px) {
  .archive .page-header-content img,
.blog .page-header-content img {
    right: 0;
  }
}
@media (max-width: 900px) {
  .archive .page-header-content img,
.blog .page-header-content img {
    display: none;
  }
}
.archive .white-box,
.blog .white-box {
  position: relative;
  background: #fff;
  padding: 0 0 75px;
  max-width: 1624px;
  margin: -352px auto 0;
}
.archive .white-box::before,
.blog .white-box::before {
  position: absolute;
  top: 60px;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 376px;
  box-shadow: 0 -78px 35px 1px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.archive .articles,
.blog .articles{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 100%){
  .archive .articles,
.blog .articles{
    max-width: 100%;
  }
}
@media (min-width: 1205px){
  .archive .articles,
.blog .articles{
    max-width: 1205px;
  }
}
.search-modal .archive .articles,.search-modal 
.blog .articles {
  padding: 0 34px;
}
@media (max-width: 900px) {
  .search-modal .archive .articles,.search-modal 
.blog .articles {
    padding: 0 15px;
  }
}
.modal-login__wrapper .archive .articles,.modal-login__wrapper 
.blog .articles {
  max-width: 700px;
}
.archive .articles,
.blog .articles {
  max-width: 1180px;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media (max-width: 600px) {
  .archive .articles,
.blog .articles {
    padding: 0 15px;
  }
}
.archive .articles .posts__post,
.blog .articles .posts__post {
  max-width: calc(33.33% - 28px);
  flex: 0 0 calc(33.33% - 28px);
  margin: 0 14px 40px;
  min-height: 487px;
  transition: none;
  box-shadow: 11px 7px 11px 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 900px) {
  .archive .articles .posts__post,
.blog .articles .posts__post {
    max-width: calc(50% - 28px);
    flex: 0 0 calc(50% - 28px);
  }
}
@media (max-width: 600px) {
  .archive .articles .posts__post,
.blog .articles .posts__post {
    max-width: 100%;
    flex: 0 0 100%;
    min-height: auto;
    margin: 0 auto 25px;
  }
}
.archive .articles .posts__post:hover,
.blog .articles .posts__post:hover {
  background-color: #a48b6c;
  color: #fff !important;
  box-shadow: 0 0 34px 0 rgba(153, 83, 34, 0.25);
}
.archive .articles .posts__post:hover a,
.blog .articles .posts__post:hover a {
  color: #fff !important;
}
.archive .articles .posts__post-img-title,
.blog .articles .posts__post-img-title {
  color: #fff;
}

.search .no-results {
  text-align: center;
  margin: 0 auto;
  min-height: 40vh;
}
@media (max-width: 900px) {
  .search .no-results {
    min-height: auto;
  }
}
.search .header {
  padding: 198px 0 76px;
  color: #fff;
  background: url(images/bg.jpg) center top/cover no-repeat, #000;
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .search .header {
    padding: 100px 0 20px;
  }
}
.search .header h1 {
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 600px) {
  .search .header h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
.search .header .switch-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.search .header .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin: 0 15px;
}
.search .header .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.search .header .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #995322;
  transition: 0.4s;
}
.search .header .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #fff;
  transition: 0.4s;
}
.search .header input:checked + .slider {
  background-color: #995322;
}
.search .header input:focus + .slider {
  box-shadow: 0 0 1px #995322;
}
.search .header input:checked + .slider::before {
  transform: translateX(26px);
}
.search .header .slider.round {
  border-radius: 34px;
}
.search .header .slider.round::before {
  border-radius: 50%;
}
.search .search-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 50px;
}
@media (max-width: 600px) {
  .search .search-container {
    padding: 0 15px 30px;
  }
}
.search .posts__post {
  max-width: calc(33.33% - 30px);
  flex: 0 0 calc(33.33% - 30px);
  margin: 0 15px 30px;
}
@media (max-width: 900px) {
  .search .posts__post {
    max-width: calc(50% - 30px);
    flex: 0 0 calc(50% - 30px);
  }
}
@media (max-width: 600px) {
  .search .posts__post {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 0 auto 30px;
  }
}
.search .posts__post-img-title {
  color: #fff;
}
.search .posts__post-banner {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  background: #995322;
  text-transform: uppercase;
  width: 100%;
  padding: 9px 29px;
}
.search .posts__post-banner-text {
  margin: 0 auto;
}
.search .posts__post-box-content {
  margin-bottom: 8px;
}
.search .search-form {
  position: relative;
  z-index: 1;
  max-width: 733px;
  margin: 0 auto 60px;
}
.search .search-form .search-field {
  font-size: 15px;
  line-height: 20px;
  width: 100%;
  background-color: #fff;
  border-radius: 0;
  padding: 20px;
}
.search .search-form .button-search {
  cursor: pointer;
  position: absolute;
  right: 9px;
  top: 10px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  line-height: 20px;
  padding: 10.5px 61px;
  text-transform: uppercase;
  color: #fff;
  background-color: #995322;
  border-radius: 0;
  letter-spacing: 2.5px;
  transition: 0.2s ease all;
}
@media (max-width: 900px) {
  .search .search-form .button-search {
    padding: 10.5px 15px;
  }
}
.search .search-form .button-search:hover, .search .search-form .button-search:active, .search .search-form .button-search:focus {
  background-color: #a48b6c;
}

.page-template-description .site-header {
  background-color: #000;
}
.page-template-description .site-main {
  padding: 200px 0 100px;
}
@media (max-width: 900px) {
  .page-template-description .site-main {
    padding: 100px 0 50px;
  }
}
.page-template-description span.wp-block-heading {
  padding: 0;
}
.page-template-description .wp-block-heading {
  font-family: Oswald, sans-serif;
  line-height: 1.2;
}
.page-template-description .wp-block-file {
  padding: 0 15px;
}
.page-template-description .wp-block-paragraph a {
  color: #995322;
}
.page-template-description h1 {
  font-size: 45px;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .page-template-description h1 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .page-template-description h2 {
    font-size: 28px;
  }
  .page-template-description h3 {
    font-size: 26px;
  }
}
.page-template-description ul,
.page-template-description ol {
  font-size: 18px;
  line-height: 1.556;
}
@media (max-width: 900px) {
  .page-template-description ul,
.page-template-description ol {
    font-size: 16px;
    line-height: 1.625;
  }
}

.learndash-cpt .site-main {
  min-height: calc(100vh - 243px);
  padding-bottom: 120px;
}
@media (max-width: 900px) {
  .learndash-cpt .site-main {
    padding-bottom: 60px;
  }
}
.learndash-cpt .learndash-wrap{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 100%){
  .learndash-cpt .learndash-wrap{
    max-width: 100%;
  }
}
@media (min-width: 1205px){
  .learndash-cpt .learndash-wrap{
    max-width: 1205px;
  }
}
.search-modal .learndash-cpt .learndash-wrap {
  padding: 0 34px;
}
@media (max-width: 900px) {
  .search-modal .learndash-cpt .learndash-wrap {
    padding: 0 15px;
  }
}
.modal-login__wrapper .learndash-cpt .learndash-wrap {
  max-width: 700px;
}
.learndash-cpt .lessons-page-items-header {
  max-width: 1061px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.556;
  margin-bottom: 5px;
}
.learndash-cpt .lessons-page-items-header.mt-100 {
  margin-top: 100px;
  display: none;
}

.bbpress .site-header {
  background: #000;
}
.bbpress .site-main {
  padding-top: 170px;
  min-height: calc(100vh - 243px);
}
.bbpress .site-main .bbpress-wrapper{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 100%){
  .bbpress .site-main .bbpress-wrapper{
    max-width: 100%;
  }
}
@media (min-width: 1205px){
  .bbpress .site-main .bbpress-wrapper{
    max-width: 1205px;
  }
}
.search-modal .bbpress .site-main .bbpress-wrapper {
  padding: 0 34px;
}
@media (max-width: 900px) {
  .search-modal .bbpress .site-main .bbpress-wrapper {
    padding: 0 15px;
  }
}
.modal-login__wrapper .bbpress .site-main .bbpress-wrapper {
  max-width: 700px;
}

.learndash-cpt #btn-join {
  background: #995322 !important;
  color: #fff !important;
}
.learndash-cpt .learndash-go-back {
  width: 100%;
  max-width: 1520px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
.learndash-cpt .learndash-go-back a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 600;
  height: 35px;
  color: #a48b6c;
  text-decoration: none;
}
.learndash-cpt .learndash-go-back a svg {
  stroke: currentColor;
}
.learndash-cpt .learndash-go-back a:hover, .learndash-cpt .learndash-go-back a:focus {
  color: #995322 !important;
}
.learndash-cpt .learndash-wrapper .ld-progress {
  border: 1px solid #995322;
  padding: 1em !important;
}
.learndash-cpt .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.learndash-cpt .learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-percentage.ld-secondary-color {
  color: #995322;
  border-radius: 50px;
  margin-right: 0;
  margin-bottom: 5px;
}
.learndash-cpt .learndash-wrapper .ld-progress .ld-progress-bar {
  margin-top: 12px;
  background-color: #dce0df;
}
.learndash-cpt .learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage {
  background-color: #995322;
}
.learndash-cpt .learndash-wrapper .ld-course-status {
  background: #dce0df;
  border-radius: 0;
}
.learndash-cpt .learndash-wrapper .ld-course-status.ld-course-status-enrolled {
  background: transparent;
  border-radius: 0;
  padding: 0;
  display: flex;
  flex-direction: column-reverse;
  gap: 10px;
}
.learndash-cpt .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-status {
  display: none;
}
.learndash-cpt .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-status.ld-status-progress {
  background-color: #995322;
}
.learndash-cpt .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-status.ld-status-complete {
  background: #67a0a5;
}
.learndash-cpt .learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats {
  flex-direction: column;
  align-items: flex-end;
}
.learndash-cpt .learndash-wrapper .ld-lesson-status,
.learndash-cpt .learndash-wrapper .ld-topic-status {
  background: transparent;
  border-radius: 0;
}
.learndash-cpt .learndash-wrapper .ld-lesson-status .ld-breadcrumbs,
.learndash-cpt .learndash-wrapper .ld-topic-status .ld-breadcrumbs {
  background-color: #fff;
  border-radius: 0;
  padding: 0 3px 10px 3px;
  border-bottom: 1px solid #995322;
}
.learndash-cpt .learndash-wrapper .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments span,
.learndash-cpt .learndash-wrapper .ld-topic-status .ld-breadcrumbs .ld-breadcrumbs-segments span {
  color: #995322 !important;
}
.learndash-cpt .learndash-wrapper .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments span::after,
.learndash-cpt .learndash-wrapper .ld-topic-status .ld-breadcrumbs .ld-breadcrumbs-segments span::after {
  padding-left: 3px;
  padding-right: 3px;
}
.learndash-cpt .learndash-wrapper .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments span a,
.learndash-cpt .learndash-wrapper .ld-topic-status .ld-breadcrumbs .ld-breadcrumbs-segments span a {
  font-size: 16px;
  font-weight: 600;
  color: #000 !important;
}
.learndash-cpt .learndash-wrapper .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover, .learndash-cpt .learndash-wrapper .ld-lesson-status .ld-breadcrumbs .ld-breadcrumbs-segments span a:focus,
.learndash-cpt .learndash-wrapper .ld-topic-status .ld-breadcrumbs .ld-breadcrumbs-segments span a:hover,
.learndash-cpt .learndash-wrapper .ld-topic-status .ld-breadcrumbs .ld-breadcrumbs-segments span a:focus {
  color: #995322 !important;
}
.learndash-cpt .learndash-wrapper .ld-lesson-status .ld-breadcrumbs .ld-status,
.learndash-cpt .learndash-wrapper .ld-topic-status .ld-breadcrumbs .ld-status {
  margin-bottom: 0;
}
.learndash-cpt .learndash-wrapper .ld-lesson-status .ld-breadcrumbs .ld-status.ld-status-progress,
.learndash-cpt .learndash-wrapper .ld-topic-status .ld-breadcrumbs .ld-status.ld-status-progress {
  background-color: #995322;
  color: #fff;
}
.learndash-cpt .learndash-wrapper .ld-lesson-status .ld-breadcrumbs .ld-status.ld-status-complete,
.learndash-cpt .learndash-wrapper .ld-topic-status .ld-breadcrumbs .ld-status.ld-status-complete {
  background: #67a0a5;
  color: #fff;
}
.learndash-cpt .learndash-wrapper .ld-lesson-status .ld-status,
.learndash-cpt .learndash-wrapper .ld-topic-status .ld-status {
  display: none;
}
.learndash-cpt .learndash-wrapper .ld-pagination {
  margin-top: 20px;
}
.learndash-cpt .learndash-wrapper .widget_course_return {
  font-size: 1em;
  margin-bottom: 20px;
}
.learndash-cpt .learndash-wrapper .widget_course_return a {
  font-weight: 600;
  color: #995322;
}
.learndash-cpt .learndash-wrapper .title-before-lists {
  text-align: center;
  font-size: 45px;
  line-height: 1;
  margin-bottom: 37px;
}
@media (max-width: 900px) {
  .learndash-cpt .learndash-wrapper .title-before-lists {
    font-size: 35px;
  }
}
.learndash-cpt .learndash-wrapper .ld-tabs {
  max-width: 1110px;
  margin: 0 auto;
}
.learndash-cpt .learndash-wrapper .ld-tabs .wp-block-embed {
  width: 100%;
  height: auto;
  margin: 0 auto 40px;
  padding: 0 15px;
}
.learndash-cpt .learndash-wrapper .ld-tabs .wp-block-embed__wrapper {
  max-width: 1110px;
  margin: 0 auto;
  padding: 10px;
  box-shadow: 0 39px 57px -16px rgba(0, 0, 0, 0.42);
  position: relative;
  z-index: 2;
}
@media (max-width: 900px) {
  .learndash-cpt .learndash-wrapper .ld-tabs .wp-block-embed__wrapper {
    padding: 5px;
  }
}
.learndash-cpt .learndash-wrapper .ld-tabs .wp-block-embed .wp-element-caption,
.learndash-cpt .learndash-wrapper .ld-tabs .wp-block-embed figcaption {
  padding: 50px 0 30px !important;
}
.learndash-cpt .learndash-wrapper .ld-tabs .wp-block-embed iframe {
  margin-bottom: 0;
  width: 100%;
  height: 640px;
}
@media (max-width: 900px) {
  .learndash-cpt .learndash-wrapper .ld-tabs .wp-block-embed iframe {
    height: 340px;
  }
}
.learndash-cpt .learndash-wrapper .ld-tabs .wp-has-aspect-ratio iframe {
  width: calc(100% - 20px) !important;
  height: calc(100% - 20px) !important;
  margin: auto !important;
}
@media (max-width: 900px) {
  .learndash-cpt .learndash-wrapper .ld-tabs .wp-has-aspect-ratio iframe {
    width: calc(100% - 10px) !important;
    height: calc(100% - 10px) !important;
  }
}
.learndash-cpt .learndash-wrapper .ld-tabs p {
  font-size: 18px;
  line-height: 1.625;
}
@media (max-width: 900px) {
  .learndash-cpt .learndash-wrapper .ld-tabs p {
    font-size: 16px;
  }
}
.learndash-cpt .learndash-wrapper .ld-tabs .wp-block-list {
  font-size: 18px;
  line-height: 1.625;
}
@media (max-width: 900px) {
  .learndash-cpt .learndash-wrapper .ld-tabs .wp-block-list {
    font-size: 16px;
  }
}
.learndash-cpt .learndash-wrapper .ld-tabs .wp-block-file {
  padding: 0 15px;
  font-size: 18px;
  line-height: 1.625;
  margin-bottom: 40px;
}
@media (max-width: 900px) {
  .learndash-cpt .learndash-wrapper .ld-tabs .wp-block-file {
    font-size: 16px;
  }
}
.learndash-cpt .learndash-wrapper .ld-tabs .wp-block-file .wp-block-file__button {
  display: inline-block;
  border-radius: 0;
  font-size: 21px;
  font-weight: 400;
  font-family: Oswald, sans-serif;
  background-color: #995322;
  color: #fff;
  outline: none;
  text-transform: uppercase;
  padding: 14px 30px;
  text-decoration: none;
  letter-spacing: 3.825px;
  transition: 0.2s ease background;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .learndash-cpt .learndash-wrapper .ld-tabs .wp-block-file .wp-block-file__button {
    font-size: 16px;
    padding: 12.5px 30px;
    letter-spacing: 2.5px;
  }
}
.learndash-cpt .learndash-wrapper .ld-tabs .wp-block-file .wp-block-file__button:hover, .learndash-cpt .learndash-wrapper .ld-tabs .wp-block-file .wp-block-file__button:active, .learndash-cpt .learndash-wrapper .ld-tabs .wp-block-file .wp-block-file__button:focus {
  background-color: #a48b6c;
}
.learndash-cpt .learndash-wrapper .ld-progress,
.learndash-cpt .learndash-wrapper .ld-content-actions {
  visibility: hidden;
  height: 0;
  width: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -10;
}
.learndash-cpt .learndash-wrapper .ld-lesson-section-heading {
  font-family: DMSerifDisplay, sans-serif;
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 1.077;
  margin: 32px 0 5px !important;
  display: flex !important;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #a48b6c;
}
.learndash-cpt .learndash-wrapper .ld-lesson-section-heading__actions {
  display: flex;
  gap: 15px;
  margin-left: 30px;
}
.learndash-cpt .learndash-wrapper .ld-lesson-section-heading__icon-open {
  width: 32px;
  height: 32px;
  cursor: pointer;
  transition: all 200ms ease;
  border: 2px solid #a48b6c;
  border-radius: 50%;
  overflow: hidden;
}
.learndash-cpt .learndash-wrapper .ld-lesson-section-heading__icon-open.active {
  transform: rotate(180deg);
}
.learndash-cpt .learndash-wrapper .ld-lesson-section-heading__icon-open svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.learndash-cpt .learndash-wrapper .ld-lesson-section-heading__icon-open svg path {
  stroke: currentColor;
  color: #a48b6c;
}
.learndash-cpt .learndash-wrapper .ld-lesson-section-heading__link-copy {
  cursor: pointer;
}
.learndash-cpt .learndash-wrapper .ld-lesson-section-heading__link-copy svg {
  fill: currentColor;
  color: #a48b6c;
}
.learndash-cpt .learndash-wrapper .ld-table-list-header {
  display: none !important;
}
.learndash-cpt .learndash-wrapper .ld-item-list {
  max-width: 772px;
  margin: 0 auto;
}
.learndash-cpt .learndash-wrapper .ld-item-list .ld-section-heading {
  margin-bottom: 20px;
}
.learndash-cpt .learndash-wrapper .ld-item-list .ld-section-heading h2 {
  font-size: 26px !important;
  font-weight: 400 !important;
  line-height: 1.077;
}
.learndash-cpt .learndash-wrapper .ld-item-list-actions {
  display: none !important;
}
.learndash-cpt .learndash-wrapper .ld-item-list-item {
  border: 0 !important;
  margin: 0 0 5px !important;
}
.learndash-cpt .learndash-wrapper .ld-item-list-item-preview {
  position: relative;
  flex-direction: row-reverse !important;
  background-color: #a48b6c;
  font-size: 18px;
  line-height: 1.556;
  padding: 19px 134px 19px 20px !important;
}
.learndash-cpt .learndash-wrapper .ld-item-list-item-preview:hover {
  color: #995322 !important;
}
.learndash-cpt .learndash-wrapper .ld-item-list-item .ld-item-name .ld-status-icon {
  display: none !important;
}
.learndash-cpt .learndash-wrapper .ld-item-list-item .ld-status-icon {
  min-width: 29px;
  height: 29px;
  border: 0;
  margin-right: 15px !important;
}
@media (max-width: 900px) {
  .learndash-cpt .learndash-wrapper .ld-item-list-item .ld-status-icon {
    min-width: 24px;
    height: 24px;
  }
}
.learndash-cpt .learndash-wrapper .ld-item-list-item .ld-status-icon.ld-status-complete {
  display: inline-block;
  color: #995322;
  background-color: #fff;
}
.learndash-cpt .learndash-wrapper .ld-item-list-item .ld-status-icon .ld-icon {
  font-size: 1.3em;
  font-weight: 700;
}
.learndash-cpt .learndash-wrapper .ld-item-list-item .ld-item-details {
  margin-left: 0 !important;
}
.learndash-cpt .learndash-wrapper .ld-item-list-item .ld-item-details .ld-expand-button {
  margin-left: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}
.learndash-cpt .learndash-wrapper .ld-item-list-item .ld-item-details .ld-expand-button .ld-icon-arrow-down {
  min-width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC4xNjQiIGhlaWdodD0iMTguMTY0IiB2aWV3Qm94PSIwIDAgMTguMTY0IDE4LjE2NCI+CiAgPGcgaWQ9Ikdyb3VwXzMxMDYxIiBkYXRhLW5hbWU9Ikdyb3VwIDMxMDYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjkxIC0xNDg4LjAwMikiPgogICAgPGcgaWQ9Ikdyb3VwXzMxMDYwIiBkYXRhLW5hbWU9Ikdyb3VwIDMxMDYwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2OTEgMTQ4OCkiPgogICAgICA8cGF0aCBpZD0iUGF0aF8yMzk2OSIgZGF0YS1uYW1lPSJQYXRoIDIzOTY5IiBkPSJNMTUwNDUuNzU3LDYwODYuMzU5aDE4LjE2NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MDQ1Ljc1NyAtNjA3Ny4yNzcpIiBmaWxsPSJub25lIiBzdHJva2U9IiNhNDhiNmMiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8cGF0aCBpZD0iUGF0aF8yMzk3MCIgZGF0YS1uYW1lPSJQYXRoIDIzOTcwIiBkPSJNMCwwSDE4LjE2NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS4wODEpIHJvdGF0ZSg5MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2E0OGI2YyIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 14px !important;
  background-color: #fff !important;
  color: #a48b6c !important;
  transition: 0.2s ease all !important;
  margin-right: 20px !important;
  padding: 0 !important;
}
.learndash-cpt .learndash-wrapper .ld-item-list-item .ld-item-details .ld-expand-button .ld-icon-arrow-down::before {
  display: none;
}
.learndash-cpt .learndash-wrapper .ld-item-list-item .ld-item-details .ld-expand-button.ld-expanded .ld-icon-arrow-down {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC4xNjQiIGhlaWdodD0iMSIgdmlld0JveD0iMCAwIDE4LjE2NCAxIj4KICA8cGF0aCBpZD0iUGF0aF8yMzk2OSIgZGF0YS1uYW1lPSJQYXRoIDIzOTY5IiBkPSJNMTUwNDUuNzU3LDYwODYuOTExaDE4LjE2NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MDQ1Ljc1NyAtNjA4Ni40MTEpIiBmaWxsPSJub25lIiBzdHJva2U9IiNhNDhiNmMiIHN0cm9rZS13aWR0aD0iMSIvPgo8L3N2Zz4K);
}
.learndash-cpt .learndash-wrapper .ld-item-list-item .ld-item-details .ld-expand-button .ld-text {
  display: none !important;
}
.learndash-cpt .learndash-wrapper .ld-item-list-item .ld-item-title {
  color: #fff;
  transition: 0.1s ease all;
}
.learndash-cpt .learndash-wrapper .ld-item-list-item .ld-item-title:hover {
  color: #000;
}
.learndash-cpt .learndash-wrapper .ld-item-list-item .ld-item-title .ld-item-components {
  display: none !important;
}
.learndash-cpt .learndash-wrapper .ld-item-list-item-expanded .ld-table-list-header {
  display: none;
}
.learndash-cpt .learndash-wrapper .ld-item-list-item-expanded .ld-table-list-item-preview {
  padding: 0;
}
.learndash-cpt .learndash-wrapper .ld-item-list-item-expanded .ld-table-list-item-preview:hover {
  color: #995322 !important;
}
.learndash-cpt .learndash-wrapper .ld-item-list-item-expanded .ld-table-list-items {
  padding: 0;
  border-left: 1px solid #a48b6c !important;
  border-right: 1px solid #a48b6c !important;
  border-bottom: 1px solid #a48b6c !important;
}
.learndash-cpt .learndash-wrapper .ld-item-list-item-expanded .ld-table-list-item {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1.556;
  margin: 0 !important;
  padding: 17.5px 18px;
}
.learndash-cpt.single-sfwd-lessons .ld-tab-content p, .learndash-cpt.single-sfwd-topic .ld-tab-content p {
  padding: 0 15px;
}
.learndash-cpt.single-sfwd-lessons .ld-table-list, .learndash-cpt.single-sfwd-topic .ld-table-list {
  border-bottom: 0 !important;
  border-radius: 0;
}
.learndash-cpt.single-sfwd-lessons .ld-table-list-items, .learndash-cpt.single-sfwd-topic .ld-table-list-items {
  max-width: 1104px;
  margin: 0 auto;
  border: 1px solid rgba(112, 112, 112, 0.2) !important;
  padding: 0 !important;
}
.learndash-cpt.single-sfwd-lessons .ld-table-list-items .ld-status-icon, .learndash-cpt.single-sfwd-topic .ld-table-list-items .ld-status-icon {
  min-width: 29px;
  height: 29px;
  border: 0;
  margin-right: 15px !important;
}
@media (max-width: 900px) {
  .learndash-cpt.single-sfwd-lessons .ld-table-list-items .ld-status-icon, .learndash-cpt.single-sfwd-topic .ld-table-list-items .ld-status-icon {
    min-width: 24px;
    height: 24px;
  }
}
.learndash-cpt.single-sfwd-lessons .ld-table-list-items .ld-status-icon.ld-status-complete, .learndash-cpt.single-sfwd-topic .ld-table-list-items .ld-status-icon.ld-status-complete {
  display: inline-block;
  color: #995322;
  background-color: #fff;
}
.learndash-cpt.single-sfwd-lessons .ld-table-list-items .ld-status-icon .ld-icon, .learndash-cpt.single-sfwd-topic .ld-table-list-items .ld-status-icon .ld-icon {
  font-size: 1.3em;
  font-weight: 700;
}
.learndash-cpt.single-sfwd-lessons .ld-table-list-items .ld-status-icon.current-topic, .learndash-cpt.single-sfwd-topic .ld-table-list-items .ld-status-icon.current-topic {
  background-image: url(images/pause.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.learndash-cpt.single-sfwd-lessons .ld-table-list-item, .learndash-cpt.single-sfwd-topic .ld-table-list-item {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 1.556;
  margin: 0 !important;
  padding: 17.5px 25px !important;
}
.learndash-cpt.single-sfwd-lessons .ld-table-list-item-preview, .learndash-cpt.single-sfwd-topic .ld-table-list-item-preview {
  padding: 0 !important;
}
.learndash-cpt.single-sfwd-lessons .ld-table-list-item-preview:hover, .learndash-cpt.single-sfwd-topic .ld-table-list-item-preview:hover {
  color: #995322 !important;
}
.learndash-cpt.single-sfwd-topic .ld-tabs {
  display: flex;
  flex-wrap: wrap;
  max-width: 1550px;
}
.learndash-cpt.single-sfwd-topic .ld-tabs-content {
  max-width: 70%;
  flex: 0 0 70%;
}
@media (max-width: 900px) {
  .learndash-cpt.single-sfwd-topic .ld-tabs-content {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.learndash-cpt.single-sfwd-topic aside {
  max-width: 30%;
  flex: 0 0 30%;
  padding-left: 30px;
  padding-right: 15px;
}
@media (max-width: 900px) {
  .learndash-cpt.single-sfwd-topic aside {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 30px 15px;
  }
}
.learndash-cpt.single-sfwd-topic aside .ld-lesson-section-heading {
  font-size: 24px !important;
}
.learndash-cpt.single-sfwd-topic aside .ld-course-navigation-heading {
  display: none;
}
.learndash-cpt.single-sfwd-topic aside .ld-lesson-item {
  border-bottom: none;
  margin: 0 0 5px !important;
}
.learndash-cpt.single-sfwd-topic aside .ld-lesson-item.ld-is-current-lesson .ld-lesson-title {
  color: #000 !important;
}
.learndash-cpt.single-sfwd-topic aside .ld-lesson-item-preview {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  position: relative;
  flex-direction: row-reverse !important;
  background-color: #a48b6c;
  font-size: 18px;
  line-height: 1.556;
  padding: 19px 20px !important;
}
.learndash-cpt.single-sfwd-topic aside .ld-lesson-item-preview .ld-status-icon {
  display: none;
}
.learndash-cpt.single-sfwd-topic aside .ld-lesson-item-preview .ld-lesson-title {
  color: #fff;
}
.learndash-cpt.single-sfwd-topic aside .ld-lesson-item-preview .ld-expand-button {
  padding: 0;
  margin-left: 0 !important;
  flex-basis: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}
.learndash-cpt.single-sfwd-topic aside .ld-lesson-item-preview .ld-expand-button .ld-icon-arrow-down {
  min-width: 24px;
  height: 24px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC4xNjQiIGhlaWdodD0iMTguMTY0IiB2aWV3Qm94PSIwIDAgMTguMTY0IDE4LjE2NCI+CiAgPGcgaWQ9Ikdyb3VwXzMxMDYxIiBkYXRhLW5hbWU9Ikdyb3VwIDMxMDYxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjkxIC0xNDg4LjAwMikiPgogICAgPGcgaWQ9Ikdyb3VwXzMxMDYwIiBkYXRhLW5hbWU9Ikdyb3VwIDMxMDYwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2OTEgMTQ4OCkiPgogICAgICA8cGF0aCBpZD0iUGF0aF8yMzk2OSIgZGF0YS1uYW1lPSJQYXRoIDIzOTY5IiBkPSJNMTUwNDUuNzU3LDYwODYuMzU5aDE4LjE2NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MDQ1Ljc1NyAtNjA3Ny4yNzcpIiBmaWxsPSJub25lIiBzdHJva2U9IiNhNDhiNmMiIHN0cm9rZS13aWR0aD0iMSIvPgogICAgICA8cGF0aCBpZD0iUGF0aF8yMzk3MCIgZGF0YS1uYW1lPSJQYXRoIDIzOTcwIiBkPSJNMCwwSDE4LjE2NiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoOS4wODEpIHJvdGF0ZSg5MCkiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2E0OGI2YyIgc3Ryb2tlLXdpZHRoPSIxIi8+CiAgICA8L2c+CiAgPC9nPgo8L3N2Zz4K) !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 14px !important;
  background-color: #fff !important;
  color: #a48b6c !important;
  transition: 0.2s ease all !important;
  margin-right: 20px;
  padding: 0 !important;
}
.learndash-cpt.single-sfwd-topic aside .ld-lesson-item-preview .ld-expand-button .ld-icon-arrow-down::before {
  display: none;
}
.learndash-cpt.single-sfwd-topic aside .ld-lesson-item-preview .ld-expand-button.ld-expanded .ld-icon-arrow-down {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOC4xNjQiIGhlaWdodD0iMSIgdmlld0JveD0iMCAwIDE4LjE2NCAxIj4KICA8cGF0aCBpZD0iUGF0aF8yMzk2OSIgZGF0YS1uYW1lPSJQYXRoIDIzOTY5IiBkPSJNMTUwNDUuNzU3LDYwODYuOTExaDE4LjE2NCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE1MDQ1Ljc1NyAtNjA4Ni40MTEpIiBmaWxsPSJub25lIiBzdHJva2U9IiNhNDhiNmMiIHN0cm9rZS13aWR0aD0iMSIvPgo8L3N2Zz4K);
}
.learndash-cpt.single-sfwd-topic aside .ld-lesson-item-preview .ld-expand-button .ld-text {
  display: none;
}
.learndash-cpt.single-sfwd-topic aside .ld-lesson-item-expanded {
  margin: 0;
  border-radius: 0;
}
.learndash-cpt.single-sfwd-topic aside .ld-lesson-item-expanded .ld-table-list-items {
  border: 1px solid #a48b6c !important;
  border-top: 0 !important;
}
.learndash-cpt.single-sfwd-topic aside .ld-lesson-item-expanded .ld-table-list-items .ld-table-list-item {
  background-color: #fff;
}
.learndash-cpt.single-sfwd-topic aside .ld-lesson-item-expanded .ld-table-list-items .ld-table-list-item:not(:last-child) {
  border-bottom: 1px solid #e2e7ed !important;
}
.learndash-cpt.single-sfwd-topic aside .ld-lesson-item-expanded .ld-table-list-items .ld-table-list-item .ld-status-icon {
  display: none;
}
.learndash-cpt.single-sfwd-topic aside .ld-lesson-item-expanded .ld-table-list-items .ld-table-list-item .ld-topic-title {
  padding-left: 40px;
}
.learndash-cpt.single-sfwd-topic .ld-table-list-items.custom {
  display: none;
}
.learndash-cpt.single-sfwd-topic .ld-table-list-item {
  align-items: center;
}
.learndash-cpt.single-sfwd-topic .ld-table-list-item:not(:last-child) {
  border-bottom: 1px solid rgba(112, 112, 112, 0.2) !important;
}
.learndash-cpt.single-sfwd-topic .ld-table-list-item-preview {
  display: flex;
}

.learndash-cpt .learndash-shortcode-wrap {
  max-width: 772px;
  margin-bottom: 40px;
}
.learndash-cpt-sfwd-lessons .learndash-shortcode-wrap {
  max-width: 1520px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}
.learndash-cpt-sfwd-topic .learndash-shortcode-wrap {
  max-width: 1520px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 40px;
}

.learndash-cpt__header {
  background: url(images/bg-thank-you.jpg) center top/cover no-repeat, #000;
  padding: 107px 0 112px;
  color: #fff;
}
@media (max-width: 900px) {
  .learndash-cpt__header {
    padding: 120px 0 0;
  }
}
.learndash-cpt__header.downloading {
  padding: 150px 0 370px;
}
@media (max-width: 900px) {
  .learndash-cpt__header.downloading {
    padding: 120px 0 0;
  }
}
.learndash-cpt__header.scale {
  padding: 107px 0 0;
}
@media (max-width: 900px) {
  .learndash-cpt__header.scale {
    padding: 120px 0 0;
  }
}
.learndash-cpt__header .flex {
  display: flex;
  flex-wrap: wrap;
}
.learndash-cpt__header .text-center {
  text-align: center;
  padding-bottom: 34px;
}
@media (max-width: 900px) {
  .learndash-cpt__header .text-center {
    padding-bottom: 0;
  }
}
.learndash-cpt__header-title {
  font-size: 55px;
  line-height: 1.091;
  margin-bottom: 24px;
}
@media (max-width: 900px) {
  .learndash-cpt__header-title {
    font-size: 35px;
    line-height: 1.143;
  }
}
.learndash-cpt__header-title span {
  color: #a48b6c;
}
.learndash-cpt__header-content {
  max-width: 55%;
  flex: 0 0 55%;
  padding: 88px 74px 0 95px;
}
@media (max-width: 900px) {
  .learndash-cpt__header-content {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}
.learndash-cpt__header-content.full-width {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 88px 0 0;
}
@media (max-width: 900px) {
  .learndash-cpt__header-content.full-width {
    padding: 0 0 80px;
  }
}
.scale .learndash-cpt__header-content {
  position: relative;
  z-index: 1;
  padding: 68px 74px 0 95px;
}
@media (max-width: 1200px) {
  .scale .learndash-cpt__header-content {
    padding: 68px 20px 70px 20px;
  }
}
@media (max-width: 900px) {
  .scale .learndash-cpt__header-content {
    padding: 0;
  }
}
.learndash-cpt__header-description p {
  line-height: 1.556;
}
.learndash-cpt__header-description p:not(:last-child) {
  margin-bottom: 28px;
}
@media (max-width: 900px) {
  .learndash-cpt__header-description p:not(:last-child) {
    margin-bottom: 20px;
  }
}
.learndash-cpt__header-wrapper-img {
  max-width: 45%;
  flex: 0 0 45%;
}
@media (max-width: 900px) {
  .learndash-cpt__header-wrapper-img {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
.learndash-cpt__header-wrapper-img img {
  max-width: 381px;
}
@media (max-width: 900px) {
  .learndash-cpt__header-wrapper-img img {
    margin: 30px auto 0;
  }
}
.scale .learndash-cpt__header-wrapper-img img {
  max-width: 572px;
  margin-left: -108px;
  margin-top: -6px;
}
@media (max-width: 900px) {
  .scale .learndash-cpt__header-wrapper-img img {
    max-width: 100%;
    margin: 30px auto 0;
  }
}

.learndash-cpt__section-description .white-box {
  position: relative;
  background: #fff;
  padding: 55px 0 63px;
  max-width: 1624px;
  margin: -118px auto 0;
}
@media (max-width: 900px) {
  .learndash-cpt__section-description .white-box {
    margin-top: 0;
  }
}
.learndash-cpt__section-description .white-box::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 350px;
  box-shadow: 0 -78px 35px 1px rgba(0, 0, 0, 0.2);
  z-index: -1;
}
.learndash-cpt__section-description .flex {
  display: flex;
  flex-wrap: wrap;
}
.learndash-cpt__section-description-title {
  font-size: 45px;
  line-height: 1;
  margin-bottom: 26px;
}
@media (max-width: 900px) {
  .learndash-cpt__section-description-title {
    font-size: 35px;
    line-height: 1.143;
  }
}
.learndash-cpt__section-description-title span {
  color: #995322;
}
.learndash-cpt__section-description-content {
  max-width: 60%;
  flex: 0 0 60%;
  padding-left: 95px;
  padding-top: 58px;
}
@media (max-width: 900px) {
  .learndash-cpt__section-description-content {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    order: 1;
  }
}
.scale .learndash-cpt__section-description-content {
  padding-top: 40px;
}
@media (max-width: 1200px) {
  .scale .learndash-cpt__section-description-content {
    padding-left: 25px;
  }
  @media (max-width: 900px) {
    .scale .learndash-cpt__section-description-content {
      padding: 0;
    }
  }
}
.learndash-cpt__section-description-description p {
  line-height: 1.667;
}
.learndash-cpt__section-description-description p:not(:last-child) {
  margin-bottom: 29px;
}
@media (max-width: 900px) {
  .learndash-cpt__section-description-description p:not(:last-child) {
    margin-bottom: 26px;
  }
}
.learndash-cpt__section-description-wrapper-img {
  max-width: 40%;
  flex: 0 0 40%;
}
@media (max-width: 900px) {
  .learndash-cpt__section-description-wrapper-img {
    max-width: 100%;
    flex: 0 0 100%;
    padding: 0;
    margin-bottom: 40px;
    order: 0;
  }
}
.learndash-cpt__section-description-wrapper-img img {
  min-width: 102%;
  margin-left: 22px;
}
@media (max-width: 900px) {
  .learndash-cpt__section-description-wrapper-img img {
    min-width: 0;
    min-width: initial;
    margin-left: 0;
    width: 100%;
  }
}
.scale .learndash-cpt__section-description-wrapper-img img {
  min-width: 137%;
  margin-left: -16px;
}
@media (max-width: 900px) {
  .scale .learndash-cpt__section-description-wrapper-img img {
    min-width: 0;
    min-width: initial;
    margin-left: 0;
  }
}

.block-editor-writing-flow{
  font-size: 1rem;
  line-height: 1.5;
}

.wrapper-title-forum{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .wrapper-title-forum{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .wrapper-title-forum{
    max-width: 1205px;
  }
}

.search-modal .wrapper-title-forum {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .wrapper-title-forum {
    padding: 0 15px;
  }
}

.modal-login__wrapper .wrapper-title-forum {
  max-width: 700px;
}

.wrapper-title-forum {
  max-width: 1110px;
  padding-top: 100px;
}
.wrapper-title-forum h2 {
  font-size: 34px;
  line-height: 1.2;
  text-align: center;
}

.pre-message{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .pre-message{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .pre-message{
    max-width: 1205px;
  }
}

.search-modal .pre-message {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .pre-message {
    padding: 0 15px;
  }
}

.modal-login__wrapper .pre-message {
  max-width: 700px;
}

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

.bbpress-wrapper{
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

@media (min-width: 100%){
  .bbpress-wrapper{
    max-width: 100%;
  }
}

@media (min-width: 1205px){
  .bbpress-wrapper{
    max-width: 1205px;
  }
}

.search-modal .bbpress-wrapper {
  padding: 0 34px;
}

@media (max-width: 900px) {
  .search-modal .bbpress-wrapper {
    padding: 0 15px;
  }
}

.modal-login__wrapper .bbpress-wrapper {
  max-width: 700px;
}

.bbpress-wrapper {
  max-width: 1110px;
  padding-top: 25px;
  padding-bottom: 50px;
}
.bbpress-wrapper #subscription-toggle {
  padding-bottom: 25px;
}
.bbpress-wrapper .subscription-toggle,
.bbpress-wrapper .favorite-toggle,
.bbpress-wrapper .button, .bbpress-wrapper__back {
  font-size: 16px;
  font-weight: 400;
  font-family: Oswald, sans-serif;
  background-color: #995322;
  color: #fff;
  outline: none;
  text-transform: uppercase;
  padding: 14px 25px;
  text-decoration: none;
  letter-spacing: 3.825px;
  transition: 0.2s ease background;
}
@media (max-width: 900px) {
  .bbpress-wrapper .subscription-toggle,
.bbpress-wrapper .favorite-toggle,
.bbpress-wrapper .button, .bbpress-wrapper__back {
    font-size: 14px;
    padding: 12.5px 15px;
    letter-spacing: 2.5px;
  }
}
.bbpress-wrapper .subscription-toggle:hover, .bbpress-wrapper .subscription-toggle:active, .bbpress-wrapper .subscription-toggle:focus,
.bbpress-wrapper .favorite-toggle:hover,
.bbpress-wrapper .favorite-toggle:active,
.bbpress-wrapper .favorite-toggle:focus,
.bbpress-wrapper .button:hover,
.bbpress-wrapper .button:active,
.bbpress-wrapper .button:focus, .bbpress-wrapper__back:hover, .bbpress-wrapper__back:active, .bbpress-wrapper__back:focus {
  background-color: #a48b6c;
}
.bbpress-wrapper .subscription-toggle span,
.bbpress-wrapper .favorite-toggle span,
.bbpress-wrapper .button span, .bbpress-wrapper__back span {
  position: relative;
  top: -2px;
}
@media (max-width: 900px) {
  .bbpress-wrapper .subscription-toggle span,
.bbpress-wrapper .favorite-toggle span,
.bbpress-wrapper .button span, .bbpress-wrapper__back span {
    top: -1px;
  }
}
.bbpress-wrapper #bbp_topic_submit {
  padding: 17px 25px;
}
@media (max-width: 900px) {
  .bbpress-wrapper #bbp_topic_submit {
    padding: 14px 25px;
  }
}
.bbpress-wrapper .bbp_dropdown,
.bbpress-wrapper #bbp_topic_tags,
.bbpress-wrapper #bbp_topic_title {
  border: 1px solid #e2e2e2;
  height: 46px !important;
  min-width: 136px;
  max-width: 100%;
}
.bbpress-wrapper #bbp-your-profile input,
.bbpress-wrapper #bbp-your-profile select {
  border: 1px solid #e2e2e2;
  height: 46px !important;
  padding: 0 15px !important;
}
.bbpress-wrapper #bbp-your-profile .bbp-form > div {
  display: flex;
  align-items: center;
}
.bbpress-wrapper .bbp_dropdown {
  font-size: 16px !important;
}
.bbpress-wrapper #bbp-topic-search-form > div {
  display: flex;
}
.bbpress-wrapper #bbp-topic-search-form #ts {
  border: 1px solid #e2e2e2;
  height: 46px !important;
}
.bbpress-wrapper .bbp-template-notice,
.bbpress-wrapper .bbp-forum-description,
.bbpress-wrapper .bbp-pagination,
.bbpress-wrapper .bbp-form legend,
.bbpress-wrapper .bbp-template-notice li {
  font-size: 16px;
  line-height: 1.4;
}
.bbpress-wrapper .bbp-template-notice {
  margin-top: 24px;
  color: #fff;
  background-color: #a48b6c !important;
  border-color: #a48b6c !important;
}
.bbpress-wrapper .bbp-template-notice a {
  color: #fff;
  text-decoration: underline;
}
.bbpress-wrapper label {
  margin-bottom: 5px !important;
  font-size: 16px !important;
}
.bbpress-wrapper .bbp-header,
.bbpress-wrapper .bbp-footer {
  background: #a48b6c !important;
  color: #fff;
}
@media (max-width: 480px) {
  .bbpress-wrapper fieldset {
    min-width: 0;
  }
}

.bbp-row-actions #subscription-toggle span.is-subscribed a,
.bbp-row-actions #favorite-toggle span.is-favorite a {
  font-size: 17px !important;
  border: none !important;
  background-color: transparent !important;
  color: rgb(255, 0, 0) !important;
}

/*# sourceMappingURL=index.css.map*/