body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.responsive{position:relative;height:0}.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.responsive.ratio-169{padding-bottom:56.25%}.responsive.ratio-1610{padding-bottom:62.5%}.responsive.ratio-219{padding-bottom:42.8571%}.responsive.ratio-43{padding-bottom:75%}.responsive.ratio-32{padding-bottom:66.6666%}
@import url(https://use.typekit.net/hgr1kik.css);
@import url(https://use.typekit.net/hgr1kik.css);
@import url(https://use.typekit.net/hgr1kik.css);
@import url(https://use.typekit.net/hgr1kik.css);
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  -webkit-margin-end: 0.75rem;
          margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  -webkit-margin-end: 0.5rem;
          margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::file-selector-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  -webkit-margin-end: 1rem;
          margin-inline-end: 1rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}
.form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-check-input:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #0d6efd;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b6d4fe;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 0.75rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control {
  padding: 1rem 0.75rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control:-ms-input-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-ms-input-placeholder) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:not(:-ms-input-placeholder) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}
.form-floating > .form-control:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }

  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .g-sm-0,
.gx-sm-0 {
    --bs-gutter-x: 0;
  }

  .g-sm-0,
.gy-sm-0 {
    --bs-gutter-y: 0;
  }

  .g-sm-1,
.gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-sm-1,
.gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-sm-2,
.gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-sm-2,
.gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-sm-3,
.gx-sm-3 {
    --bs-gutter-x: 1rem;
  }

  .g-sm-3,
.gy-sm-3 {
    --bs-gutter-y: 1rem;
  }

  .g-sm-4,
.gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-sm-4,
.gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-sm-5,
.gx-sm-5 {
    --bs-gutter-x: 3rem;
  }

  .g-sm-5,
.gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }

  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }

  .g-md-0,
.gx-md-0 {
    --bs-gutter-x: 0;
  }

  .g-md-0,
.gy-md-0 {
    --bs-gutter-y: 0;
  }

  .g-md-1,
.gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-md-1,
.gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-md-2,
.gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-md-2,
.gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-md-3,
.gx-md-3 {
    --bs-gutter-x: 1rem;
  }

  .g-md-3,
.gy-md-3 {
    --bs-gutter-y: 1rem;
  }

  .g-md-4,
.gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-md-4,
.gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-md-5,
.gx-md-5 {
    --bs-gutter-x: 3rem;
  }

  .g-md-5,
.gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }

  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }

  .g-lg-0,
.gx-lg-0 {
    --bs-gutter-x: 0;
  }

  .g-lg-0,
.gy-lg-0 {
    --bs-gutter-y: 0;
  }

  .g-lg-1,
.gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-lg-1,
.gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-lg-2,
.gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-lg-2,
.gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-lg-3,
.gx-lg-3 {
    --bs-gutter-x: 1rem;
  }

  .g-lg-3,
.gy-lg-3 {
    --bs-gutter-y: 1rem;
  }

  .g-lg-4,
.gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-lg-4,
.gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-lg-5,
.gx-lg-5 {
    --bs-gutter-x: 3rem;
  }

  .g-lg-5,
.gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }

  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }

  .g-xl-0,
.gx-xl-0 {
    --bs-gutter-x: 0;
  }

  .g-xl-0,
.gy-xl-0 {
    --bs-gutter-y: 0;
  }

  .g-xl-1,
.gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xl-1,
.gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xl-2,
.gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xl-2,
.gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xl-3,
.gx-xl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xl-3,
.gy-xl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xl-4,
.gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xl-4,
.gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xl-5,
.gx-xl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xl-5,
.gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }

  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxl-0 {
    margin-left: 0;
  }

  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxl-3 {
    margin-left: 25%;
  }

  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxl-6 {
    margin-left: 50%;
  }

  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxl-9 {
    margin-left: 75%;
  }

  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxl-0,
.gx-xxl-0 {
    --bs-gutter-x: 0;
  }

  .g-xxl-0,
.gy-xxl-0 {
    --bs-gutter-y: 0;
  }

  .g-xxl-1,
.gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxl-1,
.gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxl-2,
.gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxl-2,
.gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxl-3,
.gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }

  .g-xxl-3,
.gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }

  .g-xxl-4,
.gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxl-4,
.gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxl-5,
.gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }

  .g-xxl-5,
.gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-grid {
    display: grid !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .d-sm-none {
    display: none !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .order-sm-first {
    order: -1 !important;
  }

  .order-sm-0 {
    order: 0 !important;
  }

  .order-sm-1 {
    order: 1 !important;
  }

  .order-sm-2 {
    order: 2 !important;
  }

  .order-sm-3 {
    order: 3 !important;
  }

  .order-sm-4 {
    order: 4 !important;
  }

  .order-sm-5 {
    order: 5 !important;
  }

  .order-sm-last {
    order: 6 !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-sm-0 {
    margin-top: 0 !important;
  }

  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mt-sm-3 {
    margin-top: 1rem !important;
  }

  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mt-sm-5 {
    margin-top: 3rem !important;
  }

  .mt-sm-auto {
    margin-top: auto !important;
  }

  .me-sm-0 {
    margin-right: 0 !important;
  }

  .me-sm-1 {
    margin-right: 0.25rem !important;
  }

  .me-sm-2 {
    margin-right: 0.5rem !important;
  }

  .me-sm-3 {
    margin-right: 1rem !important;
  }

  .me-sm-4 {
    margin-right: 1.5rem !important;
  }

  .me-sm-5 {
    margin-right: 3rem !important;
  }

  .me-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-0 {
    margin-bottom: 0 !important;
  }

  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }

  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }

  .mb-sm-auto {
    margin-bottom: auto !important;
  }

  .ms-sm-0 {
    margin-left: 0 !important;
  }

  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }

  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }

  .ms-sm-3 {
    margin-left: 1rem !important;
  }

  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }

  .ms-sm-5 {
    margin-left: 3rem !important;
  }

  .ms-sm-auto {
    margin-left: auto !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-sm-0 {
    padding-top: 0 !important;
  }

  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pt-sm-3 {
    padding-top: 1rem !important;
  }

  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pt-sm-5 {
    padding-top: 3rem !important;
  }

  .pe-sm-0 {
    padding-right: 0 !important;
  }

  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pe-sm-3 {
    padding-right: 1rem !important;
  }

  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pe-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-0 {
    padding-bottom: 0 !important;
  }

  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }

  .ps-sm-0 {
    padding-left: 0 !important;
  }

  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }

  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }

  .ps-sm-3 {
    padding-left: 1rem !important;
  }

  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }

  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-grid {
    display: grid !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .d-md-none {
    display: none !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .order-md-first {
    order: -1 !important;
  }

  .order-md-0 {
    order: 0 !important;
  }

  .order-md-1 {
    order: 1 !important;
  }

  .order-md-2 {
    order: 2 !important;
  }

  .order-md-3 {
    order: 3 !important;
  }

  .order-md-4 {
    order: 4 !important;
  }

  .order-md-5 {
    order: 5 !important;
  }

  .order-md-last {
    order: 6 !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-md-0 {
    margin-top: 0 !important;
  }

  .mt-md-1 {
    margin-top: 0.25rem !important;
  }

  .mt-md-2 {
    margin-top: 0.5rem !important;
  }

  .mt-md-3 {
    margin-top: 1rem !important;
  }

  .mt-md-4 {
    margin-top: 1.5rem !important;
  }

  .mt-md-5 {
    margin-top: 3rem !important;
  }

  .mt-md-auto {
    margin-top: auto !important;
  }

  .me-md-0 {
    margin-right: 0 !important;
  }

  .me-md-1 {
    margin-right: 0.25rem !important;
  }

  .me-md-2 {
    margin-right: 0.5rem !important;
  }

  .me-md-3 {
    margin-right: 1rem !important;
  }

  .me-md-4 {
    margin-right: 1.5rem !important;
  }

  .me-md-5 {
    margin-right: 3rem !important;
  }

  .me-md-auto {
    margin-right: auto !important;
  }

  .mb-md-0 {
    margin-bottom: 0 !important;
  }

  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-md-3 {
    margin-bottom: 1rem !important;
  }

  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-md-5 {
    margin-bottom: 3rem !important;
  }

  .mb-md-auto {
    margin-bottom: auto !important;
  }

  .ms-md-0 {
    margin-left: 0 !important;
  }

  .ms-md-1 {
    margin-left: 0.25rem !important;
  }

  .ms-md-2 {
    margin-left: 0.5rem !important;
  }

  .ms-md-3 {
    margin-left: 1rem !important;
  }

  .ms-md-4 {
    margin-left: 1.5rem !important;
  }

  .ms-md-5 {
    margin-left: 3rem !important;
  }

  .ms-md-auto {
    margin-left: auto !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-md-0 {
    padding-top: 0 !important;
  }

  .pt-md-1 {
    padding-top: 0.25rem !important;
  }

  .pt-md-2 {
    padding-top: 0.5rem !important;
  }

  .pt-md-3 {
    padding-top: 1rem !important;
  }

  .pt-md-4 {
    padding-top: 1.5rem !important;
  }

  .pt-md-5 {
    padding-top: 3rem !important;
  }

  .pe-md-0 {
    padding-right: 0 !important;
  }

  .pe-md-1 {
    padding-right: 0.25rem !important;
  }

  .pe-md-2 {
    padding-right: 0.5rem !important;
  }

  .pe-md-3 {
    padding-right: 1rem !important;
  }

  .pe-md-4 {
    padding-right: 1.5rem !important;
  }

  .pe-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-0 {
    padding-bottom: 0 !important;
  }

  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-md-3 {
    padding-bottom: 1rem !important;
  }

  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-md-5 {
    padding-bottom: 3rem !important;
  }

  .ps-md-0 {
    padding-left: 0 !important;
  }

  .ps-md-1 {
    padding-left: 0.25rem !important;
  }

  .ps-md-2 {
    padding-left: 0.5rem !important;
  }

  .ps-md-3 {
    padding-left: 1rem !important;
  }

  .ps-md-4 {
    padding-left: 1.5rem !important;
  }

  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-grid {
    display: grid !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .d-lg-none {
    display: none !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .order-lg-first {
    order: -1 !important;
  }

  .order-lg-0 {
    order: 0 !important;
  }

  .order-lg-1 {
    order: 1 !important;
  }

  .order-lg-2 {
    order: 2 !important;
  }

  .order-lg-3 {
    order: 3 !important;
  }

  .order-lg-4 {
    order: 4 !important;
  }

  .order-lg-5 {
    order: 5 !important;
  }

  .order-lg-last {
    order: 6 !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-lg-0 {
    margin-top: 0 !important;
  }

  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mt-lg-3 {
    margin-top: 1rem !important;
  }

  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mt-lg-5 {
    margin-top: 3rem !important;
  }

  .mt-lg-auto {
    margin-top: auto !important;
  }

  .me-lg-0 {
    margin-right: 0 !important;
  }

  .me-lg-1 {
    margin-right: 0.25rem !important;
  }

  .me-lg-2 {
    margin-right: 0.5rem !important;
  }

  .me-lg-3 {
    margin-right: 1rem !important;
  }

  .me-lg-4 {
    margin-right: 1.5rem !important;
  }

  .me-lg-5 {
    margin-right: 3rem !important;
  }

  .me-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-0 {
    margin-bottom: 0 !important;
  }

  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }

  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }

  .mb-lg-auto {
    margin-bottom: auto !important;
  }

  .ms-lg-0 {
    margin-left: 0 !important;
  }

  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }

  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }

  .ms-lg-3 {
    margin-left: 1rem !important;
  }

  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }

  .ms-lg-5 {
    margin-left: 3rem !important;
  }

  .ms-lg-auto {
    margin-left: auto !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-lg-0 {
    padding-top: 0 !important;
  }

  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pt-lg-3 {
    padding-top: 1rem !important;
  }

  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pt-lg-5 {
    padding-top: 3rem !important;
  }

  .pe-lg-0 {
    padding-right: 0 !important;
  }

  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pe-lg-3 {
    padding-right: 1rem !important;
  }

  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pe-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-0 {
    padding-bottom: 0 !important;
  }

  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }

  .ps-lg-0 {
    padding-left: 0 !important;
  }

  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }

  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }

  .ps-lg-3 {
    padding-left: 1rem !important;
  }

  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }

  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-grid {
    display: grid !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .d-xl-none {
    display: none !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .order-xl-first {
    order: -1 !important;
  }

  .order-xl-0 {
    order: 0 !important;
  }

  .order-xl-1 {
    order: 1 !important;
  }

  .order-xl-2 {
    order: 2 !important;
  }

  .order-xl-3 {
    order: 3 !important;
  }

  .order-xl-4 {
    order: 4 !important;
  }

  .order-xl-5 {
    order: 5 !important;
  }

  .order-xl-last {
    order: 6 !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xl-0 {
    margin-top: 0 !important;
  }

  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xl-3 {
    margin-top: 1rem !important;
  }

  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xl-5 {
    margin-top: 3rem !important;
  }

  .mt-xl-auto {
    margin-top: auto !important;
  }

  .me-xl-0 {
    margin-right: 0 !important;
  }

  .me-xl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xl-3 {
    margin-right: 1rem !important;
  }

  .me-xl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xl-5 {
    margin-right: 3rem !important;
  }

  .me-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xl-auto {
    margin-bottom: auto !important;
  }

  .ms-xl-0 {
    margin-left: 0 !important;
  }

  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xl-3 {
    margin-left: 1rem !important;
  }

  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xl-5 {
    margin-left: 3rem !important;
  }

  .ms-xl-auto {
    margin-left: auto !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xl-0 {
    padding-top: 0 !important;
  }

  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xl-3 {
    padding-top: 1rem !important;
  }

  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xl-5 {
    padding-top: 3rem !important;
  }

  .pe-xl-0 {
    padding-right: 0 !important;
  }

  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xl-3 {
    padding-right: 1rem !important;
  }

  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xl-0 {
    padding-left: 0 !important;
  }

  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xl-3 {
    padding-left: 1rem !important;
  }

  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important;
  }

  .d-xxl-inline-block {
    display: inline-block !important;
  }

  .d-xxl-block {
    display: block !important;
  }

  .d-xxl-grid {
    display: grid !important;
  }

  .d-xxl-table {
    display: table !important;
  }

  .d-xxl-table-row {
    display: table-row !important;
  }

  .d-xxl-table-cell {
    display: table-cell !important;
  }

  .d-xxl-flex {
    display: flex !important;
  }

  .d-xxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxl-none {
    display: none !important;
  }

  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxl-row {
    flex-direction: row !important;
  }

  .flex-xxl-column {
    flex-direction: column !important;
  }

  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxl-center {
    justify-content: center !important;
  }

  .justify-content-xxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxl-center {
    align-items: center !important;
  }

  .align-items-xxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxl-center {
    align-content: center !important;
  }

  .align-content-xxl-between {
    align-content: space-between !important;
  }

  .align-content-xxl-around {
    align-content: space-around !important;
  }

  .align-content-xxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxl-auto {
    align-self: auto !important;
  }

  .align-self-xxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxl-center {
    align-self: center !important;
  }

  .align-self-xxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxl-stretch {
    align-self: stretch !important;
  }

  .order-xxl-first {
    order: -1 !important;
  }

  .order-xxl-0 {
    order: 0 !important;
  }

  .order-xxl-1 {
    order: 1 !important;
  }

  .order-xxl-2 {
    order: 2 !important;
  }

  .order-xxl-3 {
    order: 3 !important;
  }

  .order-xxl-4 {
    order: 4 !important;
  }

  .order-xxl-5 {
    order: 5 !important;
  }

  .order-xxl-last {
    order: 6 !important;
  }

  .m-xxl-0 {
    margin: 0 !important;
  }

  .m-xxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxl-3 {
    margin: 1rem !important;
  }

  .m-xxl-4 {
    margin: 1.5rem !important;
  }

  .m-xxl-5 {
    margin: 3rem !important;
  }

  .m-xxl-auto {
    margin: auto !important;
  }

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxl-3 {
    margin-top: 1rem !important;
  }

  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }

  .mt-xxl-5 {
    margin-top: 3rem !important;
  }

  .mt-xxl-auto {
    margin-top: auto !important;
  }

  .me-xxl-0 {
    margin-right: 0 !important;
  }

  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxl-3 {
    margin-right: 1rem !important;
  }

  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }

  .me-xxl-5 {
    margin-right: 3rem !important;
  }

  .me-xxl-auto {
    margin-right: auto !important;
  }

  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }

  .mb-xxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxl-3 {
    margin-left: 1rem !important;
  }

  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }

  .ms-xxl-5 {
    margin-left: 3rem !important;
  }

  .ms-xxl-auto {
    margin-left: auto !important;
  }

  .p-xxl-0 {
    padding: 0 !important;
  }

  .p-xxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxl-3 {
    padding: 1rem !important;
  }

  .p-xxl-4 {
    padding: 1.5rem !important;
  }

  .p-xxl-5 {
    padding: 3rem !important;
  }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .pt-xxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxl-3 {
    padding-top: 1rem !important;
  }

  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }

  .pt-xxl-5 {
    padding-top: 3rem !important;
  }

  .pe-xxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxl-3 {
    padding-right: 1rem !important;
  }

  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }

  .pe-xxl-5 {
    padding-right: 3rem !important;
  }

  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }

  .ps-xxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxl-3 {
    padding-left: 1rem !important;
  }

  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }

  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-grid {
    display: grid !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }

  .d-print-none {
    display: none !important;
  }
}
@font-face {
  font-family: "Dragonwick FG Custom";
  font-style: normal;
  font-weight: normal;
  src: local("Dragonwick FG"), url("../../files/yoga-padma_theme/public/fonts/DragwiFG.woff") format("woff");
}
@font-face {
  font-family: "Dragonwick FG Custom";
  font-style: normal;
  font-weight: normal;
  src: local("Dragonwick FG"), url("../../files/yoga-padma_theme/public/fonts/DragwiFG.woff") format("woff");
}
@font-face {
  font-family: "Dragonwick FG Custom";
  font-style: normal;
  font-weight: normal;
  src: local("Dragonwick FG"), url("../../files/yoga-padma_theme/public/fonts/DragwiFG.woff") format("woff");
}
@font-face {
  font-family: "Dragonwick FG Custom";
  font-style: normal;
  font-weight: normal;
  src: local("Dragonwick FG"), url("../../files/yoga-padma_theme/public/fonts/DragwiFG.woff") format("woff");
}
/****************************
* MEDIAQUERIES
****************************/
/* $variable: #fff; */
:root {
  --frame-s: 60px;
}
@media (max-width: 600px) {
  :root {
    --frame-s: 30px;
  }
}

/** Colors */
/** Box Model  */
/** LAYOUT **/
/***********************************************************************************************************************
 BASE
***********************************************************************************************************************/
:root {
  --app-height: 100%;
}

body {
  background-color: #f8f5f3;
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
  box-sizing: border-box;
  font-size: 16px;
  padding: 3.75em;
  margin: 0;
  color: #5d5d5d;
}
@media (max-width: 600px) {
  body {
    padding: 1.875em;
  }
}
body.studio {
  background: #dbd3c8;
}

ul,
ol,
ol li,
ul li {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: 300;
}

p,
ol li,
ul li {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul {
  margin-top: 0;
  padding-left: 1.1em;
}
ul li::marker {
  color: rgba(255, 255, 255, 0.6);
}

lottie-player {
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  pointer-events: none;
}
@media (max-width: 900px) {
  lottie-player {
    display: block;
  }
}

/***********************************************************************************************************************
 BASE
***********************************************************************************************************************/
:root {
  --app-height: 100%;
}

body {
  background-color: #f8f5f3;
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
  box-sizing: border-box;
  font-size: 16px;
  padding: 3.75em;
  margin: 0;
  color: #5d5d5d;
}
@media (max-width: 600px) {
  body {
    padding: 1.875em;
  }
}
body.studio {
  background: #dbd3c8;
}

ul,
ol,
ol li,
ul li {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: 300;
}

p,
ol li,
ul li {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul {
  margin-top: 0;
  padding-left: 1.1em;
}
ul li::marker {
  color: rgba(255, 255, 255, 0.6);
}

lottie-player {
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  pointer-events: none;
}
@media (max-width: 900px) {
  lottie-player {
    display: block;
  }
}
.yp-team-slider lottie-player {
  filter: invert(0.3);
}

/***********************************************************************************************************************
 BASE
***********************************************************************************************************************/
:root {
  --app-height: 100%;
}

body {
  background-color: #f8f5f3;
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
  box-sizing: border-box;
  font-size: 16px;
  padding: 3.75em;
  margin: 0;
  color: #5d5d5d;
}
@media (max-width: 600px) {
  body {
    padding: 1.875em;
  }
}
body.studio {
  background: #dbd3c8;
}

ul,
ol,
ol li,
ul li {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: 300;
}

p,
ol li,
ul li {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul {
  margin-top: 0;
  padding-left: 1.1em;
}
ul li::marker {
  color: rgba(255, 255, 255, 0.6);
}

lottie-player {
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  pointer-events: none;
}
@media (max-width: 900px) {
  lottie-player {
    display: block;
  }
}

/***********************************************************************************************************************
 BASE
***********************************************************************************************************************/
:root {
  --app-height: 100%;
}

body {
  background-color: #f8f5f3;
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
  box-sizing: border-box;
  font-size: 16px;
  padding: 3.75em;
  margin: 0;
  color: #5d5d5d;
}
@media (max-width: 600px) {
  body {
    padding: 1.875em;
  }
}
body.studio {
  background: #dbd3c8;
}

ul,
ol,
ol li,
ul li {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: 300;
}

p,
ol li,
ul li {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul {
  margin-top: 0;
  padding-left: 1.1em;
}
ul li::marker {
  color: rgba(255, 255, 255, 0.6);
}

lottie-player {
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  pointer-events: none;
}
@media (max-width: 900px) {
  lottie-player {
    display: block;
  }
}
.yp-team-slider lottie-player {
  filter: invert(0.3);
}

.yp-back-button {
  font-size: 1rem;
  text-align: left;
  position: relative;
  overflow: visible;
}
.yp-back-button.first {
  padding-top: 100px;
}
.yp-back-button.last {
  padding-bottom: 100px;
}
.yp-back-button.rose {
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  color: #5d5d5d;
}
.yp-back-button.rose a {
  color: white;
}
.yp-back-button.green {
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}
.yp-back-button.green a {
  color: white;
}
.yp-back-button.gray {
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  color: white;
}
.yp-back-button.gray a {
  color: white;
}
.yp-back-button.reduce-padding-top {
  padding-top: 100px !important;
}
@media (max-width: 600px) {
  .yp-back-button.reduce-padding-top {
    padding-top: 50px !important;
  }
}
.yp-back-button.reduce-padding-bottom {
  padding-bottom: 100px !important;
}
@media (max-width: 600px) {
  .yp-back-button.reduce-padding-bottom {
    padding-bottom: 50px !important;
  }
}
.yp-back-button.remove-padding-bottom {
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .yp-back-button.remove-padding-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 900px) {
  .yp-back-button.remove-padding-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .yp-back-button.remove-padding-bottom {
    padding-bottom: 50px;
  }
}
.yp-back-button * {
  position: relative;
  z-index: 1;
}
.yp-back-button .inner {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.yp-back-button .inner.margin-bottom {
  margin-bottom: 40px;
}
.yp-back-button .inner a {
  color: inherit;
}
.yp-back-button .inner ul,
.yp-back-button .inner ol {
  padding-left: 17px;
  margin-bottom: 16px;
}
.yp-back-button .inner p,
.yp-back-button .inner li {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .yp-back-button .inner p,
.yp-back-button .inner li {
    margin: 0;
  }
}
.yp-back-button .inner h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 0;
}
.yp-back-button .inner h3 {
  margin-top: 19px;
  font-size: 1.17em;
  line-height: normal;
  margin-bottom: 0;
}
.yp-back-button .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  max-width: unset;
  width: calc(100vw - var(--frame-s) * 2);
}
.yp-back-button .bg.bottom {
  top: unset;
  bottom: 0;
}
.yp-back-button .bg img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -200%;
     object-position: center -200%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .yp-back-button .bg img {
    width: 200%;
  }
}
@media (max-width: 900px) {
  .yp-back-button .bg img {
    width: 200%;
  }
}
@media (max-width: 600px) {
  .yp-back-button .bg img {
    width: 300%;
    -o-object-position: right -50px;
       object-position: right -50px;
  }
}

.mod_article.retreat {
  min-height: calc(100vh - var(--frame-s) * 2);
}
.mod_article.retreat.rose {
  background-color: #c6aa9d;
}
.mod_article.retreat.green {
  background-color: #8c9086;
}
.mod_article.retreat.gray {
  background-color: #5d5d5d;
}

.yp-boxed-content {
  font-size: 1rem;
  background-color: #dbd3c8;
  position: relative;
  min-width: calc(100vw - var(--frame-s) * 2);
  min-height: calc(100vh - var(--frame-s) * 2);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .yp-boxed-content {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .yp-boxed-content {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 75px;
    padding-bottom: 20px;
    height: auto;
  }
}
.yp-boxed-content.reduce-padding-top {
  padding-top: 100px !important;
}
@media (max-width: 600px) {
  .yp-boxed-content.reduce-padding-top {
    padding-top: 50px !important;
  }
}
.yp-boxed-content.reduce-padding-bottom {
  padding-bottom: 100px !important;
}
@media (max-width: 600px) {
  .yp-boxed-content.reduce-padding-bottom {
    padding-bottom: 50px !important;
  }
}
.yp-boxed-content * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.yp-boxed-content p {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .yp-boxed-content p {
    margin: 0;
  }
}
.yp-boxed-content h2 {
  margin-top: 0;
  font-weight: normal;
  color: #7b8073;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-align: center;
}
.yp-boxed-content .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  max-width: unset;
  width: calc(100vw - var(--frame-s) * 2);
}
.yp-boxed-content .bg.bottom {
  top: unset;
  bottom: 0;
}
.yp-boxed-content .bg img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -200%;
     object-position: center -200%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .yp-boxed-content .bg img {
    width: 200%;
  }
}
@media (max-width: 900px) {
  .yp-boxed-content .bg img {
    width: 200%;
  }
}
@media (max-width: 600px) {
  .yp-boxed-content .bg img {
    width: 400%;
    -o-object-position: right -50px;
       object-position: right -50px;
  }
}
.yp-boxed-content.pretty h1 {
  font-family: "DragonWick FG Custom";
  font-weight: normal;
  font-style: normal;
  font-size: 55px;
  margin-top: 0;
}
@media (max-width: 600px) {
  .yp-boxed-content.pretty h1 {
    font-size: 35px;
    line-height: 28px;
  }
}
.yp-boxed-content.pretty h2 {
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media (max-width: 600px) {
  .yp-boxed-content.pretty h2 {
    margin-bottom: 20px;
  }
}
.yp-boxed-content.pretty.rose h2 {
  color: #5d5d5d;
}
.yp-boxed-content.pretty.rose h1 {
  color: #c6aa9d;
}
.yp-boxed-content.pretty.green h2 {
  color: white;
}
.yp-boxed-content.pretty.green h1 {
  color: #5d5d5d;
}
.yp-boxed-content.pretty.gray h2 {
  color: white;
}
.yp-boxed-content.pretty.gray h1 {
  color: #c6aa9d;
}
.yp-boxed-content .box {
  background: #f8f5f3;
  max-width: 1200px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  .yp-boxed-content .box {
    width: 100%;
  }
}
.yp-boxed-content .box .inner {
  width: 100%;
  height: 100%;
  font-size: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 3em 90px;
}
@media (max-width: 1024px) {
  .yp-boxed-content .box .inner {
    padding: 20px 60px;
  }
}
@media (max-width: 900px) {
  .yp-boxed-content .box .inner {
    padding: 10px 60px;
  }
}
@media (max-width: 600px) {
  .yp-boxed-content .box .inner {
    padding: 25px 25px;
    padding-bottom: 0;
  }
}
.yp-boxed-content .box p {
  margin: 0;
  padding-bottom: 3em;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  text-align: left;
}
.yp-boxed-content .box h2 {
  font-family: "DragonWick FG Custom";
  font-weight: normal;
  font-style: normal;
  font-size: 2.1875em;
  line-height: 1.2857142857em;
  letter-spacing: 0;
  margin-top: 0.8571428571em;
  margin-bottom: 0.8571428571em;
  color: #7b8073;
  white-space: nowrap;
}
@media (max-width: 1200px) {
  .yp-boxed-content .box h2 {
    white-space: pre-wrap;
    max-width: 100%;
  }
}
.yp-boxed-content .box h2 .tiny {
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 0.5714285714em;
}
.yp-boxed-content .box h2 .currency {
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}
@media (max-width: 600px) {
  .yp-boxed-content .box h2 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.yp-boxed-content .box .table-container {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 30px;
  overflow: auto;
}
.yp-boxed-content .box .table-container table {
  width: 100%;
  overflow: auto;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  max-width: 840px;
  border-collapse: collapse;
}
@media (max-width: 1200px) {
  .yp-boxed-content .box .table-container table {
    min-width: 650px;
    width: 100%;
  }
}
@media (max-width: 900px) {
  .yp-boxed-content .box .table-container table {
    min-width: 700px;
  }
}
@media (max-width: 600px) {
  .yp-boxed-content .box .table-container table {
    min-width: 700px;
  }
}
.yp-boxed-content .box .table-container table tr td,
.yp-boxed-content .box .table-container table tr th {
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  border-bottom: 1px solid rgba(93, 93, 93, 0.2);
  border-top: 1px solid rgba(93, 93, 93, 0.2);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.yp-boxed-content .box .table-container table tr th:nth-last-child(2) {
  padding-left: 15px;
}
.yp-boxed-content .box .table-container table tr th {
  font-weight: 400;
}
@media (max-width: 600px) {
  .yp-boxed-content .box .table-container table tr th:nth-child(2) {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 900px) {
  .yp-boxed-content .box .table-container table tr td:nth-child(3) {
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .yp-boxed-content .box .table-container table tr td:nth-child(2) {
    padding-left: 20px;
  }
  .yp-boxed-content .box .table-container table tr td:nth-child(3) {
    padding-right: 20px;
  }
}
.yp-boxed-content .box .table-container table tr th:last-child {
  display: none;
}
.yp-boxed-content .box .table-container table tr td {
  font-weight: 300;
}
.yp-boxed-content .box .table-container table tr td:first-child,
.yp-boxed-content .box .table-container table tr td:first-child strong {
  font-weight: 400;
}
.yp-boxed-content .box .table-container table tr td:last-child {
  padding-left: 15px;
  border-top: none;
}
.yp-boxed-content .box .table-container table tr:first-child td:last-child {
  width: 30%;
  white-space: nowrap;
}
.yp-boxed-content.pb-studio {
  padding-bottom: 5em;
  padding-top: 12.5em !important;
}
@media (max-width: 1500px) {
  .yp-boxed-content.pb-studio {
    padding-top: 12.5em !important;
  }
}
@media (max-width: 900px) {
  .yp-boxed-content.pb-studio {
    padding-top: 15.625em !important;
    padding-bottom: 6.25em;
  }
}
@media (max-width: 600px) {
  .yp-boxed-content.pb-studio {
    padding-top: 9.375em !important;
  }
}

.yp-boxed-form {
  font-size: 1rem;
  background-color: #dbd3c8;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: calc(100vw - var(--frame-s) * 2);
  min-height: calc(100vh - var(--frame-s) * 2);
}
.yp-boxed-form.rose {
  background-color: #dbd3c8;
  color: white;
}
.yp-boxed-form.rose h2 {
  color: white;
}
.yp-boxed-form.rose h1 {
  color: white;
}
.yp-boxed-form.green {
  background-color: #8c9086;
  color: white;
}
.yp-boxed-form.green h2 {
  color: white;
}
.yp-boxed-form.green h1 {
  color: white;
}
.yp-boxed-form.gray {
  background-color: #5d5d5d;
  color: white;
}
.yp-boxed-form.gray h2 {
  color: white;
}
.yp-boxed-form.gray h1 {
  color: white;
}
.yp-boxed-form.reduce-padding-top {
  padding-top: 100px !important;
}
@media (max-width: 600px) {
  .yp-boxed-form.reduce-padding-top {
    padding-top: 50px !important;
  }
}
.yp-boxed-form.reduce-padding-bottom {
  padding-bottom: 100px !important;
}
@media (max-width: 600px) {
  .yp-boxed-form.reduce-padding-bottom {
    padding-bottom: 50px !important;
  }
}
.yp-boxed-form p {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .yp-boxed-form p {
    margin: 0;
  }
}
.yp-boxed-form h2 {
  margin-top: 0;
  font-weight: normal;
  color: #7b8073;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
.yp-boxed-form .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  max-width: unset;
  width: calc(100vw - var(--frame-s) * 2);
}
.yp-boxed-form .bg.bottom {
  top: unset;
  bottom: 0;
}
.yp-boxed-form .bg img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -200%;
     object-position: center -200%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .yp-boxed-form .bg img {
    width: 200%;
  }
}
@media (max-width: 900px) {
  .yp-boxed-form .bg img {
    width: 200%;
  }
}
@media (max-width: 600px) {
  .yp-boxed-form .bg img {
    width: 400%;
    -o-object-position: right 0px;
       object-position: right 0px;
  }
}
.yp-boxed-form * {
  position: relative;
  z-index: 1;
}
.yp-boxed-form .inner {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: space-between;
  width: 80%;
}
.yp-boxed-form .inner > div {
  width: 50%;
}
@media (max-width: 1200px) {
  .yp-boxed-form .inner .content {
    width: 30%;
  }
  .yp-boxed-form .inner .box {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .yp-boxed-form .inner {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .yp-boxed-form .inner .content {
    margin-bottom: 50px;
  }
  .yp-boxed-form .inner .content,
.yp-boxed-form .inner .box {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .yp-boxed-form .inner {
    padding-top: 80px;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.yp-boxed-form .inner .content {
  text-align: left;
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  padding-top: 10%;
}
@media (max-width: 1024px) {
  .yp-boxed-form .inner .content {
    padding-top: 0;
    text-align: center;
  }
}
.yp-boxed-form .inner .content h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.12em;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 0.4em;
}
.yp-boxed-form .inner .content h3 {
  font-weight: 300;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.1em;
  letter-spacing: 0.0625em;
  margin-top: 0;
  margin-bottom: 0.5em;
}
.yp-boxed-form .inner .box {
  background: #f8f5f3;
  padding: 48px 50px;
  text-align: left;
  box-sizing: border-box;
  min-height: 63.89vh;
}
@media (max-width: 900px) {
  .yp-boxed-form .inner .box {
    min-height: unset;
  }
}
@media (max-width: 600px) {
  .yp-boxed-form .inner .box {
    padding: 3em 20px;
  }
}
.yp-boxed-form .inner .box * {
  color: #7b8073;
}
.yp-boxed-form .inner .box .box-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.yp-boxed-form .inner .box .box-inner h3 {
  font-weight: 400;
  font-size: 20px;
  line-height: 1.1em;
  letter-spacing: 0.05em;
  margin-top: 0;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 600px) {
  .yp-boxed-form .inner .box .box-inner h3 {
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 17px;
    margin-bottom: 5px;
  }
}
.yp-boxed-form .inner .box .box-inner h2 {
  font-family: "DragonWick FG Custom";
  font-weight: normal;
  font-style: normal;
  font-size: 35px;
  line-height: 45px;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 45px;
  text-align: center;
}
@media (max-width: 600px) {
  .yp-boxed-form .inner .box .box-inner h2 {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 35px;
  }
}
.yp-boxed-form .inner .box .box-inner .form-container {
  margin-top: auto;
  margin-bottom: auto;
}
.yp-boxed-form .inner .box .box-inner .form-container .widget {
  overflow: visible;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.yp-boxed-form .inner .box .box-inner .form-container .widget.explanation {
  padding: 0;
  margin-top: 9px;
  margin-bottom: 5px;
}
.yp-boxed-form .inner .box .box-inner .form-container .widget.explanation p {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  font-weight: normal;
}
.yp-boxed-form .inner .box .box-inner .form-container .row {
  margin-bottom: 16px;
  max-width: 100%;
  margin-left: unset;
  margin-right: unset;
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 600px) {
  .yp-boxed-form .inner .box .box-inner .form-container .row {
    flex-direction: column;
    margin-bottom: 12px;
  }
}
.yp-boxed-form .inner .box .box-inner .form-container .row .col {
  padding-left: 0;
  padding-right: 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-left: 0;
}
@media (max-width: 600px) {
  .yp-boxed-form .inner .box .box-inner .form-container .row .col {
    width: 100%;
  }
}
.yp-boxed-form .inner .box .box-inner .form-container .row .widget:nth-child(2) {
  margin-left: 10px;
}
@media (max-width: 600px) {
  .yp-boxed-form .inner .box .box-inner .form-container .row .widget:nth-child(2) {
    margin-left: 0px;
    margin-top: 12px;
  }
}
.yp-boxed-form .inner .box .box-inner .form-container label {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  font-weight: normal;
}
.yp-boxed-form .inner .box .box-inner .form-container label,
.yp-boxed-form .inner .box .box-inner .form-container label span,
.yp-boxed-form .inner .box .box-inner .form-container label .mandatory {
  color: #8f8681;
}
@media (max-width: 600px) {
  .yp-boxed-form .inner .box .box-inner .form-container label {
    margin-bottom: 0.3em;
  }
}
.yp-boxed-form .inner .box .box-inner .form-container input,
.yp-boxed-form .inner .box .box-inner .form-container textarea {
  padding: 10px 12px !important;
  border: none;
  resize: none;
  box-sizing: border-box;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 600px) {
  .yp-boxed-form .inner .box .box-inner .form-container input,
.yp-boxed-form .inner .box .box-inner .form-container textarea {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    font-size: 14px;
    min-height: 30px;
  }
}
.yp-boxed-form .inner .box .box-inner .form-container .widget-submit button {
  background-color: #c6aa9d;
  border: none;
  color: white;
  border-radius: 3px;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 28px;
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.1em;
  letter-spacing: 0.05em;
}

.yp-column-slider {
  max-height: calc(100vh - var(--frame-s) * 2);
  height: calc(100vh - var(--frame-s) * 2);
  display: flex;
}
@media (max-width: 900px) {
  .yp-column-slider {
    flex-direction: column;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-height: unset;
  }
}
.yp-column-slider.rose {
  background-color: #c6aa9d;
}
.yp-column-slider.gray {
  background-color: #5d5d5d;
}
.yp-column-slider.green {
  background-color: #7b8073;
}
.yp-column-slider .column {
  height: 100%;
  width: 50%;
}
@media (max-width: 900px) {
  .yp-column-slider .column {
    width: 100%;
    height: calc(100vh - var(--frame-s) * 2);
  }
}
.yp-column-slider .column.slider {
  background-color: #f0ebe8;
  height: calc(100vh - var(--frame-s) * 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  position: relative;
}
@media (max-width: 900px) {
  .yp-column-slider .column.slider .swiper-arrows {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 30px;
    z-index: 1;
  }
}
.yp-column-slider .column.slider .swiper-arrows .swiper-button-prev,
.yp-column-slider .column.slider .swiper-arrows .swiper-button-next {
  height: 35px !important;
  padding-left: 15px;
  transition: opacity 0.75s ease;
  left: 0;
  right: unset;
}
.yp-column-slider .column.slider .swiper-arrows .swiper-button-prev:focus,
.yp-column-slider .column.slider .swiper-arrows .swiper-button-next:focus {
  outline: none;
}
.yp-column-slider .column.slider .swiper-arrows .swiper-button-prev::after,
.yp-column-slider .column.slider .swiper-arrows .swiper-button-next::after {
  content: "" !important;
  background-image: url("../../files/yoga-padma_theme/public/img/slider_arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 35px;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .yp-column-slider .column.slider .swiper-arrows .swiper-button-prev,
.yp-column-slider .column.slider .swiper-arrows .swiper-button-next {
    position: relative !important;
    z-index: 1;
  }
}
.yp-column-slider .column.slider .swiper-arrows .swiper-button-prev.swiper-button-next,
.yp-column-slider .column.slider .swiper-arrows .swiper-button-next.swiper-button-next {
  transform: translateY(calc(-50% - 10px));
}
@media (max-width: 900px) {
  .yp-column-slider .column.slider .swiper-arrows .swiper-button-prev.swiper-button-next,
.yp-column-slider .column.slider .swiper-arrows .swiper-button-next.swiper-button-next {
    /* left: 50% !important; */
    /* bottom: 0; */
    transform: rotate(-90deg);
    padding: 0;
  }
}
@media (max-width: 600px) {
  .yp-column-slider .column.slider .swiper-arrows .swiper-button-prev.swiper-button-next,
.yp-column-slider .column.slider .swiper-arrows .swiper-button-next.swiper-button-next {
    /* left: 120px !important; */
  }
}
.yp-column-slider .column.slider .swiper-arrows .swiper-button-prev.swiper-button-prev,
.yp-column-slider .column.slider .swiper-arrows .swiper-button-next.swiper-button-prev {
  transform: translateY(calc(50% + 10px));
}
.yp-column-slider .column.slider .swiper-arrows .swiper-button-prev.swiper-button-prev::after,
.yp-column-slider .column.slider .swiper-arrows .swiper-button-next.swiper-button-prev::after {
  transform: rotate(180deg);
}
@media (max-width: 900px) {
  .yp-column-slider .column.slider .swiper-arrows .swiper-button-prev.swiper-button-prev,
.yp-column-slider .column.slider .swiper-arrows .swiper-button-next.swiper-button-prev {
    transform: rotate(-90deg);
    padding: 0;
    left: unset;
    right: unset;
  }
}
@media (max-width: 600px) {
  .yp-column-slider .column.slider .swiper-arrows .swiper-button-prev.swiper-button-prev,
.yp-column-slider .column.slider .swiper-arrows .swiper-button-next.swiper-button-prev {
    /* right: 120px !important; */
  }
}
@media (max-width: 900px) {
  .yp-column-slider .column.slider .swiper-arrows .swiper-button-prev,
.yp-column-slider .column.slider .swiper-arrows .swiper-button-next {
    /* position: absolute; */
    top: 50% !important;
    z-index: 1;
  }
}
@media (max-width: 600px) {
  .yp-column-slider .column.slider .swiper-arrows .swiper-button-prev,
.yp-column-slider .column.slider .swiper-arrows .swiper-button-next {
    top: 90% !important;
  }
}
.yp-column-slider .column.slider .inner {
  max-height: 500px;
  max-width: 80%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .yp-column-slider .column.slider .inner {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  .yp-column-slider .column.slider .inner {
    max-width: 90%;
  }
}
.yp-column-slider .column.slider .inner .hint {
  position: absolute;
  bottom: 7.1428571429em;
}
@media (max-width: 600px) {
  .yp-column-slider .column.slider .inner .hint {
    bottom: 10px;
  }
}
.yp-column-slider .column.slider .inner .hint p {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font: drkotina;
  font-weight: 300;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  line-height: 1.5714285714em;
  padding-left: 0.7142857143em;
}
.yp-column-slider .column.slider .inner .swiper {
  /* max-width: 70%; */
  max-height: 100%;
  padding: 50px 0;
  width: 100%;
  box-sizing: border-box;
}
.yp-column-slider .column.slider .inner .swiper-wrapper {
  max-height: 600px;
  display: flex;
}
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide,
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide-duplicate,
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide-duplicate-next,
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide-duplicate-prev {
  opacity: 0;
  transition: opacity 0.75s ease;
}
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  max-height: -webkit-max-content;
  max-height: -moz-max-content;
  max-height: max-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 600px) {
  .yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide {
    overflow: auto;
  }
}
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide h2 {
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5625em;
  letter-spacing: 0.05em;
  line-height: 1.12em;
  padding-left: 0.4em;
  text-transform: uppercase;
  color: #c6aa9d;
}
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide h3 {
  padding-left: 10px;
}
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide p {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  margin-top: 1.5625em;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  line-height: 1.5714285714em;
  padding-left: 0.7142857143em;
  padding-right: 0.7142857143em;
}
@media (max-width: 600px) {
  .yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide p {
    display: none;
  }
}
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide table {
  margin: 0;
  border-collapse: collapse;
  border: none;
}
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide table td,
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide table thead {
  border-bottom: 1px solid rgba(93, 93, 93, 0.2);
  border-top: 1px solid rgba(93, 93, 93, 0.2);
  border-left: none;
  border-right: none;
}
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide table td,
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide table th {
  padding-top: 0.9375em;
  padding-bottom: 0.9375em;
  padding-left: 0.625em;
  padding-right: 0;
  font-weight: 300 !important;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide table td:nth-child(n+2),
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide table th:nth-child(n+2) {
  padding-left: 2.1875em;
}
@media (max-width: 600px) {
  .yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide table td:nth-child(n+2),
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide table th:nth-child(n+2) {
    padding-left: 1.875em;
  }
}
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide table td:last-child,
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide table th:last-child {
  padding-right: 0.625em;
}
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide table thead td {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 600px) {
  .yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide table thead td {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
    /*white-space: nowrap;*/
  }
}
.yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide table td {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300 !important;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  /*white-space: nowrap;*/
}
@media (max-width: 600px) {
  .yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide table td {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.7px;
  }
}
.yp-column-slider .column.content .inner {
  max-width: 70%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  box-sizing: border-box;
  display: flex;
}
@media (max-width: 900px) {
  .yp-column-slider .column.content .inner {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  .yp-column-slider .column.content .inner {
    padding-top: 120px;
  }
}
.yp-column-slider .column.content .inner .scrollable {
  overflow: scroll;
  max-height: 100%;
  flex-shrink: 1;
  padding-bottom: 100px;
  padding-right: 30px;
}
@media (max-width: 900px) {
  .yp-column-slider .column.content .inner .scrollable {
    padding-right: 0px;
  }
}
.yp-column-slider .column.content h2 {
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 10vh;
}
@media (max-width: 900px) {
  .yp-column-slider .column.content h2 {
    margin-top: 75px;
  }
}
@media (max-width: 600px) {
  .yp-column-slider .column.content h2 {
    margin-top: 0;
  }
}
.yp-column-slider .column.content h3 {
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  margin-top: 1.75em;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .yp-column-slider .column.content h3 {
    margin-top: 1em;
  }
}
.yp-column-slider .column.content p {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.yp-column-slider .column.content p.faint-text {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875em;
}
.yp-column-slider .column.content p.faint-text strong {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.yp-column-slider .column.content ol {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  line-height: 1.5714285714em;
  overflow: visible;
  list-style-position: outside;
  padding-left: 1.2em;
  padding-bottom: 15px;
  position: relative;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  max-height: 21.4285714286em;
  overflow-y: scroll;
}
@media (max-width: 600px) {
  .yp-column-slider .column.content ol {
    max-height: 70vh;
  }
}
.yp-column-slider .column.content ol li {
  padding-left: 0.7142857143em;
  margin-bottom: 0.7142857143em;
  position: relative;
  font-size: 0.875rem;
  font-weight: 300;
}
.yp-column-slider .column.content ol li:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .yp-column-slider .column.content ol li {
    padding-right: 15px;
  }
}
.yp-column-slider .column.content ol li strong {
  display: inline-flex;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.yp-column-slider .column.content ol li::marker {
  font-weight: 400;
  color: #c6aa9d;
}
.yp-column-slider .column.content ul {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.yp-column-slider .column.content ul li {
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.yp-column-slider .column.content.rose a,
.yp-column-slider .column.content.rose p,
.yp-column-slider .column.content.rose strong,
.yp-column-slider .column.content.rose em,
.yp-column-slider .column.content.rose b,
.yp-column-slider .column.content.rose li {
  color: white;
}
.yp-column-slider .column.content.rose h1,
.yp-column-slider .column.content.rose h2,
.yp-column-slider .column.content.rose h3,
.yp-column-slider .column.content.rose h4,
.yp-column-slider .column.content.rose h5,
.yp-column-slider .column.content.rose h6 {
  color: #5d5d5d;
}
.yp-column-slider .column.content.gray a,
.yp-column-slider .column.content.gray p,
.yp-column-slider .column.content.gray strong,
.yp-column-slider .column.content.gray em,
.yp-column-slider .column.content.gray b,
.yp-column-slider .column.content.gray li {
  color: white;
}
.yp-column-slider .column.content.gray h1,
.yp-column-slider .column.content.gray h2,
.yp-column-slider .column.content.gray h3,
.yp-column-slider .column.content.gray h4,
.yp-column-slider .column.content.gray h5,
.yp-column-slider .column.content.gray h6 {
  color: #c6aa9d;
}
.yp-column-slider .column.content.green a,
.yp-column-slider .column.content.green p,
.yp-column-slider .column.content.green strong,
.yp-column-slider .column.content.green em,
.yp-column-slider .column.content.green b,
.yp-column-slider .column.content.green li {
  color: white;
}
.yp-column-slider .column.content.green h1,
.yp-column-slider .column.content.green h2,
.yp-column-slider .column.content.green h3,
.yp-column-slider .column.content.green h4,
.yp-column-slider .column.content.green h5,
.yp-column-slider .column.content.green h6 {
  color: #5d5d5d;
}

.yp-fitogram-embed {
  font-size: 1rem;
  background-color: #dbd3c8;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  min-width: calc(100vw - var(--frame-s) * 2);
  min-height: calc(100vh - var(--frame-s) * 2);
}
@media (max-width: 1200px) {
  .yp-fitogram-embed {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 600px) {
  .yp-fitogram-embed {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.yp-fitogram-embed.gray {
  background-color: #5d5d5d;
}
.yp-fitogram-embed.rose {
  background-color: #c6aa9d;
}
.yp-fitogram-embed.green {
  background-color: #7b8073;
}
.yp-fitogram-embed.reduce-padding-top {
  padding-top: 100px !important;
}
@media (max-width: 600px) {
  .yp-fitogram-embed.reduce-padding-top {
    padding-top: 50px !important;
  }
}
.yp-fitogram-embed.reduce-padding-bottom {
  padding-bottom: 100px !important;
}
@media (max-width: 600px) {
  .yp-fitogram-embed.reduce-padding-bottom {
    padding-bottom: 50px !important;
  }
}
.yp-fitogram-embed .inner {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1024px) {
  .yp-fitogram-embed .inner {
    width: 100%;
  }
}
.yp-fitogram-embed .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  max-width: unset;
  width: calc(100vw - var(--frame-s) * 2);
}
.yp-fitogram-embed .bg.bottom {
  top: unset;
  bottom: 0;
}
.yp-fitogram-embed .bg img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -200%;
     object-position: center -200%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .yp-fitogram-embed .bg img {
    width: 200%;
  }
}
@media (max-width: 900px) {
  .yp-fitogram-embed .bg img {
    width: 200%;
  }
}
@media (max-width: 600px) {
  .yp-fitogram-embed .bg img {
    width: 300%;
    -o-object-position: right -50px;
       object-position: right -50px;
  }
}

header {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 101;
  pointer-events: none;
}
header.consent-tool-open {
  z-index: 9001;
}
header.consent-tool-open * {
  pointer-events: none;
}
header .frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
header .frame > div {
  background: #f8f5f3;
}
header .frame > div.top {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  height: 60px;
  pointer-events: initial;
}
@media (max-width: 600px) {
  header .frame > div.top {
    height: 30px;
  }
}
@media (max-width: 600px) {
  header .frame > div.top {
    padding-left: 30px;
    padding-right: 30px;
  }
}
header .frame > div.top #mobile-nav-button {
  display: none;
}
@media (max-width: 1200px) {
  header .frame > div.top #mobile-nav-button {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 1.25rem;
    right: 3.75rem;
    transition: all 0.5s ease;
    z-index: 101;
  }
}
@media (max-width: 1200px) and (max-width: 600px) {
  header .frame > div.top #mobile-nav-button {
    top: 5px;
    right: 30px;
  }
}
@media (max-width: 1200px) {
  header .frame > div.top #mobile-nav-button span {
    display: block;
    width: 100%;
    height: 2px;
    background: #ceb8a4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .frame > div.top #mobile-nav-button span:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-90deg);
  }
}
@media (max-width: 1200px) {
  header .frame > div.top #mobile-nav-button.active {
    transform: rotate(45deg);
  }
}
header .frame > div.top .logo {
  display: block;
  position: relative;
  align-self: flex-start;
  font-size: 0;
  width: 9.375rem;
  height: 6.25rem;
  background: white;
  padding: 1.5625rem 1.25rem;
  margin-left: 2.5rem;
  box-shadow: 4px 5px 8px rgba(93, 93, 93, 0.1);
  z-index: 51;
}
header .frame > div.top .logo img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
}
@media (max-width: 600px) {
  header .frame > div.top .logo img {
    width: 80px;
    height: 53px;
  }
}
@media (max-width: 600px) {
  header .frame > div.top .logo {
    min-width: 100px;
    width: 100px;
    min-height: 83px;
    height: 83px;
    padding: 0;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
header .frame > div.top nav.mod_navigation {
  margin-left: auto;
}
header .frame > div.top nav.mod_navigation ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}
header .frame > div.top nav.mod_navigation ul li:nth-child(n+2) {
  margin-left: 1.875em;
}
header .frame > div.top nav.mod_navigation ul a,
header .frame > div.top nav.mod_navigation ul span,
header .frame > div.top nav.mod_navigation ul strong {
  transition: color 0.5s ease;
  text-decoration: none;
  display: block;
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  text-transform: uppercase;
  color: #5d5d5d;
}
@media (max-width: 1200px) {
  header .frame > div.top nav.mod_navigation ul a,
header .frame > div.top nav.mod_navigation ul span,
header .frame > div.top nav.mod_navigation ul strong {
    display: inline-block;
  }
}
header .frame > div.top nav.mod_navigation ul a.active, header .frame > div.top nav.mod_navigation ul a:hover,
header .frame > div.top nav.mod_navigation ul span.active,
header .frame > div.top nav.mod_navigation ul span:hover,
header .frame > div.top nav.mod_navigation ul strong.active,
header .frame > div.top nav.mod_navigation ul strong:hover {
  color: #c6aa9d;
}
header .frame > div.top nav.mod_navigation ul a.submenu,
header .frame > div.top nav.mod_navigation ul strong.submenu {
  position: relative;
  z-index: inherit;
}
header .frame > div.top nav.mod_navigation ul a.submenu.last,
header .frame > div.top nav.mod_navigation ul strong.submenu.last {
  margin-right: 0.9375em;
}
header .frame > div.top nav.mod_navigation ul a.submenu::after,
header .frame > div.top nav.mod_navigation ul strong.submenu::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #c6aa9d;
  border-right: 1px solid #c6aa9d;
  transition: transform 0.5s ease;
  transform-origin: 65% 65%;
  transform: translateY(-80%) rotate(45deg);
  margin-left: 0.3125em;
  position: absolute;
  top: 50%;
  left: 100%;
}
header .frame > div.top nav.mod_navigation ul a.submenu:hover::after,
header .frame > div.top nav.mod_navigation ul strong.submenu:hover::after {
  transform: translateY(-80%) rotate(-135deg);
}
header .frame > div.top nav.mod_navigation ul.level_2 {
  position: absolute;
  display: block;
  list-style: none;
  padding-left: 0;
  padding-top: 20px;
  padding-bottom: 2.5em;
  background: #f8f5f3;
  opacity: 0;
  transform: translateY(-5%) scale(0.8);
  transform-origin: top;
  visibility: hidden;
  transition: all 0.5s ease;
}
header .frame > div.top nav.mod_navigation ul.level_2 li {
  white-space: nowrap;
}
header .frame > div.top nav.mod_navigation ul.level_2 li:nth-child(n+2) {
  margin-top: 0.5em;
  margin-left: 0;
}
header .frame > div.top nav.mod_navigation ul.level_2::before, header .frame > div.top nav.mod_navigation ul.level_2::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 90%;
  width: 100vw;
  height: 100%;
  background: #f8f5f3;
}
header .frame > div.top nav.mod_navigation ul.level_2::after {
  right: unset;
  left: 90%;
}
header .frame > div.top nav.mod_navigation ul.level_2:hover {
  pointer-events: all;
}
header .frame > div.top nav.mod_navigation ul li.submenu:hover .level_2 {
  visibility: visible;
  opacity: 1;
  transform: unset;
}
header .frame > div.top .inner .social-media-icons {
  display: none;
}
@media (max-width: 1200px) {
  header .frame > div.top .inner {
    pointer-events: none;
    transform: translateY(-10%);
    opacity: 0;
    transition: all 0.5s ease;
    position: fixed;
    background: #f8f5f3;
    top: 60px;
    left: 60px;
    right: 60px;
    bottom: 60px;
  }
}
@media (max-width: 1200px) and (max-width: 600px) {
  header .frame > div.top .inner {
    top: 30px;
    left: 30px;
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 1200px) {
  header .frame > div.top .inner * {
    pointer-events: none;
  }
}
@media (max-width: 1200px) {
  header .frame > div.top .inner.open {
    transform: translateY(0%);
    opacity: 1;
    pointer-events: initial;
  }
  header .frame > div.top .inner.open * {
    pointer-events: initial;
  }
}
@media (max-width: 1200px) {
  header .frame > div.top .inner .social-media-icons {
    position: absolute;
    bottom: 26px;
    left: 50%;
    transform: translateX(-50%);
    display: none !important;
  }
}
@media (max-width: 1200px) and (max-width: 600px) {
  header .frame > div.top .inner .social-media-icons {
    display: flex !important;
  }
}
@media (max-width: 1200px) {
  header .frame > div.top .inner .social-media-icons .social-media {
    width: 30px;
    height: 30px;
  }
  header .frame > div.top .inner .social-media-icons .social-media:nth-child(n+2) {
    margin-left: 1.25em;
  }
  header .frame > div.top .inner .social-media-icons .social-media img {
    display: block;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1200px) {
  header .frame > div.top nav.mod_navigation {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: visible;
  }
  header .frame > div.top nav.mod_navigation ul.level_1 {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 0px;
    /* &.open { */
    transform: translateY(0%);
    opacity: 1;
    /* pointer-events: initial; */
    /* } */
  }
  .frame .top .inner.open header .frame > div.top nav.mod_navigation ul.level_1 {
    transform: translateY(0%);
    opacity: 1;
    pointer-events: initial;
  }

  header .frame > div.top nav.mod_navigation ul.level_1 li {
    margin-left: 0;
  }
  header .frame > div.top nav.mod_navigation ul.level_1 li a,
header .frame > div.top nav.mod_navigation ul.level_1 li strong {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.0625em;
    white-space: nowrap;
  }
}
@media (max-width: 1200px) and (max-width: 600px) {
  header .frame > div.top nav.mod_navigation ul.level_1 li a,
header .frame > div.top nav.mod_navigation ul.level_1 li strong {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  header .frame > div.top nav.mod_navigation ul.level_1 li .submenu::after {
    display: none;
  }
  header .frame > div.top nav.mod_navigation ul.level_1 li .submenu.last {
    margin-right: 0;
  }
}
@media (max-width: 1200px) {
  header .frame > div.top nav.mod_navigation ul.level_1 li:nth-child(n+2) {
    margin-top: 17px;
  }
}
@media (max-width: 1200px) {
  header .frame > div.top nav.mod_navigation ul.level_1 li.submenu {
    text-align: center;
  }
  header .frame > div.top nav.mod_navigation ul.level_1 li.submenu::after {
    display: none;
  }
  header .frame > div.top nav.mod_navigation ul.level_1 li.submenu a,
header .frame > div.top nav.mod_navigation ul.level_1 li.submenu strong {
    position: relative;
  }
  header .frame > div.top nav.mod_navigation ul.level_1 li.submenu a .submenu-button,
header .frame > div.top nav.mod_navigation ul.level_1 li.submenu strong .submenu-button {
    cursor: pointer;
    position: absolute;
    width: 1em;
    height: 1em;
    top: 0;
    left: calc(100% + 5px);
    box-sizing: border-box;
  }
  header .frame > div.top nav.mod_navigation ul.level_1 li.submenu a .submenu-button span,
header .frame > div.top nav.mod_navigation ul.level_1 li.submenu strong .submenu-button span {
    display: block;
    width: 8px;
    height: 2px;
    background: #ceb8a4;
    position: absolute;
    left: calc(50% - 1px);
    top: 50%;
    transition: all 0.25s ease;
    transform: rotate(-45deg) translate(0%, -50%);
  }
  header .frame > div.top nav.mod_navigation ul.level_1 li.submenu a .submenu-button span:nth-child(2),
header .frame > div.top nav.mod_navigation ul.level_1 li.submenu strong .submenu-button span:nth-child(2) {
    left: unset;
    right: calc(50% - 1px);
    transform: rotate(45deg) translate(0%, -50%);
  }
  header .frame > div.top nav.mod_navigation ul.level_1 li.submenu a .submenu-button.active span:nth-child(1),
header .frame > div.top nav.mod_navigation ul.level_1 li.submenu strong .submenu-button.active span:nth-child(1) {
    transform: translateX(-1.5px) rotate(45deg) translateY(-50%);
  }
  header .frame > div.top nav.mod_navigation ul.level_1 li.submenu a .submenu-button.active span:nth-child(2),
header .frame > div.top nav.mod_navigation ul.level_1 li.submenu strong .submenu-button.active span:nth-child(2) {
    transform: translateX(1.5px) rotate(-45deg) translateY(-50%);
  }
  header .frame > div.top nav.mod_navigation ul.level_1 li.submenu .level_2 {
    position: relative;
    transform: unset;
    visibility: visible;
    opacity: 1;
    max-height: 0px;
    overflow: hidden;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: max-height 0.5s ease, margin-top 0.25s ease, margin-bottom 0.25s ease;
  }
  header .frame > div.top nav.mod_navigation ul.level_1 li.submenu .level_2 li:nth-child(n+2) {
    margin-top: 5px;
  }
}
@media (max-width: 1200px) and (max-width: 600px) {
  header .frame > div.top nav.mod_navigation ul.level_1 li.submenu .level_2 li:nth-child(n+2) {
    margin-top: 8px;
  }
}
@media (max-width: 1200px) {
  header .frame > div.top nav.mod_navigation ul.level_1 li.submenu .level_2 a,
header .frame > div.top nav.mod_navigation ul.level_1 li.submenu .level_2 strong {
    font-family: mr-eaves-modern, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.1428571429em;
    font-weight: 300;
  }
}
@media (max-width: 1200px) and (max-width: 600px) {
  header .frame > div.top nav.mod_navigation ul.level_1 li.submenu .level_2 a,
header .frame > div.top nav.mod_navigation ul.level_1 li.submenu .level_2 strong {
    font-size: 16px;
  }
}
@media (max-width: 1200px) {
  header .frame > div.top nav.mod_navigation ul.level_1 li.submenu .level_2 li.current-menu-item a {
    font-weight: 400;
  }
}
@media (max-width: 1200px) {
  header .frame > div.top nav.mod_navigation ul.level_1 li.submenu .level_2.active {
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
    max-height: 500px;
  }
}
header .frame > div.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 60px;
  pointer-events: initial;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}
@media (max-width: 600px) {
  header .frame > div.bottom {
    height: 30px;
  }
}
@media (max-width: 600px) {
  header .frame > div.bottom {
    padding-left: 30px;
    padding-right: 30px;
  }
}
header .frame > div.bottom a {
  text-decoration: none;
  color: #5d5d5d;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}
header .frame > div.bottom a:visited {
  color: #5d5d5d;
  opacity: 1;
}
header .frame > div.bottom .links-left,
header .frame > div.bottom .links-right {
  display: flex;
}
header .frame > div.bottom .links-left a:nth-child(2),
header .frame > div.bottom .links-right a:nth-child(2) {
  margin-left: 10px;
  margin-right: 10px;
}
header .frame > div.bottom .links-left.links-right a:nth-child(2),
header .frame > div.bottom .links-right.links-right a:nth-child(2) {
  margin-left: 10px;
}
header .frame > div.bottom .links-left a:last-child {
  letter-spacing: initial;
}
@media (max-width: 600px) {
  header .frame > div.bottom .links-left,
header .frame > div.bottom .links-right {
    position: absolute;
    left: 30px;
    right: 30px;
    transition: opacity 0.5s ease;
    justify-content: space-between;
    gap: unset;
  }
  header .frame > div.bottom .links-right {
    opacity: 0;
    pointer-events: none;
  }
  header .frame > div.bottom.open .links-right {
    opacity: 1;
    pointer-events: initial;
  }
  header .frame > div.bottom.open .links-left {
    opacity: 0;
    pointer-events: none;
  }
}
header .frame > div.left {
  position: absolute;
  left: 0;
  top: 0;
  height: 100vh;
  width: 60px;
  pointer-events: initial;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 600px) {
  header .frame > div.left {
    width: 30px;
  }
}
header .frame > div.left > .social-media {
  width: 30px;
  height: 30px;
}
header .frame > div.left > .social-media:nth-child(n+2) {
  margin-top: 10px;
}
@media (max-width: 600px) {
  header .frame > div.left > .social-media {
    display: none;
  }
}
header .frame > div.left > .social-media img {
  display: block;
  width: 100%;
  height: 100%;
}
header .frame > div.right {
  position: absolute;
  right: 0;
  top: 0;
  height: 100vh;
  width: 60px;
  pointer-events: initial;
}
@media (max-width: 600px) {
  header .frame > div.right {
    width: 30px;
  }
}

.yp-grid-gallery {
  min-height: calc(100vh - var(--frame-s) * 2);
  overflow: visible;
}
.yp-grid-gallery.rose {
  background: #dbd3c8;
}
.yp-grid-gallery.gray {
  background: #5d5d5d;
}
.yp-grid-gallery.green {
  background: #8c9086;
}
.yp-grid-gallery .grid {
  display: grid;
  grid-template-areas: "A A E" "A A E" "B C E" "B C F" "B D F" "B D F";
  opacity: 0;
  transition: opacity 1s ease;
  gap: 30px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 14.0625em;
}
.yp-grid-gallery .grid.large {
  grid-template-areas: "A B H" "A B H" "A C H" "A C I" "D D I" "D D I" "E G J" "E G J" "F G K" "F G K";
}
.yp-grid-gallery .grid.show {
  opacity: 1;
}
@media (max-width: 1500px) {
  .yp-grid-gallery .grid {
    padding-bottom: 100px;
  }
}
@media (max-width: 900px) {
  .yp-grid-gallery .grid.small, .yp-grid-gallery .grid.large {
    grid-template-areas: unset;
    grid-template-columns: 1fr;
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .yp-grid-gallery .grid {
    padding-left: 0;
    padding-right: 0;
    max-width: 90%;
    gap: 20px;
  }
}
.yp-grid-gallery .grid .image {
  display: block;
  margin: 0;
  padding: 0;
}
.yp-grid-gallery .grid .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.yp-grid-gallery .grid .image-1 {
  grid-area: A;
}
.yp-grid-gallery .grid .image-2 {
  grid-area: B;
}
.yp-grid-gallery .grid .image-3 {
  grid-area: C;
}
.yp-grid-gallery .grid .image-4 {
  grid-area: D;
}
.yp-grid-gallery .grid .image-5 {
  grid-area: E;
}
.yp-grid-gallery .grid .image-6 {
  grid-area: F;
}
.yp-grid-gallery .grid .image-7 {
  grid-area: G;
}
.yp-grid-gallery .grid .image-8 {
  grid-area: H;
}
.yp-grid-gallery .grid .image-9 {
  grid-area: I;
}
.yp-grid-gallery .grid .image-10 {
  grid-area: J;
}
.yp-grid-gallery .grid .image-11 {
  grid-area: K;
}
@media (max-width: 900px) {
  .yp-grid-gallery .grid .image {
    grid-area: unset;
  }
}

.yp-grid-links {
  background: #f0ebe8;
  padding-top: 9.375em;
  padding-bottom: 9.375em;
}
@media (max-width: 900px) {
  .yp-grid-links {
    padding: 12.5% 5%;
  }
}
@media (max-width: 600px) {
  .yp-grid-links {
    padding-top: 15%;
    padding-bottom: 15%;
  }
}
.yp-grid-links .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  gap: 10px;
}
@media (min-width: 1311px) {
  .yp-grid-links .grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .yp-grid-links .grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .yp-grid-links .grid {
    grid-template-columns: 1fr;
  }
}
.yp-grid-links .grid .item {
  /* max-width: 390px; */
  position: relative;
  font-size: 25px;
}
.yp-grid-links .grid .item .bg {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 66.6666666667%;
}
.yp-grid-links .grid .item .bg img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
.yp-grid-links .grid .item .bg::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
}
.yp-grid-links .grid .item .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  font-size: 25px;
}
.yp-grid-links .grid .item .text .small {
  text-transform: uppercase;
  margin: 0;
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 1.12em;
}
.yp-grid-links .grid .item .text .cursive {
  font-family: "DragonWick FG Custom";
  font-weight: normal;
  font-style: normal;
  margin: 0;
  text-transform: none;
  font-size: 1.4em;
  line-height: 1.1428571429em;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
@media (max-width: 900px) {
  .yp-grid-links .grid .item .text .cursive {
    font-size: 30px;
  }
}

.yp-hero-image {
  position: relative;
}
.yp-hero-image .bg {
  height: calc(100vh - var(--frame-s) * 2);
}
.yp-hero-image .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yp-hero-image .title {
  position: absolute;
  bottom: 9.5%;
  left: 5.3%;
  font-size: 1.5625rem;
}
@media (max-width: 900px) {
  .yp-hero-image .title {
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .yp-hero-image .title {
    bottom: 20%;
  }
}
.yp-hero-image .title .small {
  font-size: 1em;
  letter-spacing: 0.05em;
  line-height: 28, 25;
  color: #fff;
  opacity: 0.5;
  margin-left: 1.6em;
  margin-bottom: 0;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 900px) {
  .yp-hero-image .title .small {
    margin-left: 0;
    opacity: 0.7;
  }
}
@media (max-width: 600px) {
  .yp-hero-image .title .small {
    font-size: 16px;
    line-height: 17px;
    letter-spacing: 0.8px;
  }
}
.yp-hero-image .title .cursive {
  font-size: 2.6em;
  letter-spacing: 0;
  line-height: 1.0769230769em;
  color: #7b8073;
  margin: 0;
  font-family: "DragonWick FG Custom";
  font-weight: normal;
  font-style: normal;
}
@media (max-width: 900px) {
  .yp-hero-image .title .cursive {
    color: #fff;
  }
}
@media (max-width: 600px) {
  .yp-hero-image .title .cursive {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: 0;
  }
}
.yp-hero-image lottie-player {
  position: absolute;
  bottom: 0;
  width: 100px;
  height: 100px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  pointer-events: none;
}
@media (max-width: 900px) {
  .yp-hero-image lottie-player {
    display: block;
  }
}

.yp-hero-text {
  font-size: 1rem;
  background-color: #dbd3c8;
  padding-top: 12.5rem;
  padding-bottom: 18.75rem;
  text-align: center;
  position: relative;
  overflow: visible;
}
.yp-hero-text.home {
  padding-bottom: 400px;
}
@media (max-width: 1200px) {
  .yp-hero-text {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 900px) {
  .yp-hero-text {
    padding-bottom: 6.25rem;
  }
  .yp-hero-text.home {
    padding-bottom: 300px;
  }
}
@media (max-width: 600px) {
  .yp-hero-text {
    padding-bottom: 3.125rem;
  }
  .yp-hero-text.home {
    padding-bottom: 250px;
  }
}
.yp-hero-text.reduce-padding-top {
  padding-top: 100px !important;
}
@media (max-width: 600px) {
  .yp-hero-text.reduce-padding-top {
    padding-top: 50px !important;
  }
}
.yp-hero-text.reduce-padding-bottom {
  padding-bottom: 100px !important;
}
@media (max-width: 600px) {
  .yp-hero-text.reduce-padding-bottom {
    padding-bottom: 50px !important;
  }
}
.yp-hero-text.remove-padding-bottom {
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .yp-hero-text.remove-padding-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 900px) {
  .yp-hero-text.remove-padding-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .yp-hero-text.remove-padding-bottom {
    padding-bottom: 50px;
  }
}
.yp-hero-text * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.yp-hero-text p {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .yp-hero-text p {
    margin: 0;
  }
}
.yp-hero-text h2 {
  margin-top: 0;
  font-weight: normal;
  color: #7b8073;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
.yp-hero-text .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  max-width: unset;
  width: calc(100vw - var(--frame-s) * 2);
  background-color: #dbd3c8;
}
.yp-hero-text .bg.bottom {
  top: unset;
  bottom: 0;
}
.yp-hero-text .bg img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -200%;
     object-position: center -200%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .yp-hero-text .bg img {
    width: 200%;
  }
}
@media (max-width: 900px) {
  .yp-hero-text .bg img {
    width: 200%;
  }
}
@media (max-width: 600px) {
  .yp-hero-text .bg img {
    width: 400%;
    -o-object-position: right 0px;
       object-position: right 0px;
  }
}
.yp-hero-text.pretty h1 {
  font-family: "DragonWick FG Custom";
  font-weight: normal;
  font-style: normal;
  font-size: 55px;
  margin-top: 0;
}
@media (max-width: 600px) {
  .yp-hero-text.pretty h1 {
    font-size: 35px;
    line-height: 28px;
  }
}
.yp-hero-text.pretty h2 {
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media (max-width: 600px) {
  .yp-hero-text.pretty h2 {
    margin-bottom: 20px;
  }
}
.yp-hero-text.pretty.rose h2 {
  color: #5d5d5d;
}
.yp-hero-text.pretty.rose h1 {
  color: #c6aa9d;
}
.yp-hero-text.pretty.green h2 {
  color: white;
}
.yp-hero-text.pretty.green h1 {
  color: #5d5d5d;
}
.yp-hero-text.pretty.gray h2 {
  color: white;
}
.yp-hero-text.pretty.gray h1 {
  color: #c6aa9d;
}
.yp-hero-text.pb-studio {
  padding-bottom: 5em;
  padding-top: 12.5em !important;
}
@media (max-width: 1500px) {
  .yp-hero-text.pb-studio {
    padding-top: 12.5em !important;
  }
}
@media (max-width: 900px) {
  .yp-hero-text.pb-studio {
    padding-top: 15.625em !important;
    padding-bottom: 6.25em;
  }
}
@media (max-width: 600px) {
  .yp-hero-text.pb-studio {
    padding-top: 9.375em !important;
  }
}

.yp-image-row {
  font-size: 1rem;
  text-align: left;
  position: relative;
  overflow: visible;
}
.yp-image-row.first {
  padding-top: 100px;
}
.yp-image-row.last {
  padding-bottom: 100px;
}
.yp-image-row * {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.yp-image-row .inner {
  width: 50%;
  display: flex;
  padding-bottom: 10px;
}
.yp-image-row .inner .image:nth-child(n+2) {
  margin-left: 14px;
}
@media (max-width: 1200px) {
  .yp-image-row .inner {
    width: 70%;
  }
}
@media (max-width: 900px) {
  .yp-image-row .inner {
    width: 80%;
  }
}
@media (max-width: 600px) {
  .yp-image-row .inner {
    flex-direction: column;
  }
  .yp-image-row .inner .image:nth-child(n+2) {
    margin-left: 0;
    margin-top: 14px;
  }
}
.yp-image-row .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  max-width: unset;
  width: calc(100vw - var(--frame-s) * 2);
}
.yp-image-row .bg.bottom {
  top: unset;
  bottom: 0;
}
.yp-image-row .bg img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -200%;
     object-position: center -200%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .yp-image-row .bg img {
    width: 200%;
  }
}
@media (max-width: 900px) {
  .yp-image-row .bg img {
    width: 200%;
  }
}
@media (max-width: 600px) {
  .yp-image-row .bg img {
    width: 300%;
    -o-object-position: right -50px;
       object-position: right -50px;
  }
}

.yp-plain-site {
  font-size: 1rem;
  background-color: #dbd3c8;
  padding-top: 100px;
  padding-bottom: 100px;
  box-sizing: border-box;
  position: relative;
  min-width: calc(100vw - var(--frame-s) * 2);
  min-height: calc(100vh - var(--frame-s) * 2);
}
@media (max-width: 900px) {
  .yp-plain-site {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media (max-width: 600px) {
  .yp-plain-site {
    padding-bottom: 6.25rem;
  }
}
.yp-plain-site.reduce-padding-top {
  padding-top: 100px !important;
}
@media (max-width: 600px) {
  .yp-plain-site.reduce-padding-top {
    padding-top: 50px !important;
  }
}
.yp-plain-site.reduce-padding-bottom {
  padding-bottom: 100px !important;
}
@media (max-width: 600px) {
  .yp-plain-site.reduce-padding-bottom {
    padding-bottom: 50px !important;
  }
}
.yp-plain-site.rose {
  background-color: #dbd3c8;
}
.yp-plain-site.rose,
.yp-plain-site.rose a {
  color: #5d5d5d;
}
.yp-plain-site.rose h1,
.yp-plain-site.rose h2,
.yp-plain-site.rose h3,
.yp-plain-site.rose h4,
.yp-plain-site.rose h5,
.yp-plain-site.rose h6 {
  color: #5d5d5d;
}
.yp-plain-site.rose h1,
.yp-plain-site.rose h2 {
  color: #8c9086;
}
.yp-plain-site.green {
  background-color: #8c9086;
}
.yp-plain-site.green,
.yp-plain-site.green a {
  color: white;
}
.yp-plain-site.green h1,
.yp-plain-site.green h2,
.yp-plain-site.green h3,
.yp-plain-site.green h4,
.yp-plain-site.green h5,
.yp-plain-site.green h6 {
  color: #c6aa9d;
}
.yp-plain-site.green h1,
.yp-plain-site.green h2 {
  color: #c6aa9d;
}
.yp-plain-site.gray {
  background-color: #5d5d5d;
}
.yp-plain-site.gray,
.yp-plain-site.gray a {
  color: #fff;
}
.yp-plain-site.gray h1,
.yp-plain-site.gray h2,
.yp-plain-site.gray h3,
.yp-plain-site.gray h4,
.yp-plain-site.gray h5,
.yp-plain-site.gray h6 {
  color: #c6aa9d;
}
.yp-plain-site.gray h1,
.yp-plain-site.gray h2 {
  color: #c6aa9d;
}
.yp-plain-site .block {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
.yp-plain-site .block iframe {
  margin-top: 1em;
  width: 100%;
}
@media (max-width: 1200px) {
  .yp-plain-site .block {
    width: 70%;
  }
}
@media (max-width: 900px) {
  .yp-plain-site .block {
    width: 80%;
  }
}
.yp-plain-site h1,
.yp-plain-site h2,
.yp-plain-site h3,
.yp-plain-site h4,
.yp-plain-site h5,
.yp-plain-site h6 {
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}
.yp-plain-site h1,
.yp-plain-site a {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  word-wrap: break-word;
  max-width: 100%;
}
.yp-plain-site h1 {
  font-weight: bold;
  margin-bottom: 40px;
}
.yp-plain-site h2 {
  font-weight: 400;
  margin-bottom: 20px;
}
.yp-plain-site h3 {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 1.17em;
}
.yp-plain-site p,
.yp-plain-site a,
.yp-plain-site ol li,
.yp-plain-site ul li,
.yp-plain-site strong {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.yp-plain-site li::marker {
  color: inherit;
}
.yp-plain-site strong {
  font-weight: 400;
}
.yp-plain-site p {
  margin-top: 1em;
  margin-bottom: 25px;
}
.yp-plain-site .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  max-width: unset;
  width: calc(100vw - var(--frame-s) * 2);
}
.yp-plain-site .bg.bottom {
  top: unset;
  bottom: 0;
}
.yp-plain-site .bg img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -200%;
     object-position: center -200%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .yp-plain-site .bg img {
    width: 200%;
  }
}
@media (max-width: 900px) {
  .yp-plain-site .bg img {
    width: 200%;
  }
}
@media (max-width: 600px) {
  .yp-plain-site .bg img {
    width: 400%;
    -o-object-position: right 0px;
       object-position: right 0px;
  }
}

.yp-retreat-text {
  font-size: 1rem;
  background-color: #dbd3c8;
  text-align: left;
  position: relative;
  overflow: visible;
}
.yp-retreat-text.first {
  padding-top: 100px;
}
.yp-retreat-text.last {
  padding-bottom: 100px;
}
.yp-retreat-text.rose {
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  background-color: #c6aa9d;
  color: #5d5d5d;
}
.yp-retreat-text.rose h1,
.yp-retreat-text.rose h2 {
  color: #8c9086;
  text-transform: uppercase;
}
.yp-retreat-text.rose h3,
.yp-retreat-text.rose h4,
.yp-retreat-text.rose h5,
.yp-retreat-text.rose h6,
.yp-retreat-text.rose a.back {
  color: #dbd3c8;
  text-transform: uppercase;
  font-weight: 300;
}
.yp-retreat-text.green {
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  background-color: #8c9086;
  color: white;
}
.yp-retreat-text.green h1,
.yp-retreat-text.green h2 {
  color: #5d5d5d;
  text-transform: uppercase;
}
.yp-retreat-text.green h3,
.yp-retreat-text.green h4,
.yp-retreat-text.green h5,
.yp-retreat-text.green h6,
.yp-retreat-text.green a.back {
  color: #dbd3c8;
  text-transform: uppercase;
  font-weight: 300;
}
.yp-retreat-text.gray {
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  background-color: #5d5d5d;
  color: white;
}
.yp-retreat-text.gray h1,
.yp-retreat-text.gray h2 {
  color: #c6aa9d;
  text-transform: uppercase;
}
.yp-retreat-text.gray h3,
.yp-retreat-text.gray h4,
.yp-retreat-text.gray h5,
.yp-retreat-text.gray h6,
.yp-retreat-text.gray a.back {
  color: #dbd3c8;
  text-transform: uppercase;
  font-weight: 300;
}
.yp-retreat-text.reduce-padding-top {
  padding-top: 100px !important;
}
@media (max-width: 600px) {
  .yp-retreat-text.reduce-padding-top {
    padding-top: 50px !important;
  }
}
.yp-retreat-text.reduce-padding-bottom {
  padding-bottom: 100px !important;
}
@media (max-width: 600px) {
  .yp-retreat-text.reduce-padding-bottom {
    padding-bottom: 50px !important;
  }
}
.yp-retreat-text.remove-padding-bottom {
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .yp-retreat-text.remove-padding-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 900px) {
  .yp-retreat-text.remove-padding-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .yp-retreat-text.remove-padding-bottom {
    padding-bottom: 50px;
  }
}
.yp-retreat-text * {
  position: relative;
  z-index: 1;
}
.yp-retreat-text .inner {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1200px) {
  .yp-retreat-text .inner {
    width: 70%;
  }
}
@media (max-width: 900px) {
  .yp-retreat-text .inner {
    width: 80%;
  }
}
.yp-retreat-text .inner.margin-bottom {
  margin-bottom: 40px;
}
.yp-retreat-text .inner table {
  border-collapse: collapse;
  width: 100%;
  max-width: 80%;
  margin-top: 10px;
  margin-bottom: 30px;
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
}
@media (max-width: 900px) {
  .yp-retreat-text .inner table {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .yp-retreat-text .inner table {
    overflow: scroll;
    display: inline-block;
  }
}
.yp-retreat-text .inner table strong {
  font-weight: 400;
}
.yp-retreat-text .inner table,
.yp-retreat-text .inner table tbody {
  position: static;
}
.yp-retreat-text .inner table th,
.yp-retreat-text .inner table td {
  padding: 4px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
@media (max-width: 900px) {
  .yp-retreat-text .inner table th,
.yp-retreat-text .inner table td {
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
}
@media (max-width: 600px) {
  .yp-retreat-text .inner table th,
.yp-retreat-text .inner table td {
    white-space: nowrap;
  }
}
.yp-retreat-text .inner table th:nth-child(1),
.yp-retreat-text .inner table td:nth-child(1) {
  width: 30%;
}
.yp-retreat-text .inner table th:nth-child(2),
.yp-retreat-text .inner table td:nth-child(2) {
  width: 30%;
}
.yp-retreat-text .inner table th:first-child,
.yp-retreat-text .inner table td:first-child {
  border-left: none;
}
.yp-retreat-text .inner table th:last-child,
.yp-retreat-text .inner table td:last-child {
  border-right: none;
}
@media (max-width: 900px) {
  .yp-retreat-text .inner table th:last-child,
.yp-retreat-text .inner table td:last-child {
    padding-left: 15px;
  }
}
.yp-retreat-text .inner a {
  color: inherit;
}
.yp-retreat-text .inner a.back {
  position: relative;
  padding-left: 45px;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.yp-retreat-text .inner a.back:hover {
  opacity: 0.8;
}
.yp-retreat-text .inner a.back::before {
  content: "";
  display: inline-block;
  background-image: url("../../files/yoga-padma_theme/public/img/slider_arrow_left.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 35px;
  height: 1em;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.yp-retreat-text .inner ul,
.yp-retreat-text .inner ol {
  padding-left: 17px;
  margin-bottom: 16px;
}
.yp-retreat-text .inner p,
.yp-retreat-text .inner li {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .yp-retreat-text .inner p,
.yp-retreat-text .inner li {
    margin: 0;
  }
}
.yp-retreat-text .inner h2 {
  margin-top: 0;
  font-weight: normal;
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 0;
}
.yp-retreat-text .inner h3 {
  margin-top: 19px;
  font-size: 1.17em;
  line-height: normal;
  margin-bottom: 0;
}
.yp-retreat-text .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  max-width: unset;
  width: calc(100vw - var(--frame-s) * 2);
}
.yp-retreat-text .bg.bottom {
  top: unset;
  bottom: 0;
}
.yp-retreat-text .bg img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -200%;
     object-position: center -200%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .yp-retreat-text .bg img {
    width: 200%;
  }
}
@media (max-width: 900px) {
  .yp-retreat-text .bg img {
    width: 200%;
  }
}
@media (max-width: 600px) {
  .yp-retreat-text .bg img {
    width: 400%;
    -o-object-position: right 0px;
       object-position: right 0px;
  }
}

.mod_article.retreat {
  min-height: calc(100vh - var(--frame-s) * 2);
}
.mod_article.retreat.rose {
  background-color: #c6aa9d;
}
.mod_article.retreat.green {
  background-color: #8c9086;
}
.mod_article.retreat.gray {
  background-color: #5d5d5d;
}

.yp-team-slider {
  max-height: calc(100vh - var(--frame-s) * 2);
  height: calc(100vh - var(--frame-s) * 2);
  display: flex;
}
@media (max-width: 900px) {
  .yp-team-slider {
    flex-direction: column-reverse;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-height: unset;
  }
}
.yp-team-slider.rose {
  background-color: #c6aa9d;
}
.yp-team-slider.gray {
  background-color: #5d5d5d;
}
.yp-team-slider.green {
  background-color: #7b8073;
}
.yp-team-slider .column {
  height: 100%;
  width: 50%;
}
@media (max-width: 900px) {
  .yp-team-slider .column {
    width: 100%;
    height: calc(100vh - var(--frame-s) * 2);
  }
}
.yp-team-slider .column.slider {
  background-color: #f0ebe8;
  height: calc(100vh - var(--frame-s) * 2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  position: relative;
}
@media (max-width: 900px) {
  .yp-team-slider .column.slider .swiper-arrows {
    position: absolute;
    /* left: 50%; */
    /* transform: translateX(-50%); */
    left: 10px;
    right: 10px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    z-index: 1;
  }
}
@media (max-width: 600px) {
  .yp-team-slider .column.slider .swiper-arrows {
    left: 50%;
    right: unset;
    transform: translateX(-50%);
    bottom: 80px;
    gap: 120px;
  }
}
.yp-team-slider .column.slider .swiper-arrows .swiper-button-prev,
.yp-team-slider .column.slider .swiper-arrows .swiper-button-next {
  height: 35px !important;
  padding-left: 15px;
  transition: opacity 0.75s ease;
  left: 0;
  right: unset;
}
.yp-team-slider .column.slider .swiper-arrows .swiper-button-prev:focus,
.yp-team-slider .column.slider .swiper-arrows .swiper-button-next:focus {
  outline: none;
}
.yp-team-slider .column.slider .swiper-arrows .swiper-button-prev::after,
.yp-team-slider .column.slider .swiper-arrows .swiper-button-next::after {
  content: "" !important;
  background-image: url("../../files/yoga-padma_theme/public/img/slider_arrow.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 10px;
  height: 35px;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .yp-team-slider .column.slider .swiper-arrows .swiper-button-prev,
.yp-team-slider .column.slider .swiper-arrows .swiper-button-next {
    position: relative !important;
    z-index: 1;
  }
}
.yp-team-slider .column.slider .swiper-arrows .swiper-button-prev.swiper-button-next,
.yp-team-slider .column.slider .swiper-arrows .swiper-button-next.swiper-button-next {
  transform: translateY(calc(-50% - 10px));
}
@media (max-width: 900px) {
  .yp-team-slider .column.slider .swiper-arrows .swiper-button-prev.swiper-button-next,
.yp-team-slider .column.slider .swiper-arrows .swiper-button-next.swiper-button-next {
    /* left: 50% !important; */
    /* bottom: 0; */
    transform: rotate(-90deg);
    padding: 0;
  }
}
@media (max-width: 600px) {
  .yp-team-slider .column.slider .swiper-arrows .swiper-button-prev.swiper-button-next,
.yp-team-slider .column.slider .swiper-arrows .swiper-button-next.swiper-button-next {
    /* left: 120px !important; */
  }
}
.yp-team-slider .column.slider .swiper-arrows .swiper-button-prev.swiper-button-prev,
.yp-team-slider .column.slider .swiper-arrows .swiper-button-next.swiper-button-prev {
  transform: translateY(calc(50% + 10px));
}
.yp-team-slider .column.slider .swiper-arrows .swiper-button-prev.swiper-button-prev::after,
.yp-team-slider .column.slider .swiper-arrows .swiper-button-next.swiper-button-prev::after {
  transform: rotate(180deg);
}
@media (max-width: 900px) {
  .yp-team-slider .column.slider .swiper-arrows .swiper-button-prev.swiper-button-prev,
.yp-team-slider .column.slider .swiper-arrows .swiper-button-next.swiper-button-prev {
    transform: rotate(-90deg);
    padding: 0;
    left: unset;
    right: unset;
  }
}
@media (max-width: 600px) {
  .yp-team-slider .column.slider .swiper-arrows .swiper-button-prev.swiper-button-prev,
.yp-team-slider .column.slider .swiper-arrows .swiper-button-next.swiper-button-prev {
    /* right: 120px !important; */
  }
}
@media (max-width: 900px) {
  .yp-team-slider .column.slider .swiper-arrows .swiper-button-prev,
.yp-team-slider .column.slider .swiper-arrows .swiper-button-next {
    /* position: absolute; */
    top: 50% !important;
    z-index: 1;
  }
}
@media (max-width: 600px) {
  .yp-team-slider .column.slider .swiper-arrows .swiper-button-prev,
.yp-team-slider .column.slider .swiper-arrows .swiper-button-next {
    top: 90% !important;
  }
}
.yp-team-slider .column.slider .inner {
  height: 100%;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
}
.yp-team-slider .column.slider .inner .team-image-swiper {
  /* max-width: 70%; */
  height: calc(100vh - var(--frame-s) * 2);
  max-height: 800px;
  margin: auto;
  width: 100%;
  box-sizing: border-box;
}
@media (max-width: 900px) {
  .yp-team-slider .column.slider .inner .team-image-swiper {
    max-height: unset;
    display: flex;
  }
}
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper {
  /* max-height: 600px; */
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  /* align-items: center; */
  /* justify-content: center; */
  margin: auto;
}
@media (max-width: 900px) {
  .yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper {
    max-height: 60%;
  }
}
@media (max-width: 600px) {
  .yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper {
    max-height: 80%;
  }
}
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide,
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide-duplicate,
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide-duplicate-next,
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide-duplicate-prev {
  opacity: 0.5;
  transition: opacity 0.75s ease;
}
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide {
    height: 100%;
  }
}
@media (max-width: 600px) {
  .yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide {
    height: 80%;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
@media (max-width: 900px) {
  .yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner {
    margin-top: auto;
    margin-bottom: auto;
    height: 100%;
    width: 100%;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    /* display: flex; */
    /* align-items: center; */
  }
}
@media (max-width: 600px) {
  .yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner {
    width: 100%;
    height: 100%;
  }
}
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image {
  width: 500px;
  height: 600px;
  overflow: hidden;
  max-height: 56vh;
  max-width: 47vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 900px) {
  .yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image {
    width: unset;
    height: 100%;
    /* max-height: 55vh; */
    /* max-width: 52vw; */
  }
}
@media (max-width: 600px) {
  .yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image {
    max-width: unset;
    max-height: unset;
    width: 100%;
    height: 100%;
  }
}
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image img {
  width: auto;
  height: 150%;
  max-width: unset;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 600px) {
  .yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image img {
    width: 100%;
    height: 100%;
  }
}
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(71, 71, 71, 0.8);
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 5.3125em;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
@media (max-width: 600px) {
  .yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image-overlay {
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
  }
}
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image-overlay.active {
  visibility: visible;
  opacity: 1;
}
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image-overlay a {
  text-decoration: none;
  color: white;
}
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image-overlay h2 {
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5625em;
  letter-spacing: 0.05em;
  line-height: 1.12em;
  margin-top: 0.6em;
  margin-bottom: 1.08em;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image-overlay h2 {
    font-size: 1.2857142857em;
    letter-spacing: 0.05em;
    line-height: 1.2222222222em;
  }
}
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image-overlay .contact p {
  margin: 0 !important;
}
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image-overlay .contact p,
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image-overlay .contact p span,
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image-overlay .contact p a {
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.25em;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image-overlay .contact p,
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image-overlay .contact p span,
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image-overlay .contact p a {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5714285714em;
  }
}
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image-overlay .contact p span {
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25em;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  text-transform: uppercase;
  color: #c6aa9d;
  margin-right: 0.6ch;
}
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image-overlay .inner {
  position: absolute;
  bottom: 0;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5.3125em;
}
@media (max-width: 600px) {
  .yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .image-overlay .inner {
    width: 100%;
    padding: 0px 25px 25px 25px;
    box-sizing: border-box;
  }
}
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .overlay-icon {
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url("../../files/yoga-padma_theme/public/img/team_plus.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 30px;
  right: 30px;
  transition: all 0.2s ease;
  visibility: visible;
  opacity: 1;
  z-index: 50;
}
@media (max-width: 600px) {
  .yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .overlay-icon {
    width: 30px;
    height: 30px;
  }
}
.yp-team-slider .column.slider .inner .team-image-swiper .swiper-wrapper .swiper-slide .slide-inner .overlay-icon.active {
  transform: rotate(-45deg);
}
.yp-team-slider .column.content .inner {
  max-width: 70%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  /* padding-top: 100px; */
  box-sizing: border-box;
  display: flex;
}
@media (max-width: 900px) {
  .yp-team-slider .column.content .inner {
    max-width: unset;
    max-height: unset;
    height: 100%;
    width: 100%;
  }
}
.yp-team-slider .column.content .inner .swiper-container {
  width: 100%;
  position: relative;
}
.yp-team-slider .column.content .inner .swiper-container lottie-player {
  display: block;
  filter: unset;
  bottom: 5vh;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.yp-team-slider .column.content .inner .swiper-container lottie-player.show {
  opacity: 1;
}
@media (max-width: 600px) {
  .yp-team-slider .column.content .inner .swiper-container lottie-player {
    bottom: 0;
  }
}
.yp-team-slider .column.content .inner .swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.yp-team-slider .column.content .inner .swiper-slide .scrollable {
  overflow: scroll;
  max-height: 50vh;
  flex-shrink: 1;
  /* padding-bottom: 100px; */
  padding-right: 30px;
}
@media (max-width: 900px) {
  .yp-team-slider .column.content .inner .swiper-slide .scrollable {
    padding-right: 0px;
    max-width: 70vw;
    margin: auto;
  }
}
@media (max-width: 600px) {
  .yp-team-slider .column.content .inner .swiper-slide .scrollable {
    max-width: 100%;
    max-height: 65vh;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.yp-team-slider .column.content h2,
.yp-team-slider .column.content h2.name {
  text-transform: uppercase;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.5625em;
  line-height: 1.12em;
  letter-spacing: 0.05em;
  margin: 0;
}
.yp-team-slider .column.content h3,
.yp-team-slider .column.content h3.role {
  text-transform: uppercase;
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 1.25em;
  line-height: 1.1em;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
  color: white;
}
.yp-team-slider .column.content p {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .yp-team-slider .column.content p {
    margin-top: 30px;
  }
}
.yp-team-slider .column.content ol {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  line-height: 1.5714285714em;
  overflow: visible;
  list-style-position: outside;
  padding-left: 1.2em;
  padding-bottom: 15px;
  position: relative;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  max-height: 21.4285714286em;
  overflow-y: scroll;
}
@media (max-width: 600px) {
  .yp-team-slider .column.content ol {
    max-height: 70vh;
  }
}
.yp-team-slider .column.content ol li {
  padding-left: 0.7142857143em;
  margin-bottom: 0.7142857143em;
  position: relative;
  font-size: 0.875rem;
  font-weight: 300;
}
.yp-team-slider .column.content ol li:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .yp-team-slider .column.content ol li {
    padding-right: 15px;
  }
}
.yp-team-slider .column.content ol li strong {
  display: inline-flex;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.yp-team-slider .column.content ol li::marker {
  font-weight: 400;
  color: #c6aa9d;
}
.yp-team-slider .column.content ul {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.yp-team-slider .column.content ul li {
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.yp-team-slider .column.content.rose a,
.yp-team-slider .column.content.rose p,
.yp-team-slider .column.content.rose strong,
.yp-team-slider .column.content.rose em,
.yp-team-slider .column.content.rose b,
.yp-team-slider .column.content.rose li {
  color: white;
}
.yp-team-slider .column.content.rose h1,
.yp-team-slider .column.content.rose h2,
.yp-team-slider .column.content.rose h3,
.yp-team-slider .column.content.rose h4,
.yp-team-slider .column.content.rose h5,
.yp-team-slider .column.content.rose h6 {
  color: #5d5d5d;
}
.yp-team-slider .column.content.rose .name {
  color: #5d5d5d;
}
.yp-team-slider .column.content.rose .role {
  color: white;
}
.yp-team-slider .column.content.gray a,
.yp-team-slider .column.content.gray p,
.yp-team-slider .column.content.gray strong,
.yp-team-slider .column.content.gray em,
.yp-team-slider .column.content.gray b,
.yp-team-slider .column.content.gray li {
  color: white;
}
.yp-team-slider .column.content.gray h1,
.yp-team-slider .column.content.gray h2,
.yp-team-slider .column.content.gray h3,
.yp-team-slider .column.content.gray h4,
.yp-team-slider .column.content.gray h5,
.yp-team-slider .column.content.gray h6 {
  color: #c6aa9d;
}
.yp-team-slider .column.content.gray .name {
  color: #c6aa9d;
}
.yp-team-slider .column.content.gray .role {
  color: white;
}
.yp-team-slider .column.content.green a,
.yp-team-slider .column.content.green p,
.yp-team-slider .column.content.green strong,
.yp-team-slider .column.content.green em,
.yp-team-slider .column.content.green b,
.yp-team-slider .column.content.green li {
  color: white;
}
.yp-team-slider .column.content.green h1,
.yp-team-slider .column.content.green h2,
.yp-team-slider .column.content.green h3,
.yp-team-slider .column.content.green h4,
.yp-team-slider .column.content.green h5,
.yp-team-slider .column.content.green h6 {
  color: #5d5d5d;
}
.yp-team-slider .column.content.green .name {
  color: #5d5d5d;
}
.yp-team-slider .column.content.green .role {
  color: white;
}

.yp-thumb-list {
  font-size: 1rem;
  background-color: #dbd3c8;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - var(--frame-s) * 2);
}
.yp-thumb-list.gray {
  background-color: #5d5d5d;
}
.yp-thumb-list.rose {
  background-color: #c6aa9d;
}
.yp-thumb-list.green {
  background-color: #7b8073;
}
@media (max-width: 1200px) {
  .yp-thumb-list {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 900px) {
  .yp-thumb-list {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
.yp-thumb-list.reduce-padding-top {
  padding-top: 100px !important;
}
@media (max-width: 600px) {
  .yp-thumb-list.reduce-padding-top {
    padding-top: 50px !important;
  }
}
.yp-thumb-list.reduce-padding-bottom {
  padding-bottom: 100px !important;
}
@media (max-width: 600px) {
  .yp-thumb-list.reduce-padding-bottom {
    padding-bottom: 50px !important;
  }
}
.yp-thumb-list .headline-container {
  margin-top: 0.83em;
}
.yp-thumb-list .headline-container h3 {
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 0;
  color: white;
}
.yp-thumb-list .headline-container h2 {
  font-family: "DragonWick FG Custom";
  font-weight: normal;
  font-style: normal;
  font-size: 55px;
  margin-top: 0;
  margin-bottom: 2.5em;
}
.yp-thumb-list .headline-container h2.gray {
  color: #c6aa9d;
}
@media (max-width: 600px) {
  .yp-thumb-list .headline-container h2 {
    font-size: 30px;
  }
}
.yp-thumb-list * {
  z-index: 1;
}
.yp-thumb-list p {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .yp-thumb-list p {
    margin: 0;
  }
}
.yp-thumb-list .thumb-list {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1200px) {
  .yp-thumb-list .thumb-list {
    width: 70%;
  }
}
@media (max-width: 900px) {
  .yp-thumb-list .thumb-list {
    width: 80%;
  }
}
.yp-thumb-list .thumb-list .thumb {
  display: flex;
  flex-basis: 50%;
  text-align: left;
}
.yp-thumb-list .thumb-list .thumb > div {
  width: 50%;
}
@media (max-width: 1024px) {
  .yp-thumb-list .thumb-list .thumb {
    flex-direction: column;
  }
  .yp-thumb-list .thumb-list .thumb > div {
    width: 100%;
  }
}
.yp-thumb-list .thumb-list .thumb {
  margin-bottom: 68px;
}
.yp-thumb-list .thumb-list .thumb:last-child {
  margin-bottom: 30px;
}
.yp-thumb-list .thumb-list .thumb .image img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.yp-thumb-list .thumb-list .thumb .content {
  margin-left: 2em;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  .yp-thumb-list .thumb-list .thumb .content {
    margin-left: 0;
    margin-top: 32px;
  }
}
.yp-thumb-list .thumb-list .thumb .content h2 {
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5em;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0.83em;
  color: #c6aa9d;
}
@media (max-width: 1024px) {
  .yp-thumb-list .thumb-list .thumb .content h2 {
    margin-bottom: 10px;
  }
}
.yp-thumb-list .thumb-list .thumb .content h3 {
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 300;
  color: #dbd3c8;
  margin-top: 0;
  margin-bottom: 35px;
}
@media (max-width: 1024px) {
  .yp-thumb-list .thumb-list .thumb .content h3 {
    margin-bottom: 25px;
  }
}
.yp-thumb-list .thumb-list .thumb .content .desc {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 35px;
}
.yp-thumb-list .thumb-list .thumb .content .desc p:first-child {
  margin-top: 0;
}
.yp-thumb-list .thumb-list .thumb .content .desc p:last-child {
  margin-bottom: 0;
}
.yp-thumb-list .thumb-list .thumb .content .yp-button {
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.05em;
  padding: 12px 24px;
  box-sizing: content-box;
  margin: 0;
}
.yp-thumb-list .thumb-list .thumb .content .yp-button.gray {
  background-color: #7b8073;
}
.yp-thumb-list .thumb-list .thumb .content .yp-button.rose {
  background-color: #5d5d5d;
}
.yp-thumb-list .thumb-list .thumb .content .yp-button.green {
  background-color: #c6aa9d;
}
.yp-thumb-list .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  max-width: unset;
  width: calc(100vw - var(--frame-s) * 2);
}
.yp-thumb-list .bg.bottom {
  top: unset;
  bottom: 0;
}
.yp-thumb-list .bg img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -200%;
     object-position: center -200%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .yp-thumb-list .bg img {
    width: 200%;
  }
}
@media (max-width: 900px) {
  .yp-thumb-list .bg img {
    width: 200%;
  }
}
@media (max-width: 600px) {
  .yp-thumb-list .bg img {
    width: 400%;
    -o-object-position: right 0px;
       object-position: right 0px;
  }
}

.yp-two-column {
  max-height: calc(100vh - var(--frame-s) * 2);
  height: calc(100vh - var(--frame-s) * 2);
  display: flex;
}
@media (max-width: 900px) {
  .yp-two-column {
    flex-direction: column-reverse;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    max-height: unset;
  }
}
.yp-two-column.rose {
  background-color: #c6aa9d;
}
.yp-two-column.gray {
  background-color: #5d5d5d;
}
.yp-two-column.green {
  background-color: #7b8073;
}
.yp-two-column .column {
  height: 100%;
  width: 50%;
}
@media (max-width: 900px) {
  .yp-two-column .column {
    width: 100%;
  }
}
.yp-two-column .column.image {
  position: relative;
  height: calc(100vh - var(--frame-s) * 2);
}
.yp-two-column .column.image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.yp-two-column .column.content .inner {
  max-width: 70%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  box-sizing: border-box;
  display: flex;
}
@media (max-width: 900px) {
  .yp-two-column .column.content .inner {
    max-width: 80%;
  }
}
@media (max-width: 600px) {
  .yp-two-column .column.content .inner {
    padding-top: 120px;
  }
}
.yp-two-column .column.content .inner .scrollable {
  overflow: scroll;
  max-height: 100%;
  flex-shrink: 1;
  padding-bottom: 100px;
  padding-right: 30px;
}
@media (max-width: 900px) {
  .yp-two-column .column.content .inner .scrollable {
    padding-right: 0px;
  }
}
.yp-two-column .column.content .inner .scrollable .image-link {
  display: inline-block;
  height: 47px;
}
.yp-two-column .column.content .inner .scrollable .image-link img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.yp-two-column .column.content h2 {
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: normal;
  margin-top: 10vh;
}
@media (max-width: 900px) {
  .yp-two-column .column.content h2 {
    margin-top: 75px;
  }
}
@media (max-width: 600px) {
  .yp-two-column .column.content h2 {
    margin-top: 0;
  }
}
.yp-two-column .column.content h3 {
  font-family: mr-eaves-modern, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.05em;
  margin-bottom: 0.5em;
  margin-top: 1.75em;
  text-transform: uppercase;
}
@media (max-width: 600px) {
  .yp-two-column .column.content h3 {
    margin-top: 1em;
  }
}
.yp-two-column .column.content p {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.yp-two-column .column.content p.faint-text {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875em;
}
.yp-two-column .column.content p.faint-text strong {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.yp-two-column .column.content ol {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 0.875em;
  letter-spacing: 0.05em;
  line-height: 1.5714285714em;
  overflow: visible;
  list-style-position: outside;
  padding-left: 1.2em;
  padding-bottom: 15px;
  position: relative;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  max-height: 21.4285714286em;
  overflow-y: scroll;
}
@media (max-width: 600px) {
  .yp-two-column .column.content ol {
    max-height: 70vh;
  }
}
.yp-two-column .column.content ol li {
  padding-left: 0.7142857143em;
  margin-bottom: 0.7142857143em;
  position: relative;
  font-size: 0.875rem;
  font-weight: 300;
}
.yp-two-column .column.content ol li:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .yp-two-column .column.content ol li {
    padding-right: 15px;
  }
}
.yp-two-column .column.content ol li strong {
  display: inline-flex;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
.yp-two-column .column.content ol li::marker {
  font-weight: 400;
  color: #c6aa9d;
}
.yp-two-column .column.content ul {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.yp-two-column .column.content ul li {
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.yp-two-column .column.content.rose a,
.yp-two-column .column.content.rose p,
.yp-two-column .column.content.rose strong,
.yp-two-column .column.content.rose em,
.yp-two-column .column.content.rose b,
.yp-two-column .column.content.rose li {
  color: white;
}
.yp-two-column .column.content.rose ol li::marker {
  color: #5d5d5d;
}
.yp-two-column .column.content.rose h1,
.yp-two-column .column.content.rose h2,
.yp-two-column .column.content.rose h3,
.yp-two-column .column.content.rose h4,
.yp-two-column .column.content.rose h5,
.yp-two-column .column.content.rose h6 {
  color: #5d5d5d;
}
.yp-two-column .column.content.gray a,
.yp-two-column .column.content.gray p,
.yp-two-column .column.content.gray strong,
.yp-two-column .column.content.gray em,
.yp-two-column .column.content.gray b,
.yp-two-column .column.content.gray li {
  color: white;
}
.yp-two-column .column.content.gray ol li::marker {
  color: #c6aa9d;
}
.yp-two-column .column.content.gray h1,
.yp-two-column .column.content.gray h2,
.yp-two-column .column.content.gray h3,
.yp-two-column .column.content.gray h4,
.yp-two-column .column.content.gray h5,
.yp-two-column .column.content.gray h6 {
  color: #c6aa9d;
}
.yp-two-column .column.content.green a,
.yp-two-column .column.content.green p,
.yp-two-column .column.content.green strong,
.yp-two-column .column.content.green em,
.yp-two-column .column.content.green b,
.yp-two-column .column.content.green li {
  color: white;
}
.yp-two-column .column.content.green ol li::marker {
  color: #5d5d5d;
}
.yp-two-column .column.content.green h1,
.yp-two-column .column.content.green h2,
.yp-two-column .column.content.green h3,
.yp-two-column .column.content.green h4,
.yp-two-column .column.content.green h5,
.yp-two-column .column.content.green h6 {
  color: #5d5d5d;
}

.yp-button {
  display: flex;
  align-items: center;
  padding: 0.75em 1.5em;
  display: inline-block;
  border-radius: 3px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.yp-button.gray {
  color: white;
  background-color: #5d5d5d;
}
.yp-button.rose {
  color: white;
  background-color: #c6aa9d;
}
.yp-button.green {
  color: white;
  background-color: #8c9086;
}

.yp-newsletter {
  font-size: 1rem;
  background-color: #dbd3c8;
  padding-top: 12.5rem;
  padding-bottom: 18.75rem;
  text-align: center;
  position: relative;
  overflow: visible;
}
.yp-newsletter.home {
  padding-bottom: 400px;
}
@media (max-width: 1200px) {
  .yp-newsletter {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 900px) {
  .yp-newsletter {
    padding-bottom: 6.25rem;
  }
  .yp-newsletter.home {
    padding-bottom: 300px;
  }
}
@media (max-width: 600px) {
  .yp-newsletter {
    padding-bottom: 3.125rem;
  }
  .yp-newsletter.home {
    padding-bottom: 250px;
  }
}
.yp-newsletter.reduce-padding-top {
  padding-top: 100px !important;
}
@media (max-width: 600px) {
  .yp-newsletter.reduce-padding-top {
    padding-top: 50px !important;
  }
}
.yp-newsletter.reduce-padding-bottom {
  padding-bottom: 100px !important;
}
@media (max-width: 600px) {
  .yp-newsletter.reduce-padding-bottom {
    padding-bottom: 50px !important;
  }
}
.yp-newsletter.remove-padding-bottom {
  padding-bottom: 50px;
}
@media (max-width: 1200px) {
  .yp-newsletter.remove-padding-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 900px) {
  .yp-newsletter.remove-padding-bottom {
    padding-bottom: 50px;
  }
}
@media (max-width: 600px) {
  .yp-newsletter.remove-padding-bottom {
    padding-bottom: 50px;
  }
}
.yp-newsletter * {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
.yp-newsletter p {
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.05em;
}
@media (max-width: 600px) {
  .yp-newsletter p {
    margin: 0;
  }
}
.yp-newsletter h2 {
  margin-top: 0;
  font-weight: normal;
  color: #7b8073;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0.05em;
}
.yp-newsletter .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
  max-width: unset;
  width: calc(100vw - var(--frame-s) * 2);
  background-color: #dbd3c8;
}
.yp-newsletter .bg.bottom {
  top: unset;
  bottom: 0;
}
.yp-newsletter .bg img {
  max-width: unset;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center -200%;
     object-position: center -200%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1024px) {
  .yp-newsletter .bg img {
    width: 200%;
  }
}
@media (max-width: 900px) {
  .yp-newsletter .bg img {
    width: 200%;
  }
}
@media (max-width: 600px) {
  .yp-newsletter .bg img {
    width: 400%;
    -o-object-position: right 0px;
       object-position: right 0px;
  }
}
.yp-newsletter form {
  background-color: #f8f5f3;
  padding: 48px 60px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (max-width: 767px) {
  .yp-newsletter form {
    width: auto;
    padding: 50px 20px;
  }
}
.yp-newsletter form .cursive {
  font-family: "DragonWick FG Custom";
  font-weight: normal;
  font-style: normal;
}
.yp-newsletter form h2 {
  font-size: 35px;
  line-height: 1.2857142857em;
  color: #7b8073;
  margin-top: -0.2285714286em;
}
@media (max-width: 600px) {
  .yp-newsletter form h2 {
    font-size: 23px;
    line-height: 1.4em;
    letter-spacing: 0px;
    white-space: nowrap;
  }
}
.yp-newsletter form h3 {
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5d5d5d;
  margin: 0;
}
@media (max-width: 600px) {
  .yp-newsletter form h3 {
    font-size: 16px;
    line-height: 1.1875em;
    letter-spacing: 0.05em;
  }
}
.yp-newsletter form label {
  display: none;
}
.yp-newsletter form table {
  width: 100%;
}
.yp-newsletter form input, .yp-newsletter form input.form-control, .yp-newsletter form input.form-control:focus {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  border: none;
  box-sizing: border-box;
  padding: 0.8125em 1.25em;
  max-width: 400px;
  width: auto;
  color: #8f8681;
  width: 100%;
}
@media (max-width: 600px) {
  .yp-newsletter form input, .yp-newsletter form input.form-control, .yp-newsletter form input.form-control:focus {
    font-size: 11px;
    line-height: 1.2727272727em;
    letter-spacing: 0.0454545455em;
    padding: 0.7272727273em 0.9090909091em;
  }
}
.yp-newsletter form input::-moz-placeholder, .yp-newsletter form input.form-control::-moz-placeholder, .yp-newsletter form input.form-control:focus::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: 300;
  color: #8f8681 !important;
}
.yp-newsletter form input:-ms-input-placeholder, .yp-newsletter form input.form-control:-ms-input-placeholder, .yp-newsletter form input.form-control:focus:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: 300;
  color: #8f8681 !important;
}
.yp-newsletter form input::placeholder, .yp-newsletter form input.form-control::placeholder, .yp-newsletter form input.form-control:focus::placeholder {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  font-weight: 300;
  color: #8f8681 !important;
}
.yp-newsletter form input.submit, .yp-newsletter form input.form-control.submit, .yp-newsletter form input.form-control:focus.submit {
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  background-color: #8c9086;
  color: white;
  text-transform: uppercase;
  box-sizing: initial;
  padding: 0.4em 1.75em;
  margin-top: 1.25em;
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.yp-newsletter form input.submit:hover, .yp-newsletter form input.form-control.submit:hover, .yp-newsletter form input.form-control:focus.submit:hover {
  cursor: pointer;
}
@media (max-width: 600px) {
  .yp-newsletter form input.submit, .yp-newsletter form input.form-control.submit, .yp-newsletter form input.form-control:focus.submit {
    font-size: 14px;
    line-height: 1.2142857143em;
    letter-spacing: 0.05em;
    padding: 0.3571428571em 1.0714285714em;
  }
}
.yp-newsletter.pretty h1 {
  font-family: "DragonWick FG Custom";
  font-weight: normal;
  font-style: normal;
  font-size: 55px;
  margin-top: 0;
}
@media (max-width: 600px) {
  .yp-newsletter.pretty h1 {
    font-size: 35px;
    line-height: 28px;
  }
}
.yp-newsletter.pretty h2 {
  font-family: mr-eaves-modern, serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media (max-width: 600px) {
  .yp-newsletter.pretty h2 {
    margin-bottom: 20px;
  }
}
.yp-newsletter.pretty.rose h2 {
  color: #5d5d5d;
}
.yp-newsletter.pretty.rose h1 {
  color: #c6aa9d;
}
.yp-newsletter.pretty.green h2 {
  color: white;
}
.yp-newsletter.pretty.green h1 {
  color: #5d5d5d;
}
.yp-newsletter.pretty.gray h2 {
  color: white;
}
.yp-newsletter.pretty.gray h1 {
  color: #c6aa9d;
}
.yp-newsletter.pb-studio {
  padding-bottom: 5em;
  padding-top: 12.5em !important;
}
@media (max-width: 1500px) {
  .yp-newsletter.pb-studio {
    padding-top: 12.5em !important;
  }
}
@media (max-width: 900px) {
  .yp-newsletter.pb-studio {
    padding-top: 15.625em !important;
    padding-bottom: 6.25em;
  }
}
@media (max-width: 600px) {
  .yp-newsletter.pb-studio {
    padding-top: 9.375em !important;
  }
}

body.consent-open {
  overflow: hidden;
}
body.consent-open.datenschutz {
  overflow: auto;
}

#wd-consent-tool {
  display: none;
  font-family: roboto, sans-serif;
  font-weight: 300;
  font-style: normal;
}
#wd-consent-tool a {
  color: inherit;
}

#wd-consent-tool.open {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#wd-consent-tool #wd-consent-tool-overlay {
  background-color: none;
  opacity: 1;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 60px solid rgba(0, 0, 0, 0);
  position: relative;
}
#wd-consent-tool #wd-consent-tool-overlay::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0.5;
}
@media (max-width: 600px) {
  #wd-consent-tool #wd-consent-tool-overlay {
    border: 30px solid rgba(0, 0, 0, 0);
  }
}

#wd-consent-tool #wd-overlay-inside {
  display: none;
}

.datenschutz #wd-consent-tool #wd-consent-tool-overlay {
  width: calc(100vw - 120px);
  height: calc(100vh - 120px);
  background: transparent;
  border: 60px solid #dbd3c8;
}
@media (max-width: 600px) {
  .datenschutz #wd-consent-tool #wd-consent-tool-overlay {
    width: calc(100vw - 60px);
    height: calc(100vh - 60px);
    border: 30px solid #dbd3c8;
  }
}

#wd-consent-tool #wd-consent-tool-popup {
  opacity: 1;
  background-color: #7b8073;
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: space-between;
  color: white;
  box-sizing: border-box;
  padding: 10px 60px;
  width: calc(100vw - 120px);
  left: 60px;
  position: absolute;
  bottom: 60px;
}
@media (max-width: 600px) {
  #wd-consent-tool #wd-consent-tool-popup {
    width: calc(100vw - 60px);
    left: 30px;
    bottom: 30px;
  }
}

#wd-consent-tool #wd-consent-tool-popup .text-container {
  margin-right: 45px;
  display: inline-block;
}

#wd-consent-tool #wd-consent-tool-popup .button-container {
  display: flex;
}
#wd-consent-tool #wd-consent-tool-popup .button-container button {
  font-family: roboto, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: white;
  white-space: nowrap;
  padding: 10px 20px;
  border-radius: 3px;
}
#wd-consent-tool #wd-consent-tool-popup .button-container button:first-child {
  margin-right: 10px;
}

#wd-consent-tool #wd-consent-tool-popup .button-container button#accept {
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  background: #7b8073;
  border: 2px solid #5d5d5d;
  box-sizing: border-box;
}

#wd-consent-tool #wd-consent-tool-popup .button-container button#acceptAll {
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  background: #5d5d5d;
}

.elastic-video .show_video_button {
  position: relative;
  z-index: 1009;
  display: none;
}

.elastic-video .show_video_button:after {
  content: "\a";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(3, 19, 30, 0.75);
  opacity: 0.5;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.elastic-video .show_video_button .play-container {
  position: absolute;
  top: 42%;
  max-width: 640px;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2000;
}

.elastic-video .show_video_button .play-container .show-button {
  padding: 7px 24px 5px;
  background: #0d64aa;
  max-width: 120px;
  cursor: pointer;
  text-transform: uppercase;
  margin: 20px auto;
}

#china {
  display: none;
}

#revoke {
  display: inline-block;
  background: #0d64aa;
  padding: 10px 20px;
  cursor: pointer;
  margin-right: 10px;
}

#revoke:hover {
  opacity: 0.8;
}

.revoke_accepted {
  display: inline-block;
}

.functional {
  display: inline-block;
}

.elastic-video {
  overflow: inherit;
}

.elastic-video img {
  width: 100%;
}

.video-back {
  margin: 30px 0;
}

#header #main-nav ul.level_2 {
  z-index: 1010;
}

@media screen and (max-width: 1024px) {
  #wd-consent-tool #wd-consent-tool-popup {
    padding: 0;
  }

  #wd-consent-tool #wd-consent-tool-popup .text-container {
    padding: 10px 30px;
    text-align: center;
    margin-right: 0;
  }

  #wd-consent-tool #wd-consent-tool-popup {
    display: block;
  }

  #wd-consent-tool #wd-consent-tool-popup .button-container {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
  }

  #wd-consent-tool #wd-consent-tool-popup .button-container #acceptAll {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 700px) {
  .elastic-video .show_video_button .play-container {
    font-size: 11px;
    top: 32%;
    padding: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .cookie-policy table.content-table tbody tr td {
    padding: 5px;
  }

  #revoke {
    width: 180px;
    display: block;
    margin-bottom: 10px;
  }

  table.content-table {
    width: calc(100% + 20px);
  }

  .elastic-video .show_video_button .play-container {
    top: 12%;
  }

  #wd-consent-tool #wd-consent-tool-popup .text-container {
    padding: 10px 15px;
  }

  #wd-consent-tool #wd-consent-tool-popup .button-container {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    justify-content: center;
  }
  #wd-consent-tool #wd-consent-tool-popup .button-container button {
    font-size: 12px;
    padding: 10px;
  }
}

/* =========================================
   Responsive Fix für rechte Spalte (.column.slider)
   ========================================= */

@media (max-width: 900px) {
  .yp-column-slider {
    height: auto;
    max-height: none;
    flex-direction: column;
  }

  .yp-column-slider .column {
    width: 100%;
  }

  .yp-column-slider .column.slider {
    height: auto;
    min-height: auto;
    background-color: #f0ebe8;
    display: block;
    padding: 40px 0 80px;
    position: relative;
  }

  .yp-column-slider .column.slider .inner {
    width: 100%;
    max-width: 90%;
    max-height: none;
    margin-left: auto;
    margin-right: auto;
  }

  .yp-column-slider .column.slider .inner .swiper {
    width: 100%;
    height: auto;
    max-height: none;
    padding: 20px 0 60px;
    box-sizing: border-box;
  }

  .yp-column-slider .column.slider .inner .swiper-wrapper {
    max-height: none;
    height: auto;
    align-items: stretch;
  }

  .yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide {
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide p {
    display: block;
  }

  .yp-column-slider .column.slider .swiper-arrows {
    position: absolute;
    left: 50%;
    bottom: 20px;
    top: auto;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 30px;
    z-index: 2;
  }

  .yp-column-slider .column.slider .swiper-arrows .swiper-button-prev,
  .yp-column-slider .column.slider .swiper-arrows .swiper-button-next {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: rotate(-90deg);
    padding: 0;
    margin: 0;
  }

  .yp-column-slider .column.slider .inner .hint {
    position: static;
    margin-top: 10px;
  }
}

@media (max-width: 600px) {
  .yp-column-slider .column.slider {
    padding: 30px 0 70px;
  }

  .yp-column-slider .column.slider .inner {
    max-width: calc(100% - 30px);
  }

  .yp-column-slider .column.slider .inner .swiper {
    padding: 10px 0 50px;
  }

  .yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide h2,
  .yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide h3,
  .yp-column-slider .column.slider .inner .swiper-wrapper .swiper-slide p {
    display: block;
  }
}
