.elementor-80273 .elementor-element.elementor-element-5da638b{padding:0px 20px 70px 20px;}.elementor-80273 .elementor-element.elementor-element-84e8ab4 > .elementor-element-populated{padding:0px 0px 0px 0px;}.elementor-80273 .elementor-element.elementor-element-c852004 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}body.elementor-page-80273:not(.elementor-motion-effects-element-type-background), body.elementor-page-80273 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#4C5153;}/* Start custom CSS for html, class: .elementor-element-ea3d76c */.modeco-trade-body{

  --mt-bg:#4c5153;
  --mt-bg-deep:#3b4041;
  --mt-paper:#f8f6ef;
  --mt-card:#fdfcf8;
  --mt-soft:#efece0;
  --mt-ink:#f3f1e6;
  --mt-muted:rgba(243,241,230,.66);
  --mt-ink-dark:#33362d;
  --mt-muted-dark:#6d7273;
  --mt-olive:#828262;
  --mt-olive-tint:#c3c29f;
  --mt-line:rgba(130,130,98,.34);
  --mt-line-dark:rgba(195,194,159,.32);
  color:var(--mt-ink);
  background:var(--mt-bg);
  font-size:17px;
  line-height:1.75;
  -webkit-font-smoothing:antialiased;
}
body .modeco-trade-body *{
    -webkit-text-stroke: inherit;
    -webkit-text-stroke-width: inherit;
    -webkit-text-fill-color: inherit;
}
.modeco-trade-body *,
.modeco-trade-body *::before,
.modeco-trade-body *::after{box-sizing:border-box}
.modeco-trade-body img{max-width:100%;height:auto;display:block}
.modeco-trade-body a{text-decoration:none;color:inherit}
.modeco-trade-body .mt-container{
  width:min(1240px,calc(100% - 56px));
  margin:0 auto;
}
.modeco-trade-body .mt-eyebrow{
  color:var(--mt-olive-tint);
  font-size:17px;
  line-height:1.4;
  font-weight:500;
  letter-spacing:.24em;
  text-transform:uppercase;
}
.modeco-trade-body .mt-eyebrow::before{
  content:"";
  display:inline-block;
  width:22px;
  height:1px;
  margin-right:10px;
  background:var(--mt-olive-tint);
  vertical-align:middle;
  transform:translateY(-1px);
}
.modeco-trade-body .mt-benefits .mt-eyebrow,
.modeco-trade-body .mt-editorial-panel:last-child .mt-eyebrow{
  color:var(--mt-olive);
}
.modeco-trade-body .mt-benefits .mt-eyebrow::before,
.modeco-trade-body .mt-editorial-panel:last-child .mt-eyebrow::before{
  background:var(--mt-olive);
}
.modeco-trade-body .mt-intro{
  padding:80px 0 80px;
  text-align:center;
}
.modeco-trade-body .mt-intro h1{
  max-width:900px;
  margin:20px auto 28px;
  font-size:clamp(46px,6vw,80px);
  line-height:1.04;
  font-weight:500;
  letter-spacing:-.01em;
  color:var(--mt-ink);
}
.modeco-trade-body .mt-intro p{
  max-width:640px;
  margin:0 auto;
  color:var(--mt-muted);
  font-size:17.5px;
}
.modeco-trade-body section.mt-intro .mt-button {
    margin-top: 30px;
}
.modeco-trade-body .mt-section-heading{
  max-width:720px;
  margin:0 auto 56px;
  text-align:center;
}
.modeco-trade-body .mt-section-heading .mt-eyebrow{
  justify-content:center;
  display:flex;
  align-items:center;
}
.modeco-trade-body .mt-section-heading h2{
  margin:16px 0 16px;
  font-size:clamp(38px,4.6vw,54px);
  line-height:1.08;
  font-weight:500;
  color:var(--mt-ink);
}
.modeco-trade-body .mt-section-heading p{
  margin:0;
  color:var(--mt-muted);
  font-size:17px;
}

.modeco-trade-body .mt-benefits{
  padding:70px 0;
  background:var(--mt-paper);
  border-top:1px solid var(--mt-line);
  border-bottom:1px solid var(--mt-line);
}
.modeco-trade-body .mt-benefits .mt-section-heading h2{color:var(--mt-ink-dark)}
.modeco-trade-body .mt-benefits .mt-section-heading p{color:var(--mt-muted-dark)}
.modeco-trade-body .mt-benefit-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:var(--mt-line);
  border:1px solid var(--mt-line);
}
.modeco-trade-body .mt-benefit{
  min-height:210px;
  padding:40px 36px;
  background:var(--mt-paper);
  transition:background .35s ease;
}
.modeco-trade-body .mt-benefit:hover{
  background:var(--mt-card);
}
.modeco-trade-body .mt-benefit-number{
  color:var(--mt-olive);
  font-size:34px;
  line-height:1;
  font-weight:500;
}
.modeco-trade-body .mt-benefit h3{
  margin:16px 0 10px;
  font-size:24px;
  line-height:1.15;
  font-weight:500;
  color:var(--mt-ink-dark);
}
.modeco-trade-body .mt-benefit p{
  margin:0;
  color:var(--mt-muted-dark);
  font-size:16px;
  line-height:1.65;
}

.modeco-trade-body .mt-bespoke{
  padding:70px 0 70px;
  background:var(--mt-bg);
  position:relative;
}
.modeco-trade-body .mt-bespoke-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:32px;
  counter-reset:mt-card;
}
.modeco-trade-body .mt-bespoke-card{
  counter-increment:mt-card;
  position:relative;
  padding:52px 40px 44px;
  background:var(--mt-card);
  border:1px solid var(--mt-line);
  text-align:center;
  display:flex;
  flex-direction:column;
  transition:box-shadow .4s ease, border-color .4s ease, transform .4s ease;
}
.modeco-trade-body .mt-bespoke-card:hover{
  border-color:var(--mt-olive);
  box-shadow:0 28px 56px -24px rgba(0,0,0,.45);
  transform:translateY(-4px);
}
.modeco-trade-body .mt-bespoke-card::before{
  content:"0" counter(mt-card);
  position:absolute;
  top:22px;
  right:26px;
  font-size:18px;
  line-height:1;
  font-weight:500;
  font-style:italic;
  color:var(--mt-olive);
  letter-spacing:.04em;
}
.modeco-trade-body .mt-bespoke-icon{
  width:104px;
  height:104px;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--mt-olive);
  border:1px solid var(--mt-line);
  border-radius:50%;
  background:var(--mt-paper);
}
.modeco-trade-body .mt-bespoke-icon svg{
  width:52px;
  height:52px;
}
.modeco-trade-body .mt-bespoke-card h3{
  margin:28px 0 0;
  font-size:30px;
  line-height:1.1;
  font-weight:500;
  letter-spacing:.05em;
  text-transform:uppercase;
  color:var(--mt-ink-dark);
}
.modeco-trade-body .mt-ornament{
  width:104px;
  margin:20px auto 24px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  color:var(--mt-olive);
}
.modeco-trade-body .mt-ornament::before,
.modeco-trade-body .mt-ornament::after{
  content:"";
  flex:1;
  height:1px;
  background:var(--mt-line);
}
.modeco-trade-body .mt-ornament span{
  font-size:6px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--mt-olive);
  display:inline-block;
  line-height:0;
  color:transparent;
  flex:none;
}
.modeco-trade-body .mt-bespoke-card .mt-lead{
  max-width:290px;
  margin:0 auto 20px;
  font-size:18px;
  line-height:1.5;
  font-weight:500;
  font-style:italic;
  color:var(--mt-ink-dark);
}
.modeco-trade-body .mt-bespoke-card p:not(.mt-lead){
  max-width:295px;
  margin:0 auto 16px;
  color:var(--mt-muted-dark);
  font-size:17px;
  line-height:1.7;
}
.modeco-trade-body .mt-bespoke-card p:not(.mt-lead):last-of-type{
  margin-bottom:0;
}
.modeco-trade-body .mt-signature{
  margin-top:28px;
  padding-top:24px;
  border-top:1px solid var(--mt-line);
  color:var(--mt-olive);
  font-size:18px;
  line-height:1.3;
  font-weight:500;
  font-style:italic;
}

.modeco-trade-body .mt-two-way{
  padding:70px 0;
  padding-top:45px;
  background:var(--mt-bg);
}
.modeco-trade-body .mt-two-way-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  margin-top:48px;
}
.modeco-trade-body .mt-way{
  padding:52px 48px;
  border:1px solid var(--mt-line);
  background:var(--mt-card);
}
.modeco-trade-body .mt-way.alt{
  background:var(--mt-bg-deep);
  color:var(--mt-ink);
  border-color:var(--mt-line-dark);
}
.modeco-trade-body .mt-way .mt-number{
  color:var(--mt-olive);
  font-size:48px;
  line-height:1;
  font-weight:500 !important;
}
.modeco-trade-body .mt-way.alt .mt-number {
    color: var(--mt-ink);
}
.modeco-trade-body .mt-way h3{
  margin:14px 0 16px;
  font-size:32px;
  line-height:1.1;
  font-weight:500;
  color:var(--mt-ink-dark);
}
.modeco-trade-body .mt-way.alt h3{color:var(--mt-ink)}
.modeco-trade-body .mt-way p{
  margin:0;
  color:var(--mt-muted-dark);
  font-size:17px;
}
.modeco-trade-body .mt-way.alt p{color:var(--mt-muted)}
.modeco-trade-body .mt-or{
  display:flex;
  align-items:center;
  justify-content:center;
  margin:26px 0 0;
  color:var(--mt-olive-tint);
  font-size:20px;
  font-weight:500;
  font-style:italic;
}

.modeco-trade-body .mt-story{
  display:grid;
  grid-template-columns:1fr 1fr;
  min-height:600px;
}
.modeco-trade-body .mt-story-image{
  min-height:600px;
  background:
    linear-gradient(rgba(0,0,0,.12),rgba(0,0,0,.12)),
    url("https://modecohome.com/wp-content/uploads/2026/09/The-ModEco-Home-Trade-Programme-Img-1.webp") center/cover no-repeat;
}
.modeco-trade-body .mt-story-copy{
  display:flex;
  align-items:center;
  padding:70px clamp(38px,7vw,110px);
  background:var(--mt-soft);
}
.modeco-trade-body .mt-story-copy .mt-eyebrow{color:var(--mt-olive)}
.modeco-trade-body .mt-story-copy .mt-eyebrow::before{background:var(--mt-olive)}
.modeco-trade-body .mt-story-copy h2{
  margin:14px 0 22px;
  font-size:clamp(40px,5vw,58px);
  line-height:1.06;
  font-weight:500;
  color:var(--mt-ink-dark);
}
.modeco-trade-body .mt-story-copy p{
  color:var(--mt-muted-dark);
  font-size:17px;
}
.modeco-trade-body .mt-quote{
  margin-top:30px;
  padding-left:22px;
  border-left:2px solid var(--mt-olive);
  font-size:22px;
  line-height:1.4;
  font-weight:500;
  font-style:italic;
  color:var(--mt-ink-dark);
}
.modeco-trade-body .mt-editorial{
  display:grid;
  grid-template-columns:1fr 1fr;
}
.modeco-trade-body .mt-editorial-panel{
  min-height:460px;
  padding:70px clamp(38px,7vw,105px);
}
.modeco-trade-body .mt-editorial-panel:first-child{
  background:var(--mt-bg-deep);
  color:var(--mt-ink);
}
.modeco-trade-body .mt-editorial-panel:last-child{
  background:var(--mt-paper);
}
.modeco-trade-body .mt-editorial-panel h2{
  max-width:560px;
  margin:14px 0 20px;
  font-size:clamp(38px,4.4vw,52px);
  line-height:1.08;
  font-weight:500;
}
.modeco-trade-body .mt-editorial-panel:last-child h2{color:var(--mt-ink-dark)}
.modeco-trade-body .mt-editorial-panel p{
  max-width:540px;
  margin:0 0 14px;
  font-size:17px;
  color:var(--mt-muted);
}
.modeco-trade-body .mt-editorial-panel:last-child p{
  color:var(--mt-muted-dark);
}

.modeco-trade-body .mt-who{
  padding:80px 0;
  text-align:center;
}
.modeco-trade-body .mt-who .mt-eyebrow{
  justify-content:center;
  display:flex;
align-items: center;
}
.modeco-trade-body .mt-who h2{
  margin:16px auto 22px;
  font-size:clamp(40px,5vw,56px);
  line-height:1.08;
  font-weight:500;
  color:var(--mt-ink);
}
.modeco-trade-body .mt-who p{
  max-width:760px;
  margin:0 auto;
  color:var(--mt-muted);
  font-size:17px;
}

.modeco-trade-body .mt-final{
  padding:80px 0;
  background:var(--mt-bg-deep);
  color:var(--mt-ink);
  text-align:center;
}
.modeco-trade-body .mt-final .mt-eyebrow{
align-items: center;
}
.modeco-trade-body .mt-final h2{
  max-width:780px;
  margin:16px auto 20px;
  font-size:clamp(46px,6vw,72px);
  line-height:1.04;
  font-weight:500;
}
.modeco-trade-body .mt-final p{
  max-width:640px;
  margin:0 auto 34px;
  color:var(--mt-muted);
  font-size:17px;
}
.modeco-trade-body .mt-button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:14px 30px;
  border:1px solid var(--mt-olive);
  color:var(--mt-ink);
  text-transform:uppercase;
  letter-spacing:.16em;
  font-size:17px;
  font-weight:500;
  transition:background .3s ease, border-color .3s ease;
}
.modeco-trade-body .mt-button:hover{
  background:var(--mt-olive);
  border-color:var(--mt-olive);
}

.modeco-trade-body .mt-application{
  padding:70px 0 0px;
  background:var(--mt-bg);
  border-top:1px solid var(--mt-line-dark);
}
.modeco-trade-body .mt-application-inner{
  max-width:860px;
  margin:auto;
  text-align:center;
}
.modeco-trade-body .mt-application .mt-eyebrow{
  justify-content:center;
  display:flex;
      align-items: center;
}
.modeco-trade-body .mt-application h2{
  margin:16px 0 18px;
  font-size:clamp(38px,5vw,56px);
  line-height:1.08;
  font-weight:500;
  color:var(--mt-ink);
}
.modeco-trade-body .mt-application p{
  max-width:620px;
  margin:0 auto;
  color:var(--mt-muted);
  font-size:17px;
}

@media(max-width:900px){
  .modeco-trade-body .mt-benefit-grid{grid-template-columns:1fr 1fr}
  .modeco-trade-body .mt-bespoke-grid{grid-template-columns:1fr;max-width:460px;margin-left:auto;margin-right:auto}
  .modeco-trade-body .mt-story{grid-template-columns:1fr}
  .modeco-trade-body .mt-story-image{min-height:380px}
  .modeco-trade-body .mt-two-way-grid,
  .modeco-trade-body .mt-editorial{grid-template-columns:1fr}
}
@media(max-width:600px){
  .modeco-trade-body{font-size:15px}
  .modeco-trade-body .mt-container{width:calc(100% - 32px)}
  .modeco-trade-body .mt-intro{padding: 40px 0 50px;}
  .modeco-trade-body .mt-benefit-grid{grid-template-columns:1fr}
  .modeco-trade-body .mt-benefit{min-height:auto;padding:32px 28px}
  .modeco-trade-body .mt-benefits{padding: 50px 0;}
  .modeco-trade-body .mt-bespoke{padding: 50px 0 58px;}
  .modeco-trade-body .mt-bespoke-card{padding:40px 26px 34px}
  .modeco-trade-body .mt-bespoke-card h3{font-size:26px}
  .modeco-trade-body .mt-two-way,
  .modeco-trade-body .mt-who,
  .modeco-trade-body .mt-application{padding: 50px 0;}
  .modeco-trade-body .mt-way{padding:36px 28px}
  .modeco-trade-body .mt-story-copy{padding:70px 28px}
  .modeco-trade-body .mt-editorial-panel{padding: 50px 28px;}
  .modeco-trade-body .mt-final{padding: 50px 0;}
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-c852004 */body .modeco-tp-apply * {
    -webkit-text-stroke: inherit;
    -webkit-text-stroke-width: inherit !important;
    -webkit-text-fill-color: inherit;
}/* End custom CSS */