/*
@mixin dim-padding($dim, $padding){
	{$dim-$padding}+px;
}
//*/
@import url("https://use.typekit.net/rsa6crf.css");
img.lazy {
  width: auto !important;
  max-width: 100% !important; }

#TFL_container {
  width: 100%;
  max-width: 1200px;
  height: auto;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  font-family: "din-2014", sans-serif;
  color: #5e5e5e;
  background: #fff;
  font-size: 20px;
  line-height: 140%; }
  #TFL_container * {
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-font-smoothing: antialiased !important;
    box-sizing: border-box; }
    #TFL_container *::after, #TFL_container *::before {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
  #TFL_container .TFL_row:after, #TFL_container .TFL_row:before {
    display: table;
    content: " "; }
  #TFL_container .TFL_pt-2 {
    padding-top: 1.5rem !important; }
  #TFL_container .TFL_pl-2 {
    padding-left: 1.5rem !important; }
  #TFL_container .TFL_pb-3 {
    padding-bottom: 2rem !important; }
  #TFL_container .TFL_my-3 {
    margin-bottom: 2rem !important;
    margin-top: 2rem !important; }
  #TFL_container .TFL_my-4 {
    margin-bottom: 3rem !important;
    margin-top: 3rem !important; }
  #TFL_container .TFL_mt-0 {
    margin-top: 0 !important; }
  #TFL_container .TFL_mt-3 {
    margin-top: 2rem !important; }
  #TFL_container .TFL_mb-3 {
    margin-bottom: 2rem !important; }
  #TFL_container .TFL_mb-4 {
    margin-bottom: 3rem !important; }
  #TFL_container .TFL_mtm-2 {
    margin-top: -1rem !important; }
  #TFL_container .TFL_mtm-5 {
    margin-top: -4rem !important; }
  #TFL_container .TFL_w100 {
    width: 100%; }
  #TFL_container .TFL_i100 img {
    width: 100%; }
  #TFL_container .TFL_i-mw100 img {
    max-width: 100%; }
  #TFL_container .TFL_text-center {
    text-align: center; }
  #TFL_container .TFL_row {
    width: 100%;
    float: left;
    clear: both; }
    #TFL_container .TFL_row > div {
      float: left; }
    #TFL_container .TFL_row .TFL_c2 {
      width: 50%;
      padding: 0 15px; }
      @media (max-width: 768px) {
        #TFL_container .TFL_row .TFL_c2 {
          width: 100%; } }
    #TFL_container .TFL_row .TFL_c3 {
      width: 33%;
      padding: 0 15px; }
      @media (max-width: 768px) {
        #TFL_container .TFL_row .TFL_c3 {
          width: 100%; } }
    #TFL_container .TFL_row .TFL_c4 {
      width: 25%;
      padding: 0 15px; }
      @media (max-width: 768px) {
        #TFL_container .TFL_row .TFL_c4 {
          width: 100%; } }
    #TFL_container .TFL_row .TFL_c5 {
      width: 20%;
      padding: 0 15px; }
      @media (max-width: 768px) {
        #TFL_container .TFL_row .TFL_c5 {
          width: 100%; } }
    #TFL_container .TFL_row .TFL_c6 {
      width: 16.66%;
      padding: 0 15px; }
      @media (max-width: 768px) {
        #TFL_container .TFL_row .TFL_c6 {
          width: 100%; } }
  #TFL_container .TFL_flex {
    display: flex;
    flex-direction: row; }
  #TFL_container .TFL_flex-align_center {
    align-items: center; }
  #TFL_container .TFL_flex-justify_center {
    justify-content: center; }
  #TFL_container .TFL_img-bg-wrap {
    position: relative; }
  #TFL_container .TFL_img-bg {
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: auto; }
  #TFL_container .TFL_img-bg-special {
    z-index: 0;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%; }
  #TFL_container .TFL_img-bg-right {
    right: 0px !important;
    left: inherit !important; }
  #TFL_container .TFL_img-bg-h-auto {
    height: auto !important; }
  #TFL_container .TFL_img-bg-body {
    z-index: 1;
    position: relative; }
  #TFL_container .TFL_d-mobile {
    display: none; }
    @media (max-width: 768px) {
      #TFL_container .TFL_d-mobile {
        display: block; } }
  #TFL_container .TFL_d-desktop {
    display: block; }
    @media (max-width: 768px) {
      #TFL_container .TFL_d-desktop {
        display: none; } }
  #TFL_container section.TFL_section {
    width: 100%;
    max-width: 1120px;
    height: auto;
    position: relative;
    margin: 20px auto 0;
    overflow: hidden; }
    #TFL_container section.TFL_section.TFL_w100 {
      width: 100%; }
  #TFL_container .TFL_top {
    display: flex;
    align-items: center; }
    #TFL_container .TFL_top * {
      display: inline-block; }
    #TFL_container .TFL_top .TFL_sep {
      margin-left: 25px;
      margin-right: 25px;
      background: #868686;
      height: 46px;
      width: 2px; }
  @media (max-width: 900px) {
    #TFL_container {
      font-size: 16px; }
      #TFL_container .center {
        padding-bottom: 1em; }
        #TFL_container .center .center-text {
          margin-left: 50px; }
          #TFL_container .center .center-text .item {
            padding: 5px 0; }
            #TFL_container .center .center-text .item p {
              text-align: left !important;
              font-size: 24px; }
              #TFL_container .center .center-text .item p small {
                font-size: 18px; }
            #TFL_container .center .center-text .item p:nth-child(1) {
              color: #e3000b;
              font-size: 20px;
              font-weight: 700; }
      #TFL_container section.TFL_section {
        margin: 30px auto 0; }
        #TFL_container section.TFL_section h1 {
          font-size: 26px;
          margin: 15px 0 30px; }
        #TFL_container section.TFL_section h2 {
          font-size: 26px;
          margin: 0 0 20px; }
      #TFL_container .TFL_inbox .TFL_c6 {
        font-size: 12px; }
        #TFL_container .TFL_inbox .TFL_c6 img {
          margin-bottom: 15px; } }
  @media (max-width: 768px) {
    #TFL_container {
      font-size: 14px; }
      #TFL_container .TFL_info .TFL_row {
        padding: 15px 0; }
        #TFL_container .TFL_info .TFL_row:last-child {
          margin-bottom: 0; }
      #TFL_container .center {
        padding-bottom: 1em; }
        #TFL_container .center .center-text {
          margin-left: 50px; }
          #TFL_container .center .center-text .item {
            padding: 5px 0; }
            #TFL_container .center .center-text .item p {
              text-align: left !important;
              font-size: 22px;
              line-height: 20px; }
              #TFL_container .center .center-text .item p small {
                font-size: 16px; }
            #TFL_container .center .center-text .item p:nth-child(1) {
              color: #e3000b;
              font-size: 20px;
              font-weight: 700; }
      #TFL_container section.TFL_section {
        margin: 20px auto 0; }
        #TFL_container section.TFL_section h1 {
          font-size: 20px;
          margin: 10px 0 20px; }
        #TFL_container section.TFL_section h2 {
          font-size: 20px;
          margin: 0 0 10px; }
      #TFL_container .TFL_inbox .TFL_c6 {
        font-size: 12px; }
        #TFL_container .TFL_inbox .TFL_c6 img {
          margin-bottom: 10px; } }
  @media (min-width: 630px) {
    #TFL_container .TFL_sep {
      margin-right: 45px !important; } }
  @media (min-width: 611px) {
    #TFL_container .TFL_mobile {
      display: none !important; }
    #TFL_container .TFL_clear-mobile {
      display: none !important; }
    #TFL_container .text-400 {
      max-width: 400px; }
    #TFL_container .text-450 {
      max-width: 450px; }
    #TFL_container .pl-3 {
      padding-left: 30px !important; } }
  @media (max-width: 768px) {
    #TFL_container {
      font-size: 16px; }
      #TFL_container .center {
        padding-bottom: 1em; }
        #TFL_container .center .center-text {
          margin-left: 50px; }
          #TFL_container .center .center-text .item {
            padding: 2px 0; }
            #TFL_container .center .center-text .item p {
              text-align: left !important;
              font-size: 18px;
              line-height: 16px; }
              #TFL_container .center .center-text .item p small {
                font-size: 14px; }
            #TFL_container .center .center-text .item p:nth-child(1) {
              color: #e3000b;
              font-size: 20px;
              font-weight: 700; }
      #TFL_container .TFL_desctop {
        display: none !important; }
      #TFL_container .TFL_clear-mobile {
        display: block;
        width: 100%; }
      #TFL_container .TFL_row .TFL_c2,
      #TFL_container .TFL_row .TFL_c5 {
        width: 100%; }
      #TFL_container .TFL_row .TFL_c6 {
        width: 50%; }
      #TFL_container .TFL_pt-0-mobile {
        padding-top: 0 !important; }
      #TFL_container .TFL_top {
        display: block; }
        #TFL_container .TFL_top * {
          display: inline-block; }
        #TFL_container .TFL_top img {
          max-width: 100%; }
        #TFL_container .TFL_top .TFL_sep {
          display: none; }
      #TFL_container section.TFL_section {
        margin: 20px auto 0; }
        #TFL_container section.TFL_section h1 {
          font-size: 22px;
          margin: 10px 0 20px; }
        #TFL_container section.TFL_section h2 {
          font-size: 22px;
          margin: 0 0 10px; }
      #TFL_container .TFL_info .TFL_row {
        margin-bottom: 30px !important; }
        #TFL_container .TFL_info .TFL_row:last-child {
          margin-bottom: 0; }
        #TFL_container .TFL_info .TFL_row img {
          margin-bottom: 10px; } }

.TFL_euro .TFL_heading-h2 {
  font-size: 50px !important; }

.TFL_euro .TFL_zoom-benefits-heading {
  font-size: 26px !important; }

.TFL_euro .TFL_table {
  font-size: 14px !important;
  line-height: 18px !important; }

.TFL_euro .TFL_zoom-benefits-description {
  font-size: 18px !important; }

/* Top ---------------------------------- */
@media (max-width: 611px) {
  .TFL_top {
    text-align: center !important; }
    .TFL_top .TFL_logo {
      height: 45px !important;
      height: auto;
      margin-right: 1rem !important;
      margin-bottom: .5rem !important; }
    .TFL_top .TFL_series {
      height: 35px !important;
      height: auto;
      margin-bottom: 1rem !important; }
    .TFL_top img {
      max-width: 50% !important; } }

/* END : Top ---------------------------- */
/* Hero --------------------------------- */
.TFL_hero {
  position: relative;
  width: 100%;
  max-width: 1120px;
  height: auto;
  margin: 20px auto 0 !important; }

.TFL_hero-decor {
  display: block;
  position: absolute;
  top: -105px;
  right: 5px;
  z-index: 2; }
  @media (max-width: 611px) {
    .TFL_hero-decor {
      display: none !important; } }

.TFL_hero-img {
  width: 100%;
  height: auto; }

/* END : Hero --------------------------- */
/* Headings --------------------------------- */
.TFL_heading-h2 {
  font-family: din-2014, sans-serif !important;
  color: #000000 !important;
  font-size: 60px !important;
  font-weight: 700 !important;
  font-style: normal !important;
  letter-spacing: normal !important;
  line-height: 70px  !important;
  text-align: center !important;
  text-transform: none !important;
  margin-bottom: 2rem !important; }
  @media (max-width: 768px) {
    .TFL_heading-h2 {
      font-size: 26px !important;
      line-height: 32px !important; } }

/* END : Headings --------------------------- */
/* Info-tabs --------------------------------- */
.TFL_info-tabs {
  position: relative;
  overflow: hidden;
  background-color: #2b2a2b;
  padding: 2rem !important; }

.TFL_info-tabs-item-wraper {
  background-color: #e7e7e7;
  padding: 1rem !important; }
  @media (max-width: 768px) {
    .TFL_info-tabs-item-wraper {
      min-height: 420px; } }

.TFL_info-tabs-item-icon {
  margin-bottom: .5rem !important; }
  @media (max-width: 768px) {
    .TFL_info-tabs-item-icon {
      width: 100% !important;
      height: auto;
      margin-bottom: 0rem !important; } }

.TFL_info-tabs-item-img {
  display: block !important;
  width: 100%;
  margin-bottom: 0rem !important; }

.TFL_tab-title {
  font-family: din-2014, sans-serif !important;
  font-size: 20px;
  font-weight: 700;
  text-align: center !important; }
  @media (max-width: 768px) {
    .TFL_tab-title {
      display: none; } }

.TFL_tab-title-mobile {
  display: none; }
  @media (max-width: 768px) {
    .TFL_tab-title-mobile {
      display: block;
      font-size: 22px !important;
      font-weight: 700;
      line-height: 26px;
      text-align: center;
      color: black;
      margin-bottom: 1rem !important; } }

.TFL_info-tabs-item-description {
  font-family: din-2014, sans-serif !important;
  color: #000000;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
  padding: 1rem !important; }
  .TFL_info-tabs-item-description small {
    font-size: 12px; }
  .TFL_info-tabs-item-description sup {
    font-size: 10px !important; }
  @media (max-width: 768px) {
    .TFL_info-tabs-item-description {
      font-size: 14px !important;
      line-height: normal;
      padding: 1rem 0 0 0 !important; } }

/* END : Info-tabs --------------------------- */
/* Info-tabs-select -------------------------- */
.TFL_tabs {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
  pointer-events: auto; }

.TFL_Tabs-row-2 {
  margin-top: 2rem !important; }

.TFL_tabs .TFL_tabs-label {
  position: relative;
  order: 1;
  display: block;
  width: 33.333333333% !important;
  padding: 1rem 2rem !important;
  text-align: center;
  line-height: normal;
  color: white;
  cursor: pointer;
  background: #545354;
  background: linear-gradient(0deg, #545354 0%, #2b2a2b 100%);
  transition: background ease 0.2s;
  border-left: 2px solid #2b2a2b !important;
  border-right: 2px solid #2b2a2b !important; }
  .TFL_tabs .TFL_tabs-label:first-of-type {
    border-left: none !important; }
  .TFL_tabs .TFL_tabs-label:last-of-type {
    border-right: none !important; }
  @media (max-width: 768px) {
    .TFL_tabs .TFL_tabs-label {
      padding: 1rem !important;
      order: 999 !important; } }

.TFL_tabs .TFL_tab {
  order: 0;
  flex-grow: 1;
  width: 100%;
  display: none;
  background: #e7e7e7; }

.TFL_tabs input[type="radio"] {
  display: none; }

.TFL_tabs input[type="radio"]:checked + label {
  background: #e7e7e7;
  color: black; }

.TFL_tabs input[type="radio"]:checked + label + .TFL_tab {
  display: block; }

@media (max-width: 768px) {
  .TFL_tabs .TFL_tab,
  .TFL_tabs label {
    display: flex;
    flex-direction: row;
    order: initial;
    justify-content: flex-start;
    align-items: flex-start; }
  .TFL_tabs .TFL_tab {
    display: none; } }

/* Info-tabs-select -------------------------- */
.TFL_tabs-overlay-input {
  position: absolute;
  opacity: 0;
  z-index: 1; }
  .TFL_tabs-overlay-input:checked + .TFL_tabs-overlay-label {
    display: none; }

.TFL_tabs-overlay-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.7);
  z-index: 4;
  cursor: pointer; }

.TFL_tabs-overlay-icon {
  position: absolute;
  bottom: 25%;
  left: 25%;
  width: 160px !important;
  height: auto !important; }
  @media (max-width: 610px) {
    .TFL_tabs-overlay-icon {
      width: 60px;
      bottom: 25%;
      left: 15%; } }

/* Info-big --------------------------------- */
.TFL_info-big-wrapper {
  position: relative;
  z-index: 0; }
  @media (max-width: 768px) {
    .TFL_info-big-wrapper {
      flex-direction: column-reverse;
      display: flex; } }

.TFL_info-big-heading {
  font-size: 2rem !important;
  font-weight: 700 !important;
  line-height: normal;
  color: #ffffff !important;
  z-index: 2;
  position: absolute;
  bottom: 0px;
  left: 210px;
  padding: 1rem !important;
  margin-bottom: 1rem !important; }
  @media (max-width: 768px) {
    .TFL_info-big-heading {
      font-size: 26px !important;
      line-height: 32px !important;
      text-align: center !important;
      color: #000000 !important;
      position: relative;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      left: 0px;
      top: 0px;
      width: 100%; } }

.TFL_info-big-img {
  display: block !important;
  width: 100%;
  margin-bottom: 0rem !important; }

.TFL_info-big-content {
  position: relative;
  min-height: 120px; }
  @media (max-width: 768px) {
    .TFL_info-big-content {
      min-height: auto;
      text-align: center !important; } }
  .TFL_info-big-content .TFL_info-big-icon {
    z-index: 2;
    position: absolute;
    top: -85px;
    lefT: 25px; }
    @media (max-width: 768px) {
      .TFL_info-big-content .TFL_info-big-icon {
        position: relative;
        top: 0px;
        lefT: 0px;
        width: 80px !important;
        height: auto !important;
        margin-top: -40px !important; } }
  .TFL_info-big-content .TFL_info-big-description {
    position: absolute;
    lefT: 210px;
    color: #000000;
    padding: 1rem !important;
    font-size: 20px; }
    .TFL_info-big-content .TFL_info-big-description sup {
      font-size: 10px !important; }
    @media (max-width: 768px) {
      .TFL_info-big-content .TFL_info-big-description {
        font-size: 16px;
        position: relative;
        top: 0px;
        left: 0px; } }

/* END : Info-big --------------------------- */
/* Zoom --------------------------------- */
.TFL_zoom-img {
  padding: 0rem 0rem !important;
  text-align: center; }
  .TFL_zoom-img img {
    width: 100% !important;
    height: auto !important; }
  @media (max-width: 768px) {
    .TFL_zoom-img {
      padding: 2rem  !important; } }

.TFL_zoom-benefits-item {
  text-align: center;
  padding: 2rem !important; }

.TFL_zoom-benefits-heading {
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  text-align: center !important;
  color: #000000 !important;
  margin-bottom: 2rem !important; }
  @media (max-width: 768px) {
    .TFL_zoom-benefits-heading {
      font-size: 24px !important;
      line-height: 28px !important; } }

.TFL_zoom-benefits-img {
  margin-bottom: 2rem !important; }

.TFL_zoom-benefits-description {
  font-size: 20px;
  color: #000000 !important; }
  @media (max-width: 768px) {
    .TFL_zoom-benefits-description {
      font-size: 16px; } }

/* END : Zoom --------------------------- */
/* Table --------------------------------- */
.TFL_table-section {
  position: relative;
  padding: 2rem !important; }
  @media (max-width: 768px) {
    .TFL_table-section {
      overflow-x: scroll !important; } }

.TFL_table {
  border-spacing: 0px !important;
  border-collapse: separate !important;
  width: 100% !important;
  font-size: 16px; }
  @media (max-width: 768px) {
    .TFL_table {
      font-size: 12px !important; } }
  .TFL_table thead th {
    font-weight: 700;
    color: #fff;
    background-color: #eb212e;
    text-align: center !important;
    border-right: 3px solid #ffffff !important;
    padding: 1rem !important; }
    .TFL_table thead th:last-of-type {
      border-right: none !important; }
    .TFL_table thead th:first-of-type {
      background-color: transparent !important; }
    @media (max-width: 768px) {
      .TFL_table thead th {
        padding: 1rem !important; } }
  .TFL_table tbody tr th {
    font-weight: 700 !important;
    text-transform: uppercase;
    text-align: left !important;
    color: black;
    background-color: #eeeeee !important;
    padding: 2rem !important;
    vertical-align: top !important; }
    @media (max-width: 768px) {
      .TFL_table tbody tr th {
        padding: 1rem !important; } }
  .TFL_table tbody tr td {
    text-align: center;
    vertical-align: top;
    padding: 1rem !important;
    border-right: 3px solid #eeeeee !important; }
    .TFL_table tbody tr td:last-of-type {
      border-right: none !important; }
    .TFL_table tbody tr td sup {
      font-size: 10px !important; }
    @media (max-width: 768px) {
      .TFL_table tbody tr td {
        line-height: 13px !important;
        padding: .7rem !important; } }
  .TFL_table tbody tr:nth-child(3) td {
    vertical-align: middle; }

/* END : Table --------------------------- */
/* Table--reversed ----------------------- */
.TFL_table--reversed thead th {
  color: #000000;
  background-color: #eeeeee !important;
  border-right: none !important; }
  .TFL_table--reversed thead th:first-of-type {
    background-color: transparent !important; }

.TFL_table--reversed tbody tr th {
  color: #fff !important;
  background-color: #eb212e !important;
  border-bottom: 3px solid #ffffff !important; }

.TFL_table--reversed tbody tr td {
  border-bottom: 3px solid #eeeeee !important;
  border-right: none !important; }
  .TFL_table--reversed tbody tr td:nth-child(3), .TFL_table--reversed tbody tr td:nth-child(4) {
    vertical-align: middle; }

.TFL_table--reversed tbody tr:last-of-type td {
  border-bottom: none !important; }

/* END : Table--reversed ----------------- */
/* Faq --------------------------------- */
.TFL_faq {
  padding: 4rem 8rem !important;
  font-size: 20px !important;
  background-color: #eeeeee;
  list-style-type: none;
  counter-reset: faq-counter 0; }
  @media (max-width: 768px) {
    .TFL_faq {
      font-size: 16px !important;
      padding: 1.5rem 1.25rem !important; } }
  .TFL_faq sup {
    font-size: 10px !important; }

.TFL_faq-item {
  font-weight: 700;
  margin-bottom: 1rem !important;
  color: black;
  overflow: hidden; }
  .TFL_faq-item .TFL_faq-input {
    display: none; }
  .TFL_faq-item .TFL_faq-input + .TFL_faq-question + .TFL_faq-answer {
    display: none; }
  .TFL_faq-item .TFL_faq-input:checked + .TFL_faq-question + .TFL_faq-answer {
    display: block; }
  .TFL_faq-item .TFL_faq-input:checked + .TFL_faq-question:after {
    transform: rotate(90deg); }
  .TFL_faq-item:last-of-type {
    margin-bottom: 0rem !important; }

.TFL_faq-question {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  transition: ease .5s;
  counter-increment: faq-counter 1; }
  .TFL_faq-question::before {
    content: counter(faq-counter) ". "; }
  .TFL_faq-question::after {
    display: inline-block;
    position: relative;
    top: -5px;
    right: 0px;
    content: '\25BC';
    font-size: 13px;
    color: #eb212e;
    transition: transform .2s ease-in-out; }

.TFL_faq-answer {
  margin-top: .5rem !important;
  margin-bottom: 1rem !important;
  font-weight: 400; }

/* END : Faq --------------------------- */
.TFL_euro {
  max-width: 920px !important; }
  .TFL_euro .TFL_logo {
    height: 55px !important;
    width: auto !important; }
    @media (max-width: 610px) {
      .TFL_euro .TFL_logo {
        height: 45px !important; } }
  .TFL_euro .TFL_series {
    height: 45px !important;
    width: auto !important; }
    @media (max-width: 610px) {
      .TFL_euro .TFL_series {
        height: 35px !important; } }
  .TFL_euro .TFL_sep {
    margin-left: 15px !important;
    margin-right: 35px !important; }
  .TFL_euro .TFL_heading-h2 {
    font-size: 40px !important; }
    @media (max-width: 610px) {
      .TFL_euro .TFL_heading-h2 {
        font-size: 28px !important; } }
  .TFL_euro .TFL_info-tabs-item-description {
    font-size: 18px !important;
    line-height: 24px !important; }
    @media (max-width: 768px) {
      .TFL_euro .TFL_info-tabs-item-description {
        font-size: 16px !important;
        line-height: normal !important;
        padding: 1rem 0 0 0 !important; } }
  .TFL_euro .TFL_tab-title {
    font-size: 18px;
    line-height: 22px; }
  .TFL_euro .TFL_zoom-benefits-heading {
    font-size: 26px !important;
    line-height: 30px !important; }
  .TFL_euro .TFL_zoom-benefits-description {
    font-size: 16px !important;
    line-height: 24px !important; }
  .TFL_euro .TFL_zoom-benefits-description {
    font-size: 16px !important;
    line-height: 20px !important; }
  .TFL_euro .TFL_table {
    font-size: 14px !important;
    line-height: 18px !important; }
    .TFL_euro .TFL_table small {
      line-height: 18px !important; }
      @media (max-width: 768px) {
        .TFL_euro .TFL_table small {
          line-height: normal !important; } }
    @media (max-width: 768px) {
      .TFL_euro .TFL_table {
        font-size: 12px !important;
        line-height: normal !important; } }
  .TFL_euro .TFL_info-big-description {
    font-size: 18px !important;
    line-height: 22px !important; }
    @media (max-width: 768px) {
      .TFL_euro .TFL_info-big-description {
        font-size: 16px !important;
        line-height: normal !important; } }
  .TFL_euro .TFL_faq {
    padding: 2rem 4rem !important;
    font-size: 18px !important; }
    @media (max-width: 768px) {
      .TFL_euro .TFL_faq {
        font-size: 16px !important;
        padding: 1.5rem 1.25rem !important; } }
  .TFL_euro .TFL_tabs-overlay-icon {
    width: 160px !important;
    height: auto !important; }
    @media (max-width: 610px) {
      .TFL_euro .TFL_tabs-overlay-icon {
        width: 60px !important;
        bottom: 25% !important;
        left: 15% !important; } }

.productFullDetail-description-2JM h2 + div {
  font-size: 20px !important; }

.TFL_tefaland .TFL_faq {
  margin-bottom: 6rem !important; }

/*# sourceMappingURL=dev.css.map */
