.elementor-kit-6{--e-global-color-primary:#281E78;--e-global-color-secondary:#8561CC;--e-global-color-text:#281E78;--e-global-color-accent:#79D97C;--e-global-color-b02db02:#D9D9D9;--e-global-color-e8ac4ed:#FFFFFF;--e-global-color-e9e7cf6:#F2EFFA;--e-global-color-8d73fe9:#281E78;--e-global-color-d0a5477:#9678D3;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-weight:600;--e-global-typography-secondary-font-style:normal;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-weight:500;--e-global-typography-text-font-style:normal;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-weight:400;--e-global-typography-accent-font-style:normal;--e-global-typography-6341aec-font-family:"DM Sans";--e-global-typography-6341aec-font-weight:500;color:var( --e-global-color-text );font-size:16px;font-weight:500;font-style:normal;line-height:1.4;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:var( --e-global-color-accent );font-size:18px;font-weight:700;line-height:1.4;text-shadow:0px 0px 10px rgba(0,0,0,0.3);color:var( --e-global-color-primary );border-radius:30px 30px 30px 30px;padding:15px 065px 15px 065px;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{background-color:var( --e-global-color-primary );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 h1{color:var( --e-global-color-primary );font-size:36px;font-weight:700;line-height:1.2;}.elementor-kit-6 h2{font-size:32px;font-weight:700;line-height:1.2;}.elementor-kit-6 h3{font-size:28px;font-weight:700;line-height:1.2;}.elementor-kit-6 h4{font-size:24px;font-weight:700;line-height:1.2;}.elementor-kit-6 h5{font-size:20px;font-weight:700;line-height:1.2;}.elementor-kit-6 h6{font-size:18px;font-weight:600;line-height:1.2;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-6{font-size:14px;}.elementor-kit-6 h1{font-size:32px;}.elementor-kit-6 h2{font-size:28px;}.elementor-kit-6 h3{font-size:24px;line-height:1.2em;}.elementor-kit-6 h4{font-size:26px;}.elementor-kit-6 h5{font-size:18px;}.elementor-kit-6 h6{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6{font-size:20px;}.elementor-kit-6 h2{font-size:32px;}.elementor-kit-6 h5{line-height:1.2em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* 16:9 wrapper */
.lf-media-16x9 {
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

/* Make the <img> fill the wrapper */
.lf-media-16x9 img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* crops if needed */
  display: block;
}

/* Fixed-height frame for all flag images */
.lf-flag-frame {
  height: 70px;           /* tweak if needed */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* Make the <img> fit nicely inside the frame */
.lf-flag-frame img {
  width: 100%;
  height: 100%;
  object-fit: contain;    /* no cropping, keeps full flag visible */
  display: block;
}/* End custom CSS */