:root {
  --body-bg-primary: #fafdff;
  --gray--utility-gray-600: #475467;
  --pra-red: #e22f26;
  --pra-blue: #0059A7;
  --gray--utility-gray-500: #667085;
  --blue--utility-blue-light-600: #0086c9;
  --white: white;
  --555555: #555;
  --transparent: transparent;
  --gray--utility-gray-200: #eaecf0;
  --black: black;
  --gray--utility-gray-300: #d0d5dd;
  --gray--utility-gray-400: #98a2b3;
  --gray--utility-gray-700: #344054;
  --blue--blue-light-900: #0b4a6f;
  --blue--pra-red: #0059a7;
  --blue--blue-dark-950: #026;
  --blue--utility-blue-700: #175cd3;
  --gray--utility-gray-100: #f2f4f7;
  --green--50: #edfcf2;
  --yellow--25: #fefdf0;
  --red--50: #fef3f2;
  --gray--utility-gray-300\<deleted\|variable-bc3925e9-b1e6-f2d0-608e-2b6946880ace\>: #d0d5dd;
  --bg-secondary: #f9fafb;
  --text-primary-900: #101828;
  --blue--utility-blue-light-50: #f0f9ff;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--body-bg-primary);
  color: var(--gray--utility-gray-600);
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 145%;
}

h1 {
  color: var(--pra-blue);
  margin-top: 0;
  margin-bottom: 8px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 125%;
}

h2 {
  color: var(--pra-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 135%;
}

.section_hero {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100dvh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.container {
  z-index: 20;
  width: 93.75vw;
  position: relative;
}

.text-style-link {
  color: var(--gray--utility-gray-600);
}

.text-display-inline {
  display: inline;
}

.form_component {
  margin-bottom: 14px;
}

.form_form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form_label {
  color: var(--gray--utility-gray-500);
  margin-bottom: 0;
  margin-right: 80px;
  font-weight: 400;
}

.form_label.item-description {
  margin-right: 30px;
  display: inline;
}

.form_label.code {
  width: 160px;
  min-width: 160px;
  display: inline;
}

.form_label.divider {
  display: none;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.form_input-container {
  flex-flow: column;
  max-width: 100%;
  display: flex;
  position: relative;
}

.form_input-icon {
  border: 1px solid var(--pra-blue);
  background-color: var(--pra-blue);
  cursor: pointer;
  border-top-right-radius: 4px;
  align-self: stretch;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.form_column.form_first-item {
  width: 390px;
}

.form_column.form_second-column {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spacer-small {
  padding-top: 18px;
}

.text-display-inline_button {
  color: var(--blue--utility-blue-light-600);
  cursor: pointer;
  display: inline;
}

.form_dropdown {
  z-index: 0;
  background-color: var(--white);
  color: var(--555555);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  height: 80px;
  margin-bottom: 1px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  box-shadow: 0 0 10px rgba(85, 85, 85, .3);
}

.form_dropdown.item-description {
  z-index: 30;
}

.form_dropdown.z-index-40 {
  z-index: 40;
  position: relative;
}

.form_dropdown-toggle {
  border: 1px solid var(--transparent);
  color: var(--555555);
  white-space: normal;
  border-top-left-radius: 5px;
  border-top-right-radius: 6px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.form_dropdown-toggle.w--open {
  border: 1px solid var(--pra-blue);
  color: var(--pra-blue);
}

.form_dropdown-toggle.dropdown-group {
  padding: 0;
}

.form_dropdown-toggle.city {
  padding-right: 20px;
}

.form_dropdown-toggle.city.map {
  height: 0%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.form_dropdown-list {
  background-color: var(--white);
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  box-shadow: 0 8px 8px -4px rgba(226, 47, 38, .03), 0 20px 24px -4px rgba(226, 47, 38, .05);
}

.form_dropdown-list.w--open {
  background-color: var(--white);
  box-shadow: 0 20px 24px -4px rgba(226, 47, 38, .05), 0 8px 8px -4px rgba(226, 47, 38, .03);
}

.form_dropdown-list.item-description {
  left: 0;
  right: 0;
}

.form_dropdown-list.city {
  box-shadow: none;
  max-height: 520px;
  overflow: auto;
}

.form_dropdown-list.visible {
  display: block;
}

.form_dropdown-link {
  border-bottom: 1px solid var(--gray--utility-gray-200);
  color: var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-height: 40px;
  margin-bottom: 0;
  padding: 0 0 0 20px;
  font-weight: 400;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
}

.form_dropdown-link:hover, .form_dropdown-link.w--current {
  color: var(--pra-blue);
}

/*
.form_dropdown-link.locations_dropdown-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--gray--utility-gray-300);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 10px;
}
*/

.form_dropdown-link.locations_dropdown-link {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-bottom: 1px solid var(--gray--utility-gray-300);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 8px 8px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.form_labels-container {
  justify-content: space-between;
  display: flex;
}

.text-align-center {
  text-align: center;
}

.background-color-white {
  background-color: var(--white);
}

.map {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  margin-right: 29px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 30px;
  display: flex;
  box-shadow: 0 20px 24px -4px rgba(226, 47, 38, .05), 0 8px 8px -4px rgba(226, 47, 38, .03);
}

.form_item {
  flex: 1;
}

.form_more-info-container {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  height: 80px;
  margin-left: 5px;
  display: flex;
  position: relative;
}

.form_more-info {
  z-index: 50;
  background-color: var(--white);
  opacity: 0;
  pointer-events: auto;
  border-radius: 5px;
  width: 360px;
  max-height: 100vh;
  margin-top: -100px;
  margin-right: 109px;
  padding: 8px 15px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: auto;
  box-shadow: 0 32px 64px -12px rgba(16, 24, 40, .14);
}

.form_more-info-icon {
  cursor: pointer;
  width: 24px;
  height: 24px;
}


.form_more-info-icon.close {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}

.semibold-text-span {
  font-weight: 600;
}

.map_first-column {
  flex-flow: column;
  width: 390px;
  height: 460px;
  display: flex;
  overflow: auto;
}

.item_first-column {
  flex-flow: column;
  height: 460px;
  display: flex;
  overflow: auto;
  border: 2px solid var(--gray--utility-gray-300);
}

.item-div {
  width: 100vw;
}

.locations_dropdown-link-row {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.locations_icon {
  min-width: 12px;
  margin-right: 5px;
}

.locations_text {
  color: var(--gray--utility-gray-500);
  font-size: 12px;
  font-weight: 500;
}

.locations_text.mg-right-10px {
  margin-right: 10px;
}

.dropdown-link_text.item-description {
  flex: 1;
  margin-right: 20px;
}

.map_link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-bottom: 1px solid var(--gray--utility-gray-300);
  color: var(--555555);
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  min-height: 60px;
  padding: 8px 20px;
  font-size: 16px;
  line-height: 125%;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.map_link:hover {
  color: var(--pra-blue);
}

.map_link.hidden {
  display: none;
}

.map_embed {
  cursor: pointer;
  flex: 1;
  height: 460px;
}

.form_dropdown-reset {
  pointer-events: auto;
  color: var(--gray--utility-gray-400);
  cursor: pointer;
  width: 24px;
  height: 24px;
  transition: color .3s;
}

.form_dropdown-reset:hover {
  color: var(--pra-blue);
}

.form_dropdown-reset.city {
  margin-right: 92px;
  display: none;
  position: absolute;
  right: 0;
}

.form_dropdown-reset.code, .form_dropdown-reset.item-description {
  display: none;
}

.dropdown_input {
  background-color: var(--transparent);
  color: var(--pra-blue);
  border: 1px #000;
  height: 80px;
  margin-bottom: 0;
  padding: 10px;
  font-size: 16px;
}

.dropdown_input:focus {
  border-style: none;
}

.dropdown_input::placeholder {
  color: var(--555555);
  font-size: 16px;
  line-height: 125%;
}

.dropdown_input.cityzzz {
  border-style: solid;
  border-color: var(--transparent);
  color: var(--transparent);
  white-space: normal;
  overflow-wrap: break-word;
  border-top-left-radius: 5px;
  align-self: stretch;
  width: 310px;
  max-width: 310px;
  max-height: 80px;
  padding-right: 44px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: auto;
}

.dropdown_input.city:focus {
  border-style: none;
  border-color: var(--pra-blue);
}

.dropdown_input.city.map {
  width: 100%;
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.resultszzz {
  display: none;
}

.results_filters-form-component {
  margin-bottom: 0;
}

.results_form-form {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  background-color: #ebf5ff;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 20px;
  display: flex;
  overflow: auto;
}

.text-size-medium {
  font-size: 16px;
  line-height: 150%;
}

.text-size-medium.text-weight-semibold {
  font-weight: 600;
}

.text-size-medium.text-weight-semibold.text-color-gray-700 {
  color: var(--gray--utility-gray-700);
}

.text-size-medium.text-weight-medium {
  font-weight: 500;
}

.text-size-medium.text-weight-medium.text-color-blue-light-900 {
  color: var(--blue--blue-light-900);
}

.text-size-medium.text-weight-medium.text-color-black {
  color: var(--black);
}

.text-size-medium.text-color-gray {
  color: var(--555555);
}

.text-size-medium.text-color-utility-gray-500 {
  color: var(--gray--utility-gray-500);
}

.radio-buttons_group {
  background-color: rgba(118, 118, 128, .12);
  border-radius: 9px;
  padding: 2px;
  display: flex;
}

.radio-buttons_group.align-stretch {
  align-self: stretch;
}

.results_radio-button {
  cursor: pointer;
  border-style: none;
  border-radius: 7px;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.results_radio-button.w--redirected-checked {
  background-color: var(--white);
}

.results_radio-button.w--redirected-focus {
  box-shadow: none;
}

.results_radio-button-field {
  color: var(--black);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 111px;
  margin-bottom: 0;
  padding: 1px 30px;
  display: flex;
  position: relative;
}

.results_radio-button-label {
  z-index: 10;
  font-weight: 400;
  position: relative;
}

.results_more-filters {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border: 1px solid #0059a7;
  border-radius: 6px;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding: 8px;
  display: flex;
}

.results_checkbox-group {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.results_checkbox-label {
  color: var(--gray--utility-gray-600);
  font-weight: 400;
}

.results_checkbox {
  border-color: var(--gray--utility-gray-300);
  background-color: var(--gray--utility-gray-200);
  cursor: pointer;
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.results_checkbox.w--redirected-checked {
  background-color: var(--blue--pra-red);
  background-image: url('../images/check.svg');
}

.results_checkbox.w--redirected-focus {
  box-shadow: none;
}

.results_checkbox-field {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.more-filters-group {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.more-filters_hide-show-group {
  color: var(--blue--utility-blue-light-600);
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.more-filters_hide-text, .more-filters_more-text {
  cursor: pointer;
}

.results_titles-row {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  display: flex;
}

.text-size-large {
  font-size: 24px;
  line-height: 135%;
}

.text-size-large.text-weight-semibold {
  font-weight: 600;
}

.text-size-large.text-weight-semibold.text-color-blue-dark-950 {
  color: var(--blue--blue-dark-950);
}

.results_title-column-1 {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.results_show-graph, .results_hide-graph {
  color: var(--blue--utility-blue-light-600);
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.results_download-block {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  color: var(--gray--utility-gray-600);
  justify-content: flex-start;
  align-items: center;
  padding-top: 9px;
  padding-bottom: 5px;
  text-decoration: none;
  display: flex;
}

.results_title-column-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-size-big {
  font-size: 18px;
  line-height: 155%;
}

.text-size-big.text-weight-medium {
  font-weight: 500;
}

.text-size-big.text-weight-semibold {
  font-weight: 600;
}

.results_title-container {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.results_download-title-container {
  color: var(--gray--utility-gray-600);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.text-size-small {
  font-size: 12px;
  line-height: 150%;
}

.text-size-small.text-color-utility-blue-700 {
  color: var(--blue--utility-blue-700);
}

.text-size-small.text-color-utility-blue-700.text-decoration-underline {
  text-decoration: underline;
}

.text-size-tiny {
  font-size: 10px;
  line-height: 180%;
}

.text-size-tiny.text-weight-medium {
  font-weight: 500;
}

.text-size-tiny.text-weight-medium.text-color-utility-gray-700 {
  color: var(--gray--utility-gray-700);
}

.results_download-divider {
  background-color: var(--gray--utility-gray-600);
  width: 1px;
  height: 32px;
  display: block;
}

.results_download-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-width: 51px;
}

.results_table-titles-row {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  padding: 8px 40px 8px 24px;
  display: flex;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .05);
}

.results_table-sort {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-left: 4px;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.results_table-sort-icon {
  color: var(--gray--utility-gray-400);
  justify-content: center;
  align-items: center;
  width: 12px;
  display: flex;
}

.results_table-title-column-1 {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 400px;
  padding-left: 15px;
  display: flex;
}

.results_table-title-column-2 {
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-left: 15px;
  display: flex;
}

.results_table-title-column-3 {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 220px;
  padding-left: 15px;
  display: flex;
}

.results_graph-container {
  background-color: var(--gray--utility-gray-100);
  margin-top: 12px;
  margin-bottom: 12px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .15);
}

.results_rows-divider {
  background-color: var(--blue--pra-red);
  height: 2px;
  margin-bottom: 8px;
}

.results_table-row {
  border-bottom: 1px solid var(--gray--utility-gray-300);
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  font-weight: 400;
  display: flex;
}

.results_table-column-1 {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 400px;
  margin-bottom: 0;
  padding-left: 15px;
  font-weight: 400;
  display: flex;
}

.results_table-column-1.text-size-xsmall {
  font-size: 14px;
}

.results_table-column-2 {
  flex: 1;
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  padding-left: 15px;
  display: flex;
}

.results_table-negotiated-charge {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 220px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.results_table-negotiated-charge.background-color-green-50 {
  background-color: var(--green--50);
}

.results_table-negotiated-charge.background-color-yellow-25 {
  background-color: var(--yellow--25);
}

.results_table-negotiated-charge.background-color-red-50 {
  background-color: var(--red--50);
}

.results_bookmark {
  cursor: pointer;
  background-image: url('../images/Bookmark.svg');
  background-position: 0 0;
  background-size: 100% 100%;
  border-style: none;
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
}

.results_bookmark.w--redirected-checked {
  background-color: var(--transparent);
  background-image: url('../images/Bookmark-2.svg');
  background-size: 100% 100%;
}

.results_bookmark.w--redirected-focus {
  box-shadow: none;
}

.results_more-info-block {
  z-index: 50;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 40px;
  min-width: 40px;
  display: flex;
  position: relative;
}

.results_more-info-icon {
  width: 24px;
}

.results_graph-pin {
  background-color: var(--gray--utility-gray-600);
  opacity: .5;
  width: 10px;
  height: 34px;
  position: absolute;
}

.results_graph-pin.first {
  margin-left: 5%;
}

.results_graph-pin.second {
  margin-left: 20%;
}

.results_graph-pin.tenth {
  margin-left: 70%;
}

.results_graph-pin.fourth {
  margin-left: 30%;
}

.results_graph-pin.fifth {
  margin-left: 32%;
}

.results_graph-pin.seventh {
  margin-left: 50%;
}

.results_graph-pin.sixth {
  margin-left: 45%;
}

.results_graph-pin.nineth {
  margin-left: 60%;
}

.results_graph-pin.third {
  margin-left: 22%;
}

.results_graph-pin.eleventh {
  margin-left: 80%;
}

.results_graph-pin.twelveth {
  margin-left: 95%;
}

.results_graph-track {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 36px;
  display: flex;
  position: relative;
}

.results_price-track {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.results_price-mark {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.results_price-mark.align-center {
  justify-content: flex-start;
  align-items: center;
}

.results_price-mark.align-end {
  justify-content: flex-start;
  align-items: flex-end;
}

.results_price-scale {
  background-color: var(--black);
  width: 1px;
  height: 3px;
}

.table-form_component {
  margin-bottom: 0;
}

.table-form_form {
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.results_more-info {
  z-index: 50;
  background-color: var(--white);
  opacity: 0;
  pointer-events: none;
  border-radius: 5px;
  width: 360px;
  padding: 8px 15px;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(0, -100%);
  box-shadow: 0 2px 4px rgba(16, 24, 40, .06), 0 4px 8px rgba(16, 24, 40, .1);
}

.results_table-more-info {
  z-index: 50;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  opacity: 0;
  pointer-events: none;
  border-radius: 5px;
  flex-flow: column;
  width: 360px;
  margin-bottom: 36px;
  margin-right: 40px;
  padding: 8px 15px;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  box-shadow: 0 2px 4px rgba(16, 24, 40, .06), 0 4px 8px rgba(16, 24, 40, .1);
}

.text-weight-medium {
  cursor: pointer;
  font-weight: 500;
}

.text-weight-medium.text-color-black {
  color: var(--black);
}

.results_results-counter {
  border-top: 1px solid var(--gray--utility-gray-300\<deleted\|variable-bc3925e9-b1e6-f2d0-608e-2b6946880ace\>);
  border-bottom: 1px solid var(--gray--utility-gray-300\<deleted\|variable-bc3925e9-b1e6-f2d0-608e-2b6946880ace\>);
  justify-content: flex-start;
  align-items: center;
  height: 19px;
  margin-left: -8px;
  display: flex;
  position: absolute;
  left: 0%;
  transform: translate(-100%);
}

.form_dropdown-container {
  flex: 1;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  padding: 20px 12px 20px 20px;
  display: flex;
}

.form_dropdown-container.code {
  border-left: 1px solid var(--gray--utility-gray-500);
  flex: 0 auto;
  width: 240px;
  margin-top: -1px;
  margin-bottom: -1px;
  padding-left: 20px;
  padding-right: 92px;
}

.form_dropdown-code-wrapper {
  /*border-left: 1px solid var(--pra-blue);*/
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  width: 240px;
  margin-top: -1px;
  margin-bottom: -1px;
  margin-right: 1px;
  padding: 8px 20px;
  display: flex;
}

.form_hidden-radio-button {
  display: none;
}

.form_dropdown-radio-button-label {
  opacity: 0;
  color: var(--black);
  cursor: pointer;
  margin-bottom: 0;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form_recents-container {
  border-bottom: 1px solid var(--blue--pra-red);
  display: none;
}

.form_recents-container.map {
  display: none;
}

.dropdown-close-hide {
  display: block;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spacer-18px {
  padding-top: 18px;
}

.form_recents-label {
  color: var(--blue--pra-red);
  margin: 12px 20px 7px;
  font-weight: 500;
}

.radio-button {
  font-size: 15px;
}

.radio-button.w--redirected-checked {
  border-width: 5px;
}

.cms-test-item {
  position: relative;
}

.text-size-xsmall {
  font-size: 14px;
  line-height: 145%;
}

.pagination-container {
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.paginationjs-size-changer {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: center;
  align-items: center;
  margin-left: 39px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.results_show-more-pages {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-start;
  align-items: center;
  margin-left: 39px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 0%;
  right: auto;
}

.gap-5px {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.gap-5px.center-center-flex {
  justify-content: center;
  align-items: center;
}

.results_pages-divider {
  background-color: var(--555555);
  width: 1px;
  height: 22px;
}

.text-color-gray-400 {
  color: var(--gray--utility-gray-400);
  cursor: pointer;
}

.hidden-message {
  background-color: rgba(221, 221, 221, 0);
  border: 0 solid #000;
  height: 0;
}

.text-block-2 {
  display: none;
}

.form_dropdown_map {
  z-index: 0;
  background-color: var(--white);
  color: var(--555555);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  width: 100%;
  height: 0;
  margin-bottom: 1px;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 125%;
  overflow: visible;
  box-shadow: 0 0 10px rgba(85, 85, 85, .1);
}

.form_dropdown_map.item-description {
  z-index: 30;
}

.form_dropdown_map.z-index-40 {
  z-index: 40;
  position: relative;
}

.form, .form-block {
  min-height: 0;
}

.form-block-map {
  min-height: 0;
  margin-top: -20px;
}

.center-start-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.center-start-flex.gap-46px {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
}

.portrait-results-title {
  display: none;
}

.table-form_container {
  flex-flow: column;
  display: flex;
}

.results_table-column-3 {
  justify-content: flex-start;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.results_table-column-3.gap-46px {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
}

.results_table-column-3.align-right {
  align-self: stretch;
}

.map_container {
  flex: 1;
}

.map-plus-pagenav-wrapper {
  width: 40rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.map_pin-block {
  justify-content: center;
  align-items: flex-end;
  width: 19px;
  height: 26px;
  margin-top: 20%;
  margin-left: 40%;
  display: flex;
  position: absolute;
}

.map_pin-icon {
  color: var(--blue--pra-red);
  width: 19px;
  height: 26px;
}

.map_pin-info-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--bg-secondary);
  opacity: 0;
  cursor: pointer;
  border-radius: 5px;
  flex-flow: column;
  width: 235px;
  margin-top: 32px;
  padding: 12px 14px;
  display: none;
  position: absolute;
  top: 0;
}

.text-primary-900 {
  color: var(--text-primary-900);
}

.map_pin-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--text-primary-900);
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  line-height: 140%;
  text-decoration: none;
  display: flex;
}

.map_pin-call-icon {
  width: 12px;
  min-width: 12px;
}

.results_bookmark-checkbox-field {
  margin-bottom: 0;
  padding-left: 0;
}

.hidden-label {
  display: none;
}

@media screen and (min-width: 1440px) {
  .container {
    width: 1245px;
  }

  .results_titles-row {
    overflow: visible;
  }

  .results_download-block {
    flex-flow: row;
  }

  .results_download-divider {
    display: block;
  }

  .results_download-icon {
    order: 0;
  }

  .table-form_component {
    margin-bottom: 0;
  }

  .results_results-counter {
    margin-left: -8px;
    position: absolute;
    left: 0%;
    transform: translate(-100%);
  }

  .center-start-flex.align-right {
    align-self: stretch;
  }

  .portrait-results-title {
    display: none;
  }

  .results_table-column-3.align-right {
    align-self: stretch;
  }
}

@media screen and (max-width: 991px) {
  .container {
    width: 668px;
  }

  .form_component {
    margin-bottom: 30px;
  }

  .form_form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .form_column.form_first-item, .form_column.form_second-column {
    width: 100%;
  }

  .map {
    flex-flow: column;
    margin-right: 0;
    padding: 20px;
  }

  .form_more-info-containerzzz {
    display: none;
  }

  .item_first-column {
    width: 100%;
    height: 40vh;
  }

  .map_first-column {
    width: 100%;
    height: 40vh;
  }

  .map_embed {
    flex: 0 auto;
    order: -1;
    height: 40vh;
  }

  .results {
    overflow: auto;
  }

  .results_filters-form-component {
    width: 1096px;
  }

  .results_form-form {
    overflow: visible;
  }

  .results_titles-row {
    width: 1096px;
    overflow: visible;
  }

  .results_download-block {
    min-width: 170px;
  }

  .results_title-container {
    flex-flow: row;
  }

  .results_table-title-column-1, .results_table-title-column-2 {
    min-width: 400px;
  }

  .results_table-title-column-3 {
    min-width: 220px;
  }

  .results_graph-container, .results_rows-divider {
    width: 1096px;
  }

  .results_table-column-1.text-size-medium.text-color-gray, .results_table-column-2 {
    min-width: 400px;
  }

  .results_table-negotiated-charge {
    min-width: 220px;
  }

  .results_graph-track {
    width: 1096px;
  }

  .results_more-info {
    display: none;
  }

  .results_table {
    flex-flow: column;
    width: 1096px;
    display: flex;
  }

  .results_results-counter {
    margin-left: 0;
    position: relative;
    transform: none;
  }

  .paginationjs-size-changer {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 90vw;
  }

  .results_form-form {
    justify-content: flex-start;
    align-items: center;
    height: 66px;
  }

  .radio-buttons_group.align-stretch {
    align-items: center;
    height: 52px;
  }

  .results_radio-button {
    height: 48px;
  }

  .results_radio-button.w--redirected-checked {
    height: 49px;
    margin-top: -3px;
  }

  .results_radio-button-field {
    height: 43px;
    padding-top: 0;
  }

  .text-size-large.text-weight-semibold.text-color-blue-dark-950 {
    font-size: 16px;
  }

  .results_show-graph {
    font-size: 14px;
  }

  .text-size-big.text-weight-medium.additional-info-hover {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 20px;
  }

  .form_label, .form_label.item-description {
    margin-right: 0;
  }

  .form_label.code {
    width: auto;
    min-width: 0;
  }

  .form_label.divider {
    display: inline;
  }

  .form_input-icon {
    display: block;
  }

  .form_dropdown {
    z-index: 20;
    border-top-right-radius: 5px;
    margin-right: 0;
  }

  .form_dropdown.item-description, .form_dropdown-toggle {
    border-top-right-radius: 5px;
  }

  .form_dropdown-list, .form_dropdown-list.item-description {
    margin-right: 0;
  }

  .form_dropdown-list.item-description.w--open {
    width: 90vw;
  }

  .form_dropdown-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .form_select-label.item-description {
    display: inline;
  }

  .form_select-label.code {
    font-size: 12px;
    line-height: 125%;
  }

  .form_labels-container {
    display: inline-block;
  }

  .map {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
  }

  .form_dropdown-reset.item-description {
    margin-right: 12px;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .dropdown_input.city {
    width: 100%;
    padding-right: 80px;
  }

  .results_filters-form-component {
    width: 90vw;
  }

  .results_form-form {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    background-color: var(--transparent);
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    margin-bottom: 14px;
    padding: 0;
  }

  .text-size-medium.text-weight-semibold.text-color-gray-700.hide-portrait {
    display: none;
  }

  .text-size-medium.text-weight-medium.text-size-xsmall-portrait {
    font-size: 14px;
  }

  .results_radio-button-field {
    width: 62px;
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .results_radio-button-field._88px-portrain {
    width: 88px;
  }

  .results_more-filters {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .results_checkbox-group {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .more-filters-group {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .more-filters_hide-show-group {
    order: 1;
  }

  .more-filters_hide-text, .more-filters_more-text {
    font-size: 12px;
    line-height: 150%;
  }

  .results_titles-row {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    width: 90vw;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .results_title-column-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .results_show-graph, .results_hide-graph {
    display: none;
  }

  .results_title-column-2 {
    grid-column-gap: 24px;
    grid-row-gap: 2px;
    flex-flow: wrap;
    order: 1;
  }

  .text-size-big.text-weight-medium.additional-info-hover {
    white-space: nowrap;
  }

  .results_table-titles-row {
    display: none;
  }

  .results_graph-container, .results_rows-divider {
    width: 90vw;
    display: none;
  }

  .results_table-row {
    border: 1px solid var(--blue--pra-red);
    border-radius: 4px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 8px 14px 14px 46px;
    position: relative;
  }

  .results_table-column-1 {
    width: auto;
    margin-bottom: 8px;
    padding-left: 0;
  }

  .results_table-column-1.text-size-xsmall.text-color-gray.text-color-555-portrait {
    color: var(--555555);
  }

  .results_table-column-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 0;
    margin-bottom: 16px;
    padding-left: 0;
  }

  .results_table-negotiated-charge {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .results_table-negotiated-charge.background-color-green-50, .results_table-negotiated-charge.background-color-yellow-25, .results_table-negotiated-charge.background-color-red-50 {
    background-color: var(--transparent);
  }

  .results_bookmark {
    width: 36px;
    min-width: 36px;
    height: 36px;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .results_more-info-block {
    height: 37px;
    display: none;
  }

  .results_graph-track {
    width: 90vw;
  }

  .table-form_form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .results_table-more-info {
    width: 90vw;
    margin-right: -14px;
  }

  .results_table {
    width: 90vw;
  }

  .results_results-counter {
    margin-left: 0;
    font-size: 16px;
    transform: none;
  }

  .form_dropdown-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .form_dropdown-container.code {
    width: 148px;
    min-width: 148px;
  }

  .form_dropdown-code-wrapper {
    width: 148px;
    min-width: 148px;
    margin-top: -9px;
    margin-bottom: -9px;
  }

  .text-size-xsmall.text-color-gray.text-color-555-portrait {
    color: var(--555555);
  }

  .text-size-xsmall.text-weight-medium.text-color-black.negotiated-charge {
    background-color: var(--green--50);
    padding: 6px 12px;
  }

  .form_dropdown_map {
    z-index: 20;
    border-top-right-radius: 5px;
    margin-right: 0;
  }

  .form_dropdown_map.item-description {
    border-top-right-radius: 5px;
    height: auto;
    min-height: 80px;
  }

  .center-start-flex {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .center-start-flex.gap-46px.gap-7px-portrait {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: wrap;
  }

  .center-start-flex.align-right {
    align-self: flex-end;
  }

  .body {
    background-color: var(--white);
  }

  .portrait-results-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 145%;
    display: block;
  }

  .portrait-results-title.text-weight-semibold {
    font-weight: 600;
  }

  .table-form_container {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .results_table-column-3 {
    justify-content: flex-start;
    align-self: flex-end;
    align-items: center;
    display: flex;
  }

  .results_table-column-3.gap-46px.gap-7px-portrait {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    flex-flow: wrap;
  }

  .results_table-column-3.align-right {
    align-self: flex-end;
  }
}


#w-node-_449f8d46-caa4-d9c4-0ad0-045a0afe9823-b725730c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_449f8d46-caa4-d9c4-0ad0-045a0afe9825-b725730c, #w-node-_449f8d46-caa4-d9c4-0ad0-045a0afe982b-b725730c, #w-node-_449f8d46-caa4-d9c4-0ad0-045a0afe9831-b725730c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_449f8d46-caa4-d9c4-0ad0-045a0afe9834-b725730c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_449f8d46-caa4-d9c4-0ad0-045a0afe983d-b725730c {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {
  #w-node-_449f8d46-caa4-d9c4-0ad0-045a0afe983d-b725730c {
    grid-area: span 1 / span 8 / span 1 / span 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_449f8d46-caa4-d9c4-0ad0-045a0afe983d-b725730c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_449f8d46-caa4-d9c4-0ad0-045a0afe9823-b725730c {
    justify-self: center;
  }

  #w-node-_449f8d46-caa4-d9c4-0ad0-045a0afe9825-b725730c, #w-node-_449f8d46-caa4-d9c4-0ad0-045a0afe982b-b725730c, #w-node-_449f8d46-caa4-d9c4-0ad0-045a0afe9831-b725730c {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: center;
  }

  #w-node-_449f8d46-caa4-d9c4-0ad0-045a0afe983d-b725730c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

.btn-footer-subscribe-for-updates-wrapper {
  justify-content: center;
  padding-right: 0;
  display: flex;
  position: relative;
}

.footer-link-block {
  padding-left: 17px;
  padding-right: 17px;
}

.footer-copyright {
  padding-top: 17px;
  padding-bottom: 17px;
}

.section-footer {
  margin-top: auto;
}

.button-2 {
  text-align: center;
  background-color: #e22f27;
  font-size: 21px;
  font-weight: 500;
}

.button-2.mobile-subscribe-btn {
  align-self: stretch;
  text-decoration: none;
}

.image.logo-footer-white {
  width: 184px;
  height: 46px;
}

.btn-footer-subscribe-for-updates-wrapper {
  justify-content: center;
  padding-right: 0;
  display: flex;
  position: relative;
}

.footer-link-block {
  padding-left: 17px;
  padding-right: 17px;
}

.footer-copyright {
  padding-top: 17px;
  padding-bottom: 17px;
}

.section-footer {
  margin-top: auto;
}

.button-2 {
  text-align: center;
  background-color: #e22f27;
  font-size: 21px;
  font-weight: 500;
}

.button-2.mobile-subscribe-btn {
  align-self: stretch;
  text-decoration: none;
}

.footer-link {
  color: #fff;
  text-align: center;
  white-space: normal;
  word-break: normal;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}

.footer-wrapper {
  background-color: #0059a7;
  justify-content: center;
  width: 100%;
  max-width: none;
  margin-top: auto;
  padding: 1vmax 0 1vmax 17px;
  display: flex;
  position: relative;
}

.footer-layout {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .25fr 1fr 1fr .75fr 1fr 1fr .5fr .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.copyright-text {
  color: #fff;
}

.footer-content {
  width: 100%;
}

@media screen and (max-width: 991px) {
  .container {
    width: 668px;
  }

  .form_component {
    margin-bottom: 30px;
  }

  .form_form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .form_column.form_first-item, .form_column.form_second-column {
    width: 100%;
  }

  .map {
    flex-flow: column;
    margin-right: 0;
    padding: 20px;
  }

  .form_more-info-container {
    display: none;
  }

  .map_first-column {
    width: 100%;
    height: 40vh;
  }

  .map_embed {
    flex: 0 auto;
    order: -1;
    height: 40vh;
  }

  .results {
    overflow: auto;
  }

  .results_filters-form-component {
    width: 1096px;
  }

  .results_form-form {
    overflow: visible;
  }

  .results_titles-row {
    width: 1096px;
    overflow: visible;
  }

  .results_download-block {
    min-width: 170px;
  }

  .results_title-container {
    flex-flow: row;
  }

  .results_table-title-column-1, .results_table-title-column-2 {
    min-width: 400px;
  }

  .results_table-title-column-3 {
    min-width: 220px;
  }

  .results_graph-container, .results_rows-divider {
    width: 1096px;
  }

  .results_table-column-1.text-size-medium.text-color-gray, .results_table-column-2 {
    min-width: 400px;
  }

  .results_table-negotiated-charge {
    min-width: 220px;
  }

  .results_graph-track {
    width: 1096px;
  }

  .results_more-info {
    display: none;
  }

  .results_table {
    flex-flow: column;
    width: 1096px;
    display: flex;
  }

  .results_results-counter {
    margin-left: 0;
    position: relative;
    transform: none;
  }

  .paginationjs-size-changer {
    display: none;
  }

  .footer-social-media-icon-link-block {
    margin-left: 20px;
  }

  .logo-mobile {
    text-align: left;
  }

  .footer-link {
    text-align: center;
  }

  .footer-layout {
    grid-template-columns: .75fr .25fr 1fr 1fr .75fr 1fr 1fr .5fr;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 90vw;
  }

  .results_form-form {
    justify-content: flex-start;
    align-items: center;
    height: 66px;
  }

  .radio-buttons_group.align-stretch {
    align-items: center;
    height: 52px;
  }

  .results_radio-button {
    height: 48px;
  }

  .results_radio-button.w--redirected-checked {
    height: 49px;
    margin-top: -3px;
  }

  .results_radio-button-field {
    height: 43px;
    padding-top: 0;
  }

  .text-size-large.text-weight-semibold.text-color-blue-dark-950 {
    font-size: 16px;
  }

  .results_show-graph {
    font-size: 14px;
  }

  .text-size-big.text-weight-medium.additional-info-hover {
    font-size: 16px;
  }

  .logo-mobile {
    height: 50px;
  }

  .footer-link-block.mobile-footer {
    display: block;
  }

  .footer-layout {
    grid-template-columns: .75fr .25fr 1fr 1fr;
  }
}