/*----FONTS----*/
@font-face {
    font-family: 'Modernline';
    src: url("https://3stepsolutions.s3.amazonaws.com/assets/custom/006424/css/fonts/modernline.otf");
}

@font-face {
    font-family: Tenor Sans;
    src: url("https://3stepsolutions.s3.amazonaws.com/assets/custom/006424/css/fonts/TenorSans-Regular.ttf");
}

h1 {
   line-height: 1.7;
   letter-spacing: 0.00em;
}

h2 {
   font-size: 20px;
   line-height: 1.25;
   letter-spacing: 0.05em;
}

p {
   line-height: 1.25;
   letter-spacing: 0.05em;
}

/*-------NAVIGATION--------*/

#mainMenu > ul > li > a, #mainMenu > ul > li > ul > li > a, #mainMenu > ul > li > ul > li > ul > li > a, #main-menu .dropdown-menu a {
    letter-spacing: 0.025em;
    padding-left: 5px;
}

li.social-cart a {
    text-transform: var(--navigationcaps);
    letter-spacing: 0.1em;
    width: fit-content !important;
}

header + div > section:only-of-type {
    height: 100vh;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

@media (min-width: 992px) {


.nav-pills>li+li {
    margin-left: 0px;
}

.tssHeaderFullWidth #mainMenu {
    margin-left: 0px;
}
    #header .container {
        width: 100%;
        max-width: 1280px;
        padding: 0px 0px;
    }

    header#header:not(.header-sticky).header-fullwidth, header#header.header-fullwidth.header-sticky {
        height: 100px;
        position: absolute;
        width: 100vw;
        top: 0px;
        left: 0px;
    }

    header#header:not(.header-sticky).header-fullwidth #header-wrap, header#header.header-fullwidth.header-sticky #header-wrap {
        height: 100px !important;
        position: relative;
        box-shadow: none !important;
    }

    header#header:not(.header-sticky).header-fullwidth div#logo, header#header.header-fullwidth.header-sticky #header-wrap div#logo {
        height: 160px !important;
        width: 160px !important;
    }

    header#header:not(.header-sticky).header-fullwidth div#logo a, header#header.header-fullwidth.header-sticky #header-wrap div#logo a, 
    header#header:not(.header-sticky).header-fullwidth div#logo img, header#header.header-fullwidth.header-sticky #header-wrap div#logo img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }

}

#mainMenu > ul > li > a:hover, #mainMenu > ul > li > a:focus {
    color: var(--brandcolor2) !important;
}

.top-social li.social-cart {
    display: none;
}

.top-social.social-icons li:hover i {
    color: #606468 
}

@media (max-width: 991px) {

    #header.header-sticky #header-wrap, #header.header-sticky, #header:not(.header-sticky), #header:not(.header-sticky) #header-wrap {
    height: 90px;
    box-shadow: none;
}

header#header.header-transparent, #header.header-sticky.header-transparent {
    position: absolute;
    width: 100%;
    height: 90px;

}

header#header.header-transparent div#header-wrap, header#header.header-transparent.header-sticky div#header-wrap {
    position: relative !important;
}

    #header.header-transparent.header-dark:not(.header-navigation-light), #header.header-dark-transparent.header-dark:not(.header-navigation-light) {
        background-color: transparent;
        border-bottom: none;
    }


    body#bBody:not(.tssEditMode) div#fbTourLogo #logo img {
        z-index: 10;
        margin: auto auto;
    }

        body#bBody:not(.tssEditMode) div#fbTourLogo #logo img.fade-me {
        filter: invert();
        opacity: 0.25;
        }

    :root {
        --navigationbackground: #adb4bd;
        --innerpagenavigationbackground: #adb4bd;
        --innerpagenavigationlinkcolor: #fff;
        --navigationcolor: #fff;
        --navigationsize: 20px;
        --innerpagenavigationbackgroundcolor: #adb4bd;

    }

     .tcon-transform .lines,  .tcon-transform .lines::before,  .tcon-transform .lines::after {
        background-color: #fff !important;
        color: #fff;
        z-index: 10;
        position: fixed;
    }

    #header.header-dark:not(.header-navigation-light) #mainMenu ul > li > a, #header.header-dark:not(.header-navigation-light) #mainMenu ul > li > span, #header.header-dark:not(.header-navigation-light) .mega-menu-title, #header.header-dark:not(.header-navigation-light) .mega-menu-content a {
        border-bottom: none !important;
        text-align: center;
        padding: 0px;
        line-height: 50px;
    }

    .navigation-active ul#fbTourNav {
    min-height: calc(100vh - 140px);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    align-items: center;
    align-content: center;
    }

    .social-icons ul {
        margin-bottom: 0px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }


.navigation-wrap.navigation-active::before {
    content:'';
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0px;
    background-color: #adb4bd;
    pointer-events: none;
    z-index: -1;
    overflow: hidden;
}

    li#fbTourlogin {
        border: 2px solid var(--mmGray) !important;
        border-bottom: 2px solid var(--mmGray) !important;
    }
    
    #mainMenu ul > li {
        width: fit-content !important;
        padding: 0px 40px;
        margin-left: auto;
        margin-right: auto;
        margin-top: auto;
        margin-bottom: auto;
    }

    #mainMenu ul > li:first-child {
    }


.navigation-active ul#fbTourNav {
    position: fixed;
    left: 0;
}

    div#logo {
    max-width: 300px !important;
    width: 100% !important;
    margin: auto auto;
    float: none;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    height: 70px !important;
    filter: brightness(10);
    }

    button.lines-button.x {
    position: relative;
    height: 28px;
    z-index: 11;
    width: 100%;
    color: #fff;
}

span.lines::before, span.lines::after, span.lines {
    color: #fff !important;
    background-color: #fff !important;
}

 button.lines-button.x:not(.tcon-transform) {
    position: relative;
    height: 28px;
    z-index: 11;
}

.nav-main-menu-responsive {
    z-index: 10;
    margin-top: 30px;
    height: 60px;
    margin-left: 0px;
}

.tssHeaderFullWidth .top-social {
    width: 100%;
    text-align: center;
    margin: auto auto;
    color: #fff !important;
}

.social-icons li a {
    color: #fff;
}
}

@media (max-width: 991px) {

#header.header-transparent.header-dark:not(.header-navigation-light), #header.header-dark-transparent.header-dark:not(.header-navigation-light) {
    background-color: #fff !important;
    border: none;
}
}

#btnPopUp {
width: auto !important;
margin: auto auto;
}

/*---INSTAGRAM LABEL---*/

@media (max-width: 767px) {

h2.reg-iglabel {
    font-size: 12px;
}
.reg-iglabel span {
  display: block;
  font-size: 16px;
}
}

div > i.fab.fa-instagram.hidden-xs:first-child {
    display: none;
}

/*----------BUTTONS--------------*/

a.btn, button.btn {
    font-weight: 600 !important;
    letter-spacing: 0.05em;
}


a.btn.btn-primary {
    border: 0px solid #E1E4E8 !important;
    border-bottom-width: 7px !important;
    background-color: transparent !important;
}

a.btn.btn-primary:hover, a.btn.btn-primary:focus, a.btn.btn-primary:active {
    border-bottom-color: #ADB4BD !important;
}

button#btnTSSSubmitForm {
    border: 0px solid #E1E4E8 !important;
    border-bottom-width: 7px !important;
    background-color: transparent !important;
    max-width: fit-content;
}

button#btnTSSSubmitForm:hover, button#btnTSSSubmitForm:focus, button#btnTSSSubmitForm:active {
    border-bottom-color: #ADB4BD !important;
}

a.btn.btn-secondary {
    border: 0px solid #fff;
    border-bottom-width: 7px !important;
    background-color: transparent !important;
}

a.btn.btn-secondary:hover, a.btn.btn-secondary:focus, a.btn.btn-secondary:active {
    border-bottom-color: #ADB4BD !important;
}


/*----PLACARDS-----*/

.reggie-placcard {
  background-color: #E1E4E8;
  width: 100%;
  max-width: 800px;
  padding: 5% 2.5% !important;
}


body h1, body h2, body h3, body h4, body h5, body h6 {
    text-align: left;
}


/*----FLORAL LUCENT-----*/

.lucent-wrapper {
    position: relative;
    z-index: 0;
}

.lucent-wrapper div.lucent, .lucent-wrapper .lucent {
  max-width: 850px;
  padding: 75px;
  position: relative;
  background-color: #fff;
}

.lucent-wrapper div.lucent.floral-lucent::after {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006424/images/web/floral-element-2.png');
    content: '';
    position: absolute;
    left: -90px;
    bottom: 0;
    height: 297px;
    width: 193px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    filter: brightness(.9);
}

    .lucent-wrapper div.lucent h2, .lucent-wrapper .lucent h2 {
        margin-bottom: 0px;
    }


@media (max-width: 991px) {
    .lucent-wrapper div.lucent, .lucent-wrapper .lucent {
          padding: 25px;
    }
    .lucent-wrapper div.lucent h2, .lucent-wrapper .lucent h2 {
        font-size: 16px;
    }

    .lucent-wrapper div.lucent.floral-lucent::after {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006424/images/web/floral-element-2.png');
    content: '';
    position: absolute;
    left: -60px;
    bottom: 0;
    height: 110%;
    width: 193px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    filter: brightness(.9);
}
}

/*-----FLORAL FX-----*/

.floral {
    width: 350px !important;
    max-width: 86vw !important;
    position: relative;
    overflow:visible;
    margin: auto auto !important;
}

@media (max-width: 991px) {
    .floral {
        margin-bottom: 80px !important;
    }
}

.floral img {
    width: 100% !important;
    object-fit: cover;
}


.floral::after, .qlHeadshot::after {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006424/images/web/floral-element-1.png');
    content: '';
    position: absolute;
    height: 241px;
    width: 342px;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    bottom: -60px;
    left: -73px;
    transform: rotate(0deg);
    filter: brightness(0);
}

ul.wavgrid {
    overflow: visible;
}

ul.wavgrid::after {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006424/images/web/floral-element-2.png');
    content: '';
    position: absolute;
    right: -80px;
    top: -18%;
    height: 150%;
    width: 150px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(15deg);
    opacity: 0.5;
}

@media (max-width: 991px) {
    ul.wavgrid::after {
        right: -100px;
    }
}

@media (max-width: 767px) {
    ul.wavgrid::after {
        right: -120px;
    }
}

/*----SPLIT BANNERS----*/


    .splitBanner {
     position: relative;
     display: flex;
     flex-direction: row;
     flex-wrap: nowrap;
     align-content: center;
     align-items: center;
     justify-content: center;
    }

@media (min-width: 992px) {

    .splitImage{
       position: relative;
       width: 50%;
       height: 600px;
       margin-right: -10%;
       z-index: 1;
    }

    .splitImage img {
       width: 100%;
       height: 100%;
       object-fit: cover;    
    }

    .splitText {
        padding: 30px 40px 30px 40px;
        background-color: var(--brandcolor2);
        width: 60%;
        max-height: 80%;
        min-height: 350px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-evenly;
        z-index: 10;
    }

    .splitText h1 {
        font-size: 42px
    }

    .splitText::after {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006424/images/web/floral-element-1.png');
    content: '';
    position: absolute;
    height: 282px;
    width: 400px;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    bottom: 10px;
    right: -120px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)rotate(35deg);
    filter: brightness(0);
}

}

@media (max-width: 991px) {

    body#bBody:not(.tssEditMode) section:first-of-type .splitBanner {
    margin-top: 15px;
    }

    .splitBanner {
     position: relative;
     display: flex;
     max-width: 95vw;
     height: auto;
     flex-direction: column;
     flex-wrap: nowrap;
     margin-left: auto;
     margin-right: auto;
    }


    .splitImage {
        position: relative;
        max-width: 95vw !important;
        max-height: 95vw !important;
        width: 600px;
        height: 600px;
        margin: auto auto;
     }


    .splitImage img {
       width: 100%;
       height: 100%;
       object-fit: cover;    
    }

    .splitText {
        background-color: var(--brandcolor2);
        width: 75%;
        height: 80%;
        position: absolute;
         display: block;
        padding: 30px 25px 30px 25px;
        position: relative;
        right: unset;
        margin: -25% auto auto auto;
      
     }

    .splitText h1 {
        font-size: 42px
    }

    .splitText::after {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006424/images/web/floral-element-1.png');
    content: '';
    position: absolute;
    height: 241px;
    width: 342px;
    background-size: cover;
    background-repeat: no-repeat;
    pointer-events: none;
    bottom: -30px;
    right: -110px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)rotate(40deg); 
    filter: brightness(0);
}
}

@media (max-width: 767px) {
    .splitBanner {
     position: relative;
     display: flex;
     max-width: 95vw;
     height: auto;
     flex-direction: column;
     flex-wrap: nowrap;
     margin-left: auto;
     margin-right: auto;
    }

    .splitImage {
        position: relative;
        max-width: 95vw !important;
        max-height: 95vw !important;
        width: auto;
        height: 280px
     }

     .splitImage img {
         object-fit: cover;
         width: 100% !important;
         height: 100% !important;
     }

     .splitText {
         display: block;
         background-color: var(--brandcolor2);
         padding: 30px 25px 30px 25px;
         max-width: 90vw;
         position: relative;
         right: unset;
         width: 95%;
         margin: -12.5% auto auto auto;
     }

     .splitText h1 {
        font-size: 28px;
        line-height: 1.25;
        text-align: left !important;
    }

}

/*---------FOOTER--------*/

.row.regFooterListBox {
    border: none;
}

.col-md-4.footer-right, .copyright-text.footer-left.col-md-4 {
    display: none;
}

.copyright-text.footer-center.col-md-4.text-center {
    width: 100% !important;
    text-transform: none;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding-top: 0px;
}

.copyright-text.footer-center.col-md-4.text-center a {
    text-transform: none;
    font-size: 16px;
}

.copyright-content {
    min-height: unset;
    padding-bottom: 10px;
}

@media (min-width: 992px) {

   #footer .row .col-md-4:nth-child(1), #footer .row .col-md-4:nth-child(3) {
     width: 25%
   }

   #footer .row .col-md-4:nth-child(2) {
       width: 50%;
   }

   .footer-content {
       padding-top: 32px;
   }

   span.crightline::after {
   content: '\2022';
   color: #fff;
   display: inline-block;
   position: relative;
   padding-left: 4px;
}
    
}

@media (max-width: 991px) {
    #footer .row .col-md-4:nth-child(1) img {
        text-align: center;
        margin: auto auto !important;
    }

span.crightline {
    display: block;
}
}

/*----Carousel----*/

.slick-carousel .slick-dots {
    text-align: right;
    margin-right: 10%;
}

.slick-dots li {
    margin: 0px 3px;
}

    .slick-carousel .slick-dots li button {
        width: 15px;
        height: 15px;
        margin: 5px 3px;
    }

div.edenCarousel-pic {
    position: relative;
    overflow: visible;
    margin: auto auto !important;
}


div.edenCarousel-pic img:before {
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/003692/css/fonts/Copy%20of%20EG%20Large%20Leaf%20-%20Emerald-1@2x.png');
    transform: rotate(180deg);
    height: 40px;
    width: 60px;
    position: relative;
    left: -50px;
}

.edenCarousel-pic img {
    height: 100% !important;
    width: 100% !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}


div.edenCarousel-name {
    font-style: normal;
    font-family: var(--subtitlefont);
    font-style: normal;
    text-transform: uppercase;
    margin-top: 10px !important;
}

.edenCarousel-pic img.edenCarousel-leaves {
    position: absolute !important;
    top: 91px !important;
    left: -25px !important;
    width: 94px !important;
    height: initial !important;
    border-radius: 0px;
}

.slick-dots li.slick-active button, .slick-dots li:hover button {
    background-color: #ADB4BD;
}

.slick-dots li button {
    background-color: #fff;
    opacity: 1;
}

img.edenCarousel-leaves {
    display:  none;
}

div.edenCarousel-pic {
    height: 250px;
    width: 250px;
    max-width: 100vw;
}


@media (min-width: 768px) {
.static-testimonial .row {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: row;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
}
}

body#bBody:not(.tssEditMode) .slick-slide .col-md-1,
.static-slide .col-md-1 {
    display: none;
}

 .slick-slide .col-md-8, .static-slide .col-md-8 {
     padding: 50px 50px 40px 50px;
     background-color: #fff;
 }

div.edenCarousel-text, div.edenCarousel-name {
    max-width: 750px;
    margin:  auto auto;
    text-align:  left;
    position: relative;
    margin-left: 0px;
    }

body#bBody:not(.tssEditMode) div#edenCaroName > div,
.static-slide div#edenCaroName > div {
    display:  inline-block;
    padding-left: 5px;
}

body#bBody:not(.tssEditMode) .slick-carousel .slick-dots {
    text-align: left;
    margin: auto auto auto 10%;
}

body#bBody:not(.tssEditMode) div.edenCarousel-content:before,
.static-slide div.edenCarousel-content:before {
    display: none;
}

 .slick-carousel::before, .static-testimonial::before {
    content: '';
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006424/images/web/floral-element-2.png');
    width: 130px;
    height: 100%;
    position: absolute;
    left: 0px;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    top: 5%;
 }

.slick-carousel ::-webkit-scrollbar {
    width: 4px;
    border-radius: 1px;
    
}

.slick-carousel ::-webkit-scrollbar-thumb {
    width: 4px;
    border-radius: 1px;
}

.slick-carousel ::-webkit-scrollbar-track {
    width: 4px;
    border-radius: 1px;
}

 div.edenCarousel-text {
    height: 180px;
    overflow-y: auto;
    }

.static-slide div.edenCarousel-text {
    height: auto;
    overflow: auto;
}


@media (min-width: 768px) {
 .slick-slide .row, static-testimonial .row {
     display: flex;
     flex-direction: row;
     align-items: center;
     justify-content: center;
     flex-wrap: nowrap;
 }

body#bBody:not(.tssEditMode) .slick-slide .col-md-2,
.static-slide .col-md-2 {
    width: 30%;
    order: 2;
    margin-left: -5%;
    z-index:10;
    padding-left: 0px;
    padding-right: 0px;
}

 .slick-slide .col-md-8,
 .static-slide .col-md-8 {
     padding: 50px 50px 35px 50px;
     background-color: #fff;
     width: 75%;
     order:1;
     z-index: 2;
 }

 @media (min-width: 1199px) {
     .static-slide .col-md-8 {
         left: 3%;
     }
 }

div.edenCarousel-pic {
    position: relative;
    width: 200px;
    height: 200px;
    overflow: visible;
    margin: auto auto !important;
}

}

   body#bBody:not(.tssEditMode) .slick-slide .col-md-2,
.static-slide .col-md-2 {
    padding-left: 0px;
    padding-right: 0px;
  }

@media (min-width: 992px) {
   body#bBody:not(.tssEditMode) .slick-slide .col-md-2,
.static-slide .col-md-2 {
    width: 25%;
    order: 2;
    margin-left: -5%;
    z-index:10;
    padding-left: 0px;
    padding-right: 0px;
  }

}

@media (max-width: 1199px) {
 .slick-carousel::before, .static-testimonial::before {
    content: '';
    background-image: url('https://3stepsolutions.s3.amazonaws.com/assets/custom/006424/images/web/floral-element-2.png');
    width: 130px;
    height: 100%;
    position: absolute;
    left: -70px;
    z-index: 0;
    background-size: contain;
    background-repeat: no-repeat;
    top: 5%;
 }

 body#bBody:not(.tssEditMode) .slick-carousel .slick-dots {
     margin-left: 5%
 }
}

@media (max-width: 767px) {
    body#bBody:not(.tssEditMode) .slick-slide .col-md-2,
.static-slide .col-md-2,{
        margin-bottom: -25px;
        z-index: 1;
    }
}

.slick-slide.slick-active {
    opacity: 1;
    transition: var(--uxtransition);
}

.slick-slide:not(.slick-active) {
    opacity: 0;
    transition: var(--uxtransition);
}



/*-----FORMS------*/

.tssFormRow {
    max-width: unset;
}

.form-mat {
    background-color: var(--brandcolor2);
    padding: 35px 50px;
}

.form-mat .tssFormRow textarea.form-control, .form-mat .tssFormRow input[type=text], .form-mat .tssFormRow select {
  border-color: var(--brandcolor2);
  border-radius: 0px;
  margin-bottom: 0px;
}

.form-mat button#btnTSSSubmitForm {
    border: 0px solid #fff !important;
    border-bottom-width: 7px !important;
}

.form-mat button#btnTSSSubmitForm:hover, .form-mat button#btnTSSSubmitForm:focus, .form-mat button#btnTSSSubmitForm:active {
    border-bottom-color: #ADB4BD !important;
}



@media (min-width: 992px) {
    .form-mat {
        position:absolute;
        width: 600px;
        height: 600px;
        top: 50px;
        left: -135px;
    }

    img.wavgallery {
        width: 600px !important;
        height: 600px !important;
    }
}

@media (min-width: 1199px) {
    .form-mat {
        position:absolute;
        width: 635px;
        height: 600px;
        top: 50px;
        left: -12.5%;
    }

    img.wavgallery {
        width: 600px !important;
        height: 600px !important;
    }
}


.form-mat h1.center-me {
    margin-left: -10px;
    line-height: 1;
}


.center-form button#btnTSSSubmitForm {
    margin-left: auto !important;
    margin-right: auto !important;
}

.center-form .fbSubmit .col-md-8 {
    text-align: center;
}

#header.header-sticky #header-wrap {
    position: relative;
    box-shadow: none;
}


/*---GRAPHIC MENU---*/

.icGM {
    position: relative;
    margin: 0px auto 65px auto;
    width: 100%;
    max-width: 360px;
    height: 650px;
    display: flex;
    align-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

.icGM-body h1, .icGM-body h2, .icGM-body h3, 
.icGM-body h4, .icGM-body h5, .icGM-body h6, 
.icGM-body p, .icGM-body div {
    text-align: center;
    margin: 16px auto auto auto;
}

.icGM-image {
    margin: 0px auto;
    height: 360px;
    width: 360px;
    position: relative;
}

.icGM-image img {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
    margin: auto auto auto auto;
    padding: 15px;
    object-fit: cover;
}

.icGM-body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    height: calc(100% - 292px);
    position: relative;
}

.icGM-body a.btn {
    margin: 16px auto 0px auto;
}


@media (max-width: 1199px) and (min-width: 992px) {

.icGM {
    height: 550px;
}

.icGM-image {
    height: 292px;
    width: 292px;
}

.icGM-body a.btn {
    font-size: 14px !important;
}
}

@media (max-width: 991px) and (min-width: 768px) {

.icGM-image {
    height: 220px;
    width: 220px;
}

.icGM {
    height: 500px;
}

.icGM-body {
    height: calc(100% - 220px);
}

.icGM-body h1, .icGM-body h2, .icGM-body h3, 
.icGM-body h4, .icGM-body h5, .icGM-body h6, 
.icGM-body p, .icGM-body div {
  font-size: 75%;
}

.icGM-body a.btn {
    font-size: 12px !important;
}

}

@media (max-width: 767px) {
.icGM {
    max-width: 360px;
}

.icGM-image {
    height: 360px;
    width: 360px;
    max-height: calc(100vw - 40px);
    max-width: calc(100vw - 40px);
}

.icGM {
    height: fit-content;
}

.icGM-body {
    height: fit-content;
}


.icGM-body h1, .icGM-body h2, .icGM-body h3, 
.icGM-body h4, .icGM-body h5, .icGM-body h6, 
.icGM-body p, .icGM-body div {
  font-size: 90%;
  margin: 8px auto !important;
}

}