body {
  height: 100%;
  font-family: 'Azo Sans', sans-serif;
  color: #8e8e8e;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.2px;
}

a {
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
  text-decoration: none;
}

.hero-link {
  text-align: center !important;
}

.hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #262753;
  background-image: url('/wf/images/heroG_bg.svg');
  background-position: 100% 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.hero-section.meeting {
  background-color: #e25363;
  background-image: url('/wf/images/meetingBg.svg');
}

.hero-section.connection {
  background-color: #5735a0;
  background-image: url('/wf/images/connection-BG.svg');
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.navbar.blog {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #262753;
}

.navbar_brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_brand_logo.blog-slogan {
  margin-top: 15px;
  margin-left: 65px;
}

.navbar_menu_acss {
  margin-bottom: 20px;
  padding-right: 125px;
  text-align: right;
}

.navbar_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar_menu-box {
  margin-left: 45px;
}

.navbar_menu {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #262753;
  background-image: url('/wf/images/graph-menu.svg');
  background-position: 0% 0%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.navbar_menu.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.navbar_menu_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 45px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_menu_header_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar_menu_header_content_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 125px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.navbar_menu_header_content_menu_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.navbar_menu_header_content_menu_item_title {
  margin-bottom: 15px;
  color: #fff;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
  letter-spacing: -0.2px;
}

.navbar_menu_header_content_menu_item_link {
  margin-bottom: 10px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
}

.navbar_menu_header_content_menu_item_link:hover {
  color: #3db9cf;
}

.navbar_menu_header_content_menu_item_link.red {
  color: #e25363;
}

.navbar_menu_header_content_menu_item_link.green {
  color: #3db9cf;
}

.navbar_menu_header_content_menu_item_link.hide {
  display: none;
}

.navbar_menu_header_content_footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 125px;
  padding-bottom: 30px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_menu_header_content_footer_links_item {
  margin-left: 40px;
  color: hsla(0, 0%, 100%, 0.7);
}

.navbar_menu_header_content_footer_links_item:hover {
  color: #3db9cf;
}

.navbar_menu_header_content_footer_links_item.green {
  color: #3db9cf;
}

.navbar_menu_header_content_footer_links_item.green:hover {
  color: #8677ed;
}

.navbar_menu_header_content_footer_socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_menu_header_content_footer_socials_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_menu_header_content_footer_contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 55px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_menu_header_content_footer_contact_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}

.navbar_menu_header_content_footer_contact_list_item {
  color: hsla(0, 0%, 100%, 0.7);
}

.navbar_menu_header_content_footer_contact_list_item:hover {
  color: #3db9cf;
}

.navbar_menu_header_content_footer_contact_logo {
  margin-left: 20px;
}

.button {
  position: relative;
  padding: 15px 55px 14px;
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: #3db9cf;
  font-family: Cillop, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button:hover {
  background-color: #3db9cf;
}

.button.menu-list-button {
  margin-top: 25px;
}

.button.nav-contact {
  padding: 10px 25px 9px;
  border-bottom-width: 1px;
  text-transform: capitalize;
}

.button.nav-contact.blog {
  margin-left: 10px;
  background-color: #3db9cf;
}

.button.nav-contact.blog:hover {
  background-color: transparent;
}

.button.nav-contact.meeting {
  border-width: 1px;
  border-color: #262753;
}

.button.large.margin-left {
  margin-left: 15px;
}

.button.large.margin-left.dark-border {
  border-width: 1px 1px 3px;
  border-color: #262753;
  color: #fff;
}

.button.large.full-width {
  width: 100%;
}

.button.blue {
  border-width: 1px;
  border-color: #393077;
  background-color: #393077;
}

.button.blue:hover {
  border-color: #262753;
  background-color: #262753;
}

.button.blue.border {
  border-bottom: 3px solid #3db9cf;
  font-weight: 700;
}

.button.blue.border:hover {
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: #3db9cf;
  background-color: #3db9cf;
}

.button.blue.disable {
  cursor: not-allowed;
}

.button.red {
  border-bottom-color: #262753;
  background-color: #e25363;
}

.button.green {
  background-color: #3db9cf;
}

.button.green:hover {
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: #262753;
  background-color: #393077;
}

.button.exhibitors-page_header_content_tags_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 12px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.button.company {
  padding-right: 35px;
  padding-left: 35px;
  color: #3db9cf;
}

.button.company:hover {
  color: #fff;
}

.button.blue-outline {
  margin-right: 5px;
  margin-left: 5px;
  border-color: #393077;
  color: #393077;
}

.button.dark-fill {
  border-width: 1px 1px 3px;
  border-color: #262753;
  background-color: #393077;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}

.button.dark-fill:hover {
  background-color: #3db9cf;
}

.button.red-fill {
  border-width: 1px 1px 3px;
  border-color: #262753;
  background-color: #e25363;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}

.button.red-fill:hover {
  background-color: #3db9cf;
}

.button_text {
  position: relative;
  z-index: 10;
}

.navbar_whatsapp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 25px;
  margin-left: 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_whatsapp.connection {
  margin-right: 0px;
}

.navbar_whatsapp_text {
  position: static;
  margin-left: 8px;
  font-family: Cillop, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.navbar_languages {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar_languages_item {
  margin-left: 8px;
}

.hero-section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-section_content_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-section_content_header_divisor {
  width: 1px;
  height: 50px;
  margin-right: 25px;
  margin-left: 25px;
  background-color: #3db9cf;
}

.hero-section_content_header_text {
  font-family: Cillop, sans-serif;
  color: #fff;
  line-height: 18px;
  font-style: italic;
  font-weight: 500;
}

.hero-section_content_h1 {
  margin-top: 40px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  text-align: center;
}

.hero-section_content_h1.mobile {
  display: none;
}

.hero-section_content_infos {
  position: relative;
  z-index: 30;
  margin-top: 45px;
  font-family: Cillop, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.navbar_menu_header_content_menu_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.arrow-green {
  font-family: Cillop, sans-serif;
  color: #3db9cf;
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
}

.hero-section_graph {
  position: relative;
}

.hero-section_graph_tree {
  position: absolute;
  left: -48px;
  top: auto;
  right: auto;
  bottom: 42px;
  z-index: 10;
}

.hero-section_graph_tree.meeting {
  left: auto;
  top: auto;
  right: 3px;
  bottom: 23px;
}

.hero-section_graph_meditation {
  position: absolute;
  left: 55px;
  top: auto;
  right: auto;
  bottom: 32px;
  z-index: 10;
}

.hero-section_graph_globe {
  position: absolute;
  left: auto;
  top: auto;
  right: 110px;
  bottom: 20px;
  z-index: 10;
}

.hero-section_graph_tree_bird1 {
  position: absolute;
  left: auto;
  top: -296px;
  right: 351px;
  bottom: auto;
}

.hero-section_graph_tree_bird1.meeting {
  -webkit-transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(-180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.hero-section_graph_tree_bird2 {
  position: absolute;
  left: auto;
  top: -249px;
  right: 429px;
  bottom: auto;
}

.hero-section_graph_tree_planne {
  position: absolute;
  left: auto;
  top: -492px;
  right: -121px;
  bottom: auto;
}

.hero-section_graph_floor {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 70px;
  background-color: #3db9cf;
}

.hero-section_graph_floor.meeting {
  background-color: #262753;
}

.intro-section {
  position: relative;
  z-index: 15;
  padding-top: 65px;
  padding-bottom: 85px;
  background-color: #3db9cf;
}

.container {
  width: 950px;
  margin-right: auto;
  margin-left: auto;
}

.container.small {
  width: 900px;
}

.intro-section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-section_content_left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 35%;
  -ms-flex: 0 35%;
  flex: 0 35%;
}

.intro-section_content_left.about-news {
  -webkit-flex-basis: 43%;
  -ms-flex-preferred-size: 43%;
  flex-basis: 43%;
}

.intro-section_content_left_title {
  margin-bottom: 25px;
  color: #fff;
  font-size: 32px;
  line-height: 34px;
  font-weight: 700;
}

.intro-section_content_left_title.blue {
  color: #393077;
}

.intro-section_content_right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.intro-section_content_right.about-news {
  -webkit-box-flex: 0;
  -webkit-flex: 0 40%;
  -ms-flex: 0 40%;
  flex: 0 40%;
}

.intro-section_content_right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 60%;
  -ms-flex: 0 60%;
  flex: 0 60%;
}

.intro-section_content_right_txt {
  margin-left: 25px;
  margin-right: 25px;
}

.intro-section_content_right_txt_title {
  margin-top: 10px;
  text-align: center;
  margin-bottom: 10px;
  font-family: Cillop, sans-serif;
  color: #262753;
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
}

.intro-section_content_right_txt_p {
  margin-bottom: 15px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}

.intro-section_content_divisor {
  width: 3px;
  height: 145px;
  margin-right: 45px;
  margin-left: 45px;
  background-color: #1f9cb2;
}

.intro-section_content_divisor.white {
  background-color: #fff;
}

.red-text {
  color: #e25363;
}

.red-text.blue {
  color: #393077;
}

.intro-section_footer {
  position: relative;
  z-index: 10;
  width: 100%;
  margin-top: -15px;
}

.institutional-section {
  z-index: 5;
  margin-top: -75px;
  padding-top: 200px;
  padding-bottom: 120px;
  background-color: #393077;
  background-image: url('/wf/images/heroG_globe.svg');
  background-position: 101% 100%;
  background-size: 90px;
  background-repeat: no-repeat;
}

.institutional-section.city {
  position: relative;
  z-index: 10;
  padding-bottom: 135px;
  background-image: none;
}

.institutional-section.city.secondary {
  margin-top: 0px;
  padding-top: 0px;
  background-color: #262753;
}

.institutional-section_main-photo {
  height: 380px;
  margin-bottom: 75px;
  border-radius: 8px;
  background-image: url('/wf/images/placeholder1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.institutional-section_main-photo.city {
  background-image: url('/wf/images/palceholder6.png');
}

.institutional-section_main-photo.city.secondary {
  position: relative;
  top: -80px;
  margin-bottom: -10px;
}

.institutional-section_main-photo.city.secondary.saint-andrews {
  background-image: url('/wf/images/SaintANdrews-2.jpg');
}

.institutional-section_main-photo.video {
  z-index: 0;
  background-image: none;
  background-size: auto;
  opacity: 0.36;
}

.institutional-section_main-photo.video.no-filter {
  opacity: 1;
}

.institutional-section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.institutional-section_content_txt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-style: italic;
  font-weight: 500;
}

.institutional-section_content_txt.city {
  color: #3db9cf;
}

.institutional-section_content_title {
  margin-top: 0px;
  margin-left: 45px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 65%;
  -ms-flex: 0 65%;
  flex: 0 65%;
  color: #fff;
  font-size: 39px;
  line-height: 43px;
}

.institutional-section_content_title.about-intro-section_content_block_title {
  margin-left: 0px;
}

.institutional-section_content_title.h3 {
  margin-top: 50px;
  color: #3db9cf;
  font-size: 30px;
  line-height: 35px;
  font-style: italic;
}

.spaces-section {
  position: relative;
  padding-top: 295px;
  padding-bottom: 295px;
  background-color: #262753;
}

.spaces-section_title {
  width: 40%;
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 40px;
  line-height: 42px;
}

.spaces-section_p {
  width: 40%;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.spaces-section_content {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 46%;
  height: 100%;
}

.spaces-section_content_tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.spaces-section_content_tabs_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.spaces-section_content_tabs_menu_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 65px;
  padding: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #393077;
  opacity: 0.2;
}

.spaces-section_content_tabs_menu_item:hover {
  opacity: 1;
}

.spaces-section_content_tabs_menu_item.w--current {
  background-color: #1e1f47;
  opacity: 1;
}

.spaces-section_content_tabs_menu_item.green {
  background-color: #173446;
}

.spaces-section_content_tabs_menu_item.green.w--current {
  background-color: #1d1e44;
}

.spaces-section_content_tabs_menu_item.dark {
  background-color: #231f20;
}

.spaces-section_content_tabs_menu_item.dark.w--current {
  background-color: #1d1e44;
}

.spaces-section_content_tabs_menu_item.red {
  background-color: #a21d21;
}

.spaces-section_content_tabs_menu_item.red.w--current {
  background-color: #1d1e44;
}

.spaces-section_content_tabs_menu_item.green-light {
  background-color: #3eaa6d;
}

.spaces-section_content_tabs_menu_item.green-light.w--current {
  background-color: #1d1e44;
}

.spaces-section_content_tabs_menu_item.red-light {
  background-color: #f16459;
}

.spaces-section_content_tabs_menu_item.red-light.w--current {
  background-color: #1d1e44;
}

.spaces-section_content_tabs_menu_item.pink {
  background-color: #cc4d80;
}

.spaces-section_content_tabs_menu_item.pink.w--current {
  background-color: #1d1e44;
}

.spaces-section_content_tabs_menu_item.grey {
  background-color: #414042;
}

.spaces-section_content_tabs_menu_item.grey.w--current {
  background-color: #1d1e44;
}

.spaces-section_content_tabs_menu_item.yellow {
  background-color: #f6c054;
}

.spaces-section_content_tabs_menu_item.yellow.w--current {
  background-color: #1d1e44;
}

.spaces-section_content_tabs_menu_item.purple {
  background-color: #7f5793;
}

.spaces-section_content_tabs_menu_item.purple.w--current {
  background-color: #1d1e44;
}

.spaces-section_content_tabs_menu_item.green-water {
  background-color: #4cbea3;
}

.spaces-section_content_tabs_menu_item.green-water.w--current {
  background-color: #1d1e44;
}

.spaces-section_content_tabs_menu_item.blue {
  background-color: #1e1f47;
}

.spaces-section_content_tabs_menu_item.blue.w--current {
  background-color: #1d1e44;
}

.spaces-section_content_tabs_menu_item.grey-heart {
  background-color: #a7a9ac;
}

.spaces-section_content_tabs_menu_item.grey-heart.w--current {
  background-color: #1d1e44;
}

.spaces-section_content_tabs_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.spaces-section_content_tabs_content_item {
  overflow: auto;
  padding: 35px 45px 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #1d1e44;
}

.spaces-section_content_tabs_content_item_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.spaces-section_content_tabs_content_item_header_icon {
  opacity: 0.2;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.spaces-section_content_tabs_content_item_main-image {
  height: 300px;
  margin-top: 30px;
  margin-bottom: 10px;
  background-image: url('/wf/images/Tech-e-Inov.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.spaces-section_content_tabs_content_item_main-image.mice {
  background-image: url('/wf/images/Mice.jpg');
}

.spaces-section_content_tabs_content_item_main-image.wedding {
  background-image: url('/wf/images/Wedding.jpg');
}

.spaces-section_content_tabs_content_item_main-image.termalismo {
  background-image: url('/wf/images/Anotação-2020-06-17-104542.jpg');
}

.spaces-section_content_tabs_content_item_main-image.luxury {
  background-image: url('/wf/images/Luxury.jpg');
  background-position: 100% 50%;
  background-size: 110%;
}

.spaces-section_content_tabs_content_item_main-image.green {
  background-image: url('/wf/images/Green.jpg');
}

.spaces-section_content_tabs_content_item_main-image.lgbt {
  background-image: url('/wf/images/LGBT.jpg');
}

.spaces-section_content_tabs_content_item_main-image.business {
  background-image: url('/wf/images/business.jpg');
  background-position: 50% 50%;
}

.spaces-section_content_tabs_content_item_main-image.business-hotels {
  background-image: url('/wf/images/BUSINESS-HOTELS-5.jpg');
  background-position: 50% 50%;
}

.spaces-section_content_tabs_content_item_main-image.espiritualidade {
  background-image: url('/wf/images/turismo-religioso.jpeg');
}

.spaces-section_content_tabs_content_item_main-image.saude {
  background-image: url('/wf/images/saude.jpeg');
}

.spaces-section_content_tabs_content_item_h4 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Cillop, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
}

.spaces-section_content_tabs_content_item_p {
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.8);
}

.spaces-section_content_tabs_content_item_divisor {
  width: 50px;
  height: 4px;
  margin-bottom: 20px;
  background-color: #13143b;
}

.spaces-section_content_tabs_content_sponsor {
  margin-bottom: 30px;
}

.spaces-section_content_tabs_content_sponsor_list_item {
  margin-right: 13px;
  margin-bottom: 15px;
}

.spaces-section_graph {
  position: absolute;
  left: 0%;
  top: -35px;
  right: auto;
  bottom: auto;
  height: 105%;
}

.spaces-section_graph_line-top {
  width: 60px;
  height: 3px;
  background-color: #3db9cf;
}

.spaces-section_graph_line-vertical {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 3px;
  height: 100%;
  background-color: #3db9cf;
}

.numbers-section {
  position: relative;
  margin-top: 100px;
  padding-bottom: 125px;
}

.numbers-section.city {
  margin-top: -5px;
  padding-top: 275px;
  padding-bottom: 90px;
  background-image: url('/wf/images/bottom-curves-blue-dark.svg');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.numbers-section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.numbers-section_content._2019.new {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.numbers-section_content.home {
  margin-bottom: 50px;
}

.numbers-section_content_h2 {
  margin-top: 55px;
  margin-bottom: 15px;
  color: #393077;
  font-size: 36px;
  text-align: center;
}

.numbers-section_content_h2._2019 {
  margin-top: 160px;
  text-align: right;
}

.numbers-section_content_h2.city {
  margin-top: 10px;
  margin-bottom: 20px;
}

.numbers-section_content_p {
  width: 40%;
  margin-bottom: 45px;
  text-align: center;
}

.numbers-section_content_p._2019 {
  text-align: right;
}

.numbers-section_content_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.numbers-section_content_list.home {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.numbers-section_content_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.numbers-section_content_list_item.lp {
  -webkit-box-flex: 0;
  -webkit-flex: 0 33%;
  -ms-flex: 0 33%;
  flex: 0 33%;
}

.numbers-section_content_list_item_icon {
  margin-bottom: 20px;
}

.numbers-section_content_list_item_txt-box {
  text-align: center;
}

.numbers-section_content_list_item_txt-box.city {
  margin-left: 10px;
  padding-right: 20px;
}

.numbers-section_content_list_item_txt-box_h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  color: #3db9cf;
  font-size: 30px;
  line-height: 20px;
}

.numbers-section_content_list_item_txt-box_h3.city {
  margin-left: 0px;
  font-size: 18px;
}

.small {
  font-size: 16px;
  font-weight: 400;
}

.btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.numbers-section_graph {
  position: absolute;
  left: -96px;
  top: 0%;
  right: auto;
  bottom: auto;
}

.numbers-section_graph._2019.new {
  left: 10px;
}

.numbers-section_graph.city {
  margin-top: 200px;
}

.testimonial-section {
  margin-bottom: 90px;
}

.testimonial-section.connection {
  padding-top: 80px;
}

.testimonial-section_h2 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #393077;
  font-size: 38px;
}

.testimonial-section_p {
  font-size: 16px;
}

.testimonial-section_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -25px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.testimonial-section_list.lp {
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.testimonial-section_list_item {
  margin-right: 25px;
  margin-bottom: 25px;
  padding: 35px 40px 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
  background-color: #f9f9f9;
}

.testimonial-section_list_item.large {
  -webkit-flex-basis: 47%;
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}

.testimonial-section_list_item_p {
  min-height: 160px;
  margin-bottom: 30px;
  color: #676767;
}

.testimonial-section_list_item_p.auto {
  min-height: auto;
}

.testimonial-section_list_item_infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 43.9%, 0.25);
}

.testimonial-section_list_item_infos_photo {
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #262753;
  border-radius: 100%;
  background-image: url('/wf/images/placeholder2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-section_list_item_infos_txt-box {
  margin-left: 15px;
}

.testimonial-section_list_item_infos_txt-box_title {
  margin-top: 0px;
  margin-bottom: 3px;
  color: #393077;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
}

.testimonial-section_list_item_infos_txt-box_tag {
  color: #393077;
  font-size: 11px;
  line-height: 14px;
}

.testimonial-section_header {
  margin-bottom: 35px;
  padding-right: 225px;
  padding-left: 225px;
  text-align: center;
}

.blue-bold {
  color: #393077;
}

.footer_newsletter_paragraph {
  margin-bottom: 45px;
  color: #bfbfbf;
  font-size: 14px;
  line-height: 24px;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
}

.footer_newsletter_h2 {
  width: 40%;
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 38px;
  line-height: 38px;
  font-weight: 600;
  letter-spacing: -1.1px;
}

.footer_newsletter_form-block {
  margin-bottom: 0px;
}

.footer_newsletter_form-block_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer_newsletter {
  position: relative;
  padding-top: 80px;
  padding-bottom: 70px;
  background-color: #393077;
}

.input {
  height: 60px;
  margin-right: 28px;
  margin-bottom: 0px;
  padding: 23px 30px 20px;
  border: 1px none #000;
  border-radius: 4px;
  background-color: #0e0f3a;
  -webkit-transition: all 222ms ease;
  transition: all 222ms ease;
  color: #fff;
  font-size: 16px;
  letter-spacing: -0.8px;
}

.input:active {
  background-color: transparent;
}

.input:focus {
  border-bottom-color: #3db9cf;
  background-color: #fff;
  color: #262753;
}

.input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.input:-ms-input-placeholder {
  color: #bfbfbf;
}

.input::-ms-input-placeholder {
  color: #bfbfbf;
}

.input::placeholder {
  color: #bfbfbf;
}

.input.select {
  color: #bfbfbf;
}

.input.search {
  background-image: url('/wf/images/search-icon.svg');
  background-position: 95% 50%;
  background-size: 18px;
  background-repeat: no-repeat;
}

.footer_content {
  padding-top: 100px;
  padding-bottom: 30px;
  background-color: #262753;
  background-image: url('/wf/images/festuris-symbol-footer.svg');
  background-position: 110% 0%;
  background-size: 390px;
  background-repeat: no-repeat;
}

.partners-section_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 95px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.partners-section_row_item {
  margin-right: 40px;
  margin-left: 42px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.partners-section_row_item_images-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.partners-section_row_item_image {
  margin-right: 15px;
  margin-bottom: 5px;
  margin-left: 15px;
}

.partners-section_row_item_line {
  width: 260px;
  height: 3px;
  margin-right: auto;
  margin-bottom: 12px;
  margin-left: auto;
  background-color: #17183d;
}

.partners-section_row_item_text {
  font-family: Cillop, sans-serif;
  color: #bfbfbf;
  font-size: 17px;
  line-height: 18px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.footer_content_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 85px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer_content_header_divisor {
  width: 3px;
  height: 170px;
  margin-right: 40px;
  margin-left: 40px;
  background-color: #17183d;
}

.footer_content_header_content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 34%;
  -ms-flex: 0 34%;
  flex: 0 34%;
}

.footer_content_header_content_title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
}

.footer_content_header_content_p {
  color: #bfbfbf;
}

.footer_content_copy {
  text-align: center;
}

.footer_content_copy_txt {
  margin-bottom: 15px;
  color: #bfbfbf;
  font-size: 12px;
  text-align: center;
}

.contact-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 2000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.85);
}

.contact-modal_box {
  position: relative;
  z-index: 10;
  padding: 40px;
  background-color: #262753;
}

.contact-modal_box.lp {
  position: -webkit-sticky;
  position: sticky;
  top: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 45%;
  -ms-flex: 0 45%;
  flex: 0 45%;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
}

.contact-modal_box_title {
  margin-bottom: 5px;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  text-align: center;
}

.contact-modal_box_subtitle {
  margin-bottom: 30px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.contact-modal_box_form-block_form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-modal_box_form-block_form_item {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 48%;
  -ms-flex: 0 48%;
  flex: 0 48%;
}

.contact-modal_box_form-block_form_item_label {
  font-family: Cillop, sans-serif;
  color: #3db9cf;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.contact-modal_box_form-block_form_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-modal_close {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 35px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
}

.about-hero-section {
  position: relative;
  z-index: 15;
  height: 80%;
}

.about-hero-section_bg-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(57, 48, 119, 0.85)), to(rgba(57, 48, 119, 0.85)));
  background-image: linear-gradient(180deg, rgba(57, 48, 119, 0.85), rgba(57, 48, 119, 0.85));
}

.about-hero-section_bg-video_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -2px;
  padding-bottom: 55px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-hero-section_bg-video_content_h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 42px;
}

.about-hero-section_bg-video_content_subtitle {
  width: 35%;
  font-size: 16px;
  line-height: 24px;
}

.about-hero-section_graph {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
}

.about-hero-section_graph_bird1 {
  position: absolute;
  left: -321px;
  top: 61px;
  right: auto;
  bottom: auto;
  max-width: none;
}

.about-hero-section_graph_bird2 {
  position: absolute;
  left: -282px;
  top: 11px;
  right: auto;
  bottom: auto;
  max-width: none;
}

.about-intro-section {
  position: relative;
  z-index: 10;
  margin-top: -5px;
  padding-top: 175px;
  background-color: #262753;
  background-image: url('/wf/images/bottom-curves-blue.svg');
  background-position: 0% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.about-intro-section._2019 {
  padding-bottom: 70px;
}

.about-intro-section_content_block {
  margin-left: 45px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.about-intro-section_content_block_h3 {
  margin-top: 45px;
  margin-bottom: 8px;
  font-family: Cillop, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.about-intro-section_content_block_p {
  color: #fff;
}

.about-intro-section_content_block_p.institutional-section_city-content_p {
  -webkit-box-flex: 0;
  -webkit-flex: 0 46%;
  -ms-flex: 0 46%;
  flex: 0 46%;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 16px;
  line-height: 22px;
}

.about-intro-section_content_img-box {
  margin-top: 90px;
  text-align: center;
}

.about-intro-section_content_img-box_img {
  position: relative;
  z-index: 10;
}

.about-news-section {
  z-index: 15;
  padding-top: 65px;
  padding-bottom: 55px;
  background-color: #3db9cf;
}

.about-news-section.blue {
  padding-bottom: 35px;
  background-color: #393077;
}

.about-news-section_tag {
  margin-bottom: 5px;
  font-family: Cillop, sans-serif;
  color: #262753;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.about-news-section_tag.green {
  color: #3db9cf;
}

.about-news-section_p {
  color: #fff;
  font-size: 16px;
}

.about-news-section_p.grey {
  color: #8e8e8e;
}

.about-intro-section_floor {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 100%;
  height: 24px;
  background-color: #3db9cf;
}

.about-timeline-section {
  padding-top: 105px;
}

.timeline-section_list_item {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px;
  padding-right: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.timeline-section_list_item.right {
  padding-right: 0%;
  padding-left: 50%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.form_row_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 48%;
  -ms-flex: 0 48%;
  flex: 0 48%;
}

.timeline-section_list_item_txt-box_icon {
  margin-right: -21px;
  margin-left: 40px;
}

.timeline-section_list_item_txt-box_icon.right {
  margin-right: 40px;
  margin-left: -21px;
}

.update-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1000;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(19, 19, 19, 0.9);
}

.update-modal_box_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 48%;
  -ms-flex: 0 48%;
  flex: 0 48%;
}

.update-modal_box_header_subtitle {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.update-modal_box_list_item_txt {
  margin-left: 8px;
  color: hsla(0, 0%, 42.8%, 0.9);
  line-height: 16px;
}

.update-modal_box_form_form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.timeline-section_list_line-box_line {
  width: 9px;
  height: 97%;
  margin-top: 95px;
  background-color: hsla(0, 0%, 74.9%, 0.7);
}

.timeline-section_list_item_txt-box_p {
  margin-bottom: 0px;
  color: #8e8e8e;
  font-size: 14px;
}

.update-modal_box_header {
  overflow: hidden;
  padding: 25px 40px;
  background-color: #031660;
}

.update-modal_box_content {
  padding: 30px 40px;
}

.timeline-section_list_item_txt-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
  text-decoration: none;
}

.timeline-section_list_item_txt-box.right {
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

.timeline-section_list {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.label {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
}

.update-modal_box_list-title {
  margin-bottom: 15px;
  color: #131313;
  font-size: 16px;
  font-weight: 600;
}

.input-2 {
  height: 55px;
  margin-bottom: 25px;
  padding-left: 25px;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 43.9%, 0.5);
  border-radius: 4px;
  background-color: #f6f6f6;
  -webkit-transition: all 222ms ease;
  transition: all 222ms ease;
}

.input-2:focus {
  border-color: #3d98e5;
  background-color: #fff;
}

.update-modal_box {
  position: relative;
  z-index: 120;
  overflow: hidden;
  width: 700px;
  margin-top: 75px;
  border-radius: 6px;
  background-color: #fff;
}

.timeline-section_list_line-box {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.timeline-section_list_item_txt-box_link {
  margin-top: 25px;
  padding-bottom: 3px;
  border-bottom: 1px solid #3d98e5;
  -webkit-transition: all 222ms ease;
  transition: all 222ms ease;
  color: #3d98e5;
  font-size: 16px;
}

.timeline-section_list_item_txt-box_link:hover {
  color: #031660;
}

.update-modal_box_form {
  margin-top: 10px;
  padding-top: 30px;
  border-top: 1px solid hsla(0, 0%, 43.9%, 0.3);
}

.update-modal_close {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 25px;
  padding-right: 25px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-2 {
  padding: 18px 30px 16px;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f6f6;
  border-radius: 4px;
  background-color: #f6f6f6;
  color: #031660;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button-2:hover {
  border-color: #3d98e5;
  background-color: #3d98e5;
  color: #f6f6f6;
}

.button-2.blue-fill {
  border-color: #3d98e5;
  background-color: #3d98e5;
  color: #fff;
}

.button-2.blue-fill:hover {
  border-color: #031660;
  background-color: #031660;
}

.form_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.update-modal_box_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.update-modal_box_header_title {
  color: #fff;
  font-size: 34px;
  line-height: 41px;
  font-weight: 600;
  letter-spacing: -1.2px;
}

.timeline-section_list_item_txt-box_date {
  font-family: Cillop, sans-serif;
  color: #393077;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0px;
}

.update-modal_close_icon {
  cursor: pointer;
}

.timeline-section_list_item_txt-box_title {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #3db9cf;
  font-size: 20px;
  line-height: 22px;
  font-weight: 700;
}

.about-timeline-section_header {
  padding-left: 50%;
}

.about-timeline-section_header_tag {
  font-family: Cillop, sans-serif;
  color: #3db9cf;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.about-timeline-section_header_title {
  margin-top: 10px;
  margin-bottom: 20px;
  color: #393077;
  font-size: 42px;
  line-height: 41px;
}

.timeline-section_list_item_image {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: 43%;
  height: 100%;
  border-radius: 8px;
  background-image: url('/wf/images/22ß-Festuris-2010-b-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.timeline-section_list_item_image.right {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.timeline-section_list_item_image.right._2 {
  background-image: url('/wf/images/5ß-Festuris-1993.jpeg');
}

.timeline-section_list_item_image.right._4 {
  background-image: url('/wf/images/11ß-Festuris-1999.JPG');
}

.timeline-section_list_item_image.right._6 {
  background-image: url('/wf/images/15ß-Festuris-2003-b.jpg');
}

.timeline-section_list_item_image.right._8 {
  background-image: url('/wf/images/22ß-Festuris-2010-b-1.jpg');
}

.timeline-section_list_item_image.right._10 {
  background-image: url('/wf/images/25ß--Festuris-2013-1.jpg');
}

.timeline-section_list_item_image.right._12 {
  background-image: url('/wf/images/28ß-Festuris-2016.JPG');
}

.timeline-section_list_item_image.right._14 {
  background-image: url('/wf/images/espaco-wedding.jpeg');
}

.timeline-section_list_item_image._1 {
  background-image: url('/wf/images/1ß-Festuris-1989-Silvia-Zorzanello.jpg');
}

.timeline-section_list_item_image._3 {
  background-image: url('/wf/images/10ß-Festuris-1998-b.jpeg');
}

.timeline-section_list_item_image._5 {
  background-image: url('/wf/images/13ß-Festuris-2001.jpeg');
}

.timeline-section_list_item_image._7 {
  background-image: url('/wf/images/20ß-Festuris-2008-1.jpg');
}

.timeline-section_list_item_image._11 {
  background-image: url('/wf/images/26ß--Festuris-2014-b-1.png');
}

.timeline-section_list_item_image._13 {
  background-image: url('/wf/images/30ß-Festuris-2018-b-1.jpg');
}

.about-intro-section_gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 85px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.about-intro-section_gallery_item {
  height: 420px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 70%;
  -ms-flex: 0 70%;
  flex: 0 70%;
  border-radius: 8px;
  background-image: url('/wf/images/placeholder1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.about-intro-section_gallery_item.row-item {
  -webkit-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}

.about-intro-section_gallery_item.row-item._2 {
  background-image: url('/wf/images/2.jpeg');
}

.about-intro-section_gallery_item.row-item._3 {
  background-image: url('/wf/images/55.jpeg');
}

.about-intro-section_gallery_item._1 {
  background-image: url('/wf/images/1.jpeg');
}

.about-intro-section_gallery_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 28%;
  -ms-flex: 0 28%;
  flex: 0 28%;
}

.button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-header {
  position: relative;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #262753;
}

.page-header.meeting {
  background-color: #e25363;
}

.page-header.connection {
  background-color: #5735a0;
}

.page-header_content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.page-header_content_h1 {
  margin-top: 5px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 48px;
  line-height: 51px;
}

.page-header_content_subtitle {
  margin-top: 35px;
  color: #3db9cf;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
}

.page-header_content_subtitle.meeting {
  color: #262753;
}

.page-header_content_graph {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: block;
}

.institutional-section_city-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.city-list-section {
  margin-top: -5px;
  padding-top: 195px;
  padding-bottom: 175px;
  background-image: url('/wf/images/bottom-curves-blue.svg');
  background-position: 0px 0px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.city-list-section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.city-list-section_content_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 31px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 46%;
  -ms-flex: 0 46%;
  flex: 0 46%;
}

.city-list-section_content_item.protocol {
  margin-bottom: 55px;
}

.city-list-section_content_item_txt {
  margin-left: 25px;
}

.city-list-section_content_item_txt.text {
  margin-left: 0px;
}

.city-list-section_content_item_txt_title {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #393077;
  font-size: 22px;
  line-height: 28px;
}

.city-list-section_content_item_txt_title.green {
  color: #3db9cf;
}

.city-list-section_content_item_txt_p {
  color: #8e8e8e;
}

.city-list-section_content_item_txt_p.white {
  color: #fff;
}

.numbers-section_city-tag {
  color: #3db9cf;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.schedule-content {
  padding-top: 110px;
  padding-bottom: 60px;
  background-color: #262753;
}

.schedule-content.meeting {
  padding-top: 200px;
  background-image: url('/wf/images/bottom-curves-red.svg');
  background-position: 0% -3px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.schedule-content.connection {
  padding-top: 200px;
  background-image: url('/wf/images/bottom-curves-purple.svg');
  background-position: 0% -3px;
  background-size: 100%;
  background-repeat: no-repeat;
}

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

.schedule-content_box_left {
  -webkit-box-flex: 0;
  -webkit-flex: 0 45%;
  -ms-flex: 0 45%;
  flex: 0 45%;
}

.schedule-content_box_left.meeting {
  -webkit-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}

.schedule-content_box_right {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.schedule-content_item {
  margin-bottom: 55px;
}

.schedule-content_item_title {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #3db9cf;
  font-size: 24px;
  line-height: 30px;
}

.schedule-content_item_subtitle {
  margin-bottom: 10px;
  opacity: 0.8;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}

.schedule-content_item_info {
  color: #bfbfbf;
}

.schedule-content_day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.schedule-content_day_select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.schedule-content_day_select_item {
  margin-bottom: 30px;
}

.schedule-content_day_select_item.down {
  margin-bottom: 0px;
}

.schedule-content_day_select_item.down.disable {
  opacity: 0.3;
}

.schedule-content_day_select_item.disable {
  opacity: 0.3;
}

.schedule-content_day_txt {
  position: relative;
  top: 10px;
  margin-left: 20px;
  color: #fff;
  font-size: 110px;
  line-height: 74px;
  font-weight: 700;
}

.schedule-content_day_info {
  margin-top: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
}

.downloads-content {
  padding-top: 200px;
  padding-bottom: 80px;
  background-color: #262753;
  background-image: url('/wf/images/bottom-curves-blue.svg');
  background-position: 0px -2px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.downloads-content_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -14px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.downloads-content_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 14px;
  margin-bottom: 15px;
  padding: 20px 20px 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 31%;
  -ms-flex: 0 31%;
  flex: 0 31%;
  border-style: solid;
  border-width: 1px;
  border-color: #3db9cf;
  border-radius: 4px;
  background-color: #3db9cf;
}

.downloads-content_list_item:hover {
  background-color: #393077;
}

.downloads-content_list_item.luxury {
  border-color: #231f20;
  background-color: #231f20;
}

.downloads-content_list_item.luxury:hover {
  opacity: 0.8;
}

.downloads-content_list_item.mice {
  border-color: #173446;
  background-color: #173446;
}

.downloads-content_list_item.mice:hover {
  opacity: 0.8;
}

.downloads-content_list_item_title {
  margin-top: 55px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
}

.catalog-content {
  padding-top: 160px;
  padding-bottom: 60px;
  background-image: url('/wf/images/bottom-curves-blue.svg');
  background-position: 0px -2px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.catalog-content_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  margin-right: -33px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog-content_list_item {
  margin-right: 33px;
  margin-bottom: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 29%;
  -ms-flex: 0 29%;
  flex: 0 29%;
  color: #262753;
  text-align: center;
}

.catalog-content_list_item:hover {
  color: #3db9cf;
}

.catalog-content_list_item_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #f0f0f0;
}

.catalog-content_list_item_tag {
  margin-top: 20px;
  font-family: Cillop, sans-serif;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.catalog-content_list_item_title {
  margin-top: 8px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 29px;
}

.catalog-content_list_item_info {
  color: #8e8e8e;
}

.exhibitors-page_header {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #393077;
}

.exhibitors-page_header_content {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exhibitors-page_header_content_form-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
}

.exhibitors-page_header_content_divisor {
  width: 3px;
  height: 135px;
  margin-right: 45px;
  margin-left: 45px;
  background-color: #262753;
}

.exhibitors-page_header_content_tags {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.exhibitors-page_header_content_tags_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.button-filter-check {
  display: none;
  margin-left: 12px;
  opacity: 0;
}

.exhibitors-page_content {
  padding-top: 190px;
  padding-bottom: 90px;
  background-image: url('/wf/images/bottom-curves-blue.svg');
  background-position: 0px -3px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.exhibitors-page_content.benefits {
  padding-top: 145px;
}

.exhibitors-page_content.news {
  padding-top: 200px;
}

.exhibitors-page_content.exhibitor {
  padding-top: 190px;
}

.exhibitors-page_content.blog {
  padding-top: 60px;
  background-image: none;
}

.exhibitors-page_content_tabs_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 35px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.exhibitors-page_content_tabs_menu_item {
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 10px 18px;
  border-style: solid;
  border-width: 1px;
  border-color: #bfbfbf;
  background-color: transparent;
  font-family: Cillop, sans-serif;
  color: #bfbfbf;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.exhibitors-page_content_tabs_menu_item.w--current {
  border-color: #3db9cf;
  background-color: #3db9cf;
  color: #fff;
}

.exhibitors-page_content_tabs_content_pane_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -32px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.exhibitors-page_content_tabs_content_pane_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 32px;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 21%;
  -ms-flex: 0 21%;
  flex: 0 21%;
}

.exhibitors-page_content_tabs_content_pane_list_item_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.exhibitors-page_content_tabs_content_pane_list_item_header_img {
  max-height: 88%;
  max-width: 170px;
}

.exhibitors-page_content_tabs_content_pane_list_item_title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  margin-top: 5px;
  margin-bottom: 21px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #262753;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

.exhibitors-page_content_tabs_content_pane_list_item_p {
  min-height: 100px;
  margin-bottom: 15px;
  color: #bfbfbf;
  line-height: 18px;
  text-align: center;
}

.benefits_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -36px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.benefits_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 36px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 29%;
  -ms-flex: 0 29%;
  flex: 0 29%;
}

.benefits_list_item_title {
  margin-top: 10px;
  margin-bottom: 2px;
  color: #262753;
  font-size: 16px;
  line-height: 23px;
}

.benefits_list_item_text {
  margin-bottom: 15px;
  color: #bfbfbf;
}

.news_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 31%;
  -ms-flex: 0 31%;
  flex: 0 31%;
  color: #393077;
}

.news_item:hover {
  color: #3db9cf;
}

.news_item.row {
  margin-right: 58px;
  margin-bottom: 75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-basis: 27%;
  -ms-flex-preferred-size: 27%;
  flex-basis: 27%;
}

.news_photo {
  height: 350px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 70%;
  -ms-flex: 0 70%;
  flex: 0 70%;
  border-radius: 6px;
  background-image: url('/wf/images/placeholder1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.news_photo.row {
  height: 180px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.news_content {
  -webkit-box-flex: 0;
  -webkit-flex: 0 27%;
  -ms-flex: 0 27%;
  flex: 0 27%;
}

.news_content_title {
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 22px;
  line-height: 28px;
}

.news_content_title.row {
  margin-top: 15px;
}

.news_content_p {
  margin-bottom: 20px;
  color: #8e8e8e;
}

.news_content_infos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news_content_infos_img {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #262753;
  background-image: url('/wf/images/festuris-symbol-invert.svg');
  background-position: 50% 50%;
  background-size: 23px;
  background-repeat: no-repeat;
}

.news_content_infos_txt {
  margin-left: 12px;
}

.news_content_infos_title {
  margin-bottom: 3px;
  color: #393077;
  line-height: 16px;
  font-weight: 500;
}

.news_content_infos_detail {
  color: #bfbfbf;
  font-size: 12px;
  line-height: 15px;
}

.news-publicity {
  width: 100%;
  height: 250px;
  margin-top: 65px;
  margin-bottom: 65px;
  border-radius: 6px;
  background-image: url('/wf/images/publicidade.svg');
  background-position: 50% 50%;
  background-size: cover;
}

.news-list {
  margin-top: 75px;
}

.news-list_title {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid hsla(0, 0%, 74.9%, 0.5);
  font-family: Cillop, sans-serif;
  color: #262753;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.news-list_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -78px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blue-header {
  background-color: #262753;
}

.news-page_h1 {
  margin-top: 75px;
  margin-bottom: 25px;
  color: #393077;
  font-size: 44px;
  line-height: 46px;
}

.news-page_photo {
  height: 350px;
  margin-top: 55px;
  border-radius: 8px;
  background-image: url('/wf/images/placeholder1.png');
  background-position: 50% 50%;
  background-size: cover;
}

.news-page_photo_alt {
  margin-top: 10px;
  margin-bottom: 45px;
  color: #bfbfbf;
  font-size: 12px;
  text-align: center;
}

.news-page_p {
  color: #606060;
  font-size: 18px;
  line-height: 26px;
}

.news-page_h2 {
  margin-top: 60px;
  color: #262753;
  font-size: 30px;
}

.blog-header_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #393077;
}

.blog-header_links_item {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.blog-header_links_item:hover {
  color: #3db9cf;
}

.blog_midle_title {
  margin-top: 30px;
  margin-bottom: 100px;
  padding-right: 250px;
  padding-left: 250px;
  color: #393077;
  font-size: 34px;
  text-align: center;
}

.press_header_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.press_header_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.press_header_list_item_title {
  margin-top: 5px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

.press_header_list_item_link {
  color: #bfbfbf;
}

.press-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 72px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-hero-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #262753;
  background-image: url('/wf/images/lp-graph.svg');
  background-position: 100% 0%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.lp-hero-section_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lp-hero-section_content_h1 {
  position: relative;
  color: #fff;
  font-size: 42px;
  line-height: 48px;
}

.lp-hero-section_content_p {
  color: #fff;
}

.lp-form-content {
  position: fixed;
  width: 100%;
  padding-top: 125px;
}

.lp-form-content_block {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1080px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lp-numbers-section {
  margin-top: -2px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #393077;
}

.lp-numbers-section_h2 {
  width: 45%;
  color: #fff;
  font-size: 42px;
  line-height: 40px;
}

.lp-numbers-section_h2.blue {
  color: #393077;
}

.lp-numbers-section_p {
  width: 45%;
  margin-bottom: 50px;
  color: #bfbfbf;
}

.lp-numbers-section_p.grey {
  color: #8e8e8e;
}

.lp-testimonial-section {
  display: none;
  padding-top: 130px;
  padding-bottom: 90px;
  background-image: url('/wf/images/bottom-curves-blue.svg');
  background-position: 0px -5px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.lp-hero-section_content_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lp-hero-section_content_box_txt {
  margin-top: 180px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 38%;
  -ms-flex: 0 38%;
  flex: 0 38%;
}

.hotel-page_tag {
  font-family: Cillop, sans-serif;
  color: #3db9cf;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.hotel-page_title {
  margin-top: 10px;
  margin-bottom: 50px;
  color: #393077;
  font-size: 38px;
  text-align: center;
}

.hotel-page_title.h3 {
  margin-top: 60px;
  margin-bottom: 0px;
  font-size: 30px;
  font-weight: 400;
  text-align: center;
}

.hotel-page_table {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.hotel-page_table_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.hotel-page_table_header_item {
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
  font-family: Cillop, sans-serif;
  color: #393077;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.hotel-page_table_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  padding-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #8e8e8e;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}

.hotel-page_table_list_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 20%;
  -ms-flex: 0 20%;
  flex: 0 20%;
  color: #262753;
  font-size: 14px;
  text-align: center;
}

.hotel-page_table_list_item.more {
  text-decoration: underline;
}

.contact-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #262753;
  background-image: url('/wf/images/lp-graph.svg');
  background-position: 100% 0%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.contact-page_content {
  padding-top: 55px;
}

.contact-page_content_left {
  padding-top: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.contact-page_content_right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 45%;
  -ms-flex: 0 45%;
  flex: 0 45%;
}

.contact-page_content_h1 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #fff;
  font-size: 42px;
}

.contact-page_content_subtitle {
  margin-bottom: 45px;
  color: #bfbfbf;
}

.contact-page_content_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.contact-page_content_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-page_content_item.row-margin {
  margin-right: 50px;
  margin-bottom: 65px;
}

.contact-page_content_item_title {
  font-family: Cillop, sans-serif;
  color: #3db9cf;
  font-size: 16px;
  font-style: italic;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.contact-page_content_item_link {
  margin-top: 1px;
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
}

.contact-page_content-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero-section_graph_meeting1 {
  position: absolute;
  left: 55px;
  top: auto;
  right: auto;
  bottom: 23px;
  z-index: 10;
}

.meeting-speakers-section {
  padding-top: 110px;
  padding-bottom: 35px;
  background-color: #262753;
}

.meeting-speakers-section_tag {
  font-family: Cillop, sans-serif;
  color: #3db9cf;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.meeting-speakers-section_h2 {
  width: 50%;
  margin-top: 8px;
  margin-bottom: 15px;
  color: #fff;
}

.meeting-speakers-section_h2.small-title {
  color: #e25363;
  font-size: 26px;
}

.meeting-speakers-section_h2.center {
  width: auto;
  margin-top: 105px;
  margin-bottom: 45px;
  font-size: 26px;
  text-align: center;
}

.meeting-speakers-section_p {
  width: 45%;
  margin-bottom: 55px;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 16px;
  line-height: 22px;
}

.meeting-speakers_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -42px;
  margin-bottom: 95px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.meeting-speakers_list_item {
  margin-right: 25px;
  margin-bottom: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 30%;
  -ms-flex: 0 30%;
  flex: 0 30%;
}

.meeting-speakers_list_item.schedule-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.meeting-speakers_list_item.connection {
  margin-right: 42px;
  -webkit-flex-basis: 29%;
  -ms-flex-preferred-size: 29%;
  flex-basis: 29%;
}

.meeting-speakers_list_item_image {
  height: 280px;
  border-radius: 4px;
  background-image: url('/wf/images/46817755922_787ace257e_o.png');
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: -5px 5px 0 0 #ed7e85;
}

.meeting-speakers_list_item_image.schedule-page {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.meeting-speakers_list_item_image.portugal {
  background-image: url('/wf/images/Portugal.jpg');
}

.meeting-speakers_list_item_image.connection {
  height: 170px;
}

.meeting-speakers_list_item_image.connection.portugal {
  background-size: cover;
}

.meeting-speakers_list_item_image.connection.uruguai {
  background-image: url('/wf/images/Uruguai.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.meeting-speakers_list_item_image.connection.usa {
  background-image: url('/wf/images/Estados-Unidos.jpg');
  background-size: cover;
}

.meeting-speakers_list_item_title {
  margin-top: 25px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 26px;
}

.meeting-speakers_list_item_title.schedule-page {
  margin-top: 10px;
}

.meeting-speakers_list_item_title.schedule-page.sub {
  margin-top: 2px;
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 500;
}

.meeting-speakers_list_item_title.connection {
  font-size: 21px;
  text-align: center;
}

.meeting-speakers_list_item_txt {
  margin-bottom: 15px;
  color: #bfbfbf;
}

.meeting-speakers_list_item_txt.date {
  margin-top: 5px;
  color: #3db9cf;
  font-size: 18px;
  text-align: center;
}

.meeting-tickets-section {
  padding-top: 195px;
  padding-bottom: 145px;
  border-bottom: 10px solid #e25363;
  background-color: #ed7e85;
  background-image: url('/wf/images/tickets-graph.svg'), url('/wf/images/bottom-curves-blue-dark.svg');
  background-position: 0% 150px, 0px -3px;
  background-size: 480px, 100%;
  background-repeat: no-repeat, no-repeat;
}

.meeting-tickets-section.connection {
  background-color: #5735a0;
}

.meeting-tickets-section.no-ticket {
  background-image: url('/wf/images/bottom-curves-blue-dark.svg');
  background-position: 0px -3px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.meeting-tickets-section_tag {
  margin-top: 45px;
  font-family: Cillop, sans-serif;
  color: #262753;
  font-size: 16px;
  font-style: italic;
  text-align: right;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.meeting-tickets-section_h2 {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 50%;
  color: #fff;
  font-size: 34px;
  text-align: right;
}

.meeting-tickets-section_p {
  padding-left: 50%;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 16px;
  line-height: 22px;
  text-align: right;
}

.services-section_list_item_header_title {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Cillop, sans-serif;
  color: #fff;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.services-section_list_item_header_title.highlight {
  color: #fff;
}

.services-section_list_item_content_bottom-text {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Cillop, sans-serif;
  color: #262753;
  font-size: 12px;
  line-height: 17px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.services-section_list_item_content_bottom-text.highlight {
  color: #e25363;
}

.services-section_list_item_content_bottom-text.obs-price {
  margin-top: -5px;
  margin-bottom: 11px;
}

.services-section_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 195px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-section_list_item {
  margin-right: 20px;
  margin-left: 20px;
  padding: 40px 30px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 31.5%;
  -ms-flex: 0 31.5%;
  flex: 0 31.5%;
  border-radius: 4px;
  background-color: #e25363;
  box-shadow: -8px 8px 0 0 #393077;
  text-decoration: none;
}

.services-section_list_item:hover {
  box-shadow: -8px 8px 0 0 #3db9cf;
}

.services-section_list_item.highlight {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #393077;
  box-shadow: -8px 8px 0 0 #e25363;
}

.services-section_list_item.disable {
  opacity: 0.2;
  cursor: not-allowed;
}

.services-section_list_item.disable:hover {
  box-shadow: -8px 8px 0 0 #393077;
}

.services-section_list_item_content_title_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.services-section_list_item_content_title_list-item_text {
  position: relative;
  top: 2px;
  margin-left: 10px;
  color: hsla(0, 0%, 100%, 0.8);
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}

.services-section_list_item_content_title_list-item_text.highlight {
  color: #e25363;
}

.services-section_list_item_header_subtitle {
  color: #393077;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.services-section_list_item_header_subtitle.highlight {
  color: #e25363;
}

.services-section_list_item_header {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c73545;
}

.services-section_list_item_header.highlight {
  border-bottom-color: rgba(229, 235, 208, 0.1);
}

.button-3 {
  padding: 18px 25px;
  border-style: solid;
  border-width: 1px;
  border-color: #e5ebd0;
  background-color: #e5ebd0;
  -webkit-transition: all 253ms ease;
  transition: all 253ms ease;
  color: #173f35;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button-3:hover {
  background-color: #173f35;
  color: #e5ebd0;
}

.button-3.green-fill {
  border-color: #173f35;
  background-color: #173f35;
  color: #e5ebd0;
}

.button-3.green-fill:hover {
  background-color: transparent;
  color: #173f35;
}

.services-section_list_item_content_title_list {
  min-height: 175px;
}

.services-section_list_item_content_title_list.highlight {
  margin-bottom: 30px;
}

.services-section_list_item_content_title_list.connection {
  min-height: 160px;
}

.services-section_list_item_content_title {
  margin-bottom: 12px;
  color: rgba(23, 63, 53, 0.6);
  font-size: 13px;
}

.services-section_list_item_content_title.highlight {
  color: rgba(229, 235, 208, 0.6);
}

.meeting-schedule-item_txt-box {
  margin-left: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 40%;
  -ms-flex: 0 40%;
  flex: 0 40%;
}

.meeting-schedule-item_txt-box_time {
  color: #e25363;
  font-size: 20px;
  font-weight: 700;
}

.hero-section_content_p {
  display: none;
}

.feedback-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #262753;
}

.feedback-page_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 105px;
  margin-bottom: 105px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feedback-page_content_h1 {
  margin-top: 25px;
  color: #fff;
  font-size: 46px;
}

.feedback-page_content_txt {
  color: #3db9cf;
  font-size: 16px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.footer_copyright_socials {
  margin-bottom: 28px;
}

.footer_copyright_socials_item {
  margin-right: 4px;
  margin-left: 4px;
}

.news-page_margin {
  margin-bottom: 100px;
}

.hotel-page_table_list_modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 300;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.88);
}

.hotel-page_table_list_modal.show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hotel-page_table_list_modal_slider {
  height: auto;
  font-size: 8px;
}

.hotel-page_table_list_modal_slider_mask {
  width: 600px;
  height: 400px;
}

.hotel-page_table_list_modal_slider_mask_slide {
  background-color: #525252;
}

.hotel-page_table_list_modal_close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin: 30px;
}

.hero-section_graph_meeting2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 107px;
  bottom: 20px;
  z-index: 10;
}

.navbar-blog-blank {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-section_graph_meeting3 {
  position: absolute;
  left: 264px;
  top: auto;
  right: auto;
  bottom: 65px;
  z-index: 10;
}

.hero-section_graph_meeting4 {
  position: absolute;
  left: 543px;
  top: auto;
  right: auto;
  bottom: 72px;
  z-index: 10;
}

.hero-section_graph_meeting4_bus-wheel {
  position: absolute;
  left: 20px;
  top: auto;
  right: auto;
  bottom: -15px;
}

.hero-section_graph_meeting4_bus-wheel2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 20px;
  bottom: -15px;
}

.hero-section_graph_connection1 {
  position: absolute;
  left: -50px;
  top: auto;
  right: auto;
  bottom: -6px;
  z-index: 10;
}

.hero-section_graph_connection-cloud {
  position: absolute;
  left: auto;
  top: auto;
  right: 35px;
  bottom: 257px;
  z-index: 10;
}

.hero-section_graph_connection-cloud.meeting {
  left: auto;
  top: auto;
  right: 3px;
  bottom: 23px;
}

.meeting-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 55px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.meeting-list.connection {
  margin-top: 15px;
  margin-bottom: 15px;
  font-style: italic;
}

.meeting-list_item {
  margin-bottom: 35px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
  color: #fff;
  font-size: 19px;
  line-height: 23px;
  text-align: left;
}

.meeting-list_item.connection {
  padding-left: 0px;
  font-size: 19px;
}

.hotel-title {
  margin-top: 0px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 40px;
}

.hotel-info-image {
  margin-top: 20px;
}

.meeting-speakers_list_item_title-2 {
  margin-top: 25px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 26px;
}

.meeting-speakers_list_item_txt-2 {
  margin-bottom: 15px;
  color: #bfbfbf;
}

.meeting-tickets-section_h2-2 {
  margin-top: 10px;
  margin-bottom: 15px;
  padding-left: 50%;
  color: #fff;
  font-size: 34px;
  text-align: right;
}

.services-section_list_item_header_title-2 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: Cillop, sans-serif;
  color: #fff;
  font-size: 32px;
  font-style: italic;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.button-4 {
  position: relative;
  padding: 15px 55px 14px;
  border-style: solid;
  border-width: 1px 1px 3px;
  border-color: #3db9cf;
  font-family: Cillop, sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.button-4:hover {
  background-color: #3db9cf;
}

.button-4.dark-fill {
  padding-right: 35px;
  padding-left: 35px;
  border-width: 1px 1px 3px;
  border-color: #262753;
  background-color: #393077;
  -webkit-transition: all 240ms ease;
  transition: all 240ms ease;
}

.button-4.dark-fill:hover {
  background-color: #3db9cf;
}

.button-4.dark-fill.disable:hover {
  background-color: #393077;
}

.services-section_list_item-2 {
  margin-right: 20px;
  margin-left: 20px;
  padding: 40px 30px 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 31.5%;
  -ms-flex: 0 31.5%;
  flex: 0 31.5%;
  border-radius: 4px;
  background-color: #e25363;
  box-shadow: -8px 8px 0 0 #393077;
  text-decoration: none;
}

.meeting-tickets-section_tag-2 {
  margin-top: 45px;
  font-family: Cillop, sans-serif;
  color: #262753;
  font-size: 16px;
  font-style: italic;
  text-align: right;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.services-section_list_item_header_subtitle-2 {
  color: #393077;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
}

.meeting-tickets-section-2 {
  padding-top: 195px;
  padding-bottom: 145px;
  border-bottom: 10px solid #e25363;
  background-color: #ed7e85;
  background-image: url('/wf/images/tickets-graph.svg'), none;
  background-position: 0% 150px, 0px -3px;
  background-size: 480px, 100%;
  background-repeat: no-repeat, no-repeat;
}

.meeting-tickets-section-2.connection {
  background-color: #5735a0;
}

.services-section_list_item_content_bottom-text-2 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-family: Cillop, sans-serif;
  color: #262753;
  font-size: 12px;
  line-height: 17px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0px;
  text-transform: uppercase;
}

.small-text {
  font-size: 14px;
}

.schedule-content_box_left_title {
  margin-top: 95px;
  margin-bottom: 50px;
  color: #e25363;
  font-size: 34px;
}

.schedule-content_box_left_title.first {
  margin-top: 0px;
}

.time {
  display: inline-block;
  margin-top: 5px;
  font-size: 16px;
  font-weight: 500;
}

.detail {
  font-size: 14px;
  font-weight: 300;
}

.schedule-content_item_title_h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.schedule-page-obs {
  margin-top: 90px;
  color: #fff;
  font-size: 14px;
  font-style: italic;
}

.testimonial-section_h2-2 {
  margin-top: 0px;
  margin-bottom: 15px;
  color: #393077;
  font-size: 38px;
}

.testimonial-section_list_item_infos_txt-box_tag-2 {
  color: #393077;
  font-size: 11px;
  line-height: 14px;
}

.testimonial-section_list_item_infos_photo-2 {
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #262753;
  border-radius: 100%;
  background-image: url('/wf/images/placeholder2.png');
  background-position: 50% 50%;
  background-size: cover;
}

.testimonial-section_list_item_infos_photo-2.marta {
  background-image: url('/wf/images/Marta-Rossi.jpeg');
}

.testimonial-section_list_item_infos_photo-2.eduardo {
  background-image: url('/wf/images/Eduardo-Zorzanello.jpg');
}

.blue-bold-2 {
  color: #393077;
}

.testimonial-section_list_item_infos_txt-box_title-2 {
  margin-top: 0px;
  margin-bottom: 3px;
  color: #393077;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
}

.ticket-modal {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1100;
  display: none;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-top: 70px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(38, 39, 83, 0.95);
}

.ticket-modal_title {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #3db9cf;
}

.ticket-modal_close {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin: 30px;
}

.hero-section_graph_connection2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 68px;
  bottom: 63px;
  z-index: 10;
}

.hero-section_graph_connection3 {
  position: absolute;
  left: auto;
  top: auto;
  right: 237px;
  bottom: 0%;
  z-index: 10;
}

.small-lot {
  font-size: 16px;
}

.connection-topics_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.connection-topics_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 50%;
  -ms-flex: 0 50%;
  flex: 0 50%;
}

.connection-topics_list_item_icon_p {
  margin-bottom: 0px;
  margin-left: 25px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 70%;
  -ms-flex: 0 70%;
  flex: 0 70%;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.hotel-tabs_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hotel-tabs_menu_item {
  padding-top: 0px;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 2px solid #393077;
  background-color: transparent;
  opacity: 0.3;
}

.hotel-tabs_menu_item.w--current {
  background-color: transparent;
  opacity: 1;
}

.pagination-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination-list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 28px;
  height: 28px;
  margin-right: 2px;
  margin-left: 2px;
  padding-top: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background-color: #393077;
  color: #fff;
}

.pagination-list_item.active {
  background-color: #3db9cf;
}

.intro-section_content_left_subtitle {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
}

.institutional-section_content_box {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
}

.institutional-section_content_box.city {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.institutional-section_content_box_p {
  margin-top: 25px;
  margin-left: 45px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
}

.press_header_list_item_subtitle {
  margin-bottom: 6px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}

.city-list-section_link {
  display: block;
  margin-top: 35px;
  color: #3db9cf;
  font-size: 18px;
  text-align: center;
  text-decoration: underline;
}

.exhibitors-page_content_main-tabs_menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.exhibitors-page_content_main-tabs_menu_item {
  border-bottom: 2px solid #3db9cf;
  background-color: transparent;
  opacity: 0.5;
  color: #3db9cf;
  font-size: 18px;
}

.exhibitors-page_content_main-tabs_menu_item.w--current {
  border-bottom-color: #393077;
  background-color: transparent;
  opacity: 1;
  color: #393077;
}

.catalog-content-obs {
  color: #393077;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

.about-topics {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.about-topics_item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 45%;
  -ms-flex: 0 45%;
  flex: 0 45%;
}

.italic-green {
  color: #3db9cf;
  font-size: 18px;
  font-style: italic;
  text-transform: uppercase;
}

.green-section {
  margin-top: 85px;
  margin-bottom: 160px;
  padding-top: 100px;
  padding-bottom: 45px;
  background-color: #3db9cf;
}

.green-section_h2 {
  margin-top: 40px;
  margin-bottom: 75px;
  color: #fff;
  font-size: 34px;
  font-style: italic;
  text-align: center;
  text-transform: uppercase;
}

.green-section_img-box {
  text-align: center;
}

.hero-link {
  margin-top: 45px;
  color: #3db9cf;
  font-size: 16px;
  font-style: italic;
  text-decoration: underline;
}

.hero-link:hover {
  color: #fff;
}

.spaces-section_content_tabs_content_item_main-image_obs {
  margin-bottom: 20px;
  color: hsla(0, 0%, 100%, 0.6);
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

.spaces-section_content_tabs_content_item_h4-2 {
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Cillop, sans-serif;
  color: #fff;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
}

html.w-mod-js *[data-ix="movebottom-1"] {
  opacity: 0;
  -webkit-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}

html.w-mod-js *[data-ix="movebottom-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}

@media screen and (min-width: 1440px) {
  .container {
    width: 1080px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-section_content {
    padding-top: 0px;
    padding-bottom: 120px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-section_content_header_logo {
    width: 220px;
  }
  .hero-section_content_h1 {
    margin-top: 70px;
    margin-bottom: 30px;
    font-size: 40px;
  }
  .hero-section_content_infos {
    margin-top: 65px;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    overflow: hidden;
    height: auto;
  }
  .navbar_menu {
    z-index: 500;
    overflow: scroll;
    height: 100%;
  }
  .navbar_menu_header {
    padding-right: 40px;
    padding-left: 40px;
  }
  .navbar_menu_header_content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .navbar_menu_header_content_menu {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .navbar_menu_header_content_menu_item {
    margin-bottom: 35px;
    margin-left: 0px;
  }
  .navbar_menu_header_content_footer {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .navbar_menu_header_content_footer_links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .navbar_menu_header_content_footer_links_item {
    margin-bottom: 15px;
    margin-left: 0px;
  }
  .navbar_menu_header_content_footer_socials {
    margin-bottom: 25px;
    margin-left: 0px;
  }
  .navbar_menu_header_content_footer_contact {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .navbar_menu_header_content_footer_contact_list {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .navbar_menu_header_content_footer_contact_logo {
    margin-top: 20px;
    margin-left: 0px;
  }
  .hero-section_content {
    padding-top: 55px;
    padding-bottom: 250px;
  }
  .hero-section_content_header {
    display: none;
  }
  .hero-section_content_header.meeting {
    display: block;
    margin-bottom: 40px;
  }
  .hero-section_content_h1 {
    display: none;
    margin-bottom: 10px;
  }
  .hero-section_content_h1.mobile {
    display: block;
  }
  .navbar_menu_header_content_menu_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .hero-section_graph_tree {
    display: none;
  }
  .hero-section_graph_meditation {
    display: none;
  }
  .hero-section_graph_globe {
    right: 15px;
  }
  .hero-section_graph_tree_bird1 {
    display: none;
  }
  .hero-section_graph_tree_bird2 {
    display: none;
  }
  .hero-section_graph_tree_planne {
    display: none;
  }
  .intro-section {
    padding-top: 45px;
    padding-bottom: 55px;
  }
  .container {
    width: 88%;
  }
  .container.small {
    width: 88%;
  }
  .intro-section_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .intro-section_content_left {
    margin-bottom: 50px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .intro-section_content_left.about-news {
    margin-bottom: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .intro-section_content_left_title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .intro-section_content_right.about-news {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .intro-section_content_right.about-news.credencial {
    margin-top: 24px;
  }
  .intro-section_content_divisor {
    display: none;
  }
  .institutional-section {
    padding-top: 140px;
    padding-bottom: 50px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .institutional-section.city {
    padding-bottom: 30px;
  }
  .institutional-section_main-photo {
    margin-bottom: 40px;
  }
  .institutional-section_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .institutional-section_content_txt {
    margin-bottom: 25px;
  }
  .institutional-section_content_title {
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 30px;
    line-height: 37px;
  }
  .spaces-section {
    padding-top: 70px;
    padding-bottom: 0px;
  }
  .spaces-section_title {
    margin-bottom: 10px;
    font-size: 36px;
  }
  .spaces-section_p {
    width: auto;
  }
  .spaces-section_content {
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 50px;
  }
  .spaces-section_content_tabs_content_item {
    padding-bottom: 65px;
  }
  .spaces-section_graph {
    display: none;
  }
  .numbers-section {
    margin-top: 35px;
    padding-bottom: 0px;
  }
  .numbers-section.city {
    padding-top: 95px;
    padding-bottom: 5px;
  }
  .numbers-section_content {
    margin-bottom: 35px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .numbers-section_content_h2 {
    text-align: left;
  }
  .numbers-section_content_h2._2019 {
    margin-top: 40px;
  }
  .numbers-section_content_p {
    width: auto;
    text-align: left;
  }
  .numbers-section_content_list {
    width: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .numbers-section_content_list_item {
    width: auto;
  }
  .numbers-section_graph {
    display: none;
  }
  .testimonial-section {
    margin-bottom: 30px;
  }
  .testimonial-section_h2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .testimonial-section_list {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial-section_list_item {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .testimonial-section_header {
    padding-right: 0px;
    padding-left: 0px;
  }
  .footer_newsletter_paragraph {
    font-size: 16px;
  }
  .footer_newsletter_h2 {
    width: auto;
    margin-bottom: 5px;
    font-size: 30px;
  }
  .footer_newsletter_form-block_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .input {
    margin-right: 0px;
    margin-bottom: 28px;
  }
  .input.search {
    margin-bottom: 15px;
  }
  .partners-section_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer_content_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer_content_header_logo {
    margin-bottom: 15px;
  }
  .footer_content_header_divisor {
    display: none;
  }
  .footer_content_header_content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }
  .contact-modal_box.lp {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .about-hero-section {
    height: auto;
  }
  .about-hero-section_bg-video {
    overflow: visible;
    height: auto;
  }
  .about-hero-section_bg-video_content_h1 {
    margin-top: 145px;
  }
  .about-intro-section_content_block {
    margin-left: 0px;
  }
  .about-news-section {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .about-news-section.blue {
    padding-bottom: 15px;
  }
  .about-timeline-section {
    padding-top: 60px;
  }
  .timeline-section_list_item {
    margin-bottom: 55px;
    padding-right: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .timeline-section_list_item.right {
    padding-left: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .timeline-section_list_item_txt-box_icon {
    display: none;
  }
  .update-modal {
    overflow: auto;
  }
  .timeline-section_list_line-box_line {
    display: none;
  }
  .update-modal_box_content {
    padding-right: 25px;
    padding-left: 25px;
  }
  .timeline-section_list_item_txt-box {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: left;
  }
  .timeline-section_list_item_txt-box.right {
    padding-right: 0px;
  }
  .timeline-section_list {
    margin-top: 45px;
  }
  .input-2 {
    font-size: 16px;
  }
  .update-modal_box {
    width: 85%;
  }
  .form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .update-modal_box_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-timeline-section_header {
    padding-left: 0%;
  }
  .about-timeline-section_header_title {
    margin-bottom: 5px;
    font-size: 30px;
    line-height: 35px;
  }
  .timeline-section_list_item_image {
    position: relative;
    width: 100%;
    height: 200px;
    margin-top: 15px;
  }
  .about-intro-section_gallery {
    margin-top: 45px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-intro-section_gallery_item {
    height: 250px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .about-intro-section_gallery_item.row-item {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .about-intro-section_gallery_row {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .page-header_content_graph {
    width: 185px;
  }
  .page-header_content_graph.large {
    display: none;
  }
  .institutional-section_city-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .city-list-section {
    padding-top: 100px;
    padding-bottom: 105px;
  }
  .city-list-section_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .city-list-section_content_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .schedule-content.meeting {
    padding-top: 110px;
  }
  .schedule-content.connection {
    padding-top: 110px;
  }
  .downloads-content {
    padding-top: 90px;
  }
  .downloads-content_list {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .downloads-content_list_item {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .catalog-content {
    padding-top: 75px;
  }
  .catalog-content_list {
    margin-top: 30px;
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-content_list_item {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .exhibitors-page_header_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .exhibitors-page_header_content_form-block {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .exhibitors-page_header_content_divisor {
    display: none;
  }
  .exhibitors-page_content {
    padding-top: 65px;
  }
  .exhibitors-page_content.benefits {
    padding-top: 65px;
  }
  .exhibitors-page_content.news {
    padding-top: 115px;
    padding-bottom: 10px;
  }
  .exhibitors-page_content.exhibitor {
    padding-top: 80px;
    padding-bottom: 45px;
  }
  .exhibitors-page_content_tabs_content_pane_list {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .exhibitors-page_content_tabs_content_pane_list_item {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .benefits_list {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .benefits_list_item {
    margin-right: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .news_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .news_item.row {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .news_photo {
    height: 200px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .news-list_row {
    margin-right: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog_midle_title {
    padding-right: 0px;
    padding-left: 0px;
  }
  .lp-hero-section {
    height: auto;
  }
  .lp-numbers-section {
    padding-top: 45px;
    padding-bottom: 25px;
  }
  .lp-numbers-section_h2 {
    width: auto;
  }
  .lp-numbers-section_h2.blue {
    font-size: 32px;
    line-height: 36px;
  }
  .lp-numbers-section_p {
    width: auto;
  }
  .lp-testimonial-section {
    padding-top: 75px;
    padding-bottom: 40px;
  }
  .lp-hero-section_content_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .lp-hero-section_content_box_txt {
    margin-top: 15px;
    margin-bottom: 45px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .contact-page_content_left {
    padding-top: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .contact-page_content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .meeting-speakers-section_h2 {
    width: auto;
    font-size: 22px;
  }
  .meeting-speakers-section_p {
    width: auto;
  }
  .meeting-speakers_list {
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .meeting-speakers_list_item {
    margin-right: 0px;
    margin-bottom: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .meeting-speakers_list_item.schedule-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .meeting-speakers_list_item_image.schedule-page {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .meeting-tickets-section {
    padding-top: 90px;
    background-image: url('/wf/images/bottom-curves-blue-dark.svg');
    background-position: 0px -3px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .meeting-tickets-section_tag {
    text-align: left;
  }
  .meeting-tickets-section_h2 {
    padding-left: 0%;
    font-size: 22px;
    text-align: left;
  }
  .meeting-tickets-section_p {
    padding-left: 0%;
    text-align: left;
  }
  .services-section_list {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .services-section_list_item {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .meeting-schedule-item_txt-box {
    margin-top: 28px;
    margin-left: 0px;
  }
  .hero-section_content_p {
    display: block;
    margin-bottom: 40px;
    color: #fff;
  }
  .feedback-page_content_txt {
    text-align: center;
  }
  .hotel-page_table_list_modal.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .hotel-page_table_list_modal_slider_mask {
    width: 400px;
  }
  .hero-section_graph_meeting2 {
    display: none;
  }
  .hero-section_graph_connection-cloud {
    display: none;
  }
  .meeting-tickets-section_h2-2 {
    padding-left: 0%;
    font-size: 22px;
    text-align: left;
  }
  .services-section_list_item-2 {
    margin-bottom: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .meeting-tickets-section_tag-2 {
    text-align: left;
  }
  .meeting-tickets-section-2 {
    padding-top: 90px;
    background-image: none;
    background-position: 0px -3px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .testimonial-section_h2-2 {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .about-topics {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-right: 25px;
    padding-left: 25px;
  }
  .button.nav-contact {
    display: none;
  }
  .navbar_whatsapp {
    display: none;
  }
  .footer_newsletter_form-block_form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .input {
    margin-right: 0px;
    margin-bottom: 28px;
  }
  .page-header_content_graph {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding: 20px 20px 20px 10px;
  }
  .navbar_brand {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .navbar_brand_logo {
    width: 45px;
  }
  .navbar_brand_logo.blog-slogan {
    margin-top: 10px;
    margin-left: 0px;
  }
  .navbar_menu-box {
    margin-left: 20px;
  }
  .navbar_menu_header_brand {
    width: 125px;
  }
  .navbar_menu_header_content_menu_item {
    margin-bottom: 30px;
  }
  .navbar_menu_header_content_menu_item_title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .navbar_menu_header_content_footer {
    margin-top: 15px;
  }
  .navbar_menu_header_content_footer_links {
    margin-bottom: 10px;
  }
  .navbar_menu_header_content_footer_links_item {
    margin-bottom: 10px;
  }
  .navbar_menu_header_content_footer_socials_item {
    margin-right: 12px;
    margin-left: 0px;
  }
  .button {
    padding-right: 20px;
    padding-left: 20px;
  }
  .button.menu-list-button {
    margin-top: 10px;
  }
  .button.nav-contact {
    display: none;
  }
  .button.nav-contact.blog {
    display: block;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .button.large.margin-left {
    margin-top: 10px;
    margin-left: 0px;
  }
  .button.company {
    width: 100%;
  }
  .button.blue-outline {
    margin-top: 10px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .navbar_whatsapp {
    display: none;
  }
  .navbar_languages {
    display: block;
  }
  .hero-section_content {
    padding-top: 30px;
    padding-bottom: 170px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .hero-section_content_header.meeting {
    text-align: center;
  }
  .hero-section_content_header_logo {
    width: 150px;
  }
  .hero-section_content_h1.mobile {
    padding-right: 25px;
    padding-left: 25px;
    font-size: 26px;
    line-height: 29px;
    text-align: center;
  }
  .hero-section_content_btns-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero-section_content_infos {
    position: relative;
    z-index: 15;
    margin-top: 25px;
    font-size: 14px;
    line-height: 22px;
  }
  .hero-section_graph_tree {
    left: -74px;
    bottom: 26px;
    display: block;
  }
  .hero-section_graph_tree.meeting {
    left: -90px;
    top: auto;
    right: auto;
    bottom: 49px;
    display: none;
  }
  .hero-section_graph_globe {
    left: -14px;
    width: 590px;
    max-width: none;
  }
  .intro-section {
    padding-top: 15px;
  }
  .intro-section_content_left_title {
    font-size: 22px;
    line-height: 28px;
  }
  .intro-section_content_right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .intro-section_content_right.about-news.credencial {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .intro-section_content_right.about-news.hotel {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .intro-section_content_right.meeting {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .intro-section_content_right_logo {
    margin-bottom: 25px;
  }
  .intro-section_content_right_txt {
    margin-left: 0px;
  }
  .intro-section_content_right_txt_title {
    font-size: 18px;
  }
  .institutional-section {
    padding-top: 95px;
    padding-bottom: 25px;
  }
  .institutional-section_main-photo {
    height: 180px;
    margin-bottom: 30px;
  }
  .institutional-section_content_txt {
    margin-bottom: 15px;
  }
  .institutional-section_content_title {
    font-size: 22px;
    line-height: 28px;
  }
  .institutional-section_content_title.about-intro-section_content_block_title {
    font-size: 18px;
    line-height: 25px;
  }
  .spaces-section {
    padding-top: 50px;
  }
  .spaces-section_title {
    font-size: 22px;
    line-height: 28px;
  }
  .spaces-section_p {
    font-size: 16px;
    line-height: 22px;
  }
  .spaces-section_content_tabs_content_item {
    padding-right: 30px;
    padding-left: 30px;
  }
  .spaces-section_content_tabs_content_item_header_icon {
    display: none;
  }
  .numbers-section {
    margin-top: 0px;
    padding-bottom: 55px;
  }
  .numbers-section.city {
    padding-top: 60px;
  }
  .numbers-section_content {
    margin-bottom: 15px;
  }
  .numbers-section_content._2019 {
    margin-bottom: 0px;
  }
  .numbers-section_content_h2 {
    margin-top: 35px;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 26px;
  }
  .numbers-section_content_p {
    margin-bottom: 30px;
  }
  .numbers-section_content_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .numbers-section_content_list_item {
    width: auto;
  }
  .btn-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .testimonial-section_h2 {
    font-size: 22px;
    line-height: 25px;
  }
  .testimonial-section_header {
    margin-bottom: 25px;
  }
  .footer_newsletter_paragraph {
    font-size: 16px;
    line-height: 23px;
  }
  .footer_newsletter_h2 {
    font-size: 26px;
    line-height: 31px;
  }
  .footer_newsletter_form-block_form {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .footer_newsletter {
    padding-top: 45px;
    padding-bottom: 45px;
    background-position: -128px 0%;
  }
  .input.select {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0e0f3a), to(#0e0f3a));
    background-image: linear-gradient(180deg, #0e0f3a, #0e0f3a);
  }
  .footer_content {
    padding-top: 45px;
  }
  .partners-section_row {
    margin-bottom: 35px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .partners-section_row_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 15px;
    margin-left: 0px;
    padding: 23px 0px 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .partners-section_row_item_images-box {
    margin-top: 15px;
    padding-top: 15px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom-style: none;
  }
  .partners-section_row_item_image {
    margin-bottom: 25px;
  }
  .partners-section_row_item_line {
    margin-top: 8px;
  }
  .footer_content_header {
    margin-bottom: 50px;
  }
  .footer_content_header_content_title {
    font-size: 20px;
    line-height: 26px;
  }
  .footer_content_copy_txt {
    line-height: 18px;
  }
  .contact-modal_box {
    width: 90%;
    padding: 25px;
  }
  .contact-modal_box.lp {
    width: auto;
  }
  .contact-modal_box_title {
    margin-bottom: 8px;
    font-size: 20px;
    line-height: 22px;
  }
  .contact-modal_box_subtitle {
    font-size: 12px;
    line-height: 14px;
  }
  .contact-modal_box_form-block_form_item {
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .contact-modal_box_form-block_form_item_label {
    font-size: 14px;
  }
  .contact-modal_box_form-block_form_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .about-hero-section_bg-video_content_h1 {
    margin-top: 90px;
    font-size: 34px;
    line-height: 37px;
  }
  .about-hero-section_bg-video_content_subtitle {
    width: auto;
  }
  .about-intro-section {
    padding-top: 70px;
  }
  .about-intro-section_content_block_h3 {
    margin-top: 35px;
  }
  .about-intro-section_content_img-box {
    margin-top: 40px;
  }
  .about-news-section.blue {
    padding-top: 30px;
  }
  .about-news-section_p {
    font-size: 14px;
    line-height: 20px;
  }
  .about-timeline-section {
    padding-top: 30px;
  }
  .timeline-section_list_item {
    margin-bottom: 55px;
  }
  .input-2 {
    height: auto;
    padding-top: 22px;
    padding-bottom: 15px;
    padding-left: 18px;
  }
  .input-2::-webkit-input-placeholder {
    font-size: 14px;
  }
  .input-2:-ms-input-placeholder {
    font-size: 14px;
  }
  .input-2::-ms-input-placeholder {
    font-size: 14px;
  }
  .input-2::placeholder {
    font-size: 14px;
  }
  .about-timeline-section_header_title {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 23px;
  }
  .page-header_content_h1 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 32px;
  }
  .page-header_content_subtitle {
    margin-top: 20px;
    font-size: 12px;
  }
  .page-header_content_graph {
    display: none;
  }
  .city-list-section {
    padding-top: 55px;
  }
  .schedule-content {
    padding-top: 20px;
    padding-bottom: 0px;
  }
  .schedule-content.meeting {
    padding-top: 40px;
  }
  .schedule-content.connection {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .schedule-content_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .schedule-content_box_right {
    position: relative;
    top: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .schedule-content_item {
    margin-bottom: 45px;
  }
  .schedule-content_item_title {
    font-size: 22px;
    line-height: 28px;
  }
  .schedule-content_item_subtitle {
    font-size: 14px;
    line-height: 23px;
  }
  .schedule-content_item_info {
    font-size: 12px;
    line-height: 18px;
  }
  .schedule-content_day_txt {
    font-size: 76px;
  }
  .schedule-content_day_info {
    margin-top: 15px;
  }
  .downloads-content {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .catalog-content {
    overflow: scroll;
    padding-top: 10px;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
  }
  .exhibitors-page_header {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .exhibitors-page_header_content_tags {
    display: none;
  }
  .exhibitors-page_content.benefits {
    padding-bottom: 15px;
  }
  .exhibitors-page_content.news {
    padding-top: 55px;
  }
  .exhibitors-page_content.exhibitor {
    padding-top: 50px;
  }
  .exhibitors-page_content_tabs_menu {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
  }
  .exhibitors-page_content_tabs_menu_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 46%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .exhibitors-page_content_tabs_content_pane_list_item_header {
    height: auto;
  }
  .exhibitors-page_content_tabs_content_pane_list_item_header_img {
    max-height: 120px;
  }
  .exhibitors-page_content_tabs_content_pane_list_item_title {
    margin-top: 10px;
  }
  .exhibitors-page_content_tabs_content_pane_list_item_p {
    min-height: auto;
  }
  .benefits_list_item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .benefits_list_item_title {
    text-align: center;
  }
  .news-page_h1 {
    margin-top: 35px;
    margin-bottom: 15px;
    font-size: 22px;
    line-height: 29px;
  }
  .news-page_photo {
    height: 200px;
    margin-top: 35px;
  }
  .news-page_p {
    font-size: 16px;
  }
  .news-page_h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .blog-header_links {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .blog-header_links_item {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.08);
    text-align: center;
  }
  .blog_midle_title {
    margin-top: 0px;
    margin-bottom: 45px;
    font-size: 26px;
    line-height: 30px;
  }
  .press_header_list {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .press_header_list_item {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  .press-buttons {
    margin-bottom: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .lp-hero-section_content_h1 {
    margin-bottom: 5px;
    font-size: 28px;
    line-height: 36px;
  }
  .lp-numbers-section {
    padding-bottom: 45px;
  }
  .lp-numbers-section_h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .lp-numbers-section_h2.blue {
    font-size: 28px;
    line-height: 31px;
  }
  .lp-testimonial-section {
    padding-top: 30px;
  }
  .lp-hero-section_content_box_txt {
    margin-bottom: 15px;
  }
  .hotel-page_tag {
    margin-top: 25px;
  }
  .hotel-page_title {
    margin-top: 6px;
    margin-bottom: 35px;
    font-size: 24px;
    line-height: 22px;
  }
  .hotel-page_table {
    width: 940px;
  }
  .hotel-page_table_header_item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
  }
  .hotel-page_table_list {
    padding-bottom: 0px;
    border-bottom-style: none;
  }
  .hotel-page_table_list_item {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 150px;
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
  }
  .contact-page {
    padding-bottom: 45px;
  }
  .contact-page_content {
    padding-top: 15px;
  }
  .contact-page_content_h1 {
    font-size: 24px;
    line-height: 23px;
  }
  .contact-page_content_subtitle {
    margin-bottom: 30px;
  }
  .contact-page_content_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-page_content_item {
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-page_content_item.row-margin {
    margin-right: 0px;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .contact-page_content_item_title {
    font-size: 12px;
  }
  .contact-page_content_item_link {
    font-size: 15px;
    line-height: 24px;
    text-align: center;
  }
  .hero-section_graph_meeting1 {
    left: 1px;
    max-width: none;
  }
  .meeting-speakers-section {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .meeting-speakers-section_h2 {
    margin-bottom: 10px;
    line-height: 27px;
  }
  .meeting-speakers-section_h2.center {
    margin-top: 50px;
  }
  .meeting-speakers_list_item.connection {
    margin-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .meeting-tickets-section {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .meeting-tickets-section.connection {
    padding-bottom: 95px;
  }
  .meeting-tickets-section_h2 {
    line-height: 27px;
  }
  .services-section_list_item {
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding: 20px;
  }
  .services-section_list_item_content_title_list_item {
    margin-bottom: 15px;
  }
  .services-section_list_item_content_title_list-item_text {
    line-height: 18px;
  }
  .hero-section_content_p {
    margin-bottom: 25px;
    padding-right: 25px;
    padding-left: 25px;
    text-align: center;
  }
  .feedback-page_content_h1 {
    font-size: 38px;
    line-height: 39px;
    text-align: center;
  }
  .feedback-page_content_txt {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 16px;
    line-height: 19px;
  }
  .footer_copyright_socials {
    margin-bottom: 18px;
  }
  .hotel-page_table_list_modal_slider_mask {
    width: 250px;
  }
  .hero-section_graph_meeting2 {
    left: -45px;
    display: none;
    max-width: none;
  }
  .hero-section_graph_meeting3 {
    left: 173px;
    bottom: 55px;
    max-width: none;
  }
  .hero-section_graph_meeting4 {
    left: -45px;
    display: none;
    max-width: none;
  }
  .hero-section_graph_connection1 {
    left: 1px;
    width: 180px;
    max-width: none;
  }
  .hero-section_graph_connection-cloud {
    left: auto;
    top: auto;
    right: 0px;
    bottom: 110px;
    display: block;
  }
  .hero-section_graph_connection-cloud.meeting {
    left: -90px;
    top: auto;
    right: auto;
    bottom: 49px;
    display: none;
  }
  .meeting-list.connection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .meeting-list_item.connection {
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .meeting-tickets-section_h2-2 {
    line-height: 27px;
  }
  .button-4 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .services-section_list_item-2 {
    margin-right: 0px;
    margin-bottom: 25px;
    margin-left: 0px;
    padding: 20px;
  }
  .meeting-tickets-section-2 {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .schedule-content_box_left_title {
    margin-bottom: 30px;
    font-size: 30px;
  }
  .schedule-content_item_title_h3 {
    font-size: 20px;
    line-height: 26px;
  }
  .testimonial-section_h2-2 {
    font-size: 22px;
    line-height: 25px;
  }
  .ticket-modal {
    overflow: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .ticket-modal_title {
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 26px;
    text-align: center;
  }
  .hero-section_graph_connection2 {
    left: 1px;
    display: none;
    width: 180px;
    max-width: none;
  }
  .hero-section_graph_connection3 {
    left: 1px;
    display: none;
    width: 180px;
    max-width: none;
  }
  .connection-topics_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .connection-topics_list_item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .connection-topics_list_item_icon_p {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .pagination-list {
    overflow: scroll;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .green-section {
    margin-top: 35px;
    margin-bottom: 75px;
    padding-top: 65px;
    padding-bottom: 10px;
  }
}

.connection-edition {
  max-width: 300px;
  padding: 15px;
  background-color: #c1272d;
  border-radius: 30px;
  margin-right: 15px;
}

@font-face {
  font-family: 'Azo Sans';
  src: url('../fonts/AzoSansBlack.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Azo Sans';
  src: url('../fonts/AzoSansBlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Azo Sans';
  src: url('../fonts/AzoSansBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Azo Sans';
  src: url('../fonts/AzoSansBoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Azo Sans';
  src: url('../fonts/AzoSansItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Azo Sans';
  src: url('../fonts/AzoSansLightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Azo Sans';
  src: url('../fonts/AzoSansMedium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Azo Sans';
  src: url('../fonts/AzoSansMediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Azo Sans';
  src: url('../fonts/AzoSansThin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Azo Sans';
  src: url('../fonts/AzoSansThinItalic.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Azo Sans';
  src: url('../fonts/AzoSansRegular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Azo Sans';
  src: url('../fonts/AzoSansLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Cillop';
  src: url('../fonts/Ahmet-Altun---Cillop-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Cillop';
  src: url('../fonts/Ahmet-Altun---Cillop-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Cillop';
  src: url('../fonts/Ahmet-Altun---Cillop-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Cillop';
  src: url('../fonts/Ahmet-Altun---Cillop-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Cillop';
  src: url('../fonts/Ahmet-Altun---Cillop-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

.connection-img-wrapper {
  text-align: center;
}