/* VARS
 * =================================
 */
/* MIXINS
 * =================================
 */
/* GENERAL
 * =================================
 */
html, body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}

* {
  position: relative;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: "Rubik", sans-serif;
}
*.cream {
  color: #e0ca97;
}
*.beige {
  color: #c5a78e;
}
*.orange {
  color: #d37b31;
}
*.red {
  color: #ac4946;
}
*.olive {
  color: #706e68;
}
*.text-cnt {
  text-align: center;
}

a {
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
}

ol, ul {
  padding-left: 20px;
}
ol li, ul li {
  margin-bottom: 10px;
  line-height: 1.6;
}
ol li:last-child, ul li:last-child {
  margin-bottom: 0;
}

ol > li::marker {
  color: #ac4946;
}

ul {
  list-style: none;
}
ul.light li:before {
  background-color: #e0ca97;
}
ul li:before {
  content: "";
  position: absolute;
  left: -15px;
  top: 9px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background-color: #ac4946;
}

.hide,
.hidden {
  display: none !important;
}

span {
  font: inherit;
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Taviraj", serif;
  display: block;
  font-weight: 300;
  line-height: 1.3em;
  padding: 0;
}
h1.alt, h2.alt, h3.alt, h4.alt, h5.alt, h6.alt {
  font-family: "Rubik", sans-serif;
  line-height: 1.4em;
}
h1.b, h2.b, h3.b, h4.b, h5.b, h6.b {
  font-weight: 400;
}
h1.xb, h2.xb, h3.xb, h4.xb, h5.xb, h6.xb {
  font-weight: 500;
}
h1.xxb, h2.xxb, h3.xxb, h4.xxb, h5.xxb, h6.xxb {
  font-weight: 600;
}
h1.xxxb, h2.xxxb, h3.xxxb, h4.xxxb, h5.xxxb, h6.xxxb {
  font-weight: 700;
}

h1:not(:last-child), h2:not(:last-child), h3:not(:last-child) {
  margin-bottom: 20px;
}

h1 {
  font-size: 48px;
}
h1.xlg {
  font-size: 66px;
}
h1.lg {
  font-size: 60px;
}
h1.sm {
  font-size: 44px;
}

h2 {
  font-size: 42px;
}
h2.xlg {
  font-size: 54px;
}
h2.lg {
  font-size: 48px;
}
h2.sm {
  font-size: 36px;
}

h3 {
  font-size: 36px;
}
h3.sm {
  font-size: 30px;
}
h3.xsm {
  font-size: 26px;
}

h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) {
  margin-bottom: 15px;
}

h4 {
  font-size: 26px;
}

h5 {
  font-size: 24px;
}

h6 {
  font-size: 20px;
}

p, li {
  font-size: 17px;
  line-height: 1.8;
  font-weight: 400;
  color: #535353;
}
p.alt, li.alt {
  font-family: "Taviraj", serif;
}
p.xxlg, li.xxlg {
  font-size: 28px;
}
p.xlg, li.xlg {
  font-size: 24px;
}
p.lg, li.lg {
  font-size: 20px;
}
p.sm, li.sm {
  font-size: 15px;
}
p.xsm, li.xsm {
  font-size: 13px;
}
p a, li a {
  font: inherit;
  color: #d37b31;
  display: inline-block;
  text-decoration: underline;
}

p:not(:last-child, .subheading) {
  margin-bottom: 30px;
}
p:not(:last-child, .subheading).mb-s {
  margin-bottom: 10px;
}
p:not(:last-child, .subheading).mb-l {
  margin-bottom: 40px;
}

.subheading {
  font-family: "Taviraj", serif;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.2;
}

a.standalone,
span.standalone {
  color: #ac4946;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
a.standalone:after,
span.standalone:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 13px;
  margin-left: 7px;
}

input[type=button],
a.button,
button.button,
span.button {
  color: white;
  height: 60px;
  min-width: 220px;
  font-size: 17px;
  font-family: "Rubik", sans-serif;
  text-align: center;
  background-color: #ac4946;
  padding: 0px 32px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
  border: none;
  overflow: hidden;
  z-index: 1;
}
input[type=button]:before,
a.button:before,
button.button:before,
span.button:before {
  content: "";
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background-color: #883a37;
  opacity: 0.5;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  z-index: -1;
}
input[type=button]:hover:before,
a.button:hover:before,
button.button:hover:before,
span.button:hover:before {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
input[type=button].sm-btn,
a.button.sm-btn,
button.button.sm-btn,
span.button.sm-btn {
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  font-size: 15px;
}
input[type=button].full-btn,
a.button.full-btn,
button.button.full-btn,
span.button.full-btn {
  width: 100%;
}
input[type=button].btn-white,
a.button.btn-white,
button.button.btn-white,
span.button.btn-white {
  background-color: white;
  color: black;
}
input[type=button].btn-white:before,
a.button.btn-white:before,
button.button.btn-white:before,
span.button.btn-white:before {
  background-color: #f8f8f8;
}
input[type=button].btn-cream,
a.button.btn-cream,
button.button.btn-cream,
span.button.btn-cream {
  background-color: #e0ca97;
}
input[type=button].btn-cream:before,
a.button.btn-cream:before,
button.button.btn-cream:before,
span.button.btn-cream:before {
  background-color: #d4b670;
}
input[type=button].btn-beige,
a.button.btn-beige,
button.button.btn-beige,
span.button.btn-beige {
  background-color: #c5a78e;
}
input[type=button].btn-beige:before,
a.button.btn-beige:before,
button.button.btn-beige:before,
span.button.btn-beige:before {
  background-color: #b48d6c;
}
input[type=button].btn-orange,
a.button.btn-orange,
button.button.btn-orange,
span.button.btn-orange {
  background-color: #d37b31;
}
input[type=button].btn-orange:before,
a.button.btn-orange:before,
button.button.btn-orange:before,
span.button.btn-orange:before {
  background-color: #ac6325;
}
input[type=button].btn-olive,
a.button.btn-olive,
button.button.btn-olive,
span.button.btn-olive {
  background-color: #706e68;
}
input[type=button].btn-olive:before,
a.button.btn-olive:before,
button.button.btn-olive:before,
span.button.btn-olive:before {
  background-color: #56544f;
}

span.img-wrapper,
a.img-wrapper,
figure.img-wrapper {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
span.img-wrapper:not(:last-child),
a.img-wrapper:not(:last-child),
figure.img-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
span.img-wrapper.iframe-wrapper,
a.img-wrapper.iframe-wrapper,
figure.img-wrapper.iframe-wrapper {
  display: -webkit-flex;
  display: flex;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
span.img-wrapper.iframe-wrapper:not(:last-child),
a.img-wrapper.iframe-wrapper:not(:last-child),
figure.img-wrapper.iframe-wrapper:not(:last-child) {
  margin-bottom: 20px;
}
span.img-wrapper.iframe-wrapper img,
span.img-wrapper.iframe-wrapper iframe,
a.img-wrapper.iframe-wrapper img,
a.img-wrapper.iframe-wrapper iframe,
figure.img-wrapper.iframe-wrapper img,
figure.img-wrapper.iframe-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
span.img-wrapper.rounded-lg img, span.img-wrapper.rounded-lg video, span.img-wrapper.rounded-lg iframe,
a.img-wrapper.rounded-lg img,
a.img-wrapper.rounded-lg video,
a.img-wrapper.rounded-lg iframe,
figure.img-wrapper.rounded-lg img,
figure.img-wrapper.rounded-lg video,
figure.img-wrapper.rounded-lg iframe {
  border-radius: 40px;
}
span.img-wrapper.rounded img, span.img-wrapper.rounded video, span.img-wrapper.rounded iframe,
a.img-wrapper.rounded img,
a.img-wrapper.rounded video,
a.img-wrapper.rounded iframe,
figure.img-wrapper.rounded img,
figure.img-wrapper.rounded video,
figure.img-wrapper.rounded iframe {
  border-radius: 20px;
}
span.img-wrapper.corner-accent:before, span.img-wrapper.corner-accent:after,
a.img-wrapper.corner-accent:before,
a.img-wrapper.corner-accent:after,
figure.img-wrapper.corner-accent:before,
figure.img-wrapper.corner-accent:after {
  content: "";
  position: absolute;
  height: 140px;
  width: 140px;
  background-image: url(../assets/accents/corner-logo-accent.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
  display: none;
}
span.img-wrapper.corner-accent.tl:before,
a.img-wrapper.corner-accent.tl:before,
figure.img-wrapper.corner-accent.tl:before {
  top: -20px;
  left: -20px;
  display: block;
}
span.img-wrapper.corner-accent.tr:before,
a.img-wrapper.corner-accent.tr:before,
figure.img-wrapper.corner-accent.tr:before {
  top: -20px;
  right: -20px;
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  display: block;
}
span.img-wrapper.corner-accent.bl:after,
a.img-wrapper.corner-accent.bl:after,
figure.img-wrapper.corner-accent.bl:after {
  bottom: -20px;
  left: -20px;
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
  display: block;
}
span.img-wrapper.corner-accent.br:after,
a.img-wrapper.corner-accent.br:after,
figure.img-wrapper.corner-accent.br:after {
  bottom: -20px;
  right: -20px;
  display: block;
}
span.img-wrapper img,
span.img-wrapper video,
span.img-wrapper source,
a.img-wrapper img,
a.img-wrapper video,
a.img-wrapper source,
figure.img-wrapper img,
figure.img-wrapper video,
figure.img-wrapper source {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

form {
  margin-bottom: 20px;
}
form.sm {
  max-width: 560px;
}
form.light label {
  color: white;
}
form.center-aligned {
  margin-left: auto;
  margin-right: auto;
}
form p.notice {
  text-align: center;
  padding: 10px;
  margin: 20px 0;
  border-radius: 10px;
  color: #d37b31;
  background-color: inherit;
}
form p.notice.err {
  color: #ac4946;
}
form .field-row {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 20px;
}
form span.field-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
form span.field-wrapper.span-1 {
  grid-column: span 1;
}
form span.field-wrapper.span-2 {
  grid-column: span 2;
}
form span.field-wrapper.span-3 {
  grid-column: span 3;
}
form span.field-wrapper.span-4 {
  grid-column: span 4;
}
form span.field-wrapper.span-5 {
  grid-column: span 5;
}
form span.field-wrapper.span-6 {
  grid-column: span 6;
}
form span.field-wrapper.span-7 {
  grid-column: span 7;
}
form span.field-wrapper.span-8 {
  grid-column: span 8;
}
form span.field-wrapper.span-9 {
  grid-column: span 9;
}
form span.field-wrapper.span-10 {
  grid-column: span 10;
}
form span.field-wrapper.span-11 {
  grid-column: span 11;
}
form span.field-wrapper.span-12 {
  grid-column: span 12;
}
form span.field-wrapper p.error {
  color: #ff2f2f;
  font-size: 12px;
  font-weight: 500;
  margin: 0;
  margin-top: 4px;
}
form span.field-wrapper.cnt label {
  -webkit-justify-content: center;
  justify-content: center;
}
form label {
  font-weight: 500;
  font-size: 15px;
  color: #706e68;
  margin-bottom: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
form label input[type=checkbox] {
  margin-right: 5px;
}
form input,
form textarea,
form select {
  font-size: 15px;
  padding: 10px;
  padding-top: 10px;
  border: 1px solid lightgrey;
  border-radius: 3px;
  background-color: white;
  resize: none;
}
form fieldset {
  border: unset;
  margin-top: 10px;
}
form fieldset label {
  font-size: 14px;
  font-weight: normal;
  margin-right: 10px;
  cursor: pointer;
}
form input[type=checkbox] {
  height: 20px;
  width: 20px;
}
form input,
form select {
  height: 50px;
}
form select {
  -webkit-appearance: none;
}
form textarea {
  height: 150px;
}
form fieldset.checkbox-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 10px;
}

.textbox {
  width: 100%;
  max-width: 800px;
}
.textbox:not(:last-child, .subheading) {
  margin-bottom: 30px;
}
.textbox.full {
  max-width: none;
}
.textbox.xxlg {
  max-width: 960px;
}
.textbox.xlg {
  max-width: 840px;
}
.textbox.lg {
  max-width: 720px;
}
.textbox.md {
  max-width: 640px;
}
.textbox.sm {
  max-width: 560px;
}
.textbox.xsm {
  max-width: 480px;
}
.textbox.xxsm {
  max-width: 350px;
}
.textbox.brd {
  padding-top: 30px;
}
.textbox.brd::after {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  max-width: 400px;
  top: 0;
  right: 50%;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  background-color: #d37b31;
}
.textbox.center {
  text-align: center;
}
.textbox.right {
  text-align: right;
}
.textbox.center-aligned {
  margin-left: auto;
  margin-right: auto;
}
.textbox.right-aligned {
  margin-left: auto;
}
.textbox.light {
  color: white;
}
.textbox.light p, .textbox.light li {
  color: currentColor;
}

.col {
  padding: 0 20px;
  -webkit-box-flex: unset;
  -webkit-flex: unset;
  -moz-box-flex: unset;
  -moz-flex: unset;
  -ms-flex: unset;
  flex: unset;
  max-width: none;
}
.col.col-1 {
  width: calc(1/12 * 100%);
}
.col.col-2 {
  width: calc(2/12 * 100%);
}
.col.col-3 {
  width: calc(3/12 * 100%);
}
.col.col-4 {
  width: calc(4/12 * 100%);
}
.col.col-5 {
  width: calc(5/12 * 100%);
}
.col.col-6 {
  width: calc(6/12 * 100%);
}
.col.col-7 {
  width: calc(7/12 * 100%);
}
.col.col-8 {
  width: calc(8/12 * 100%);
}
.col.col-9 {
  width: calc(9/12 * 100%);
}
.col.col-10 {
  width: calc(10/12 * 100%);
}
.col.col-11 {
  width: calc(11/12 * 100%);
}
.col.col-12 {
  width: calc(12/12 * 100%);
}
.col.padded {
  padding-top: 40px;
  padding-bottom: 40px;
}
.col.img-col.sticky {
  position: sticky;
  top: 80px;
}
.col.img-col.md {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.col.img-col.lg {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

section {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section:first-of-type {
  padding-top: 50px;
}
section.hero {
  z-index: 1;
}
section.hero .section-wrapper {
  min-height: 300px;
}
section.hero.sm .section-wrapper {
  min-height: unset;
}
section.of-hidden {
  overflow: hidden;
}
section .section-wrapper {
  padding: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
}
section .section-wrapper.full {
  max-width: none;
  width: 100%;
}
section .section-wrapper.lg {
  max-width: 1200px;
}
section .section-wrapper.md {
  max-width: 1080px;
}
section .section-wrapper.sm {
  max-width: 960px;
}
section .section-wrapper.no-pad {
  padding: 0;
}
section .section-wrapper.no-pad-top {
  padding-top: 0;
}
section .section-wrapper.no-pad-bot {
  padding-bottom: 0;
}
section .section-wrapper.no-pad-vert {
  padding-top: 0;
  padding-bottom: 0;
}
section .section-wrapper.no-pad-right {
  padding-right: 0;
}
section .section-wrapper.no-pad-left {
  padding-left: 0;
}
section .section-wrapper.no-pad-hor {
  padding-right: 0;
  padding-left: 0;
}
section .section-wrapper.padded {
  padding-top: 60px;
  padding-bottom: 60px;
}
section .section-wrapper.center-aligned {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
section .section-wrapper.center-justify {
  -webkit-justify-content: center;
  justify-content: center;
}
section .section-header {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
section .section-header.center-aligned {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
section .section-header.center-content {
  -webkit-justify-content: center;
  justify-content: center;
}

.grid-container {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  grid-gap: 20px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.grid-container.flex {
  display: -webkit-flex;
  display: flex;
}
.grid-container.flex.wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.grid-container.lg-gap {
  grid-gap: 60px;
}
.grid-container.md-gap {
  grid-gap: 40px;
}
.grid-container.sm-gap {
  grid-gap: 10px;
}
.grid-container.center-aligned {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.grid-container.center-content {
  -webkit-justify-content: center;
  justify-content: center;
}
.grid-container.split-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-container .span-col-1 {
  grid-column: span 1;
}
.grid-container .span-row-1 {
  grid-row: span 1;
}
.grid-container.split-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-container .span-col-2 {
  grid-column: span 2;
}
.grid-container .span-row-2 {
  grid-row: span 2;
}
.grid-container.split-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-container .span-col-3 {
  grid-column: span 3;
}
.grid-container .span-row-3 {
  grid-row: span 3;
}
.grid-container.split-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-container .span-col-4 {
  grid-column: span 4;
}
.grid-container .span-row-4 {
  grid-row: span 4;
}
.grid-container.split-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-container .span-col-5 {
  grid-column: span 5;
}
.grid-container .span-row-5 {
  grid-row: span 5;
}
.grid-container.split-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-container .span-col-6 {
  grid-column: span 6;
}
.grid-container .span-row-6 {
  grid-row: span 6;
}
.grid-container.split-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.grid-container .span-col-7 {
  grid-column: span 7;
}
.grid-container .span-row-7 {
  grid-row: span 7;
}
.grid-container.split-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}
.grid-container .span-col-8 {
  grid-column: span 8;
}
.grid-container .span-row-8 {
  grid-row: span 8;
}
.grid-container.split-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}
.grid-container .span-col-9 {
  grid-column: span 9;
}
.grid-container .span-row-9 {
  grid-row: span 9;
}
.grid-container.split-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-container .span-col-10 {
  grid-column: span 10;
}
.grid-container .span-row-10 {
  grid-row: span 10;
}
.grid-container.split-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}
.grid-container .span-col-11 {
  grid-column: span 11;
}
.grid-container .span-row-11 {
  grid-row: span 11;
}
.grid-container.split-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-container .span-col-12 {
  grid-column: span 12;
}
.grid-container .span-row-12 {
  grid-row: span 12;
}

.button-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 20px;
}
.button-container.cnt {
  -webkit-justify-content: center;
  justify-content: center;
}

figure.swatch-accent {
  max-width: 120px;
  margin-bottom: 20px;
}
figure.swatch-accent.center-aligned {
  margin-inline: auto;
}

.quote {
  padding-left: 50px;
  padding-top: 40px;
}
.quote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../assets/icons/quote-icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
}

.popup-container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -10;
  opacity: 0;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.popup-container.active {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 105;
  opacity: 1;
}
.popup-container .popup {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background-color: white;
  overflow: auto;
  padding: 30px;
  border-radius: 20px;
  min-width: 300px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 599px ) {
    .popup-container .popup {
		max-height: 90vh;
    	max-width: 94vw;
    }
}
.popup-container .popup figure {
  margin-bottom: 20px;
}
.popup-container .popup figure img.popup-img {
  height: 45vh;
}

.close-popup-container {
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	position: absolute;
	right: 30px;
	top: 30px;
	font-size: 16px;
	cursor: pointer;
	border: 1px solid #ac4946;
	border-radius: 50%;
	height: 25px;
	width: 25px;
	color: #ac4946;
	z-index: 999;
}

header#main-header {
    position: sticky;
	top: 0;
	z-index: 100;
	width: 100%;
	min-height: 40px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
header#main-header.scrolled {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
header#main-header.scrolled #header-wrapper {
  height: 70px;
}
header#main-header.scrolled a#header-logo-link {
  moz-transform-origin: center left;
  -o-transform-origin: center left;
  -ms-transform-origin: center left;
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}
header#main-header #header-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding: 0 60px;
  margin-inline: auto;
  height: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header#main-header a#header-logo-link {
  display: -webkit-flex;
  display: flex;
  width: 160px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header#main-header nav.header-page-links {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  grid-gap: 40px;
  height: 100%;
}
header#main-header nav.header-page-links span.pl-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  align-items: stretch;
  border-top: 2px solid transparent;
}
header#main-header nav.header-page-links span.pl-wrapper:hover {
  border-top-color: #d37b31;
}
header#main-header nav.header-page-links span.pl-wrapper > a {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 17px;
  white-space: nowrap;
}
header#main-header nav.header-page-links span.pl-wrapper > a:hover {
  color: #d37b31;
}
header#main-header nav.header-page-links span.pl-wrapper.more:hover > a:after {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
header#main-header nav.header-page-links span.pl-wrapper.more:hover .dropdown {
  visibility: visible;
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}
header#main-header nav.header-page-links span.pl-wrapper.more > a:after {
  content: "\f0d7";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  font-size: 13px;
  margin-left: 7px;
  color: #d37b31;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header#main-header nav.header-page-links span.pl-wrapper.more .dropdown {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  moz-transform-origin: top center;
  -o-transform-origin: top center;
  -ms-transform-origin: top center;
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: absolute;
  top: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: white;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  padding: 4px;
  margin-left: -20px;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
header#main-header nav.header-page-links span.pl-wrapper.more .dropdown > a {
  white-space: nowrap;
  padding: 12px 16px;
  border-radius: 4px;
}
header#main-header nav.header-page-links span.pl-wrapper.more .dropdown > a:hover {
  background: #ac4946;
  background: -webkit-linear-gradient(60deg, #ac4946, #d37b31);
  background: linear-gradient(30deg, #ac4946, #d37b31);
  color: white;
}
header#main-header span#ham-menu {
  display: none;
}

body.home:before {
  content: "";
  position: absolute;
  top: 200px;
  left: 0;
  width: 40vw;
  height: 70%;
  background-image: url(../assets/accents/half-logo-accent.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
}
body.home .hero {
  background-image: url("../assets/images/home/rani-hero-2.jpg");
  background-size: cover;
  background-position: top center;
  padding-bottom: 120px;
  overflow: hidden;
  max-width: 1800px;
  margin: 0 auto;
  min-height: 80vh;
}
body.home .hero::after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(224, 202, 151, 0.65) 50%, rgb(176, 161, 127) 100%);
  top: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}
body.home .hero .section-wrapper {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
body.home .hero .img-col {
  display: none;
  padding: 0;
}
body.home .hero .img-col figure.img-wrapper {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  moz-transform-origin: left;
  -o-transform-origin: left;
  -ms-transform-origin: left;
  -webkit-transform-origin: left;
  transform-origin: left;
}
body.home .hero .text-col {
  left: 60px;
}
body.home .midea .logo-col {
  padding: 0 20px;
}
body.home .midea .logo-col .logo-container {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 60px 80px;
  width: 100%;
  max-width: 1200px;
  margin: 120px auto 80px;
}
body.home .midea .logo-col .logo-container .logo-wrapper {
  margin: 0;
  min-width: 120px;
  max-width: 150px;
}
body.home .accolades .accolades-col {
  -webkit-align-items: start;
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
}
body.home .accolades .accolade-card {
  grid-gap: 20px;
  width: 100%;
}
body.home .accolades .accolade-card figure.img-wrapper {
  width: 100%;
  height: 100%;
  max-height: 230px;
}
body.home .accolades .accolade-card figure.img-wrapper img {
  height: 100%;
  max-width: 400px;
}
body.home .accolades .accolade-card .textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.home .order .img-col .img-wrapper.triggered:after {
  opacity: 1;
}
body.home .order .img-col .img-wrapper.triggered picture {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
body.home .order .img-col .img-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 0px;
  display: block;
  height: 20%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  filter: blur(50px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
body.home .order .img-col .img-wrapper picture {
  opacity: 0;
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
body.home .order .grid-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
body.home .order figure.vender-logo img {
  max-height: 40px;
}
body.home .other-work {
  margin-top: 100px;
}
body.home .other-work .section-wrapper {
  margin-top: 40px;
}
body.home .other-work .section-wrapper:nth-child(2n+1) .section-header .textbox {
  margin-left: unset;
  padding-left: unset;
  padding-right: 40px;
  text-align: right;
}
body.home .other-work .section-wrapper:nth-child(2n+1) .section-header .textbox:before {
  left: unset;
  right: 0;
}
body.home .other-work .section-wrapper:nth-child(2n+1) .img-col {
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
body.home .other-work .section-wrapper:nth-child(2n+1) .text-col .textbox {
  margin-left: auto;
}
body.home .other-work .section-wrapper .section-header {
  max-width: 960px;
  margin-inline: auto;
  margin-bottom: 40px;
}
body.home .other-work .section-wrapper .section-header .textbox {
  margin-left: auto;
  padding-left: 40px;
}
body.home .other-work .section-wrapper .section-header .textbox:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  height: 200%;
  border-left: 1px solid #e0ca97;
}
body.meet-rani {
  background-image: url("../assets/backgrounds/blurred-bg-combined.jpg");
  background-size: cover;
  background-position: top center;
}
body.meet-rani .hero .text-col {
  margin-top: 60px;
}
body.meet-rani .gallery {
  padding-top: 100px;
  padding-bottom: 40px;
  overflow: hidden;
}
body.meet-rani .gallery #rani-img-grid {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  grid-gap: 20px;
  margin-inline: -5vw;
}
body.meet-rani .gallery #rani-img-grid .img-wrapper:nth-child(1) {
  top: -5vw;
}
body.meet-rani .gallery #rani-img-grid .img-wrapper:nth-child(3) {
  top: 5vw;
}
body.meet-rani .background .textbox {
  background-color: #fcfaf5;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  padding: 60px;
}
body.meet-rani .background .textbox:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  height: calc(100% + 8px);
  width: calc(100% + 8px);
  border-radius: 24px;
  z-index: -1;
  background: #c5a78e;
  background: -webkit-linear-gradient(45deg, #c5a78e, #706e68);
  background: linear-gradient(45deg, #c5a78e, #706e68);
}
body.business-leadership {
  background-image: url("../assets/backgrounds/blurred-bg-combined-flipped.jpg");
  background-size: cover;
  background-position: top center;
}
body.business-leadership .other-businesses {
  margin-top: 100px;
}
body.business-leadership .other-businesses .col {
  margin-bottom: 60px;
}
body.book {
  background-image: url("../assets/backgrounds/blurred-bg.jpg");
  background-size: cover;
  background-position: top center;
}
body.book .img-col .img-wrapper.triggered:after {
  opacity: 1;
}
body.book .img-col .img-wrapper.triggered picture {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
body.book .img-col .img-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 0px;
  display: block;
  height: 20%;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-filter: blur(50px);
  -moz-filter: blur(50px);
  -o-filter: blur(50px);
  filter: blur(50px);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
body.book .img-col .img-wrapper picture {
  opacity: 0;
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
body.first-chapter .form-col {
  padding-top: 30px;
}
body.explore {
  background-image: url("../assets/backgrounds/blurred-bg-combined-flipped.jpg");
  background-size: cover;
  background-position: top center;
}
body.explore-sub {
  background-image: url("../assets/backgrounds/blurred-bg-combined-flipped.jpg");
  background-size: cover;
  background-position: top center;
}
body.explore-sub:before {
  content: "";
  position: absolute;
  top: 200px;
  left: 0;
  width: 40vw;
  height: 70%;
  background-image: url(../assets/accents/half-logo-accent.png);
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.1;
  top: -200px;
}
body.explore-sub .posts-section .section-wrapper {
  padding-top: 0;
}
body.explore-sub .posts-section .grid-container {
  grid-gap: 60px 20px;
}
body.explore-sub .posts-section .link-col h6:hover {
  color: #ac4946;
  text-decoration: underline;
}
body.explore-sub.articles .posts-section img {
  object-position: bottom;
}
body.quiz #surveyContainer {
  width: 100%;
  text-align: center;
}
body.quiz #surveyContainer .sd-progress {
  overflow: hidden;
  margin: 20px 0;
}
body.quiz #surveyContainer .sd-progress .sd-progress__text {
  opacity: 0;
}
body.quiz #surveyContainer .sd-progress .sd-progress__bar {
  background: #ac4946;
  background: -webkit-linear-gradient(0deg, #ac4946, #d37b31, #e0ca97, #c5a78e #706e68);
  background: linear-gradient(90deg, #ac4946, #d37b31, #e0ca97, #c5a78e #706e68);
  height: 10px;
  border-radius: 10px;
}
body.quiz #surveyContainer .sd-progress .sd-progress__bar:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100vw;
  background-color: #f8f8f8;
  z-index: -1;
}
body.quiz #surveyContainer input[type=button] {
  padding: 0 20px;
  min-width: 160px;
  height: 50px;
  font-size: 15px;
}
body.quiz #surveyContainer input[type=button].sd-navigation__prev-btn {
  background-color: #b8b8b8;
}
body.quiz #surveyContainer input[type=button].sd-navigation__next-btn {
  background-color: #d37b31;
}
body.quiz #surveyContainer h3.sd-title,
body.quiz #surveyContainer .sv-title-actions .sd-action-bar {
  display: none;
}
body.quiz #surveyContainer #sv-nav-prev {
  position: absolute;
  left: 0;
}
body.quiz #surveyContainer #sv-nav-next,
body.quiz #surveyContainer #sv-nav-complete {
  position: absolute;
  right: 0;
}
body.quiz #surveyContainer .sv-action__content {
  text-align: center;
}
body.quiz #surveyContainer .sd-question__required-text {
  color: #ac4946;
  left: -15px;
}
body.quiz #surveyContainer .sd-question__erbox {
  position: absolute;
  width: 100%;
  bottom: -20px;
  color: #ac4946;
}
body.quiz #surveyContainer h5.sd-title {
  font-weight: 400;
  margin-bottom: 5px;
}
body.quiz #surveyContainer h5.sd-title span.sv-string-viewer {
  font-size: 20px;
}
body.quiz #surveyContainer fieldset.sd-selectbase {
  border: unset;
}
body.quiz #surveyContainer fieldset .sd-radio {
  background: #f8f8f8;
  border-radius: 10px;
  margin: 25px 0;
  cursor: pointer;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
body.quiz #surveyContainer fieldset .sd-radio:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
body.quiz #surveyContainer fieldset .sd-radio.sd-radio--checked {
  border: 2px solid #706e68;
  background-color: rgba(112, 110, 104, 0.2);
}
body.quiz #surveyContainer fieldset .sd-radio label {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 18px;
  height: 60px;
  padding: 10px;
  margin: 0;
  cursor: pointer;
}
body.quiz #surveyContainer fieldset .sd-radio label input {
  position: absolute;
  opacity: 0;
}
body.quiz #surveyContainer #sp_100 .sd-page {
  margin-bottom: 50px;
}
body.quiz #surveyContainer #sp_111 .sd-row {
  flex: 1;
}
body.quiz #surveyContainer #sp_111 .sd-page__row {
  width: 100%;
  margin-bottom: 20px;
}
body.quiz #surveyContainer #sp_111 .sd-page__row input {
  width: 100%;
}
body.quiz #surveyContainer #sp_111 .sd-panel__content {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 20px;
}
body.quiz #surveyContainer div[data-name=signup] .sd-question__header,
body.quiz #surveyContainer div[data-name=signup] .sd-checkbox__decorator {
  display: none;
}
body.quiz #surveyContainer div[data-name=signup] label {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.quiz #surveyContainer div[data-name=signup] label input {
  height: auto;
  width: auto !important;
  margin-right: 10px;
  accent-color: #ac4946;
}
body.quiz #surveyContainer span[data-bind="text:completedStateText"] {
  display: none;
}
body.quiz #result {
  width: 100%;
}
body.quiz #result #data-summary .grid-container {
  margin-bottom: 0;
}
body.quiz #result .textbox {
  margin-inline: auto;
}
body.quiz #result ul {
  padding-left: 20px;
  margin-bottom: 30px;
}
body.quiz #result ul li {
  margin-bottom: 20px;
}
body.quiz #result .result-content {
  padding: 20px;
  border-radius: 10px;
  border: 1px solid #c5a78e;
  background-color: #f9f3ed;
}
body.quiz #result #book-refferal {
  margin-top: 50px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
  grid-gap: 40px;
}
body.quiz #result #book-refferal .textbox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
body.quiz #result #book-refferal figure.img-wrapper {
  width: 200px;
}
body.contact {
  background-image: url("../assets/backgrounds/blurred-bg.jpg");
  background-size: cover;
  background-position: top center;
}
body.contact form#contact {
  padding-top: 30px;
}
body.media-engagement {
  background-image: url("../assets/backgrounds/blurred-bg-combined-flipped.jpg");
  background-size: cover;
  background-position: top center;
}
body.media-engagement .hero .text-col .grid-container {
  margin-top: 30px;
  margin-bottom: 30px;
}
body.media-engagement .hero .text-col article.media-card {
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}
body.media-engagement .hero .text-col article.media-card#national-card {
  border-left: 4px solid #ac4946;
}
body.media-engagement .hero .text-col article.media-card#local-card {
  border-left: 4px solid #ac4946;
}
body.media-engagement .hero .text-col article.media-card .textbox {
  display: -webkit-flex;
  display: flex;
  grid-gap: 40px;
}
body.media-engagement .hero .text-col article.media-card .contact-info * {
  margin-bottom: 5px;
}
body.error-404 {
  background-image: url("../assets/backgrounds/blurred-bg.jpg");
  background-size: cover;
  background-position: top center;
}

footer#main-footer {
  margin-top: 60px;
}
footer#main-footer #footer-wrapper {
  width: 100%;
  max-width: 1440px;
  padding: 20px 60px;
  margin-inline: auto;
}
footer#main-footer #footer-top {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  grid-gap: 20px;
}
footer#main-footer #footer-top:before, footer#main-footer #footer-top:after {
  content: "";
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid #c5a78e;
}
footer#main-footer #footer-top .swatch-accent {
  margin: 0;
}
footer#main-footer #footer-middle {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 80px 30px;
  max-width: 1080px;
  margin: 80px auto;
}
footer#main-footer #footer-middle nav.socials-col {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
footer#main-footer #footer-middle nav.socials-col a#footer-logo-link {
  display: -webkit-flex;
  display: flex;
  width: 70px;
  margin-bottom: 20px;
}
footer#main-footer #footer-middle nav.socials-col .grid-container {
  max-width: 150px;
}
footer#main-footer #footer-middle nav.socials-col a.social-link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  color: white;
  background: #ac4946;
  background: -webkit-linear-gradient(45deg, #ac4946, #d37b31, #e0ca97);
  background: linear-gradient(45deg, #ac4946, #d37b31, #e0ca97);
}
footer#main-footer #footer-middle nav.page-links-col a {
  display: block;
  margin-top: 20px;
}
footer#main-footer #footer-middle nav.newsletter-col {
  max-width: 300px;
}
footer#main-footer #footer-middle nav.newsletter-col form#mc-signup > p {
  margin-bottom: 10px;
}
footer#main-footer #footer-middle nav.newsletter-col span#newsletter-field input {
  background-color: #f8f8f8;
  border: 0.5px solid grey;
  border-radius: 40px;
  padding: 20px;
}
footer#main-footer #footer-middle nav.newsletter-col span#newsletter-field button {
  position: absolute;
  top: 4px;
  right: 4px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  z-index: 2;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #ac4946;
  background: -webkit-linear-gradient(45deg, #ac4946, #d37b31, #e0ca97);
  background: linear-gradient(45deg, #ac4946, #d37b31, #e0ca97);
  color: white;
  border: none;
  cursor: pointer;
}
footer#main-footer #footer-middle h6 {
  margin-bottom: 20px;
}
footer#main-footer #footer-bottom {
  margin-bottom: 20px;
}
footer#main-footer #footer-bottom a#credit {
  text-decoration: none;
}

@media all and (max-width: 1023px) {
  h1 {
    font-size: 36px;
  }
  h1.xlg {
    font-size: 60px;
  }
  h2 {
    font-size: 32px;
  }
  h2.xlg {
    font-size: 44px;
  }
  h2.lg {
    font-size: 36px;
  }
  h2.sm {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
  .subheading {
    font-size: 17px;
  }
  p.lg, li.lg {
    font-size: 17px;
  }
  a.button, span.button, button.button {
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    font-size: 15px;
  }
  section .section-wrapper,
header#main-header #header-wrapper,
footer#main-footer #footer-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
  .grid-container.mobile-1-1023 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-container.mobile-2-1023 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-container.mobile-3-1023 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-container.mobile-4-1023 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-container.mobile-5-1023 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-container.mobile-6-1023 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-container.mobile-7-1023 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-container.mobile-8-1023 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-container.mobile-9-1023 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-container.mobile-10-1023 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-container.mobile-11-1023 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-container.mobile-12-1023 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  header#main-header.mobile-menu span#ham-menu hr:nth-child(1) {
    -webkit-transform: rotateZ(-45deg) !important;
    -moz-transform: rotateZ(-45deg) !important;
    -ms-transform: rotateZ(-45deg) !important;
    transform: rotateZ(-45deg) !important;
  }
  header#main-header.mobile-menu span#ham-menu hr:nth-child(2) {
    width: 0;
  }
  header#main-header.mobile-menu span#ham-menu hr:nth-child(3) {
    -webkit-transform: rotateZ(45deg) !important;
    -moz-transform: rotateZ(45deg) !important;
    -ms-transform: rotateZ(45deg) !important;
    transform: rotateZ(45deg) !important;
  }
  header#main-header.mobile-menu nav.header-page-links {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  header#main-header a#order-book-link {
    position: fixed;
    visibility: hidden;
  }
  header#main-header nav.header-page-links {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    moz-transform-origin: top center;
    -o-transform-origin: top center;
    -ms-transform-origin: top center;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-transform: translateY(-20px) scale(0.9);
    -moz-transform: translateY(-20px) scale(0.9);
    -ms-transform: translateY(-20px) scale(0.9);
    transform: translateY(-20px) scale(0.9);
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    padding: 100px 40px;
    grid-gap: 0;
    background-image: url("../assets/backgrounds/blurred-bg-combined.jpg");
    background-size: cover;
    background-position: top center;
    overflow: auto;
  }
  header#main-header nav.header-page-links:before {
    content: "";
    position: absolute;
    top: 100px;
    right: 0;
    width: 40vw;
    height: 70%;
    background-image: url(../assets/accents/half-logo-accent.png);
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.1;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  header#main-header nav.header-page-links span.pl-wrapper {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: 1px solid lightgrey;
    width: 100%;
    max-width: 500px;
    margin-inline: auto;
  }
  header#main-header nav.header-page-links span.pl-wrapper.more .dropdown {
    position: relative;
    visibility: visible;
    opacity: 1;
    top: unset;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    box-shadow: none;
    border-radius: 0;
    background: none;
    margin-left: 0;
    padding-left: 8px;
  }
  header#main-header nav.header-page-links span.pl-wrapper.more .dropdown:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background: #ac4946;
    background: -webkit-linear-gradient(-90deg, #ac4946, #e0ca97);
    background: linear-gradient(180deg, #ac4946, #e0ca97);
  }
  header#main-header nav.header-page-links span.pl-wrapper:hover {
    border: none;
    border-bottom: 1px solid lightgrey;
  }
  header#main-header nav.header-page-links span.pl-wrapper > a {
    font-family: "Taviraj", serif;
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #d37b31;
  }
  header#main-header nav.header-page-links span.pl-wrapper > a:after {
    display: none;
  }
  header#main-header nav.header-page-links span.pl-wrapper .dropdown {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  header#main-header span#ham-menu {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 48px;
    width: 48px;
    border-radius: 50%;
    background: #e0ca97;
    background: -webkit-linear-gradient(135deg, #e0ca97, #c5a78e);
    background: linear-gradient(-45deg, #e0ca97, #c5a78e);
    cursor: pointer;
    z-index: 1;
    overflow: hidden;
  }
  header#main-header span#ham-menu:hover:before {
    opacity: 1;
  }
  header#main-header span#ham-menu:hover hr:nth-child(1) {
    -webkit-transform: translate(-2px, -6px);
    -moz-transform: translate(-2px, -6px);
    -ms-transform: translate(-2px, -6px);
    transform: translate(-2px, -6px);
  }
  header#main-header span#ham-menu:hover hr:nth-child(2) {
    -webkit-transform: translateX(2px);
    -moz-transform: translateX(2px);
    -ms-transform: translateX(2px);
    transform: translateX(2px);
  }
  header#main-header span#ham-menu:hover hr:nth-child(3) {
    -webkit-transform: translate(-2px, 6px);
    -moz-transform: translate(-2px, 6px);
    -ms-transform: translate(-2px, 6px);
    transform: translate(-2px, 6px);
  }
  header#main-header span#ham-menu:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #c5a78e;
    background: -webkit-linear-gradient(45deg, #c5a78e, #d37b31);
    background: linear-gradient(45deg, #c5a78e, #d37b31);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    z-index: -1;
  }
  header#main-header span#ham-menu hr {
    position: absolute;
    height: 1.5px;
    width: 18px;
    background-color: white;
    border: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  header#main-header span#ham-menu hr:nth-child(1) {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  header#main-header span#ham-menu hr:nth-child(3) {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
  body.home .hero .section-wrapper {
    padding-top: 0;
  }
  body.home .accolades .accolades-col {
    max-width: 640px;
  }
  body.meet-rani .gallery #rani-img-grid {
    padding: 0 20px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-inline: auto;
  }
  body.meet-rani .gallery #rani-img-grid figure.img-wrapper {
    margin: 0;
  }
  body.meet-rani .gallery #rani-img-grid figure.img-wrapper:nth-child(1), body.meet-rani .gallery #rani-img-grid figure.img-wrapper:nth-child(3) {
    top: -5vw;
  }
  body.meet-rani .gallery #rani-img-grid figure.img-wrapper:nth-child(2) {
    -webkit-align-self: flex-end;
    -moz-align-self: flex-end;
    -ms-align-self: flex-end;
    align-self: flex-end;
  }
  body.media-engagement .hero .text-col article.media-card .textbox {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-gap: 0;
  }
}
@media all and (max-width: 900px) {
  .grid-container.mobile-1-900 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-container.mobile-2-900 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-container.mobile-3-900 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-container.mobile-4-900 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-container.mobile-5-900 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-container.mobile-6-900 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-container.mobile-7-900 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-container.mobile-8-900 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-container.mobile-9-900 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-container.mobile-10-900 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-container.mobile-11-900 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-container.mobile-12-900 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  body.home .hero {
    background: unset;
    padding-bottom: 0;
    margin-top: 0;
  }
  body.home .hero::after {
    display: none;
  }
  body.home .hero .col {
    width: 100%;
  }
  body.home .hero .text-col .textbox {
    margin-left: auto;
    margin-right: auto;
  }
  body.home .hero .text-col {
    left: unset;
  }
  body.home .hero .text-col .textbox {
    color: black;
  }
  body.home .hero .img-col {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 20px;
  }
  body.home .hero .img-col figure.img-wrapper {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    max-width: 560px;
  }
  body.home .other-work .img-col,
body.home .other-work .text-col {
    width: 100%;
  }
  body.home .other-work .img-col {
    -webkit-box-ordinal-group: -1 !important;
    -moz-box-ordinal-group: -1 !important;
    -ms-flex-order: -1 !important;
    -webkit-order: -1 !important;
    order: -1 !important;
    position: relative;
    top: unset;
  }
  body.home .other-work .text-col .textbox,
body.home .other-work .section-header .textbox {
    padding: 0 !important;
    max-width: 560px !important;
    margin-inline: auto !important;
    text-align: left !important;
  }
  body.home .other-work .section-wrapper .section-header {
    margin-top: 40px;
  }
  body.home .other-work .section-wrapper .section-header .textbox:before {
    display: none;
  }
  body.home .other-work .section-wrapper .section-header .textbox:after {
    content: "";
    position: absolute;
    top: 100%;
    width: 100%;
    height: 1px;
    border: none;
    margin-top: 15px;
    border-top: 1px solid #e0ca97;
  }
  footer#main-footer #footer-wrapper .socials-col {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  section .section-wrapper {
    grid-gap: 30px;
  }
  .grid-container.flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .grid-container.mobile-1-767 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-container.mobile-2-767 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-container.mobile-3-767 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-container.mobile-4-767 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-container.mobile-5-767 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-container.mobile-6-767 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-container.mobile-7-767 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-container.mobile-8-767 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-container.mobile-9-767 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-container.mobile-10-767 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-container.mobile-11-767 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-container.mobile-12-767 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .col.col-1 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.col-2 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.col-3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.col-4 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.col-5 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.col-6 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.col-7 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.col-8 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.col-9 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.col-10 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.col-11 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.col-12 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .col.padded {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .col.img-col.sticky {
    position: relative;
    top: unset;
  }
  body.home .order .img-col {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  body.home .order .text-col {
    max-width: 480px;
    margin-inline: auto;
    margin-top: 50px;
  }
  body.home .accolades .info-col {
    text-align: center;
  }
  body.home .accolades .info-col a.button {
    -webkit-box-ordinal-group: 10;
    -moz-box-ordinal-group: 10;
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
  }
  body.home .other-work .section-wrapper:nth-child(2n+1) .section-header .textbox, body.home .other-work .section-wrapper:nth-child(2n) .section-header .textbox {
    text-align: center;
    max-width: 480px;
  }
  body.home .other-work .section-wrapper:nth-child(2n+1) .text-col, body.home .other-work .section-wrapper:nth-child(2n) .text-col {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  body.home .other-work .section-wrapper:nth-child(2n+1) .text-col .textbox, body.home .other-work .section-wrapper:nth-child(2n) .text-col .textbox {
    margin-inline: auto;
    text-align: left;
  }
  body.home .other-work .section-wrapper .section-header {
    margin: 0;
  }
  body.home .other-work .section-wrapper .section-header .textbox {
    padding: 0 !important;
    margin-inline: auto;
  }
  body.home .other-work .section-wrapper .section-header .textbox:before {
    display: none;
  }
  body.home .other-work .section-wrapper .text-col .textbox {
    margin-inline: auto;
  }
  body.meet-rani .img-col {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    margin-bottom: 20px;
  }
  body.meet-rani .hero .text-col {
    margin-top: 0;
  }
  body.meet-rani .gallery {
    padding-top: 40px;
    padding-bottom: 0;
  }
  body.meet-rani .leadership .section-header {
    margin-bottom: 0;
  }
  body.meet-rani .leadership .grid-container {
    grid-gap: 0;
  }
  body.business-leadership .hero .img-col {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    margin-top: -40px;
  }
  body.business-leadership .what-is .section-header {
    margin-bottom: 0;
  }
  body.business-leadership .what-is .grid-container {
    grid-gap: 0;
  }
  body.book .img-col {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  body.book .text-col {
    margin-top: 50px;
  }
  body.contact .img-col {
    margin-top: -40px;
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  body.contact .img-col figure.img-wrapper {
    max-width: 450px;
  }
  body.media-engagement .hero .img-col {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  footer#main-footer #footer-middle {
    display: -ms-grid;
    display: grid;
    grid-gap: 80px 40px;
    grid-template-columns: repeat(2, 1fr);
    margin: 60px auto;
    max-width: 560px;
  }
  footer#main-footer #footer-middle nav.socials-col {
    grid-column: span 2;
  }
  footer#main-footer #footer-middle nav.newsletter-col {
    max-width: none;
    grid-column: span 2;
    text-align: center;
  }
  footer#main-footer #footer-middle nav.newsletter-col form {
    max-width: 560px;
    margin-inline: auto;
  }
}
@media all and (max-width: 639px) {
  h1.xlg {
    font-size: 48px;
  }
  h2.xlg {
    font-size: 36px;
  }
  h2.lg {
    font-size: 32px;
  }
  form .field-row {
    grid-gap: 0 20px;
  }
  form span.field-wrapper.span-1 {
    grid-column: span 12;
  }
  form span.field-wrapper.span-2 {
    grid-column: span 12;
  }
  form span.field-wrapper.span-3 {
    grid-column: span 12;
  }
  form span.field-wrapper.span-4 {
    grid-column: span 12;
  }
  form span.field-wrapper.span-5 {
    grid-column: span 12;
  }
  form span.field-wrapper.span-6 {
    grid-column: span 12;
  }
  form span.field-wrapper.span-7 {
    grid-column: span 12;
  }
  form span.field-wrapper.span-8 {
    grid-column: span 12;
  }
  form span.field-wrapper.span-9 {
    grid-column: span 12;
  }
  form span.field-wrapper.span-10 {
    grid-column: span 12;
  }
  form span.field-wrapper.span-11 {
    grid-column: span 12;
  }
  form span.field-wrapper.span-12 {
    grid-column: span 12;
  }
  .grid-container.lg-gap, .grid-container.md-gap {
    grid-gap: 20px;
  }
  .grid-container.mobile-1-639 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-container.mobile-2-639 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-container.mobile-3-639 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-container.mobile-4-639 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-container.mobile-5-639 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-container.mobile-6-639 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-container.mobile-7-639 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-container.mobile-8-639 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-container.mobile-9-639 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-container.mobile-10-639 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-container.mobile-11-639 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-container.mobile-12-639 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  section .section-wrapper,
header#main-header #header-wrapper,
footer#main-footer #footer-wrapper {
    padding: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
  header#main-header.scrolled #header-wrapper {
    height: 60px;
  }
  header#main-header.mobile-menu nav.header-page-links {
    padding-left: 20px;
    padding-right: 20px;
  }
  header#main-header #header-wrapper {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  header#main-header a#header-logo-link {
    height: 50px;
  }
  body.home .accolades .section-header {
    margin: 0;
  }
  body.home .accolades .accolades-col {
    grid-gap: 60px 0;
    text-align: center;
  }
  body.meet-rani .background .textbox {
    padding: 40px 20px;
  }
  body.quiz #result #book-refferal {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  body.quiz #result #book-refferal .textbox {
    width: 100%;
    -webkit-box-flex: unset;
    -webkit-flex: unset;
    -moz-box-flex: unset;
    -moz-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
  body.quiz #result #book-refferal figure.img-wrapper {
    -webkit-box-ordinal-group: -1;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
    margin-inline: auto;
  }
}
@media all and (max-width: 500px) {
  .grid-container.mobile-1-500 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-container.mobile-2-500 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-container.mobile-3-500 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .grid-container.mobile-4-500 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-container.mobile-5-500 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .grid-container.mobile-6-500 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .grid-container.mobile-7-500 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .grid-container.mobile-8-500 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .grid-container.mobile-9-500 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }
  .grid-container.mobile-10-500 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .grid-container.mobile-11-500 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }
  .grid-container.mobile-12-500 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .col {
    padding-left: 0;
    padding-right: 0;
  }
  body.quiz #surveyContainer .sd-question__erbox {
    bottom: 10px;
    z-index: 10;
  }
  body.quiz #surveyContainer input[type=button] {
    min-width: 130px;
  }
}

/*** Banner ***/
.banner {
    position: absolute;
    top: 70px;
    right: 0;
    left: 0;
    max-width: none;
    padding: 1rem calc(100vw - 1440px - 60px);
    margin: 0;
    background: linear-gradient(45deg, rgba(224, 202, 151, 0.65), transparent);
    z-index: 9;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}
.banner p {
    margin: 0;
    font-size: 120%;
}
body.has-banner .col.img-col.sticky {
    top: 116px;
}
body.has-banner section:first-of-type {
    padding-top: 120px;
}
@media ( max-width: 1399px ) {
	.banner {
		padding: 1rem 60px;
	}
}
@media ( max-width: 905px ) {
	body.has-banner section:first-of-type {
		padding-top: 160px;
	}
}
@media ( max-width: 767px ) {
	body.has-banner section:first-of-type {
		padding-top: 52px;
	}
}
@media ( max-width: 636px ) {
	.banner {
		top: 60px;
	}
}
@media ( max-width: 531px ) {
	body.has-banner section:first-of-type {
		padding-top: 108px;
	}
}
@media ( max-width: 357px ) {
	body.has-banner section:first-of-type {
		padding-top: 170px;
	}
}

/*** Events ***/
body.explore-sub .posts-section .grid-container.event-grid {
    gap: 0px 20px;
}

body.explore-sub .posts-section .grid-container.event-grid img {
    object-position: top;
    cursor: pointer;
}

body.explore-sub .posts-section .grid-container.event-grid img, body.explore-sub .posts-section .grid-container.event-grid video {
    object-position: top;
    cursor: pointer;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}
.lbx-container.slick-initialized.slick-slider {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.image-lbx {
	padding: 2rem;
    position: fixed !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f8f8f8e0;
    z-index: 9999;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.image-lbx img {
    max-height: 80vh;
    max-width: 80vw;
    object-fit: contain;
    object-position: center;
    margin: auto;
    display: flex !important;
    border-radius: 20px;
}

.image-lbx .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
}
.slick-arrow {
    font-size: 1.5rem;
    cursor: pointer;
    color: #ac4947;
}
.lbx-arrows {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 3rem;
    padding: 3rem;
    z-index: 99999;
}
@media ( max-width: 810px ) {
	.lbx-arrows {
		bottom: 0;
	}
    .lbx-container.slick-initialized.slick-slider {
        height: 100%;
    }
}

.button.open-event {
    color: white;
    height: 60px;
    min-width: 220px;
    font-size: 17px;
    font-family: "Rubik", sans-serif;
    text-align: center;
    background-color: #ac4946;
    padding: 0px 32px;
    border-radius: 30px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
    border: none;
    overflow: hidden;
    z-index: 1;
}

body.explore-sub .posts-section .grid-container.event-grid>figure:nth-of-type(n+7) {
    display:none;
}