/** Shopify CDN: Minification failed

Line 60:0 All "@import" rules must come first

**/
:root {
  --wp--preset--aspect-ratio--square: 1;
  --wp--preset--aspect-ratio--4-3: 4 / 3;
  --wp--preset--aspect-ratio--3-4: 3 / 4;
  --wp--preset--aspect-ratio--3-2: 3 / 2;
  --wp--preset--aspect-ratio--2-3: 2 / 3;
  --wp--preset--aspect-ratio--16-9: 16 / 9;
  --wp--preset--aspect-ratio--9-16: 9 / 16;
  --wp--preset--color--black: #000000;
  --wp--preset--color--cyan-bluish-gray: #abb8c3;
  --wp--preset--color--white: #ffffff;
  --wp--preset--color--pale-pink: #f78da7;
  --wp--preset--color--vivid-red: #cf2e2e;
  --wp--preset--color--luminous-vivid-orange: #ff6900;
  --wp--preset--color--luminous-vivid-amber: #fcb900;
  --wp--preset--color--light-green-cyan: #7bdcb5;
  --wp--preset--color--vivid-green-cyan: #00d084;
  --wp--preset--color--pale-cyan-blue: #8ed1fc;
  --wp--preset--color--vivid-cyan-blue: #0693e3;
  --wp--preset--color--vivid-purple: #9b51e0;
  --wp--preset--font-size--small: 13px;
  --wp--preset--font-size--medium: 20px;
  --wp--preset--font-size--large: 36px;
  --wp--preset--font-size--x-large: 42px;
  --wp--preset--spacing--20: 0.44rem;
  --wp--preset--spacing--30: 0.67rem;
  --wp--preset--spacing--40: 1rem;
  --wp--preset--spacing--50: 1.5rem;
  --wp--preset--spacing--60: 2.25rem;
  --wp--preset--spacing--70: 3.38rem;
  --wp--preset--spacing--80: 5.06rem;
  --wp--style--global--content-size: 800px;
  --wp--style--global--wide-size: 1200px;
}

.elementor-kit-6,
body.tfa-theme {
  --e-global-color-primary: #6EC1E4;
  --e-global-color-secondary: #54595F;
  --e-global-color-text: #7A7A7A;
  --e-global-color-accent: #61CE70;
  --e-global-color-87df079: #004AAD;
  --e-global-color-c8cbe1e: #0083AB;
  --e-global-color-a024a57: #6CC72B;
  --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;
}

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Josefin+Sans:wght@400;600;700&family=Poppins:wght@400;500;600&family=Roboto+Slab:wght@400;500;600&family=Roboto:wght@400;500;600;700&display=swap');

*,
:after,
:before {
  box-sizing: border-box;
}

body.tfa-theme {
  background-color: #fff;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3 {
  color: inherit;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  margin-block-end: 1rem;
  margin-block-start: .5rem;
}

h1 { font-size: 2.5rem; }
h2 { font-size: 2rem; }
h3 { font-size: 1.75rem; }

p {
  margin-block-end: .9rem;
  margin-block-start: 0;
}

a {
  background-color: transparent;
  color: #c36;
  text-decoration: none;
}

a:active, a:hover {
  color: #336;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
}

.elementor *, .elementor :after, .elementor :before {
  box-sizing: border-box;
}

.elementor {
  hyphens: manual;
}

.elementor a {
  box-shadow: none;
  text-decoration: none;
}

.elementor img {
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: auto;
  max-width: 100%;
}

.elementor-widget-container {
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.elementor-widget-image img {
  vertical-align: middle;
  display: inline-block;
}

.elementor-widget-image a {
  display: inline-block;
}

.elementor-heading-title {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.e-con {
  --flex-direction: row;
  --flex-wrap: nowrap;
  --justify-content: flex-start;
  --align-items: stretch;
  --align-content: flex-start;
  --gap: 10px;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --content-width: min(100%, var(--wp--style--global--wide-size, 1200px));
  --width: 100%;
  --min-height: initial;
  --padding-top: var(--container-default-padding-top, 10px);
  --padding-bottom: var(--container-default-padding-bottom, 10px);
  --padding-left: var(--container-default-padding-left, 10px);
  --padding-right: var(--container-default-padding-right, 10px);
  display: flex;
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  align-content: var(--align-content);
  gap: var(--gap);
  width: var(--width);
  min-height: var(--min-height);
  padding: var(--padding-top) var(--padding-right) var(--padding-bottom) var(--padding-left);
  position: relative;
}

.e-con-boxed {
  flex-direction: column;
  flex-wrap: nowrap;
}

.e-con-boxed > .e-con-inner {
  display: flex;
  flex-direction: var(--flex-direction);
  flex-wrap: var(--flex-wrap);
  justify-content: var(--justify-content);
  align-items: var(--align-items);
  align-content: var(--align-content);
  gap: var(--gap);
  width: 100%;
  max-width: var(--content-width);
  margin: 0 auto;
  padding: 0;
}

.e-con.e-flex {
  --flex-direction: row;
  --flex-wrap: nowrap;
}

.e-con > .elementor-widget, .e-con > .e-con {
  max-width: 100%;
}

.elementor-element {
  --widgets-spacing: 20px 20px;
}

.elementor-widget {
  position: relative;
}

.elementor-widget:not(:last-child) {
  margin-bottom: var(--widgets-spacing);
}

.elementor-location-header, .elementor-location-footer {
  width: 100%;
}

.tfa-header {
  --content-width: 1032px;
  --min-height: 80px;
  --flex-direction: row;
  --justify-content: space-between;
  --align-items: center;
  --padding-top: 10px;
  --padding-bottom: 10px;
  --padding-left: 20px;
  --padding-right: 20px;
  background-color: #004aad;
  position: relative;
  z-index: 999;
}

.tfa-header .e-con-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  min-height: 60px;
  max-width: 1032px;
  margin: 0 auto;
  width: 100%;
  padding: 0;
}

.tfa-header .elementor-widget-image {
  margin-bottom: 0;
  width: auto;
  max-width: 30%;
  flex-grow: 0;
  display: flex;
  align-items: center;
}

.tfa-header .elementor-widget-image .elementor-widget-container {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.tfa-header .elementor-widget-image a {
  display: block;
  line-height: 0;
}

.tfa-header .elementor-widget-image img {
  width: auto;
  max-width: 100%;
  height: 52px;
  object-fit: contain;
  object-position: left center;
  display: block;
}

.tfa-header .elementor-widget-heading {
  margin-bottom: 0;
  width: auto;
  max-width: 70%;
  flex-grow: 0;
  text-align: end;
}

.tfa-header .elementor-widget-heading .elementor-widget-container {
  padding: 0;
}

.tfa-header .elementor-heading-title {
  font-family: "Open Sans", Sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.85;
  margin: 0;
}

body.quiz-layout .tfa-header .e-con-inner {
  justify-content: center;
}

body.quiz-layout .tfa-header .elementor-widget-image {
  max-width: 100%;
  justify-content: center;
}

body.quiz-layout .tfa-header .elementor-widget-image img {
  object-position: center center;
}

body.quiz-layout .tfa-header .elementor-widget-heading {
  display: none;
}

@media (max-width: 1024px) {
  .tfa-header {
    --padding-left: 16px;
    --padding-right: 16px;
  }

  .tfa-header .elementor-widget-image img {
    height: 46px;
  }

  .tfa-header .elementor-heading-title {
    font-size: 12px;
    letter-spacing: 1.2px;
  }
}

@media (max-width: 767px) {
  .tfa-header {
    --padding-top: 8px;
    --padding-bottom: 8px;
    --padding-left: 12px;
    --padding-right: 12px;
  }

  .tfa-header .e-con-inner {
    flex-wrap: nowrap;
    min-height: 50px;
    padding: 8px 12px;
  }

  .tfa-header .elementor-widget-image {
    max-width: 50%;
    flex-shrink: 0;
  }

  .tfa-header .elementor-widget-image img {
    height: 38px;
    object-fit: contain;
  }

  .tfa-header .elementor-widget-heading {
    max-width: 50%;
    min-width: 0;
  }

  .tfa-header .elementor-heading-title {
    font-size: 9px;
    letter-spacing: 0.8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

@media (max-width: 480px) {
  .tfa-header .elementor-widget-image img {
    height: 34px;
  }

  .tfa-header .elementor-heading-title {
    font-size: 8px;
    letter-spacing: 0.5px;
  }
}

.tfa-footer {
  background: #1a1a1a;
  color: #fff;
  padding: 40px 0;
}

.tfa-footer .e-con-inner {
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  max-width: 1032px;
  margin: 0 auto;
  padding: 0 20px;
}

.tfa-footer img {
  max-width: 200px;
  height: auto;
}

.tfa-footer a {
  color: #fff;
  text-decoration: none;
}

.tfa-footer a:hover {
  text-decoration: underline;
}

.tfa-footer p {
  color: #FFF;
  font-size: 14px;
  max-width: 800px;
  margin: 0 auto;
}

.tfa-footer .footer-links {
  display: flex;
  gap: 30px;
  margin: 20px 0;
}

.tfa-footer .footer-links a {
  font-size: 14px;
}

.tfa-footer .copyright {
  font-size: 12px;
  color: #666;
  margin-top: 20px;
}

.tfa-main {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.elementor-loop-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.e-loop-item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.e-loop-item .elementor-widget-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.e-loop-item .elementor-heading-title {
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  padding: 20px;
}

.e-loop-item .elementor-widget-theme-post-excerpt {
  padding: 0 20px 20px;
  color: #666;
}

@media (max-width: 767px) {
  .tfa-footer .footer-links {
    flex-direction: column;
    gap: 15px;
  }

  .e-loop-item .elementor-heading-title {
    font-size: 1.2rem;
    padding: 15px;
  }

  .e-loop-item .elementor-widget-theme-post-excerpt {
    padding: 0 15px 15px;
  }
}
