.elementor-kit-15{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2ac89898:#4054B2;--e-global-color-4b813cf7:#23A455;--e-global-color-34e150b4:#000;--e-global-color-18388a08:#FFF;--e-global-color-cf461ee:#1C40A0;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#3F352F;font-family:"Oswald", Sans-serif;font-size:1.3rem;font-weight:normal;line-height:1.72em;}.elementor-kit-15 e-page-transition{background-color:#FFBC7D;}.elementor-kit-15 a{color:#888888;text-decoration:none;}.elementor-kit-15 a:hover{color:#3F352F;text-decoration:none;}.elementor-kit-15 h1{color:#3F352F;font-family:"Oswald", Sans-serif;font-size:1.7rem;font-weight:normal;line-height:1.72em;}.elementor-kit-15 h2{color:#3F352F;font-family:"Oswald", Sans-serif;font-size:1.4rem;font-weight:normal;}.elementor-kit-15 h3{color:#3F352F;font-family:"Oswald", Sans-serif;font-size:1.3rem;font-weight:normal;line-height:1.72em;}.elementor-kit-15 h4{color:#3F352F;font-family:"Oswald", Sans-serif;font-size:1.2rem;font-weight:normal;line-height:1.72em;}.elementor-kit-15 h5{color:#3F352F;font-family:"Oswald", Sans-serif;font-size:1.1rem;font-weight:normal;line-height:1.72em;}.elementor-kit-15 h6{color:#3F352F;font-family:"Oswald", Sans-serif;font-size:1rem;font-weight:normal;line-height:1.72em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.shorts-phone {
  display: flex;
  justify-content: center;
  padding: 40px 0;
}

.shorts-frame {
  width: 360px;
  aspect-ratio: 9 / 16;
  border-radius: 28px;
  overflow: hidden;
  background: #000;
  box-shadow: 
    0 15px 40px rgba(0,0,0,.35),
    inset 0 0 0 2px rgba(255,255,255,.08);
  position: relative;
}

.shorts-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}




.shorts-frame::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 6px;
  background: #222;
  border-radius: 10px;
  z-index: 2;
}/* End custom CSS */