:root {
  --tiny:         8px;
  --extra_small:  12px;
  --small:        16px;
  --default:      24px;
  --large:        40px;
  --medium:       32px;
  --large:        40px;
  --extra_large:  48px;
  --giant:        64px;
  --extra_giant:  80px;
  --deep_green_100:  #CDE0D8;
  --deep_green_200:  #9CC1B1;
  --deep_green_300:  #6AA28A;
  --deep_green_400:  #398364;
  --deep_green:      #005B3D;
  --deep_green_600:  #064B2E;
  --deep_green_700:  #04321E;
  --light_green_100: #CCE9E1;
  --light_green_200: #99D3C4;
  --light_green_300: #66BEA6;
  --light_green_400: #33A889;
  --light_green:     #00926B;
  --light_green_600: #006E50;
  --light_green_700: #004936;
  --green_100:       #B6D7B9;
  --green_200:       #91C397;
  --green_300:       #6DAF74;
  --green_400:       #499B51;
  --green:           #499B51;
  --green_600:       #244E29;
  --green_700:       #122714;
  --bright_blue_100: #DAE5FE;
  --bright_blue_200: #B5CAFD;
  --bright_blue_300: #8FB0FB;
  --bright_blue_400: #6A95FA;
  --bright_blue:     #457BF9;
  --bright_blue_600: #345CBB;
  --bright_blue_700: #233E7D;
  --blue_100:        #DAEAFB;
  --blue_200:        #B5D4F7;
  --blue_300:        #91BFF4;
  --blue_400:        #6CA9F0;
  --blue:            #4794EC;
  --blue_600:        #356FB1;
  --blue_700:        #244A76;
  --deep_purple_100: #B7B7EC;
  --deep_purple_200: #9393E3;
  --deep_purple_300: #6F6FD9;
  --deep_purple:     #4B4BD1;
  --deep_purple_500: #38389C;
  --deep_purple_600: #262668;
  --deep_purple_700: #001552;
  --purple_100:      #F2EBFD;
  --purple_200:      #E5D8FB;
  --purple_300:      #D8C4F8;
  --purple_400:      #CBB1F6;
  --purple:          #BE9DF4;
  --purple_600:      #8F76B7;
  --purple_700:      #5F4F7A;
  --magenta_100:     #FFEBF4;
  --magenta_200:     #FFD7E9;
  --magenta_300:     #FFD7E9;
  --magenta_400:     #FFAED3;
  --magenta:         #FF9AC8;
  --magenta_600:     #BF7396;
  --magenta_700:     #804D64;
  --deep_rose_100:   #FFE1E2;
  --deep_rose_200:   #FFC3C5;
  --deep_rose_300:   #FFA4A9;
  --deep_rose_400:   #FF868C;
  --deep_rose:       #FF686F;
  --deep_rose_600:   #BF4E53;
  --deep_rose_700:   #803438;
  --red_100:         #FFD5CC;
  --red_200:         #FFAB99;
  --red_300:         #FF8166;
  --red_400:         #FF5733;
  --red:             #FF2D00;
  --red_600:         #BF2200;
  --red_700:         #801700;
  --orange_100:      #FFCC99;
  --orange_200:      #FFB266;
  --orange_300:      #FF9933;
  --orange:          #FF7F00;
  --orange_500:      #BF5F00;
  --orange_600:      #804000;
  --orange_700:      #612306;
  --yellow_100:      #FFF4D5;
  --yellow_200:      #FFEAAB;
  --yellow_300:      #FFDF82;
  --yellow_400:      #FFD558;
  --yellow:          #FFCA2E;
  --yellow_600:      #BF9823;
  --yellow_700:      #806517;
  --beige_100:       #FFFCF5;
  --beige_200:       #FFF9EB;
  --beige_300:       #FFF5E0;
  --beige_400:       #FFF2D6;
  --beige:           #FFEFCC;
  --beige_600:       #BFB399;
  --beige_700:       #807866;
  --white:           #FFFFFF;
  --g200:            #F4F4F4;
  --g300:            #E5E5E5;
  --g400:            #CCCCCC;
  --g500:            #999999;
  --g600:            #333333;
  --black:           #000000;
}

.deep_green_100 {
  background: var(--deep_green_100);
}

.deep_green_200 {
  background: var(--deep_green_200);
}

.deep_green_300 {
  background: var(--deep_green_300);
}

.deep_green_400 {
  background: var(--deep_green_400);
}

.deep_green {
  background: var(--deep_green);
}

.deep_green_600 {
  background: var(--deep_green_600);
}

.deep_green_700 {
  background: var(--deep_green_700);
}

.light_green_100 {
  background: var(--light_green_100);
}

.light_green_200 {
  background: var(--light_green_200);
}

.light_green_300 {
  background: var(--light_green_300);
}

.light_green_400 {
  background: var(--light_green_400);
}

.light_green {
  background: var(--light_green);
}

.light_green_600 {
  background: var(--light_green_600);
}

.light_green_700 {
  background: var(--light_green_700);
}

.green_100 {
  background: var(--green_100);
}

.green_200 {
  background: var(--green_200);
}

.green_300 {
  background: var(--green_300);
}

.green_400 {
  background: var(--green_400);
}

.green {
  background: var(--green);
}

.green_600 {
  background: var(--green_600);
}

.green_700 {
  background: var(--green_700);
}

.bright_blue_100 {
  background: var(--bright_blue_100);
}

.bright_blue_200 {
  background: var(--bright_blue_200);
}

.bright_blue_300 {
  background: var(--bright_blue_300);
}

.bright_blue_400 {
  background: var(--bright_blue_400);
}

.bright_blue {
  background: var(--bright_blue);
}

.bright_blue_600 {
  background: var(--bright_blue_600);
}

.bright_blue_700 {
  background: var(--bright_blue_700);
}

.blue_100 {
  background: var(--blue_100);
}

.blue_200 {
  background: var(--blue_200);
}

.blue_300 {
  background: var(--blue_300);
}

.blue_400 {
  background: var(--blue_400);
}

.blue_600 {
  background: var(--blue_600);
}

.blue_700 {
  background: var(--blue_700);
}

.deep_purple_100 {
  background: var(--deep_purple_100);
}

.deep_purple_200 {
  background: var(--deep_purple_200);
}

.deep_purple_300 {
  background: var(--deep_purple_300);
}

.deep_purple {
  background: var(--deep_purple);
}

.deep_purple_500 {
  background: var(--deep_purple_500);
}

.deep_purple_600 {
  background: var(--deep_purple_600);
}

.deep_purple_700 {
  background: var(--deep_purple_700);
}

.purple_100 {
  background: var(--purple_100);
}

.purple_200 {
  background: var(--purple_200);
}

.purple_300 {
  background: var(--purple_300);
}

.purple_400 {
  background: var(--purple_400);
}

.purple {
  background: var(--purple);
}

.purple_600 {
  background: var(--purple_600);
}

.purple_700 {
  background: var(--purple_700);
}

.magenta_100 {
  background: var(--magenta_100);
}

.magenta_200 {
  background: var(--magenta_200);
}

.magenta_300 {
  background: var(--magenta_300);
}

.magenta_400 {
  background: var(--magenta_400);
}

.magenta {
  background: var(--magenta);
}

.magenta_600 {
  background: var(--magenta_600);
}

.magenta_700 {
  background: var(--magenta_700);
}

.deep_rose_100 {
  background: var(--deep_rose_100);
}

.deep_rose_200 {
  background: var(--deep_rose_200);
}

.deep_rose_300 {
  background: var(--deep_rose_300);
}

.deep_rose_400 {
  background: var(--deep_rose_400);
}

.deep_rose {
  background: var(--deep_rose);
}

.deep_rose_600 {
  background: var(--deep_rose_600);
}

.deep_rose_700 {
  background: var(--deep_rose_700);
}

.red_100 {
  background: var(--red_100);
}

.red_200 {
  background: var(--red_200);
}

.red_300 {
  background: var(--red_300);
}

.red_400 {
  background: var(--red_400);
}

.red {
  background: var(--red);
}

.red_600 {
  background: var(--red_600);
}

.red_700 {
  background: var(--red_700);
}

.orange_100 {
  background: var(--orange_100);
}

.orange_200 {
  background: var(--orange_200);
}

.orange_300 {
  background: var(--orange_300);
}

.orange {
  background: var(--orange);
}

.orange_500 {
  background: var(--orange_500);
}

.orange_600 {
  background: var(--orange_600);
}

.orange_700 {
  background: var(--orange_700);
}

.yellow_100 {
  background: var(--yellow_100);
}

.yellow_200 {
  background: var(--yellow_200);
}

.yellow_300 {
  background: var(--yellow_300);
}

.yellow_400 {
  background: var(--yellow_400);
}

.yellow {
  background: var(--yellow);
}

.yellow_600 {
  background: var(--yellow_600);
}

.yellow_700 {
  background: var(--yellow_700);
}

.beige_100 {
  background: var(--beige_100);
}

.beige_200 {
  background: var(--beige_200);
}

.beige_300 {
  background: var(--beige_300);
}

.beige_400 {
  background: var(--beige_400);
}

.beige {
  background: var(--beige);
}

.beige_600 {
  background: var(--beige_600);
}

.beige_700 {
  background: var(--beige_700);
}

.white {
  background: var(--white);
}

.g200 {
  background: var(--g200);
}

.g300 {
  background: var(--g300);
}

.g400 {
  background: var(--g400);
}

.g500 {
  background: var(--g500);
}

.g600 {
  background: var(--g600);
}

.black {
  background: var(--black);
}

body.urban-expo .btn, body.urban-expo .main-menu, body.practical-info .main-menu, body.main-events .main-menu, body.new-page .main-menu, body.participate .main-menu, body.lebanon .main-menu {
  font-size: 16px;
  font-weight: 500;
}

body.urban-expo .btn {
  border-radius: 8px;
  height: "max-width: 991px";
}

body.urban-expo .btn {
  color: var(--black);
  padding: 0 16px;
}

body.event-description .container, body.urban-expo .container, body.main-events .container, body.practical-info .main .container, .half-pic .wrap, body.lebanon .about .wrap, body.lebanon .programme, body.lebanon .documents-block, body.lebanon .fair, body.lebanon .messages-block, body.lebanon .page-header {
  width: 1212px;
  padding-left: var(--extra_large);
  padding-right: var(--extra_large);
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  body.event-description .container, body.urban-expo .container, body.main-events .container, body.practical-info .main .container, .half-pic .wrap, body.lebanon .about .wrap, body.lebanon .programme, body.lebanon .documents-block, body.lebanon .fair, body.lebanon .messages-block, body.lebanon .page-header {
    padding-left: var(--small);
    padding-right: var(--small);
  }
}

body.practical-info .main .wrap {
  width: 1116px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

body.practical-info .main .large.wrap {
  width: 1440px;
  padding-left: 48px;
  padding-right: 48px;
}

@media (max-width: 767px) {
  body.practical-info .main .large.wrap {
    padding-left: 16px;
    padding-right: 16px;
  }
}

body.urban-expo .link .arrow, body.main-events .sessions .items .item:before, body.practical-info .main .tabs .tab-links .tab-link, body.practical-info .main aside h4:after, body.practical-info .main aside ul a, body.practical-info .main .content .tabs a, .entry-header a.link .arrow, body.participate .link .arrow, body.lebanon .link .arrow {
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}

@font-face {
  font-family: 'Jost';
  src: url("../fonts/Jost/Jost-Bold.woff2") format("woff2"), url("../fonts/Jost/Jost-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jost';
  src: url("../fonts/Jost/Jost-SemiBold.woff2") format("woff2"), url("../fonts/Jost/Jost-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jost';
  src: url("../fonts/Jost/Jost-Medium.woff2") format("woff2"), url("../fonts/Jost/Jost-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Jost';
  src: url("../fonts/Jost/Jost-Regular.woff2") format("woff2"), url("../fonts/Jost/Jost-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Roboto';
  src: url("../fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../fonts/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body.lebanon .wrap p, body.lebanon .wrap h1, body.lebanon .wrap h2:not(.text-white), body.lebanon .wrap h3, body.lebanon .wrap h4, body.lebanon .wrap h5:not(.text-white), body.lebanon .wrap h6, body.lebanon .wrap ul,
body.lebanon .row p,
body.lebanon .row h1,
body.lebanon .row h2:not(.text-white),
body.lebanon .row h3,
body.lebanon .row h4,
body.lebanon .row h5:not(.text-white),
body.lebanon .row h6,
body.lebanon .row ul,
body.lebanon section p,
body.lebanon section h1,
body.lebanon section h2:not(.text-white),
body.lebanon section h3,
body.lebanon section h4,
body.lebanon section h5:not(.text-white),
body.lebanon section h6,
body.lebanon section ul {
  margin: 0;
}

body.lebanon .wrap h1, body.lebanon .wrap h2:not(.text-white), body.lebanon .wrap h3, body.lebanon .wrap h4, body.lebanon .wrap h5:not(.text-white), body.lebanon .wrap h6,
body.lebanon .row h1,
body.lebanon .row h2:not(.text-white),
body.lebanon .row h3,
body.lebanon .row h4,
body.lebanon .row h5:not(.text-white),
body.lebanon .row h6,
body.lebanon section h1,
body.lebanon section h2:not(.text-white),
body.lebanon section h3,
body.lebanon section h4,
body.lebanon section h5:not(.text-white),
body.lebanon section h6 {
  padding: 0;
}

body.urban-expo .container p, body.urban-expo .container h1, body.urban-expo .container h2, body.urban-expo .container h3, body.urban-expo .container h4, body.urban-expo .container h5, body.urban-expo .container h6, body.urban-expo .container ul, body.main-events .container p, body.main-events .container h1, body.main-events .container h2, body.main-events .container h3, body.main-events .container h4, body.main-events .container h5, body.main-events .container h6, body.main-events .container ul, body.event-description .container p, body.event-description .container h1, body.event-description .container h2, body.event-description .container h3, body.event-description .container h4, body.event-description .container h5, body.event-description .container h6, body.event-description .container ul, body.participate .container p, body.participate .container h1, body.participate .container h2, body.participate .container h3, body.participate .container h4, body.participate .container h5, body.participate .container h6, body.participate .container ul, body.lebanon .container p, body.lebanon .container h1, body.lebanon .container h2, body.lebanon .container h3, body.lebanon .container h4, body.lebanon .container h5, body.lebanon .container h6, body.lebanon .container ul {
  margin: 0;
}

body.urban-expo .container h1, body.urban-expo .container h2, body.urban-expo .container h3, body.urban-expo .container h4, body.urban-expo .container h5, body.urban-expo .container h6, body.main-events .container h1, body.main-events .container h2, body.main-events .container h3, body.main-events .container h4, body.main-events .container h5, body.main-events .container h6, body.event-description .container h1, body.event-description .container h2, body.event-description .container h3, body.event-description .container h4, body.event-description .container h5, body.event-description .container h6, body.participate .container h1, body.participate .container h2, body.participate .container h3, body.participate .container h4, body.participate .container h5, body.participate .container h6, body.lebanon .container h1, body.lebanon .container h2, body.lebanon .container h3, body.lebanon .container h4, body.lebanon .container h5, body.lebanon .container h6 {
  padding: 0;
}

body.practical-info .main p, body.practical-info .main h1, body.practical-info .main h2, body.practical-info .main h3, body.practical-info .main h4, body.practical-info .main h5, body.practical-info .main h6, body.practical-info .main ul, body.new-page .main p, body.new-page .main h1, body.new-page .main h2, body.new-page .main h3, body.new-page .main h4, body.new-page .main h5, body.new-page .main h6, body.new-page .main ul, body.lebanon .main p, body.lebanon .main h1, body.lebanon .main h2, body.lebanon .main h3, body.lebanon .main h4, body.lebanon .main h5, body.lebanon .main h6, body.lebanon .main ul {
  margin: 0;
}

body.practical-info .main h1, body.practical-info .main h2, body.practical-info .main h3, body.practical-info .main h4, body.practical-info .main h5, body.practical-info .main h6, body.new-page .main h1, body.new-page .main h2, body.new-page .main h3, body.new-page .main h4, body.new-page .main h5, body.new-page .main h6, body.lebanon .main h1, body.lebanon .main h2, body.lebanon .main h3, body.lebanon .main h4, body.lebanon .main h5, body.lebanon .main h6 {
  padding: 0;
}

body.urban-expo button, body.practical-info button, body.main-events button, body.new-page button, body.participate button, body.lebanon button {
  font-family: 'Jost';
}

body.urban-expo .hero, body.practical-info .hero, body.main-events .hero, body.new-page .hero, body.participate .hero, body.lebanon .hero {
  font-size: 96px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 108px;
}

body.urban-expo .keyword,
body.urban-expo .keyword p, body.practical-info .keyword,
body.practical-info .keyword p, body.main-events .keyword,
body.main-events .keyword p, body.new-page .keyword,
body.new-page .keyword p, body.participate .keyword,
body.participate .keyword p, body.lebanon .keyword,
body.lebanon .keyword p {
  font-size: 24px;
  line-height: 32px;
}

body.urban-expo h1, body.urban-expo .headline-1, body.practical-info h1, body.practical-info .headline-1, body.main-events h1, body.main-events .headline-1, body.new-page h1, body.new-page .headline-1, body.participate h1, body.participate .headline-1, body.lebanon h1, body.lebanon .headline-1 {
  font-size: 48px;
  line-height: 56px;
}

@media (max-width: 767px) {
  body.urban-expo h1, body.urban-expo .headline-1, body.practical-info h1, body.practical-info .headline-1, body.main-events h1, body.main-events .headline-1, body.new-page h1, body.new-page .headline-1, body.participate h1, body.participate .headline-1, body.lebanon h1, body.lebanon .headline-1 {
    font-size: 40px;
    line-height: 48px;
  }
}

body.urban-expo h2, body.urban-expo .headline-2, body.practical-info h2, body.practical-info .headline-2, body.main-events h2, body.main-events .headline-2, body.new-page h2, body.new-page .headline-2, body.participate h2, body.participate .headline-2, body.lebanon h2, body.lebanon .headline-2 {
  font-size: 40px;
  line-height: 48px;
}

body.urban-expo h3, body.urban-expo .headline-3, body.practical-info h3, body.practical-info .headline-3, body.main-events h3, body.main-events .headline-3, body.new-page h3, body.new-page .headline-3, body.participate h3, body.participate .headline-3, body.lebanon h3, body.lebanon .headline-3 {
  font-size: 32px;
  line-height: 40px;
}

body.urban-expo h4, body.urban-expo .headline-4, body.practical-info h4, body.practical-info .headline-4, body.main-events h4, body.main-events .headline-4, body.new-page h4, body.new-page .headline-4, body.participate h4, body.participate .headline-4, body.lebanon h4, body.lebanon .headline-4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}

body.urban-expo h5, body.urban-expo .headline-5, body.practical-info h5, body.practical-info .headline-5, body.main-events h5, body.main-events .headline-5, body.new-page h5, body.new-page .headline-5, body.participate h5, body.participate .headline-5, body.lebanon h5, body.lebanon .headline-5 {
  font-size: 20px;
  line-height: 24px;
}

body.urban-expo .p1, body.practical-info .p1, body.main-events .p1, body.new-page .p1, body.participate .p1, body.lebanon .p1 {
  font-family: 'Roboto';
  font-size: 16px;
  line-height: 24px;
}

body.urban-expo .p1:not(:last-child), body.practical-info .p1:not(:last-child), body.main-events .p1:not(:last-child), body.new-page .p1:not(:last-child), body.participate .p1:not(:last-child), body.lebanon .p1:not(:last-child) {
  margin-bottom: 16px;
}

body.urban-expo .p2, body.practical-info .p2, body.main-events .p2, body.new-page .p2, body.participate .p2, body.lebanon .p2 {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 24px;
}

body.urban-expo .caption, body.practical-info .caption, body.main-events .caption, body.new-page .caption, body.participate .caption, body.lebanon .caption {
  font-family: 'Roboto';
  line-height: 16px;
  font-size: 12px;
}

body.urban-expo .subheading, body.practical-info .subheading, body.main-events .subheading, body.new-page .subheading, body.participate .subheading, body.lebanon .subheading {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.2em;
}

body.urban-expo .bold, body.practical-info .bold, body.main-events .bold, body.new-page .bold, body.participate .bold, body.lebanon .bold {
  font-weight: 600;
}

body.event-description .features .icon {
  display: none !important;
}

body.event-description .keyword {
  -webkit-columns: 2;
          columns: 2;
}

@media (max-width: 767px) {
  body.event-description .keyword {
    padding-left: 0;
    -webkit-columns: 1;
            columns: 1;
  }
}

body.event-description .keyword p {
  font-size: 16px;
  line-height: 24px;
}

body.event-description .container h1 {
  margin-bottom: var(--extra_large);
}

body.event-description ul {
  color: #000;
}

body.event-description footer {
  margin-top: var(--extra_giant);
}

@media (max-width: 767px) {
  body.event-description footer {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  body.event-description .main .container-fluid .col-5 {
    width: 100%;
  }
  body.event-description .main .container-fluid .col-5:first-child {
    margin-bottom: 20px;
  }
}

body.event-description .main h2 {
  margin: 32px 0 24px;
}

body.event-description .main ul {
  list-style-type: disc;
  padding-left: 24px;
  margin-bottom: var(--default);
}

body.event-description .main a {
  color: var(--light_green);
}

body.event-description .main p {
  margin-bottom: var(--default);
}

body.event-description .dialogues {
  padding-top: 0;
  margin-bottom: var(--default);
}

body.event-description .dialogues h2 {
  margin-bottom: var(--large);
}

body.event-description .dialogues .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px;
}

body.event-description .dialogues .items .item {
  width: calc(32% - 12px);
  margin: 0 12px;
  height: 320px;
  border: 1px solid var(--g300);
  padding: var(--small);
  margin-bottom: var(--default);
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  body.event-description .dialogues .items .item {
    width: calc(48% - 10px);
  }
}

@media (max-width: 767px) {
  body.event-description .dialogues .items .item {
    width: 100%;
    height: auto;
  }
}

body.event-description .dialogues .items .item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: var(--default);
}

body.event-description .dialogues .items .item .top p:first-child {
  padding-right: var(--tiny);
  margin-right: var(--tiny);
  border-right: 1px solid var(--g300);
  background-image: url("../images/date.svg");
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: var(--medium);
}

body.event-description .dialogues .items .item h4 {
  margin-bottom: var(--tiny);
}

body.event-description .dialogues .items .item .tag {
  border-radius: 4px;
  background: var(--beige);
  padding: 4px 8px;
  color: #000;
}

@media (max-width: 767px) {
  body.event-description .dialogues .items .item .tag {
    margin-top: var(--default);
  }
}

body.urban-expo {
  overflow-x: hidden;
}

body.urban-expo section:not(.contact-section) {
  padding-top: 40px;
  padding-bottom: 40px;
}

body.urban-expo .btn {
  line-height: 37px;
  border: 1px solid #00926B;
}

body.urban-expo .btn:hover {
  background: #00926B;
  color: #FFFFFF;
}

body.urban-expo .btn:focus {
  background: #006E50;
  color: #FFFFFF;
}

body.urban-expo .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000000;
}

body.urban-expo .link:hover .arrow {
  width: 261px;
}

body.urban-expo .link .headline-3 {
  font-weight: 400;
}

body.urban-expo .link .caption {
  color: #000000;
}

body.urban-expo .link .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 237px;
}

body.urban-expo .link .arrow:before, body.urban-expo .link .arrow:after {
  content: '';
}

body.urban-expo .link .arrow:before {
  background-image: url("../images/line.svg");
  width: calc(100% - 65px);
  height: 2px;
}

body.urban-expo .link .arrow:after {
  background-image: url("../images/arrow.svg");
  width: 65px;
  height: 16px;
  display: block;
}

body.urban-expo .container h2 {
  margin-bottom: var(--extra_large);
}

@media (max-width: 1024px) {
  body.urban-expo .container h2 {
    margin-bottom: var(--medium);
  }
}

@media (max-width: 767px) {
  body.urban-expo .container h2 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: var(--default);
  }
}

body.urban-expo .container {
  padding-top: var(--extra_giant);
}

@media (max-width: 767px) {
  body.urban-expo .container {
    padding-top: var(--giant);
    overflow-x: hidden;
  }
}

body.urban-expo .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0;
}

@media (max-width: 991px) {
  body.urban-expo .main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  body.urban-expo .main {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  body.urban-expo .main .col-6 {
    width: 100%;
  }
}

body.urban-expo .main .main-menu {
  font-weight: 400;
}

body.urban-expo .main h1 {
  margin-bottom: 48px;
}

@media (max-width: 1024px) {
  body.urban-expo .main h1 {
    margin-bottom: var(--medium);
  }
}

@media (max-width: 991px) {
  body.urban-expo .main h1.desktop {
    display: none;
  }
}

@media (min-width: 992px) {
  body.urban-expo .main h1.mobile {
    display: none;
  }
}

body.urban-expo .main .keyword {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  body.urban-expo .main .keyword {
    margin-bottom: var(--default);
  }
}

@media (max-width: 767px) {
  body.urban-expo .main .keyword {
    padding-left: 0;
  }
}

body.urban-expo .main a {
  color: #00926B;
}

body.urban-expo .main .pic {
  text-align: right;
}

@media (max-width: 991px) {
  body.urban-expo .main .pic {
    text-align: center;
    margin-bottom: var(--large);
  }
}

@media (max-width: 767px) {
  body.urban-expo .main .pic {
    text-align: left;
  }
}

body.urban-expo .main .pic img {
  margin-right: -75px;
}

@media (max-width: 767px) {
  body.urban-expo .main .pic img {
    margin-right: auto;
    margin-left: -73px;
  }
}

body.urban-expo .main .link:hover .arrow {
  width: 309px;
}

body.urban-expo .main .link .arrow {
  width: 285px;
}

@media (max-width: 767px) {
  body.urban-expo .about {
    padding-bottom: 0;
  }
}

body.urban-expo .about ul {
  color: #000000;
  list-style-type: disc;
  padding-left: 24px;
}

body.urban-expo .about ul li:not(:last-child) {
  margin-bottom: 12px;
}

body.urban-expo .about .p1:not(:last-child) {
  margin-bottom: var(--extra_giant);
}

@media (max-width: 1024px) {
  body.urban-expo .about .p1:not(:last-child) {
    margin-bottom: var(--giant);
  }
}

@media (max-width: 767px) {
  body.urban-expo .about .p1:not(:last-child) {
    margin-bottom: var(--large);
  }
}

body.urban-expo .about .col-7 {
  width: 59%;
}

@media (max-width: 1024px) {
  body.urban-expo .about .col-7 {
    width: 66%;
  }
}

@media (max-width: 991px) {
  body.urban-expo .about .col-7 {
    width: 100%;
  }
}

body.urban-expo .guidelines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
}

body.urban-expo .guidelines h4 {
  font-size: 23px;
}

body.urban-expo .guidelines .col-5 {
  width: 39%;
}

@media (max-width: 1024px) {
  body.urban-expo .guidelines .col-5 {
    width: 50%;
  }
}

@media (max-width: 991px) {
  body.urban-expo .guidelines .col-5 {
    width: 100%;
  }
}

body.urban-expo .guidelines h2 {
  width: 100%;
}

body.urban-expo .guidelines .bold {
  font-weight: 700;
  margin-bottom: 0 !important;
}

body.urban-expo .guidelines .btn {
  margin-top: 80px;
}

@media (max-width: 1024px) {
  body.urban-expo .guidelines .btn {
    margin-top: var(--extra_large);
  }
}

@media (max-width: 991px) {
  body.urban-expo .guidelines .btn {
    margin: var(--default) auto 0;
  }
}

@media (max-width: 991px) {
  body.urban-expo .guidelines .btn.desktop {
    display: none;
  }
}

@media (min-width: 992px) {
  body.urban-expo .guidelines .btn.mobile {
    display: none;
  }
}

body.urban-expo .guidelines .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1024px) {
  body.urban-expo .guidelines .items {
    width: auto;
  }
}

@media (max-width: 991px) {
  body.urban-expo .guidelines .items {
    margin-top: var(--default);
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

body.urban-expo .guidelines .items .item {
  width: calc(50% - 10px);
  text-align: center;
}

@media (max-width: 1024px) {
  body.urban-expo .guidelines .items .item {
    width: 160px;
  }
}

@media (max-width: 767px) {
  body.urban-expo .guidelines .items .item {
    width: calc(50% - 4px);
  }
}

@media (max-width: 1024px) {
  body.urban-expo .guidelines .items .item:not(:last-child) {
    margin-right: 32px;
  }
}

@media (max-width: 767px) {
  body.urban-expo .guidelines .items .item:not(:last-child) {
    margin-right: 8px;
  }
}

@media (max-width: 1024px) {
  body.urban-expo .guidelines .items .item h4 {
    font-size: 16px;
  }
}

body.urban-expo .guidelines .items .item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: -webkit-gradient(linear, left top, left bottom, from(#F4F4F4), to(#EAEAEA));
  background: linear-gradient(180deg, #F4F4F4 0%, #EAEAEA 100%);
  margin-bottom: var(--default);
  padding: var(--medium) var(--small);
  height: 272px;
}

@media (max-width: 1024px) {
  body.urban-expo .guidelines .items .item .content {
    margin-bottom: var(--small);
    height: 213px;
  }
}

@media (max-width: 1024px) {
  body.urban-expo .guidelines .items .item .content .caption {
    font-size: 10px;
  }
}

@media (max-width: 1024px) {
  body.urban-expo .guidelines .items .item .content h5 {
    font-size: 17px;
  }
}

body.urban-expo .guidelines .items .item .content .p2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 1024px) {
  body.urban-expo .guidelines .items .item .content .p2 {
    font-size: 10px;
  }
}

body.urban-expo .guidelines .items .item .content .p2:before {
  content: '';
  width: 96px;
  height: 1px;
  background: #CCCCCC;
  bottom: -16px;
  position: absolute;
}

body.urban-expo .services {
  margin-bottom: var(--large);
}

@media (max-width: 767px) {
  body.urban-expo .services {
    margin-bottom: 0;
  }
}

body.urban-expo .services .col-5 {
  width: 39%;
}

@media (max-width: 1024px) {
  body.urban-expo .services .col-5 {
    width: 52%;
  }
}

@media (max-width: 991px) {
  body.urban-expo .services .col-5 {
    width: 100%;
  }
}

body.urban-expo section.main {
  margin-bottom: 40px;
  padding-top: 156px;
}

@media (max-width: 991px) {
  body.urban-expo section.main {
    padding-top: 170px;
  }
}

@media (max-width: 767px) {
  body.urban-expo section.main {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

body.urban-expo section.main .keyword {
  color: #000000;
  margin-bottom: 24px;
}

body.urban-expo section.main .keyword .bold {
  background-image: url(../images/text-bg.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  color: #000000;
  display: initial;
}

body.new-page main {
  margin-bottom: 40px;
}

body.new-page .main {
  margin-bottom: 40px;
  padding-top: 156px;
}

@media (max-width: 991px) {
  body.new-page .main {
    padding-top: 170px;
  }
}

body.main-events .main {
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  body.main-events .main .container-fluid .col-5 {
    width: 100%;
  }
  body.main-events .main .container-fluid .col-5:first-child {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  body.main-events .main .entry-header .left {
    margin-bottom: 40px;
  }
}

body.main-events .main .entry-header .left p:first-child {
  margin-bottom: 24px;
}

body.main-events .main h1 {
  margin-bottom: 40px;
}

body.main-events .main .col-7 {
  width: 100%;
}

body.main-events .main .keyword {
  -webkit-columns: 2;
          columns: 2;
}

@media (max-width: 767px) {
  body.main-events .main .keyword {
    padding-left: 0;
    -webkit-columns: 1;
            columns: 1;
  }
}

body.main-events .main .keyword p {
  font-size: 16px;
  line-height: 24px;
}

body.main-events main {
  margin-bottom: 40px;
}

body.main-events .main {
  margin-bottom: 40px;
  padding-top: 156px;
}

@media (max-width: 991px) {
  body.main-events .main {
    padding-top: 170px;
  }
}

body.main-events h1 {
  margin-bottom: var(--extra_large);
}

body.main-events .col-7 {
  width: 59%;
}

@media (max-width: 991px) {
  body.main-events .col-7 {
    width: 100%;
  }
}

body.main-events .sessions .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: var(--default);
}

@media (max-width: 767px) {
  body.main-events .sessions .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media (max-width: 767px) {
  body.main-events .sessions .top h3 {
    margin-bottom: var(--small);
  }
}

body.main-events .sessions .top ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  body.main-events .sessions .top ul {
    margin-bottom: var(--small);
  }
}

body.main-events .sessions .top ul li:not(:last-child) {
  margin-right: var(--default);
}

body.main-events .sessions .top a {
  color: #000;
}

body.main-events .sessions .top a.link {
  padding-left: 32px;
  background-image: url("../images/pdf-small.svg");
  background-repeat: no-repeat;
  background-position: left center;
}

body.main-events .sessions .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -12px var(--default);
}

@media (max-width: 767px) {
  body.main-events .sessions .items {
    margin-left: 0;
    margin-right: 0;
  }
}

body.main-events .sessions .items .item {
  height: 168px;
  padding: var(--small);
  border-radius: 4px;
  width: calc(32.25% - var(--extra_small));
  margin: 0 var(--extra_small) var(--default);
  position: relative;
  overflow: hidden;
}

@media (max-width: 1210px) {
  body.main-events .sessions .items .item {
    width: calc(32% - var(--extra_small));
  }
}

@media (max-width: 991px) {
  body.main-events .sessions .items .item {
    margin-left: 10px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  body.main-events .sessions .items .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}

body.main-events .sessions .items .item:hover:before {
  opacity: .1;
}

body.main-events .sessions .items .item:before {
  content: '';
  opacity: 0;
  background: #000;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

body.main-events .sessions .items .item.red {
  background: #FFD5CC;
}

body.main-events .sessions .items .item.yellow {
  background: #FFEAAB;
}

body.main-events .sessions .items .item.gray {
  background: var(--g300);
}

body.main-events .sessions .items .item.deep-rose {
  background: #FFC3C5;
}

body.main-events .sessions .items .item.blue {
  background: #B5D4F7;
}

body.main-events .sessions .items .item.orange {
  background: #FFCC99;
}

body.main-events .sessions .items .item.light-green {
  background: #CCE9E1;
}

body.main-events .sessions .items .item.deep-purple {
  background: #B7B7EC;
}

body.main-events .sessions .items .item.green {
  background: #B6D7B9;
}

body.main-events .sessions .items .item.purple {
  background: #E5D8FB;
}

body.main-events .sessions .items .item.bright-blue {
  background: #B5CAFD;
}

body.main-events .sessions .items .item.beige {
  background: #FFF2D6;
}

body.main-events .sessions .items .item.deep-green {
  background: #CDE0D8;
}

body.main-events .sessions .items .item.magenta {
  background: #FFD7E9;
}

body.main-events .sessions .items .item .p2 {
  margin-bottom: var(--small);
}

body.main-events .sessions .items .item > div {
  position: relative;
  z-index: 1;
}

body.main-events .sessions .items .item p {
  margin: 0;
}

body.practical-info {
  font-family: 'Jost';
  color: #000;
}

body.practical-info .documents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (max-width: 767px) {
  body.practical-info .documents {
    padding-bottom: 0;
  }
}

body.practical-info .documents a {
  width: 33%;
  padding-left: 40px;
  background-image: url("../images/pdf.svg");
  background-repeat: no-repeat;
  background-position: left top;
  color: #000000;
  padding-right: 24px;
  text-decoration: none !important;
}

@media (max-width: 1250px) {
  body.practical-info .documents a {
    width: 50%;
  }
}

@media (max-width: 767px) {
  body.practical-info .documents a {
    width: 100%;
    font-size: 20px;
    line-height: 32px;
  }
}

body.practical-info .documents a:not(:last-child) {
  margin-bottom: var(--large);
}

@media (max-width: 767px) {
  body.practical-info .documents a:not(:last-child) {
    margin-bottom: var(--default);
  }
}

body.practical-info .documents a span {
  color: var(--g500);
  display: block;
  margin-top: 8px;
}

body.practical-info .main {
  margin-bottom: 40px;
  padding-top: 156px;
}

@media (max-width: 991px) {
  body.practical-info .main {
    padding-top: 170px;
  }
}

body.practical-info .main .tabs .tab-links {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.practical-info .main .tabs .tab-links li:not(:last-child) {
  margin-right: 24px;
}

body.practical-info .main .tabs .tab-links .tab-link {
  text-transform: uppercase;
  padding: 8px;
}

body.practical-info .main .tabs .tab-links .tab-link.active, body.practical-info .main .tabs .tab-links .tab-link:hover {
  background-color: #FFEFCC;
}

body.practical-info .main .tabs .tab-item:not(.active) {
  display: none;
}

body.practical-info .main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body.practical-info .main h1, body.practical-info .main h2, body.practical-info .main h3, body.practical-info .main h4, body.practical-info .main h5, body.practical-info .main h6 {
  font-weight: 400;
}

body.practical-info .main button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  padding: 0;
  font-family: 'Jost';
}

body.practical-info .main input {
  background-color: transparent;
  border: none;
  padding: 0;
  outline: none;
  font-family: 'Jost';
}

body.practical-info .main a {
  text-decoration: none;
  color: inherit;
}

body.practical-info .main body {
  color: #000;
}

body.practical-info .main ul {
  padding: 0;
  list-style-type: none;
}

body.practical-info .main .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.practical-info .main .col-4 {
  width: 31%;
}

body.practical-info .main .col-5 {
  width: 35%;
}

body.practical-info .main .col-6 {
  width: 48%;
}

body.practical-info .main .col-7 {
  width: 65%;
}

body.practical-info .main h1 {
  margin-bottom: 80px;
}

@media (max-width: 991px) {
  body.practical-info .main h1 {
    margin-bottom: 24px;
  }
}

body.practical-info .main aside {
  width: auto;
}

body.practical-info .main aside h4 {
  margin-bottom: 24px;
}

@media (max-width: 991px) {
  body.practical-info .main aside h4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    margin-bottom: 0;
    background: #00926B;
    color: #FFFFFF;
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-right: 42px;
    height: 40px;
    position: relative;
    border-radius: 4px;
    padding-left: 8px;
    font-size: 18px;
    line-height: 24px;
  }
  body.practical-info .main aside h4.active:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@media (max-width: 991px) {
  body.practical-info .main aside h4:after {
    content: '';
    background-image: url("../images/chevron_down.svg");
    background-repeat: no-repeat;
    background-position: right center;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 8px;
    top: 8px;
  }
}

@media (max-width: 991px) {
  body.practical-info .main aside ul {
    display: none;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 24px 38px rgba(2, 3, 3, 0.03), 0px 9px 46px rgba(2, 3, 3, 0.02), 0px 11px 15px rgba(2, 3, 3, 0.04);
            box-shadow: 0px 24px 38px rgba(2, 3, 3, 0.03), 0px 9px 46px rgba(2, 3, 3, 0.02), 0px 11px 15px rgba(2, 3, 3, 0.04);
    border-radius: 8px;
    padding: 20px 16px;
    height: 300px;
    overflow-y: scroll;
    position: absolute;
    width: calc(100vw - 48px * 2);
  }
  body.practical-info .main aside ul.active {
    display: block;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  body.practical-info .main aside ul {
    width: calc(100vw - 32px);
  }
}

body.practical-info .main aside ul li:not(:last-child) {
  margin-bottom: 16px;
}

body.practical-info .main aside ul a {
  color: #000;
  text-decoration: none;
}

body.practical-info .main aside ul a:hover, body.practical-info .main aside ul a.active {
  color: #00926B;
}

body.practical-info .main .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  body.practical-info .main .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.practical-info .main .content {
  width: 74.5%;
}

@media (max-width: 1024px) {
  body.practical-info .main .content {
    width: 66%;
  }
}

@media (max-width: 991px) {
  body.practical-info .main .content {
    width: 100%;
    margin-top: 24px;
  }
}

body.practical-info .main .content .tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin-bottom: 64px;
}

@media (max-width: 991px) {
  body.practical-info .main .content .tabs {
    margin-bottom: "max-width: 991px";
    margin-left: 115px;
  }
}

@media (max-width: 767px) {
  body.practical-info .main .content .tabs {
    width: calc(100% - 115px);
    overflow-x: scroll;
    margin-right: -16px;
    width: calc(100% - 99px);
    padding-right: 16px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  body.practical-info .main .content .tabs::-webkit-scrollbar {
    display: none;
  }
}

body.practical-info .main .content .tabs li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

body.practical-info .main .content .tabs li:not(:last-child) {
  margin-right: 16px;
}

body.practical-info .main .content .tabs a {
  background: #F4F4F4;
  border-radius: 4px;
  padding: 8px 12px;
  border: 1px solid transparent;
}

@media (max-width: 767px) {
  body.practical-info .main .content .tabs a {
    white-space: nowrap;
  }
}

body.practical-info .main .content .tabs a:hover {
  border-color: #00926B;
  background: transparent;
}

body.practical-info .main .content .tabs a.active {
  background: #00926B;
  color: #FFFFFF;
}

body.practical-info .main .content .tabs-content img {
  margin-bottom: 48px;
  max-width: calc(100% + 48px);
  height: auto;
}

@media (max-width: 767px) {
  body.practical-info .main .content .tabs-content img {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}

body.practical-info .main .content .tabs-content h4 {
  margin-bottom: 32px;
}

body.practical-info .main .content .tabs-content h5 {
  margin-bottom: 8px;
}

body.practical-info .main .content .tabs-content .text {
  width: 88%;
}

@media (max-width: 1024px) {
  body.practical-info .main .content .tabs-content .text {
    width: 100%;
  }
}

body.practical-info .main .content .tabs-content .text:not(:last-child) {
  margin-bottom: 48px;
}

body.practical-info .main .content .tabs-content .tab:not(.active) {
  display: none;
}

body.practical-info .main .content .tabs-content a {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
}

@media (min-width: 1340px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

.entry-header {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .entry-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.entry-header .left {
  width: 49%;
}

@media (max-width: 991px) {
  .entry-header .left {
    width: 100%;
  }
}

.entry-header .left p {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
  font-family: 'Jost';
  margin-bottom: 0;
}

.entry-header .left p span {
  background-image: url(../images/text-bg.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  font-weight: 600;
  display: inline;
}

.entry-header .right {
  width: 31%;
}

@media (max-width: 991px) {
  .entry-header .right {
    width: 100%;
  }
}

.entry-header a.link {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.entry-header a.link:hover .arrow {
  width: 261px;
}

.entry-header a.link .arrow {
  width: 261px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 237px;
}

.entry-header a.link .arrow:before, .entry-header a.link .arrow:after {
  content: '';
}

.entry-header a.link .arrow:before {
  background-image: url("../images/line.svg");
  width: calc(100% - 65px);
  height: 2px;
}

.entry-header a.link .arrow:after {
  background-image: url("../images/arrow.svg");
  width: 65px;
  height: 16px;
  display: block;
}

.entry-header a.link .headline-3 {
  font-weight: 400;
  margin-bottom: 0;
}

.entry-header a.link .caption {
  color: #000;
}

@media (max-width: 767px) {
  body.urban-expo .features, body.event-description .features {
    padding-bottom: 0;
  }
}

@media (max-width: 991px) {
  body.urban-expo .features .col-7, body.event-description .features .col-7 {
    width: 100%;
  }
}

body.urban-expo .features .col-7 .btn, body.event-description .features .col-7 .btn {
  margin-top: 24px;
}

@media (max-width: 991px) {
  body.urban-expo .features .container-fluid, body.event-description .features .container-fluid {
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  body.urban-expo .features .container-fluid .col-5:first-child, body.event-description .features .container-fluid .col-5:first-child {
    margin-bottom: 24px;
  }
}

body.urban-expo .features .col-5, body.event-description .features .col-5 {
  width: 42%;
}

@media (max-width: 1024px) {
  body.urban-expo .features .col-5, body.event-description .features .col-5 {
    width: 66%;
  }
}

@media (max-width: 991px) {
  body.urban-expo .features .col-5, body.event-description .features .col-5 {
    width: 100%;
  }
}

body.urban-expo .features .col-5:not(:last-child), body.event-description .features .col-5:not(:last-child) {
  margin-bottom: 64px;
}

body.urban-expo .features a:not([class]), body.event-description .features a:not([class]) {
  color: var(--light-green);
  text-decoration: underline;
}

body.urban-expo .features a:not([class]):hover, body.event-description .features a:not([class]):hover {
  color: #006E50;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

body.urban-expo .features .items, body.event-description .features .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  body.urban-expo .features .items, body.event-description .features .items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: var(--small);
  }
}

body.urban-expo .features .items .item, body.event-description .features .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: calc(50% - 12px);
  margin-bottom: 48px;
}

@media (max-width: 767px) {
  body.urban-expo .features .items .item, body.event-description .features .items .item {
    width: 100%;
  }
}

body.urban-expo .features .items .item .text, body.event-description .features .items .item .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

body.urban-expo .features .items .item .text .p2, body.event-description .features .items .item .text .p2 {
  color: var(--g500);
}

body.urban-expo .features .items .item .icon, body.event-description .features .items .item .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 64px;
  height: 64px;
  margin-right: 16px;
  background-color: #F4F4F4;
  border-radius: 4px;
}

body.urban-expo .features .items .item h4, body.event-description .features .items .item h4 {
  margin-bottom: 12px;
}

body.urban-expo .features .items .item .tags, body.event-description .features .items .item .tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
}

@media (max-width: 767px) {
  body.urban-expo .features .items .item .tags, body.event-description .features .items .item .tags {
    margin-top: var(--small);
  }
}

body.urban-expo .features .items .item .tags span, body.event-description .features .items .item .tags span {
  padding: 4px 8px;
  background-color: #F4F4F4;
  border-radius: 4px;
}

body.urban-expo .features .items .item .tags span:not(:last-child), body.event-description .features .items .item .tags span:not(:last-child) {
  margin-right: 8px;
}

@media (max-width: 767px) {
  body.participate h2 {
    font-size: 32px;
    line-height: 40px;
  }
}

body.participate .wrap {
  padding-left: var(--extra_large);
  padding-right: var(--extra_large);
  width: 1212px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  body.participate .wrap {
    padding-left: var(--small);
    padding-right: var(--small);
  }
}

body.participate .main {
  padding-bottom: 0;
  padding-top: 156px;
}

@media (max-width: 991px) {
  body.participate .main {
    padding-top: 170px;
  }
}

body.participate .main .headline-4 p {
  font-size: 24px;
  line-height: 32px;
}

body.participate .main .headline-4 p span {
  display: inline;
}

body.participate .main a {
  color: #000;
}

@media (max-width: 1199px) {
  body.participate .main .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1199px) {
  body.participate .main .col-6 {
    width: 100%;
  }
}

body.participate .main .col-5 {
  width: 37%;
}

@media (max-width: 1199px) {
  body.participate .main .col-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

body.participate .main .col-5 .registration {
  display: block;
}

@media (max-width: 1199px) {
  body.participate .main .col-5 .registration {
    background: var(--beige);
    text-align: center;
    padding: 24px 0;
    margin-top: var(--default);
    height: auto;
    margin-bottom: var(--giant);
    margin-left: -48px;
    margin-right: -48px;
  }
}

@media (max-width: 767px) {
  body.participate .main .col-5 .registration {
    margin-left: -16px;
    margin-right: -16px;
  }
}

body.participate .main .row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

body.participate .main h2 {
  margin-bottom: var(--default);
}

body.participate .main h1 {
  margin-bottom: var(--extra_giant);
}

@media (max-width: 991px) {
  body.participate .main h1 {
    margin-bottom: var(--large);
  }
}

body.participate .main .p1 {
  margin-bottom: var(--extra_large);
}

body.participate .main .p1 p:not(:last-child) {
  margin-bottom: var(--default);
}

body.participate .main .registration {
  background: url("../images/registration.svg");
  background-repeat: no-repeat;
  height: 351px;
  margin-bottom: 130px;
  background-position: left -34px center;
  padding-left: 64px;
  padding-top: 122px;
  margin-top: -80px;
}

body.participate .main .registration .keyword {
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  body.participate .main .registration .keyword {
    margin-bottom: var(--tiny);
  }
}

body.participate .main .link:hover .arrow {
  width: 364px;
}

body.participate .main .link .arrow {
  width: 340px;
}

body.participate .main .headline-4:not(:last-child) {
  margin-bottom: 20px;
}

body.participate .main .headline-4 span {
  font-weight: 600;
  background: url("../images/highlight.svg");
  background-repeat: repeat-x;
  background-position: bottom;
}

body.participate .schedule {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  body.participate .schedule {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767px) {
  body.participate .schedule {
    padding-top: var(--default);
    padding-bottom: var(--small);
  }
}

body.participate .schedule .col-6 {
  width: 48%;
}

@media (max-width: 991px) {
  body.participate .schedule .col-6 {
    width: 100%;
  }
}

body.participate .schedule h2 {
  margin-bottom: var(--default);
}

body.participate .schedule .p1 {
  width: 72%;
}

@media (max-width: 991px) {
  body.participate .schedule .p1 {
    width: 100%;
  }
}

body.participate .schedule .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  body.participate .schedule .items {
    margin-top: var(--large);
  }
}

body.participate .schedule .items .item {
  width: 146px;
  height: 164px;
  border-radius: 4px;
  color: #000;
  border: 1px solid var(--g200);
  margin-bottom: var(--extra_large);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1050px) {
  body.participate .schedule .items .item {
    margin-left: 4px;
    margin-right: 4px;
    width: calc(50% - 8px);
  }
}

@media (max-width: 767px) {
  body.participate .schedule .items .item {
    margin-bottom: var(--default);
  }
}

body.participate .schedule .items .item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

body.participate .schedule .items .item .top {
  padding-top: var(--small);
  padding-left: var(--small);
}

body.participate .schedule .items .item .headline-5 {
  padding: var(--small);
  background: var(--beige);
  width: 100%;
  margin-bottom: 0;
}

body.participate .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000000;
}

body.participate .link:hover .arrow {
  width: 261px;
}

body.participate .link .headline-3 {
  font-weight: 400;
}

body.participate .link .caption {
  color: #000000;
}

body.participate .link .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 237px;
}

body.participate .link .arrow:before, body.participate .link .arrow:after {
  content: '';
}

body.participate .link .arrow:before {
  background-image: url("../images/line.svg");
  width: calc(100% - 65px);
  height: 2px;
}

body.participate .link .arrow:after {
  background-image: url("../images/arrow.svg");
  width: 65px;
  height: 16px;
  display: block;
}

body.participate .advantages-block {
  padding-top: 0;
}

body.participate .advantages-block h2 {
  margin-bottom: var(--default);
}

body.participate .advantages-block .col-6 {
  margin-bottom: var(--giant);
}

body.participate .advantages-block .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

body.participate .advantages-block .item {
  width: calc(50% - var(--default));
  margin-bottom: var(--extra_large);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

body.participate .advantages-block .item .icon {
  min-width: var(--giant);
  height: var(--giant);
  background: var(--g200);
  border-radius: 4px;
  margin-right: var(--small);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body.participate .advantages-block .item h4 {
  margin-bottom: var(--extra_small);
}

body.participate .advantages-block .item .p2 {
  color: var(--g500);
}

@media (max-width: 991px) {
  body.participate .advantages-block {
    padding-bottom: 0;
  }
  body.participate .advantages-block .col-6 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  body.participate .advantages-block .item {
    width: 100%;
    margin-bottom: var(--large);
  }
}

body.participate main section {
  padding-top: 40px;
  padding-bottom: 40px;
}

a.link span.headline-3 {
  color: #000;
}

a.link span.caption {
  width: 237px;
  max-width: 100%;
}

.content-link {
  color: var(--light-green);
}

@media (max-width: 767px) {
  .documents-block {
    padding-bottom: 0;
  }
}

.documents-block.v2 .row a {
  width: 50%;
}

@media (max-width: 767px) {
  .documents-block.v2 .row a {
    width: 100%;
  }
}

.documents-block h2 {
  margin-bottom: var(--large) !important;
}

.documents-block .row {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 0;
  margin-right: 0;
}

.documents-block .row:not(:last-child) {
  border-bottom: 0.0625rem solid var(--g300);
  padding-bottom: var(--tiny);
  margin-bottom: var(--extra_large);
}

.documents-block .row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  color: #000;
  font-family: 'Jost';
  font-weight: 400;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 33%;
  padding-left: var(--extra_large);
  padding-right: var(--default);
  background-image: url("../images/pdf.svg");
  background-repeat: no-repeat;
  background-position: left top;
  margin-bottom: var(--large);
}

@media (max-width: 64rem) {
  .documents-block .row a {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    width: 50%;
    margin-bottom: var(--large);
  }
}

@media (max-width: 767px) {
  .documents-block .row a {
    width: 100%;
    margin-bottom: var(--default);
    font-size: 1.25rem;
    line-height: 2rem;
    margin-bottom: var(--default);
  }
}

.documents-block .row a span {
  color: var(--g500);
  margin-top: var(--tiny);
}

@media (max-width: 767px) {
  .documents-block .row a span {
    margin-top: 0;
  }
}

.half-pic {
  height: calc(100vh - 9.375rem);
  padding-top: var(--extra_giant);
  padding-bottom: 0;
  margin-bottom: var(--large);
  background-position: bottom center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .half-pic {
    height: calc(90vh - 4.6875rem);
    text-align: center;
    padding-top: var(--giant);
    background-size: auto 75%;
    margin-bottom: var(--medium);
  }
}

.half-pic h3 {
  margin-bottom: var(--default) !important;
}

.right-pos {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 76.9375rem) {
  .right-pos {
    margin-left: calc(((100vw - (100vw - 100%)) - 69.75rem) / 2);
  }
}

@media (max-width: 76.875rem) {
  .right-pos {
    padding-left: var(--extra_large);
  }
}

@media (max-width: 991px) {
  .right-pos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

.right-pos ol {
  color: #000;
}

.right-pos img {
  height: auto;
}

@media (max-width: 120rem) {
  .right-pos img {
    width: calc(100% - 27rem - 7.125rem);
  }
}

@media (max-width: 991px) {
  .right-pos img {
    width: 100%;
  }
}

.right-pos .col-5 {
  min-width: 27rem;
}

@media (max-width: 991px) {
  .right-pos .col-5 {
    margin-right: 0;
    width: 100%;
    padding: 0 var(--extra_large);
    margin-bottom: var(--large);
  }
}

@media (max-width: 767px) {
  .right-pos .col-5 {
    padding: 0 var(--small);
    min-width: 0;
  }
}

@media (max-width: 68.75rem) {
  .right-pos .col-7 {
    width: 74%;
  }
}

@media (max-width: 991px) {
  .right-pos .col-7 {
    width: 100%;
  }
}

.border {
  height: 1px;
  background: var(--g300);
  margin: var(--extra_large) 0;
  border: none !important;
}

body.lebanon .col-5 {
  width: 41.66666667%;
}

body.lebanon .col-4,
.right-pos body.lebanon .col-5,
body.lebanon .right-pos .col-5 {
  width: 33.33333333%;
}

body.lebanon .col-6 {
  width: 50%;
}

body.lebanon .col-7 {
  width: 58.33333333%;
}

body.lebanon .col-8 {
  width: 66.66666667%;
}

body.lebanon .col-9 {
  width: 75%;
}

body.lebanon .col-10 {
  width: 83.33333333%;
}

body.lebanon [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 767px) {
  body.lebanon [class*="col-"] {
    width: 100%;
  }
}

body.lebanon .row {
  margin-left: 0;
  margin-right: 0;
}

body.lebanon .right-pos {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 76.9375rem) {
  body.lebanon .right-pos {
    margin-left: calc(((100vw - (100vw - 100%)) - 69.75rem) / 2);
  }
}

@media (max-width: 76.875rem) {
  body.lebanon .right-pos {
    padding-left: var(--extra_large);
  }
}

@media (max-width: 991px) {
  body.lebanon .right-pos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

body.lebanon .right-pos ol li a {
  display: inline;
  font-weight: 400;
  color: var(--light-green);
}

body.lebanon .right-pos img {
  height: auto;
}

@media (max-width: 120rem) {
  body.lebanon .right-pos img {
    width: calc(100% - 27rem - 7.125rem);
  }
}

@media (max-width: 991px) {
  body.lebanon .right-pos img {
    width: 100%;
  }
}

body.lebanon .right-pos .col-5 {
  min-width: 27rem;
}

@media (max-width: 991px) {
  body.lebanon .right-pos .col-5 {
    margin-right: 0;
    width: 100%;
    padding: 0 var(--extra_large);
    margin-bottom: var(--large);
  }
}

@media (max-width: 767px) {
  body.lebanon .right-pos .col-5 {
    padding: 0 var(--small);
    min-width: 0;
  }
}

@media (max-width: 68.75rem) {
  body.lebanon .right-pos .col-7 {
    width: 74%;
  }
}

@media (max-width: 991px) {
  body.lebanon .right-pos .col-7 {
    width: 100%;
  }
}

body.lebanon .p1:not(:last-child) {
  margin-bottom: var(--default);
}

body.lebanon .p1 p:not(:last-child) {
  margin-bottom: var(--small);
}

body.lebanon ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: var(--small);
}

body.lebanon section {
  padding-top: var(--large);
  padding-bottom: var(--large);
}

@media (max-width: 767px) {
  body.lebanon section {
    padding-top: var(--medium);
    padding-bottom: var(--medium);
  }
}

body.lebanon h2 {
  margin-bottom: var(--default) !important;
}

body.lebanon .link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
}

body.lebanon .link:hover .arrow {
  width: calc(100% + 60px);
}

body.lebanon .link .h3 {
  font-weight: 400;
}

body.lebanon .link .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: calc(100% + 40px);
}

body.lebanon .link .arrow:before, body.lebanon .link .arrow:after {
  content: '';
}

body.lebanon .link .arrow:before {
  background-image: url("../images/line.svg");
  width: calc(100% - 4.0625rem);
  height: .125rem;
}

body.lebanon .link .arrow:after {
  background-image: url("../images/arrow.svg");
  width: 4.0625rem;
  height: 1rem;
  display: block;
}

body.lebanon .blue p {
  color: var(--blue);
}

body.lebanon .hero-2 {
  font-size: 7.125rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 13rem;
  color: var(--g600);
}

@media (max-width: 767px) {
  body.lebanon .hero-2 {
    font-size: 6.5rem;
    line-height: 9.375rem;
  }
}

body.lebanon .main {
  margin-top: 116px;
  position: relative;
  height: calc(100vh - 116px);
}

@media (max-width: 991px) {
  body.lebanon .main {
    height: 29.875rem;
  }
}

@media (max-width: 767px) {
  body.lebanon .main {
    height: auto;
    background-position: bottom -85px center;
    padding-top: 0;
  }
}

body.lebanon .main .background {
  background-image: url("../images/lebanon.jpg");
  height: calc(100% - 180px);
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 100%;
  bottom: 0;
  left: 0;
}

@media (max-width: 767px) {
  body.lebanon .main .background {
    height: calc(100% - 260px);
  }
}

body.lebanon .main .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  body.lebanon .main .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.lebanon .main .wrap .keyword {
  width: 27rem;
  max-width: 100%;
}

body.lebanon .main .wrap h1 {
  margin-bottom: 0;
}

body.lebanon .main .wrap .left {
  margin-right: 7.125rem;
}

@media (max-width: 767px) {
  body.lebanon .main .wrap .left {
    margin: 0 auto var(--default);
  }
}

body.lebanon .about {
  padding-bottom: 0;
}

body.lebanon .about .wrap {
  margin-bottom: var(--large);
}

body.lebanon .about .blue {
  margin-bottom: var(--default);
}

body.lebanon .about .link {
  margin-left: 8.625rem;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 991px) {
  body.lebanon .about .link {
    margin-left: 0;
    margin-top: var(--default);
  }
}

body.lebanon .about .link .caption {
  width: 9.75rem;
}

@media (max-width: 991px) {
  body.lebanon .about .col-7 {
    width: 100%;
  }
}

@media (min-width: 90.0625rem) {
  body.lebanon .right-pos {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

body.lebanon .right-pos img {
  max-width: 45.75rem;
  margin-top: -2.8125rem;
  margin-left: 6.25rem;
}

@media (max-width: 991px) {
  body.lebanon .right-pos img {
    margin-left: 0;
    padding-left: 2.1875rem;
  }
}

@media (max-width: 767px) {
  body.lebanon .right-pos img {
    padding-left: 7px;
    padding-right: 16px;
    margin-top: -1.25rem;
  }
}

@media (max-width: 991px) {
  body.lebanon .right-pos .col-5 {
    width: 100%;
  }
}

body.lebanon .right-pos a {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}

body.lebanon .programme {
  padding-top: 0;
  margin-top: -3.125rem;
}

@media (max-width: 1400px) {
  body.lebanon .programme {
    margin-top: var(--default);
  }
}

@media (max-width: 1200px) {
  body.lebanon .programme {
    margin-top: 5rem;
  }
}

@media (max-width: 991px) {
  body.lebanon .programme {
    margin-top: 0;
  }
}

body.lebanon .programme .grey p {
  color: var(--g500);
  margin-bottom: var(--default);
}

body.lebanon .programme .grey li {
  color: var(--g500);
}

body.lebanon .programme .col-5 {
  margin-bottom: var(--extra_large);
}

@media (max-width: 991px) {
  body.lebanon .programme .col-5 {
    width: 100%;
  }
}

@media (max-width: 991px) {
  body.lebanon .programme .col-10 {
    width: 100%;
  }
}

body.lebanon .programme .item:not(:last-child) {
  margin-bottom: var(--default);
}

body.lebanon .programme .item .p2:not(.grey) p {
  color: var(--blue);
}

body.lebanon .programme .item .grey {
  margin-top: var(--extra_small);
}

body.lebanon .programme .item ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}

body.lebanon .programme .item ul span {
  font-weight: 700;
}

body.lebanon .programme h3 {
  margin-bottom: var(--tiny);
}

body.lebanon .fair .row {
  margin-top: var(--extra_large);
  padding-bottom: var(--small);
  border-bottom: 4px solid var(--g300);
}

body.lebanon .fair .row .h4:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

body.lebanon .fair .row .h4:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body.lebanon .fair .h4 {
  color: #000;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

body.lebanon .fair .item {
  height: 3.5rem;
  padding-left: var(--extra_small);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

body.lebanon .fair .item:nth-child(even) {
  background: #FFF9EB;
}

body.lebanon .fair .item .p1 {
  margin-bottom: 0;
}

body.lebanon .fair .item .p1:first-child {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

body.lebanon .fair .item .p1:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

@media (max-width: 991px) {
  body.lebanon .fair .col-7,
  body.lebanon .fair .col-9 {
    width: 100%;
  }
}

body.lebanon .messages-block .row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 1150px) {
  body.lebanon .messages-block .row {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  body.lebanon .messages-block .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

body.lebanon .messages-block img {
  margin-bottom: var(--extra_large);
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  body.lebanon .messages-block img {
    margin-bottom: var(--default);
  }
}

body.lebanon .messages-block .h4 {
  margin-bottom: var(--tiny);
  color: #000;
  font-weight: 400;
}

body.lebanon .messages-block .p2 {
  margin-bottom: var(--default);
}

body.lebanon .messages-block .p2 p {
  color: var(--g500);
}

body.lebanon .messages-block .col-4 {
  width: 29%;
}

@media (max-width: 1150px) {
  body.lebanon .messages-block .col-4 {
    width: 46%;
  }
}

@media (max-width: 767px) {
  body.lebanon .messages-block .col-4 {
    width: 100%;
  }
}

body.lebanon .messages-block .col-4:first-child {
  margin-right: 12%;
}

@media (max-width: 1150px) {
  body.lebanon .messages-block .col-4:first-child {
    margin-right: var(--medium);
  }
}

@media (max-width: 767px) {
  body.lebanon .messages-block .col-4:first-child {
    margin-right: 0;
    margin-bottom: var(--large);
  }
}

body.lebanon .thumbnail {
  line-height: 0;
  padding-bottom: 0;
}

body.lebanon .thumbnail img {
  width: 100%;
}

body.lebanon .page-header {
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  body.lebanon .page-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 991px) {
  body.lebanon .page-header .col-6 {
    width: 100%;
  }
}

body.lebanon .page-header .pic {
  text-align: right;
}

@media (max-width: 991px) {
  body.lebanon .page-header .pic {
    text-align: center;
    margin-bottom: var(--large);
  }
}

@media (max-width: 767px) {
  body.lebanon .page-header .pic {
    text-align: left;
  }
  body.lebanon .page-header .pic img {
    width: 100%;
  }
}

body.lebanon .page-header .keyword p {
  margin-bottom: var(--default);
}

body.lebanon .page-header .p1 {
  margin-top: var(--extra_giant);
}

@media (max-width: 767px) {
  body.lebanon .page-header img {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  body.lebanon .keyword {
    padding-left: 0;
  }
}

body.lebanon .highlight span {
  font-weight: 600;
  background: url("../images/highlight.svg");
  background-repeat: repeat-x;
  background-position: bottom;
  display: inline;
}

body.lebanon #contact {
  padding-bottom: 0;
  padding-top: 0;
}
/*# sourceMappingURL=practical-info.css.map */