/* .wmar-area {
  top: 300px !important;
  position: relative;
} */

p.what-if {
  margin-bottom: 10px;
}


a.discover-me.discover-me--white.discover-me--experience {
  display: none;
}

.wmarr-area {
  margin-bottom: -400px !important;
}

.wmarr-top--nobg {
  background: transparent !important;
}

.wmarr-part--bg {
  background: #FFFFFF;
}
.wmarr-part--bg:nth-child(1) {
  margin-top: 60px;
}

.wmarr-part--bg:nth-child(2) {
  margin-top: 175px;
  margin-bottom: 250px;
}

.quote-members__item-left-top img {
  width: 105px;
  height: 105px;
  object-fit: cover;
  object-position: center;
  border-radius: 100%;
}

.about-section__description-box-arrow {
  background: url(https://explore.synthesisretreat.com/hubfs/Fundamental%20Assets/arrow-down-large.svg) !important;
}
.about-section__team-item-desc {
  font-size: 14px !important;
  letter-spacing: 0px !important;
  line-height: 20px !important;
}
.dbd__item-more {
  font-family: proxima nova,sans-serif !important;
  font-weight: 400;
}
.maindfan-top1 p {
  font-weight: 400 !important;
}
.extra-alert__left{
  margin: auto;
}
.wmarr-part h2{
  height: unset !important;
  padding-top: unset !important;
  padding: 30px 0 !important;
}

@media (max-width: 767px) {
  header.header {
      height: 700px !important;
      background-position: bottom !important;
      background-image: url(https://explore.synthesisretreat.com/hubfs/Fundamental%20Assets/header-mobile.png) !important;
  }
}

.what-if__heading{
 color: #333333 !important;
}

.tfp-part h2 {
  font-family: semplicitapro,sans-serif !important;
  font-weight: 300 !important;
  font-style: italic !important;
}


.tfpha1-part__heading-bottom {
  margin-bottom: 15px;
}

.tfpha1-part__heading {
  font-family: semplicitapro, sans-serif;
  font-weight: 300;
  font-size: 30px;
  color: #FFFFFF;
  letter-spacing: 0.3px;
  text-align: center;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}

.tfpha1-part__heading-top {
  margin-bottom: 45px;
}

.tfpha1-part__heading-bottom {
  margin-bottom: 15px;
}

.tfpha1-part__heading-time span:last-of-type::after {
  display: none;
}

.tfpha1-part__heading-time span::after {
    content: " | ";
    margin: 0 15px;
}

/* Randy */
.example.example2 {
    background-color: #fff;
  }
  
  .example.example2 * {
    font-family: Source Code Pro, Consolas, Menlo, monospace;
    font-size: 16px;
    font-weight: 500;
  }
  
  .example.example2 .row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 5px 10px;
  }
  
  .example.example2 .field {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0 10px;
  }
  
  .example.example2 .field.half-width {
    width: 50%;
  }
  
  .example.example2 .field.quarter-width {
    width: calc(25% - 10px);
  }
  
  .example.example2 .baseline {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #cfd7df;
    transition: background-color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .example.example2 label {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 8px;
    color: #cfd7df;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transform-origin: 0 50%;
    cursor: text;
    pointer-events: none;
    transition-property: color, transform;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .example.example2 .input {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-bottom: 7px;
    color: #32325d;
    background-color: transparent;
  }
  
  .example.example2 .input::-webkit-input-placeholder {
    color: transparent;
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .example.example2 .input::-moz-placeholder {
    color: transparent;
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .example.example2 .input:-ms-input-placeholder {
    color: transparent;
    transition: color 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  
  .example.example2 .input.StripeElement {
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: opacity;
  }
  
  .example.example2 .input.focused,
  .example.example2 .input:not(.empty) {
    opacity: 1;
  }
  
  .example.example2 .input.focused::-webkit-input-placeholder,
  .example.example2 .input:not(.empty)::-webkit-input-placeholder {
    color: #cfd7df;
  }
  
  .example.example2 .input.focused::-moz-placeholder,
  .example.example2 .input:not(.empty)::-moz-placeholder {
    color: #cfd7df;
  }
  
  .example.example2 .input.focused:-ms-input-placeholder,
  .example.example2 .input:not(.empty):-ms-input-placeholder {
    color: #cfd7df;
  }
  
  .example.example2 .input.focused + label,
  .example.example2 .input:not(.empty) + label {
    color: #aab7c4;
    transform: scale(0.85) translateY(-25px);
    cursor: default;
  }
  
  .example.example2 .input.focused + label {
    color: #24b47e;
  }
  
  .example.example2 .input.invalid + label {
    color: #ffa27b;
  }
  
  .example.example2 .input.focused + label + .baseline {
    background-color: #24b47e;
  }
  
  .example.example2 .input.focused.invalid + label + .baseline {
    background-color: #e25950;
  }
  
  .example.example2 input, .example.example2 button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    border-style: none;
  }
  
  .example.example2 input:-webkit-autofill {
    -webkit-text-fill-color: #e39f48;
    transition: background-color 100000000s;
    -webkit-animation: 1ms void-animation-out;
  }
  
  .example.example2 .StripeElement--webkit-autofill {
    background: transparent !important;
  }
  
  .example.example2 input, .example.example2 button {
    -webkit-animation: 1ms void-animation-out;
  }
  
  .example.example2 button {
    display: block;
    width: calc(100% - 30px);
    height: 40px;
    margin: 40px 15px 0;
    background-color: #24b47e;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
  }
  
  .example.example2 .error svg {
    margin-top: 0 !important;
  }
  
  .example.example2 .error svg .base {
    fill: #e25950;
  }
  
  .example.example2 .error svg .glyph {
    fill: #fff;
  }
  
  .example.example2 .error .message {
    color: #e25950;
  }
  
  .example.example2 .success .icon .border {
    stroke: #abe9d2;
  }
  
  .example.example2 .success .icon .checkmark {
    stroke: #24b47e;
  }
  
  .example.example2 .success .title {
    color: #32325d;
    font-size: 16px !important;
  }
  
  .example.example2 .success .message {
    color: #8898aa;
    font-size: 13px !important;
  }
  
  .example.example2 .success .reset path {
    fill: #24b47e;
  }
/* Einde randy */
@media (max-width: 992px){
  .container__large{
    position: unset !important;
    left: unset !important;
  }
}

.sk-chase {
  width: 40px;
  height: 40px;
  position: relative;
  animation: sk-chase 2.5s infinite linear both;
}

.sk-chase-dot {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; 
  animation: sk-chase-dot 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:before {
  content: '';
  display: block;
  width: 25%;
  height: 25%;
  background-color: #000;
  border-radius: 100%;
  animation: sk-chase-dot-before 2.0s infinite ease-in-out both; 
}

.sk-chase-dot:nth-child(1) { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2) { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3) { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4) { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5) { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6) { animation-delay: -0.6s; }
.sk-chase-dot:nth-child(1):before { animation-delay: -1.1s; }
.sk-chase-dot:nth-child(2):before { animation-delay: -1.0s; }
.sk-chase-dot:nth-child(3):before { animation-delay: -0.9s; }
.sk-chase-dot:nth-child(4):before { animation-delay: -0.8s; }
.sk-chase-dot:nth-child(5):before { animation-delay: -0.7s; }
.sk-chase-dot:nth-child(6):before { animation-delay: -0.6s; }

@keyframes sk-chase {
  100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot {
  80%, 100% { transform: rotate(360deg); } 
}

@keyframes sk-chase-dot-before {
  50% {
    transform: scale(0.4); 
  } 100%, 0% {
    transform: scale(1.0); 
  } 
}
b, strong{
font-weight: 400 !important;
}
.timezone--time{
    font-family: 'Proxima-Nova', sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 2.2px;
    line-height: 17px;
    text-align: center;
}
.dfana1-top h2 {
    margin-bottom: 15px !important;
}

.approx{
    font-family: 'Proxima-Nova', sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 17px;
    text-align: center;
    display: block;
    margin: 30px 0;
}
.interest_form-holder{
 padding: 20px
}
.extra-alert__bottom {
    display: flex;
    align-items: center;
}
.twowy-part h2{
  flex-direction: column;
}