

#annoying-button {
  margin: auto;
  cursor: pointer;
}
.m0 {
  margin: 0;
}
#modal .m0 {
  text-align: center;
}
#modal textarea {
  min-height: 150px;
}
.popup {
  cursor: pointer;
  margin: auto;
}
.popcontainer {
  display: flex;
  margin-bottom: 15vw;
}
.mt-2 {
  margin-top: 2rem;
}
.sup {
  width: 100%;
  text-align: center;
  display: none;
}
.housekeep-col {
  margin: 2rem;
  border-radius: 24px;
  background: white;
  height: 100%;
}
.close {
  display: block;
}
@media screen and (min-width: 960px) {
  .close {
    /* display: none; */
  }
}
.housekeep-title {
  margin: 2.5rem 0 2.5rem 0 !important;
  text-align: center;
}
.intro {
  width: 100% !important;
}
.intro a {
  height: 100%;
  width: 100%;
}
.intro a figure {
  width: 100% !important;
  padding: 24px 12px 0 12px !important;
}
.intro a figure img {
  width: 100% !important;
  height: auto;
  object-fit: cover;
  border-radius: 12px;
}
.intro .title {
  margin: 2.4rem 0 2.4rem 0 !important;
}
.intro .title {
  color: var(--color-blue-dark) !important;
}
.hidden {
  display: none;
}
.close {
  cursor: pointer;
}
.close:after, .close:before {
  content: "";
  height: 20px;
  width: 20px;
  border-top: 1px solid #000;
  position: absolute;
  top: 10%;
  right: 10%;
  transform: rotate(-45deg);
}
.close:before {
  right: calc(10% + 13px);
  transform: rotate(45deg);
}
.close:hover {
  opacity: 0.3;
}
textarea {
  resize: none;
  line-height: 1.8rem;
}
.mb-3 {
  /* margin-bottom: 1rem; */
}
.contact-row {
  margin-top: 1rem;
}
@media screen and (min-width: 1100px) {
  .contact-row {
    margin-top: 3rem;
  }
}
.modal-container {
  height: auto;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
@media screen and (min-width: 1100px) {
  .modal-container {
    width: 80%;
  }
}
.grid-contact {
  display: flex;
  background: #fff;
  border-radius: 10px;
  height: auto;
  width: 100%;
}
.contact-content {
  width: 100%;
  /* margin: 2rem 4rem 0rem 4rem; */
}
.personal-contact {
  display: flex;
}
.case-marg-user {
  margin-top: -10%;
}
@media screen and (min-width: 960px) {
  .mtmb {
    margin-top: 5% !important;
    margin-bottom: 5% !important;
  }
  .case-marg-user {
    margin-top: -5%;
  }
}
.mtmb {
  margin-top: 10%;
  margin-bottom: 10%;
}
.contact-wrapper {
  width: 100%;
}
.contact-col-image {
  padding: 0 !important;
}
.contact-col-image img {
  object-position: top;
}
.contact-col * {
  color: black;
}
.contact-type {
  color: gray;
}
.text-left {
  text-align: left;
}
.personal-contact-borders {
  border-top: 3px solid black;
  border-bottom: 3px solid black;
}
.case-personal-contact-borders {
  border-bottom: 3px solid black;
}
.contact-col-image {
  padding: 4%;
  justify-content: center;
  margin: auto;
}
.contact-col {
  padding: 4%;
}
.contact-image {
  width: 100%;
  object-fit: cover;
}
.bottom-borders, #modal .modal-wrapper figure.main {
  position: relative;
}
.bottom-borders:before, #modal .modal-wrapper figure.main:before, .bottom-borders:after, #modal .modal-wrapper figure.main:after {
  content: "";
  display: block;
  background: #ffffff;
  position: absolute;
  height: 6.4rem;
  width: 50%;
}
.bottom-borders:before, #modal .modal-wrapper figure.main:before {
  left: 0;
  bottom: 0;
  z-index: 2;
  border-top-right-radius: 36rem;
}
@media screen and (min-width: 768px) {
  .bottom-borders:before, #modal .modal-wrapper figure.main:before {
    border-top-right-radius: 64px;
  }
}
.bottom-borders:after, #modal .modal-wrapper figure.main:after {
  right: 0;
  bottom: 0;
  z-index: 2;
  border-top-left-radius: 36rem;
}
@media screen and (min-width: 768px) {
  .bottom-borders:after, #modal .modal-wrapper figure.main:after {
    border-top-left-radius: 64px;
  }
}
.bottom-borders.gray:before, #modal .modal-wrapper figure.gray.main:before, .bottom-borders.gray:after, #modal .modal-wrapper figure.gray.main:after {
  background: #EDF1F2;
}
#modal-blur {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(1%, transparent), to(rgba(0, 0, 0, 0.2)));
  background: -webkit-linear-gradient(0, transparent 1%, rgba(0, 0, 0, 0.2));
  background: -o-linear-gradient(0, transparent 1%, rgba(0, 0, 0, 0.2));
  background: linear-gradient(0, transparent 1%, rgba(0, 0, 0, 0.2));
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 6;
  visibility: hidden;
}
.kw-form-input {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
}
@media screen and (device-aspect-ratio: 0.6666666667) {
  .kw-form-input input[type=date], .kw-form-input input[type=datetime-local], .kw-form-input input[type=datetime], .kw-form-input input[type=email], .kw-form-input input[type=month], .kw-form-input input[type=number], .kw-form-input input[type=password], .kw-form-input input[type=text], .kw-form-input input[type=time], .kw-form-input input[type=url], .kw-form-input input[type=week], .kw-form-input select, .kw-form-input textarea {
    font-size: 16px;
  }
}
@media screen and (device-aspect-ratio: 0.5633802817) {
  .kw-form-input input[type=date], .kw-form-input input[type=datetime-local], .kw-form-input input[type=datetime], .kw-form-input input[type=email], .kw-form-input input[type=month], .kw-form-input input[type=number], .kw-form-input input[type=password], .kw-form-input input[type=text], .kw-form-input input[type=time], .kw-form-input input[type=url], .kw-form-input input[type=week], .kw-form-input select, .kw-form-input textarea {
    font-size: 16px;
  }
}
@media screen and (device-aspect-ratio: 0.5622188906) {
  .kw-form-input input[type=date], .kw-form-input input[type=datetime-local], .kw-form-input input[type=datetime], .kw-form-input input[type=email], .kw-form-input input[type=month], .kw-form-input input[type=number], .kw-form-input input[type=password], .kw-form-input input[type=text], .kw-form-input input[type=time], .kw-form-input input[type=url], .kw-form-input input[type=week], .kw-form-input select, .kw-form-input textarea {
    font-size: 16px;
  }
}
@media screen and (device-aspect-ratio: 0.5625) {
  .kw-form-input input[type=date], .kw-form-input input[type=datetime-local], .kw-form-input input[type=datetime], .kw-form-input input[type=email], .kw-form-input input[type=month], .kw-form-input input[type=number], .kw-form-input input[type=password], .kw-form-input input[type=text], .kw-form-input input[type=time], .kw-form-input input[type=url], .kw-form-input input[type=week], .kw-form-input select, .kw-form-input textarea {
    font-size: 16px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (device-pixel-ratio: 2) {
  .kw-form-input input[type=date], .kw-form-input input[type=datetime-local], .kw-form-input input[type=datetime], .kw-form-input input[type=email], .kw-form-input input[type=month], .kw-form-input input[type=number], .kw-form-input input[type=password], .kw-form-input input[type=text], .kw-form-input input[type=time], .kw-form-input input[type=url], .kw-form-input input[type=week], .kw-form-input select, .kw-form-input textarea {
    font-size: 16px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (device-pixel-ratio: 3) {
  .kw-form-input input[type=date], .kw-form-input input[type=datetime-local], .kw-form-input input[type=datetime], .kw-form-input input[type=email], .kw-form-input input[type=month], .kw-form-input input[type=number], .kw-form-input input[type=password], .kw-form-input input[type=text], .kw-form-input input[type=time], .kw-form-input input[type=url], .kw-form-input input[type=week], .kw-form-input select, .kw-form-input textarea {
    font-size: 16px;
  }
}
@media only screen and (device-width: 414px) and (device-height: 896px) and (device-pixel-ratio: 3) {
  .kw-form-input input[type=date], .kw-form-input input[type=datetime-local], .kw-form-input input[type=datetime], .kw-form-input input[type=email], .kw-form-input input[type=month], .kw-form-input input[type=number], .kw-form-input input[type=password], .kw-form-input input[type=text], .kw-form-input input[type=time], .kw-form-input input[type=url], .kw-form-input input[type=week], .kw-form-input select, .kw-form-input textarea {
    font-size: 16px;
  }
}
@media only screen and (device-width: 390px) and (device-height: 844px) and (device-pixel-ratio: 3) {
  .kw-form-input .kw-form-input__field {
    font-size: 16px;
  }
}
@media only screen and (device-width: 428px) and (device-height: 926px) and (device-pixel-ratio: 3) {
  .kw-form-input .kw-form-input__field {
    font-size: 16px;
  }
}
.kw-form-input:active, .kw-form-input:focus, .kw-form-input:focus-within {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}
.kw-form-input__label {
  color: #5f6368;
  display: block;
  font-size: 14px;
  left: 16px;
  letter-spacing: 0.15px;
  line-height: 24px;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  text-overflow: ellipsis;
  top: 8px;
  transition: 0.1s ease;
  white-space: nowrap;
  width: 90%;
}
.kw-form-input__label:not(output):-moz-ui-invalid {
  box-shadow: none;
}
.kw-form-input__label:active, .kw-form-input__label:focus {
  background-color: transparent;
}
.kw-form-input__error {
  bottom: 35px;
  color: #c5221f;
  display: none;
  font-size: 11px;
  left: 16px;
  letter-spacing: 0.2px;
  line-height: 18px;
  max-width: 92%;
  position: relative;
}
@media (min-width: 1024px) {
  .kw-form-input__error {
    bottom: 10px;
    line-height: 24px;
    max-width: 95%;
    position: absolute;
  }
}
.kw-form-input__field {
  background-color: #fff;
  border: 1px solid #dadce0;
  border-radius: 8px;
  color: #3c4043;
  font-size: 14px;
  height: 40px;
  line-height: 24px;
  outline: none;
  padding: 8px 16px;
  width: 100%;
}
.kw-form-input__field, .kw-form-input__field:active, .kw-form-input__field:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.kw-form-input__field:active, .kw-form-input__field:focus {
  background: #fff;
  border-color: #1a73e8;
}
.kw-form-input__field:active + label, .kw-form-input__field:focus + label {
  background: #fff;
  color: #1a73e8;
  display: block;
  font-size: 12px;
  left: 5px;
  padding: 0 5px;
  position: absolute;
  top: -12px;
  white-space: nowrap;
  width: auto;
}
.kw-form-input__field:not(:focus):not(:-moz-placeholder-shown):valid + label {
  background: #fff;
  color: #5f6368;
  display: block;
  font-size: 12px;
  left: 5px;
  padding: 0 5px;
  position: absolute;
  top: -12px;
  white-space: nowrap;
  width: auto;
}
.kw-form-input__field:not(:focus):not(:placeholder-shown):valid + label {
  background: #fff;
  color: #5f6368;
  display: block;
  font-size: 12px;
  left: 5px;
  padding: 0 5px;
  position: absolute;
  top: -12px;
  white-space: nowrap;
  width: auto;
  border-radius: 78px;
}
.kw-form-input__field--placeholder-shown + label {
  background: #fff;
  color: #5f6368;
  display: block;
  font-size: 12px;
  left: 5px;
  padding: 0 5px;
  position: absolute;
  top: -12px;
  white-space: nowrap;
  width: auto;
}
.kw-form-input__field:invalid {
  background-image: url(../html/83e4d8dff15eb60ddd06.html);
  background-position: 98%;
  background-repeat: no-repeat;
  border-color: #c5221f;
  box-shadow: none;
  padding-right: 8%;
}
.kw-form-input__field:invalid + label {
  background: #fff;
  color: #c5221f;
  display: block;
  font-size: 12px;
  left: 5px;
  padding: 0 5px;
  position: absolute;
  top: -12px;
  white-space: nowrap;
  width: auto;
}
.kw-form-input__field:invalid ~ .kw-form-input__error {
  display: block;
}
.kw-form-input__field--invalid {
  background-image: url(../html/83e4d8dff15eb60ddd06.html);
  background-position: 98%;
  background-repeat: no-repeat;
  border-color: #c5221f;
  box-shadow: none;
  padding-right: 8%;
}
.kw-form-input__field--invalid + label {
  background: #fff;
  color: #c5221f;
  display: block;
  font-size: 12px;
  left: 5px;
  padding: 0 5px;
  position: absolute;
  top: -12px;
  white-space: nowrap;
  width: auto;
}
.kw-form-input__field--invalid ~ .kw-form-input__error {
  display: block;
}
#modal {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  z-index: 6;
  overflow: auto;
  visibility: hidden;
  cursor: url("data:image/svg+xml,%3Csvg height='32' viewBox='0 0 32 32' width='32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m31.0575764 26.5404258c1.2499023 1.2499024 1.2499023 3.2747442 0 4.5246466-.6199528.6249512-1.439887.9349276-2.2598241.9349276-.8199372 0-1.6378726-.3124756-2.2618229-.9374268l-10.5371775-10.5316786-10.53617655 10.5291794c-.62495118.6299496-1.44388746.939926-2.26282374.939926s-1.63687319-.3099764-2.26232483-.939926c-1.24990237-1.2499024-1.24990237-3.2747442 0-4.5246466l10.53917772-10.5391762-10.53917772-10.53417782c-1.24990237-1.24990238-1.24990237-3.27474422 0-4.5246466 1.24990238-1.24990237 3.27474422-1.24990237 4.5246466 0l10.53667702 10.54417612 10.5391762-10.53917773c1.2499024-1.24990237 3.2747442-1.24990237 4.5246466 0 1.2499024 1.24990238 1.2499024 3.27474422 0 4.5246466l-10.5391762 10.53917623 10.5341778 10.5341778z' fill='%23fff' transform='translate(-.000001 -.002343)'/%3E%3C/svg%3E") 16 16, pointer;
}
#modal .modal-wrapper {
  position: relative;
  z-index: 4;
  margin: 94px 0;
  height: calc(100% - 94px);
}
@media screen and (min-width: 1100px) {
  #modal .modal-wrapper {
    height: calc(100%);
  }
}
#modal .modal-wrapper figure.main {
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 11;
  grid-column-end: 12;
  -webkit-border-top-right-radius: 24px;
  border-top-right-radius: 24px;
  -webkit-border-top-left-radius: 24px;
  border-top-left-radius: 24px;
  background-clip: padding-box;
  overflow: hidden;
}
@media screen and (min-width: 960px) {
  #modal .modal-wrapper figure.main {
    -ms-grid-column: 2;
    grid-column-start: 2;
  }
}
#modal .modal-wrapper .content-wrapper {
  cursor: auto;
  -ms-grid-row: 2;
  grid-row-start: 2;
  grid-row-end: 4;
  -ms-grid-column: 8;
  grid-column-start: 8;
  border-radius: 2%;
  -ms-grid-column-span: 8;
  grid-column-end: 8;
  background: #ffffff;
}
@media screen and (min-width: 960px) {
  #modal .modal-wrapper .content-wrapper {
    -ms-grid-column: 2;
    grid-column-start: 4;
  }
}
#modal .modal-wrapper .contact-content {
  cursor: auto;
  -ms-grid-row: 2;
  grid-row-start: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 11;
  grid-column-end: 12;
  padding: 12px 0 24px 0;
}
@media screen and (min-width: 1100px) {
  #modal .modal-wrapper .contact-content {
    padding: 48px 0 24px 0;
  }
}
@media screen and (min-width: 960px) {
  #modal .modal-wrapper .content {
    -ms-grid-column: 4;
    grid-column-start: 4;
    -ms-grid-column-span: 4;
    grid-column-end: 8;
    padding: 48px 48px 96px 48px;
    grid-row-start: 2;
    grid-row-end: 4;
  }
  #modal .modal-wrapper .contact-content {
    padding: 48px 2.4rem 24px 2.4rem;
  }
}
#modal .modal-wrapper .content .text {
  margin-top: 48px;
}
.session-modal .content-wrapper {
  -ms-grid-row: 2 !important;
  grid-row-start: 2 !important;
}
@media screen and (min-width: 768px) {
  .session-modal .content-wrapper {
    -ms-grid-row: 1 !important;
    grid-row-start: 1 !important;
    -webkit-border-radius: 24px !important;
    border-radius: 24px !important;
    background-clip: padding-box !important;
    /* stops bg color from leaking outside the border: */
  }
}
.session-modal .content {
  -ms-grid-row: 2 !important;
  grid-row-start: 2 !important;
  -ms-grid-column: 1 !important;
  grid-column-start: 1 !important;
  -ms-grid-column-span: 10;
  grid-column-end: 11;
}
@media screen and (min-width: 768px) {
  .session-modal .content {
    -ms-grid-row: 1 !important;
    grid-row-start: 1 !important;
    -ms-grid-column: 6 !important;
    grid-column-start: 6 !important;
    -ms-grid-column-span: 5;
    grid-column-end: 11;
    padding-left: 48px !important;
  }
}
.session-modal .image {
  -ms-grid-row: 1 !important;
  grid-row-start: 1 !important;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 11;
  grid-column-end: 12;
  overflow: hidden;
  background: #ffffff;
  border-top-left-radius: 24px;
}
@media screen and (min-width: 768px) {
  .session-modal .image {
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-column-span: 4;
    grid-column-end: 6;
  }
}
.session-modal .image img {
  border-top-left-radius: 24px;
  border-bottom-right-radius: 24px;
}
.session-modal .image .details {
  padding: 2.4rem 2.4rem 0 2.4rem;
}
@media screen and (min-width: 768px) {
  .session-modal .image .details {
    padding: 48px;
  }
}
#podcast-modal .content-wrapper {
  -webkit-border-radius: 24px !important;
  border-radius: 24px !important;
  background-clip: padding-box !important;
  /* stops bg color from leaking outside the border: */
}
#podcast-modal .content {
  padding: 96px 0 !important;
}
#podcast-modal .soundcloud {
  margin-top: 48px;
}
.grid {
  width: 100%;
  max-width: initial;
  margin: auto;
  display: -ms-grid;
  height: 100%;
  display: grid;
  grid-column-gap: 24px;
  -ms-grid-columns: minmax(24px) minmax(0, 84px) [12] minmax(24px);
  grid-template-columns: minmax(24px) repeat(12, minmax(0, 84px)) minmax(24px);
}
@media screen and (min-width: 960px) {
  .grid {
    -ms-grid-columns: minmax(0, 84px) [12];
    grid-template-columns: repeat(10, minmax(0, 10%));
    grid-template-rows: repeat(5, minmax(0, 20%));
  }
}
#annoying-button {
  display: block;
  cursor: pointer;
}
body {
  z-index: 1;
}
/* CHECKBOXES */
input {
  border-radius: 10px;
  padding: 1rem;
}
textarea {
  resize: vertical;
}
input, textarea {
  width: 100%;
}
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:contact-pop] [136.12044] DESIGN*/
/*******************************************************************/
/* 0.1 D>D */
/* db 156 */
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:contact-pop] [136.12044] DESIGN*/
/*******************************************************************/
/* 0.1 D>D */
/* db 185 */
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:contact-pop] [136.12044] DESIGN*/
/*******************************************************************/
/* 0.1 D>D */
/* db 157 */
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:contact-pop] [136.13305] DESIGN*/
/*******************************************************************/
/* 0.1 P>P */
/* db 130 */
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:contact-pop] [136.12165] DESIGN*/
/*******************************************************************/
/* 0.2 D>D */
/* db 136 */
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:contact-pop] [136.12165] DESIGN*/
/*******************************************************************/
/* 0.2 D>D */
/* db 159 */
/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:contact-pop] [136.12165] DESIGN*/
/*******************************************************************/
/* 0.2 P>P */
/* db 233 */

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:contact-pop] [136.13494] DESIGN*/
/*******************************************************************/
/* 0.4 D>D */
/* db 149 */