.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.section.map {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.section.destacados {
  position: relative;
  overflow: visible;
}

.section.headphones_1 {
  position: relative;
  overflow: hidden;
}

.section.servicios {
  position: relative;
  overflow: visible;
}

.section.informacion {
  position: relative;
  overflow: visible;
}

.section.no_top_padding {
  padding-top: 0px;
}

.background-video {
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 7%, .3);
}

.logo_hero {
  position: absolute;
  max-height: 210px;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.nav_links {
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.nav_links:hover {
  opacity: 0.7;
}

.nav_links.w--current {
  opacity: 0.6;
  color: #fff;
}

.body {
  font-family: Gotham, sans-serif;
  color: #000;
}

.brand {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.logo {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 500;
  text-transform: uppercase;
}

.container {
  width: 90%;
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

.container.navigation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  max-width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav_menu_right {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.nav_menu_center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.nav_links_social {
  margin-right: 12px;
  padding-right: 6px;
  padding-left: 6px;
}

.nav_links_social.last {
  margin-right: -8px;
}

.contact_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

.section_title {
  margin-bottom: 32px;
  font-size: 40px;
  font-weight: 500;
}

.section_title.cc_centered {
  text-align: center;
}

.contact_input {
  padding-right: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contact_input.last_child {
  padding-right: 0px;
}

.input {
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #d6d6d6;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
}

.input:focus {
  border-bottom-color: #000;
}

.input_label {
  margin-bottom: 12px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.textarea {
  min-height: 120px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.textarea:focus {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
}

.submit {
  margin-top: 20px;
  padding: 18px 24px 16px;
  border-radius: 4px;
  background-color: red;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.contact_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact_info_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 15px;
  line-height: 28px;
  font-weight: 500;
}

.contact_info_box.middle {
  border-right: 2px solid #000;
  border-left: 2px solid #000;
}

.link {
  color: #000;
  text-decoration: none;
}

.link.map_link {
  color: #777;
  font-weight: 500;
}

.contact_info_icon {
  position: relative;
  top: -2px;
  margin-right: 10px;
}

.map {
  height: 680px;
}

.circle_tooltip {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 320px;
  min-width: 320px;
  -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;
  border-radius: 100%;
  background-color: #fff;
  text-align: center;
}

.flex_vertical {
  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;
}

.flex_vertical.headphone_info {
  margin-bottom: 20px;
}

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

.paragraph {
  color: #777;
  font-size: 16px;
  line-height: 30px;
}

.headphones_subtitle {
  margin-bottom: 16px;
  line-height: 26px;
  font-weight: 500;
}

.column {
  padding-right: 28px;
  padding-left: 0px;
}

.column.no_padding {
  padding-right: 0px;
}

.image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  max-height: 1110px;
}

.image.photo_right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image.photo_left {
  top: -16%;
  z-index: -1;
  max-height: 900px;
}

.headphones_icon {
  margin-right: 32px;
  padding-top: 10px;
  padding-right: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.button {
  padding: 18px 24px 16px;
  border-radius: 4px;
  background-color: red;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  background-color: transparent;
  box-shadow: inset 0 0 0 2px red;
  color: red;
}

.button.download {
  margin-top: 32px;
  letter-spacing: 0.05em;
}

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

.service_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  padding: 52px 32px 40px;
  -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;
  border-radius: 12px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  text-align: center;
}

.service_box:hover {
  box-shadow: 0 28px 40px -10px rgba(68, 63, 116, .15);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.service_box.middle {
  margin-right: 52px;
  margin-left: 52px;
}

.service_box_image {
  min-height: 80px;
  margin-bottom: 24px;
}

.service_box_title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.map_title {
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: uppercase;
}

.map_information {
  margin-top: 8px;
  color: #777;
  line-height: 1.7;
}

.map_color_overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  background-color: #2f00ff;
}

.map_wrapper {
  height: 680px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.timeline {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  padding-top: 72px;
  padding-bottom: 72px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.timeline_event_card_wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline_event_year_wrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.timeline_event_year_wrapper.right_year {
  padding-right: 48px;
}

.timeline_event_year_wrapper.left_year {
  padding-left: 48px;
  text-align: right;
}

.timeline_marker {
  width: 52px;
  height: 52px;
  margin-right: 32px;
  margin-left: 32px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 100%;
  background-color: #000;
  background-image: url('../images/cd-icon-location.svg');
  background-position: 50% 50%;
  background-size: 24px;
  background-repeat: no-repeat;
}

.timeline_event_card {
  position: relative;
  top: 0px;
  padding: 12px 24px 22px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, .2);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.timeline_event_card:hover {
  position: relative;
  top: -6px;
  box-shadow: 0 20px 50px -10px rgba(0, 0, 0, .1);
}

.timeline_event_year {
  color: #777;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
}

.timeline_event_year.cc-left-aligned {
  text-align: left;
}

.timeline_event_year.cc-right-aligned {
  text-align: right;
}

.timeline_background {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 4px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(10%, #00f), color-stop(50%, red), color-stop(90%, #0f0), to(#fff));
  background-image: linear-gradient(180deg, #fff, #00f 10%, red 50%, #0f0 90%, #fff);
}

.timeline_event_card_event {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 500;
}

.timeline_event_card_location {
  color: #777;
}

.footer_text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}

.footer_text.align_right {
  text-align: right;
}

.image-2 {
  margin-right: 24px;
  margin-left: 24px;
}

.loader {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  -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: #000;
}

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

.loader_ball {
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.loader_ball.blue {
  background-color: #00f;
}

.loader_ball.red {
  margin-right: 32px;
  margin-left: 32px;
  background-color: red;
}

.loader_ball.green {
  background-color: #0f0;
}

@media (max-width: 991px) {
  .section.destacados {
    overflow: hidden;
  }
  .section.headphones_1 {
    overflow: hidden;
  }
  .section.servicios {
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .section.informacion {
    overflow: hidden;
  }
  .navbar {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .nav_links {
    padding-left: 24px;
    font-size: 16px;
  }
  .brand {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .container {
    width: 100%;
    padding-right: 32px;
    padding-left: 32px;
  }
  .container.navigation {
    height: 90px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .container.stacked {
    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;
  }
  .container.flex_horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nav_menu_right {
    position: relative;
    background-color: transparent;
  }
  .nav_menu_center {
    background-color: #000;
  }
  .flex_horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image {
    right: -25%;
    z-index: -1;
  }
  .image.photo_right {
    position: static;
    max-width: 80%;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-transform: translate(34px, 0px) !important;
    -ms-transform: translate(34px, 0px) !important;
    transform: translate(34px, 0px) !important;
  }
  .image.photo_left {
    position: static;
    -webkit-transform: translate(-32px, 0px) !important;
    -ms-transform: translate(-32px, 0px) !important;
    transform: translate(-32px, 0px) !important;
  }
  .headphones_icon {
    margin-top: 16px;
    margin-bottom: 24px;
  }
  .menu-button {
    padding-right: 18px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-transform: translate(18px, 0px);
    -ms-transform: translate(18px, 0px);
    transform: translate(18px, 0px);
  }
  .menu-button.w--open {
    background-color: transparent;
  }
  .icon {
    color: #fff;
  }
}

@media (max-width: 767px) {
  .section.hero {
    background-color: hsla(0, 0%, 7%, .3);
  }
  .background-video {
    z-index: -2;
  }
  .navbar {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .brand {
    padding-left: 0px;
  }
  .container.navigation {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .nav_links_social {
    display: none;
  }
  .contact_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact_info_box {
    line-height: 32px;
  }
  .contact_info_box.middle {
    border-right-style: none;
    border-left-style: none;
  }
  .services_row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .service_box {
    padding-bottom: 52px;
  }
  .service_box.middle {
    margin-right: 0px;
    margin-left: 0px;
  }
  .menu-button {
    padding-right: 18px;
  }
  .timeline_event_card_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .timeline_event_year_wrapper {
    margin-bottom: 20px;
  }
  .timeline_event_year_wrapper.right_year {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .timeline_event_year_wrapper.left_year {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .timeline_marker {
    display: none;
  }
}

@media (max-width: 479px) {
  .section.destacados {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.headphones_1 {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .section.informacion {
    padding-top: 0px;
  }
  .logo {
    font-size: 24px;
    line-height: 32px;
  }
  .container.navigation {
    height: 80px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .container.stacked {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .container.flex_horizontal {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact_line {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section_title.cc_centered {
    font-size: 32px;
  }
  .contact_input {
    padding-right: 0px;
  }
  .input_label {
    margin-top: 16px;
    margin-bottom: 8px;
  }
  .contact_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact_info_box {
    padding-right: 0px;
    padding-left: 0px;
  }
  .contact_info_box.middle {
    border-right-style: none;
    border-left-style: none;
  }
  .contact_info_icon {
    display: none;
  }
  .circle_tooltip {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: 0%;
    display: none;
    min-height: 220px;
    min-width: 280px;
    border-radius: 0%;
  }
  .column {
    padding-right: 0px;
  }
  .image.photo_right {
    min-width: 480px;
    margin-right: -32px !important;
  }
  .image.photo_left {
    min-width: 500px;
    margin-left: -32px !important;
  }
  .headphones_icon {
    margin-bottom: 16px;
  }
  .button.download {
    display: block;
    text-align: center;
  }
  .button.submit {
    display: block;
    width: 100%;
  }
  .timeline_event_card {
    padding-top: 16px;
    text-align: center;
  }
  .timeline_event_card_event {
    font-size: 16px;
  }
  .timeline_event_card_location {
    line-height: 22px;
  }
  .text-block {
    text-align: center;
  }
  .footer_logo {
    margin-bottom: 28px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .footer_text {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  .footer_text.align_left {
    text-align: center;
  }
}

@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamRnd-BookIta.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamRnd-LightIta.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamRnd-BoldIta.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamRnd-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamRnd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamRnd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamRnd-MedIta.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/GothamRnd-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}