.elementor-1618 .elementor-element.elementor-element-156a7ea{--display:flex;--min-height:70vh;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--overlay-opacity:0.28;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-1618 .elementor-element.elementor-element-156a7ea:not(.elementor-motion-effects-element-type-background), .elementor-1618 .elementor-element.elementor-element-156a7ea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1753/heroLegal.webp");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-1618 .elementor-element.elementor-element-156a7ea::before, .elementor-1618 .elementor-element.elementor-element-156a7ea > .elementor-background-video-container::before, .elementor-1618 .elementor-element.elementor-element-156a7ea > .e-con-inner > .elementor-background-video-container::before, .elementor-1618 .elementor-element.elementor-element-156a7ea > .elementor-background-slideshow::before, .elementor-1618 .elementor-element.elementor-element-156a7ea > .e-con-inner > .elementor-background-slideshow::before, .elementor-1618 .elementor-element.elementor-element-156a7ea > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';background-color:var( --e-global-color-primary );}.elementor-1618 .elementor-element.elementor-element-8e75294{--display:flex;--justify-content:center;}.elementor-1618 .elementor-element.elementor-element-eeac36e{text-align:center;}.elementor-1618 .elementor-element.elementor-element-eeac36e .elementor-heading-title{font-family:"Space Grotesk", Sans-serif;font-size:60px;font-weight:500;color:var( --e-global-color-47eea86e );}.elementor-1618 .elementor-element.elementor-element-eeac36e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-1618 .elementor-element.elementor-element-3583094{--display:flex;--padding-top:90px;--padding-bottom:90px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-1618 .elementor-element.elementor-element-3583094{--content-width:1280px;}}@media(max-width:1024px){.elementor-1618 .elementor-element.elementor-element-156a7ea{--min-height:70vh;--margin-top:0rem;--margin-bottom:0rem;--margin-left:0rem;--margin-right:0rem;--padding-top:0rem;--padding-bottom:3rem;--padding-left:0rem;--padding-right:0rem;}}@media(max-width:767px){.elementor-1618 .elementor-element.elementor-element-156a7ea{--min-height:80vh;}.elementor-1618 .elementor-element.elementor-element-156a7ea:not(.elementor-motion-effects-element-type-background), .elementor-1618 .elementor-element.elementor-element-156a7ea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://static-resources-elementor.mirai.com/wp-content/uploads/sites/1753/hero-new-700.jpg");background-position:-152px 0px;background-repeat:no-repeat;background-size:cover;}.elementor-1618 .elementor-element.elementor-element-8e75294{--margin-top:0rem;--margin-bottom:3rem;--margin-left:0rem;--margin-right:0rem;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}}/* Start custom CSS for text-editor, class: .elementor-element-89db1e1 *//* START LEGAL PAGE TEXT WIDGET*/

/* Heading H1 */

.mft-legal-text h1 {
  font-family: var(--e-global-typography-primary-font-family), Sans-serif;
  font-size: var(--e-global-typography-primary-font-size);
  font-weight: var(--e-global-typography-primary-font-weight);
  text-transform: var(--e-global-typography-primary-text-transform);
  font-style: var(--e-global-typography-primary-font-style);
  text-decoration: var(--e-global-typography-primary-text-decoration);
}

/* Heading H2 */

.mft-legal-text h2 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: var(--e-global-typography-secondary-font-size);
  font-weight: var(--e-global-typography-secondary-font-weight);
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  padding-bottom: 20px;
}

/* Heading H3*/

.mft-legal-text h3 {
  font-family: var(--e-global-typography-secondary-font-family), Sans-serif;
  font-size: calc(var(--e-global-typography-secondary-font-size) - 0.3rem);
  font-weight: normal;
  text-transform: var(--e-global-typography-secondary-text-transform);
  font-style: var(--e-global-typography-secondary-font-style);
  text-decoration: var(--e-global-typography-secondary-text-decoration);
  padding-bottom: 20px;
}

/* LINKS */
.mft-legal-text a {
  text-wrap: wrap;
  overflow-wrap: break-word;
  text-decoration: none;
  color: var( --e-global-color-primary );
}

/* SPACE AFTER ELEMENTS */
.mft-legal-text p,
.mft-legal-text ul {
  margin-bottom: 15px;
}

/* LISTS */
.mft-legal-text ul li {
  list-style-type: circle;
  overflow-wrap: break-word;
}

/* TABLE STYLE */

.mft-legal-text table {
  background-color: transparent;
  width: 100%;
  font-size: 1em;
  border-spacing: 0;
  border-collapse: collapse;
  margin: 30px 0;
}

.mft-legal-text table tr:first-child {
  background-color: var(--e-global-color-primary);
  color: white;
}

/*Table cell padding and styles*/
.mft-legal-text table td,.mft-legal-text table th {
  padding: 15px;
  line-height: 1.5em;
  vertical-align: top;
  border: 1px solid #80808080;
  min-width: 200px;
}

@media (max-width: 1023px) {
.mft-legal-text table {
  max-width: 100%;
  overflow-x: auto;
  display: block;
}

}

/************************/

/*Table Heading font styles in case you have one*/
.mft-legal-text table th {
  font-weight: 700;
}

.mft-legal-text table tfoot th,.mft-legal-text table thead th {
  font-size: 1em;
}

/************/

/*Border for all table items*/
.mft-legal-text table caption+thead tr:first-child td,
.mft-legal-text table caption+thead tr:first-child th,
.mft-legal-text table colgroup+thead tr:first-child td,
.mft-legal-text table colgroup+thead tr:first-child th,
.mft-legal-text table thead:first-child tr:first-child td,
.mft-legal-text table thead:first-child tr:first-child th {
  border-block-start: 1px solid #80808080;
}

/*Background of odd table rows*/

.mft-legal-text table tbody > tr:nth-child(odd) > td,
.mft-legal-text table tbody > tr:nth-child(odd) > th {
  background-color: #80808012;
}

.mft-legal-text table tbody+tbody {
  border-block-start: 1px solid #80808080;
}

.mft-legal-text table a:hover {
  color: #00000080;
  text-decoration: none;
}

/* END LEGAL PAGE TEXT WIDGET *//* End custom CSS */