<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.page-title {
    font-size: 43px;
    text-align: center;
    margin: 28px 0;
}

#procedures-box {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.procedurebox-single {
    width: 50%;
    height: 745px;
    position: relative;
    overflow: hidden;
}

.procedure-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 0;
}

.body .procedure-video {
    transform: translate(-25%, 0);
}

.procedurebox-wrapper {
    position: absolute;
    width: 350px;
    height: 350px;
    top: 50%;
    left: 50%;
    margin: 0;
    color: #FFF;
    display: flex;
    align-items: center;
    flex-direction: column;
    z-index: 3;
    transform: translate(-50%,-50%);
}

.procedurebox-wrapper h2,
.procedurebox-wrapper h2 a {
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-bottom: 42px;
    font-size: 43px;
    line-height: 20px;
    letter-spacing: 5px;
    color: #FFF;
    font-family: "Lato", sans;
}


.procedurebox-list {
    column-count: 2;
    height: 190px;
}

.procedurebox-list a {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 17px;
    display: block;
    color: #FFF;
}

.white-btn {
    background: #FFF;
    color: #545456;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    padding: 13px 28px;
    margin: 0 auto;
    border: 1px solid #FFF;
    transition: ease all 300ms;
}

.white-btn:hover {
    background: transparent;
    color: #FFF;
    opacity:1;
}
.most-popular-procedures {
  color: white;
  text-transform: uppercase;
  text-align: center;
}
.most-popular-procedures:before {
  content: "";
  display: block;
  width: 78px;
  height: 1px;
  background: #FFF;
  margin: 30px auto;
}





@media screen and (max-width: 1019px){
    .page-title {
        margin: 17px 0 52px;
        font-size: 39px;
        letter-spacing: 0;
    }

    #procedures-box {
        height: 743px;
    }

    #procedures-box img, .procedure-video {
        display: none;
    }

    .procedurebox-single.faceneck {
        background: url(../img/face-neck-bg.jpg) no-repeat top center / cover;
    }

    .procedurebox-single.body {
        background: url(../img/body-bg.jpg) no-repeat top center / cover;
    }

    .procedurebox-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        margin: 0 auto;
    }

    .procedurebox-list {
        column-count: initial;
        width: 160px;
        height: auto;
    }

    .procedurebox-wrapper h2 {
        margin-bottom: 39px;
    }

    .procedurebox-list span {
        margin-bottom: 15px;
    }

    .white-btn {
        margin: 23px auto 0;
    }


}

@media screen and (max-width: 767px ){

    #procedures-box {
        flex-direction: column;
        height: unset;
        margin-bottom: 50px;
    }

    .procedurebox-single {
      height: unset;
      width: 100%;
      display: block;
      overflow: visible;
      padding-top: 50px;
      padding-bottom: 50px;
    }

    .procedurebox-single.faceneck{
      background: url(../img/faceneck-mobile.jpg) no-repeat top center / cover;
    }

    .procedurebox-single.body{
      background: url(../img/body-mobile.jpg) no-repeat top center / cover;
    }

    #procedures-box {
      flex-direction: column;
      display: block;
      overflow: visible;
      clear: both;
      float: left;
    }

    .procedurebox-wrapper {
        position: relative;
        display: block;
        height: unset;
        top: unset;
        left: unset;
        bottom: unset;
        right: unset;
        transform: unset;
        text-align: center;
    }

    #statistics, .internalcta {
        display: none;
    }

    .procedurebox-wrapper h2,
    .procedurebox-wrapper h2 a {
        font-size: 25px;
    }

    .procedurebox-list a {
        text-align: center;
    }

    .procedurebox-list a {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .procedurebox-list {
        column-count: 2;
        width: 90%;
    }

    .white-btn {
        padding: 10px 15px;
        text-align: center;
    }

    .procedurebox-wrapper h2 {
        line-height: 0;
        margin-bottom: 30px;
    }
}

@media screen and (max-width:479px){

    .procedurebox-wrapper {
        margin: 0;
        width: 100%;
        height: unset;
        border-bottom: 0;
    }

    .procedurebox-single {
        position: relative;
        background-size: cover !important;
    }

    .procedurebox-wrapper h2 {
        font-size: 36px;
        letter-spacing: 1px;
        margin-bottom: 28px;
    }

    #procedures-box {
        height: auto;
        padding-bottom: 50px;
    }

}


/* Sensitive content */
.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 1rem;
    z-index: 10;
  }
  
  .sensitive-wrapper {
    position: relative;
    display: inline-block;
  }
  
  .reveal-btn {
    margin-top: 1rem;
    padding: 0.5rem 1rem;
    background-color: #fff;
    color: #000;
    border: none;
    cursor: pointer;
    font-weight: bold;
  }
  
  .reveal-btn:hover {
    background-color: #f0f0f0;
  }
  </pre></body></html>