 /*! CSS Used from: Embedded */
 *,
 *::before,
 *::after {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
 }

 h4 {
   margin-top: 0;
   margin-bottom: .5rem;
 }

 a {
   color: #B39DDB;
   text-decoration: none;
 }

 a:visited {
   color: #B39DDB;
   text-decoration: underline;
 }

 a:hover {
   color: #D1C4E9;
   text-decoration: underline;
 }

 a:focus {
   color: #D1C4E9;
   text-decoration: underline;
 }

 a:active {
   color: #9575CD;
 }

 img {
   vertical-align: middle;
 }

 a {
   touch-action: manipulation;
 }

 .txt-primary {
   color: rgba(233, 229, 246, 0.87) !important;
 }

 .text-red {
   color: #ed1b2f !important;
 }

 .text-center {
   text-align: center !important;
 }

 .text-nowrap {
   white-space: nowrap !important;
 }

 h4 {
   margin-bottom: 0.5rem;
   font-family: inherit;
   font-weight: 500;
   line-height: 1.5;
   color: inherit;
 }

 h4 {
   font-size: 1.5rem;
 }

 .body-1 {
   font-size: 1rem;
   font-weight: 400;
   line-height: 1.5;
 }

 .overline {
   font-size: 0.625rem;
   font-weight: 400;
   line-height: 1.5;
 }

 .txt-no_underline {
   text-decoration: none;
 }

 a.txt-no_underline:hover,
 a.txt-no_underline:link,
 a.txt-no_underline:active,
 a.txt-no_underline:visited {
   text-decoration: none;
 }

 .flexbox {
   display: -webkit-box;
   display: -moz-box;
   display: -ms-flexbox;
   display: -webkit-flex;
   display: flex;
 }

 .fg {
   -webkit-flex-grow: 1;
   -moz-flex-grow: 1;
   -ms-flex-grow: 1;
   flex-grow: 1;
 }

 .justify-content-center {
   -webkit-box-pack: center !important;
   -webkit-justify-content: center !important;
   -moz-box-pack: center !important;
   -ms-flex-pack: center !important;
   justify-content: center !important;
 }

 .justify-content-around {
   -webkit-justify-content: space-around !important;
   -ms-flex-pack: distribute !important;
   justify-content: space-around !important;
 }

 .align-item-middle {
   align-items: center !important;
   -webkit-box-align: center !important;
   -moz-box-align: center !important;
   -ms-flex-align: center !important;
   -webkit-align-items: center !important;
 }

 .img-thumbnail {
   display: block;
   overflow: hidden;
   position: relative;
   transition: all .2s ease-in-out;
   background-position: 50%;
   background-repeat: no-repeat;
   background-size: cover;
   margin: 0;
   padding: 0;
   max-height: 720px;
   max-width: 720px;
   background-color: transparent !important;
   border: transparent !important;
 }

 .img-thumbnail::before {
   content: "";
   display: block;
   width: 100%;
   padding-top: 100%;
 }




.mb32px {
  margin-bottom: 32px !important;

}

 .p-t-24 {
   padding-top: 24px !important;
 }

 .p-r-24 {
   padding-right: 24px !important;
 }

.mb24px {
  margin-bottom: 24px !important;
 
}

 .p8px {
   padding: 8px !important;
 }

 .pt8px {
   padding-top: 8px !important;
 }

 .m-lnr-auto {
   margin-left: auto;
   margin-right: auto;
 }

 @media (max-width: 576px) {
   .margin-lnr {
     margin-left: 16px;
     margin-right: 16px;
   }
 }

 .hover_box-shadow1 {
   -webkit-transition: box-shadow 0.15s ease-in-out;
   transition: box-shadow 0.15s ease-in-out;
   -o-transition: box-shadow 0.15s ease-in-out;
   -moz-transition: box-shadow 0.15s ease-in-out;
 }

 .hover_box-shadow1:hover {
   -webkit-box-shadow: inset 0 0 0 1px rgba(115, 115, 153, 0.24), 0 0 0 5px rgba(115, 115, 153, 0.24);
   -moz-box-shadow: inset 0 0 0 1px rgba(115, 115, 153, 0.24), 0 0 0 5px rgba(115, 115, 153, 0.24);
   box-shadow: inset 0 0 0 1px rgba(115, 115, 153, 0.24), 0 0 0 5px rgba(115, 115, 153, 0.24);
 }

 *,
 *:after,
 *:before {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
 }

 .pt-xs-toggle-show,
 .pt-md-toggle-show {
   display: block;
 }

 @media (max-width: 372px) {
   .pt-xs-toggle-show {
     display: none;
   }
 }

 @media (max-width: 768px) {
   .pt-md-toggle-show {
     display: none;
   }
 }

 .inline-block {
   display: inline-block;
 }
