header {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  height: 48px;
  border-bottom: 1px solid var(--delimiter-color);
}

header h1,
header h1 a,
header h1 a:hover {
  position: relative;
  width: calc(100% - var(--padding-modal) * 2);
  max-width: 700px;
  margin: 0 auto;
  font-size: 20px;
  font-weight: 600;
  color: var(--title-color);
}

header h1 svg {
  --width: 16px;
  position: relative;
  width: var(--width);
  height: calc(var(--width) * 1.2);
  margin-inline-end: 5px;
  margin-inline-start: 0px;
  color: var(--title-color);
}

main {
  position: relative;
  display: flex;
  flex: 1;
  flex-shrink: 0;
  flex-direction: column;
  min-width: 0;
  width: 100%;
  padding: var(--padding-modal);
  overflow-y: auto;
}

main > * {
  width: 100%;
  max-width: 700px;
  margin: 0 auto var(--padding-modal) auto;
}

main section {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  padding: var(--padding-modal);
  border-radius: calc(var(--border-radius) * 2);
  cursor: pointer;
  background: var(--super-strong-color);
}

main section h2.bigNumber {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  padding-top: var(--padding-global);
}

main section h2.bigNumber a {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  align-items: center;
  padding: var(--padding-global);
  margin-bottom: var(--padding-global);
  border-radius: var(--border-radius);
}

main section h2.bigNumber svg {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  color: var(--title-color-alt);
}

main section h2.bigNumber span.country {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 500;
  color: var(--text-color);
}

main section h2.bigNumber a div.phoneNumber {
  font-size: 32px;
  font-weight: 700;
  color: var(--color-booster);
}

main section h2.bigNumber a div.phoneNumber span {
  display: block;
  font-size: 15px;
  font-weight: 500;
  color: var(--title-color-alt);
  text-align: center;
}

main section div.note {
  position: relative;
  display: block;
  flex-shrink: 0;
  margin-bottom: 10px;
}

main section div.note span {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  color: var(--text-color);
}

main div.title {
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding-inline-start: 20px;
  font-size: 20px;
  font-weight: 500;
  color: var(--title-color-alt);
}

@media (max-width: 835px) {
  main div.title {
    padding-inline-start: 15px;
  }
}

ul.list {
  display: flex;
  flex-shrink: 0;
  flex-direction: column;
  border-radius: calc(var(--border-radius) * 2);
  background: var(--super-strong-color);
}

ul.list li {
  position: relative;
}

ul.list li a,
ul.list li label {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--padding-modal);
  font-size: 20px;
  font-weight: 400;
  color: var(--text-color);
  border: none;
  border-bottom: solid 1px var(--delimiter-color);
  border-radius: var(--border-radius);
  outline-offset: -3px;
  appearance: none;
  cursor: pointer;
  background: transparent;
}

ul.list li:last-of-type a,
ul.list li:last-of-type label {
  border-bottom: none;
}

ul.list li img {
  width: 22px;
  margin-inline-end: 11px;
}

ul.list li input {
  position: absolute;
  inset: 0;
  appearance: none;
  border-radius: var(--border-radius);
  cursor: pointer;
}

ul.list li input + svg + svg.check {
  position: relative;
  display: none;
  width: 18px;
  height: 18px;
  margin-inline-start: auto;
  color: var(--title-color-alt);
}

ul.list li input:checked + svg + svg.check {
  display: block;
}

ul.list li svg.logo {
  position: relative;
  width: 22px;
  height: 22px;
  margin-inline-end: 10px;
  color: var(--color-booster);
}

ul.list svg.chevron {
  position: relative;
  width: 18px;
  height: 18px;
  margin-inline-start: auto;
  color: var(--title-color-alt);
}

div.filter {
  position: relative;
  max-width: 250px;
  margin-bottom: -13px;
  margin-inline-start: auto;
}

@media (max-width: 835px) {
  div.filter {
    width: 100%;
    max-width: 1000px;
    margin-inline-start: 0;
    margin-inline-end: auto;
    margin-bottom: 5px;
  }
}

div.filter input {
  --magnifing-glass: url('data:image/svg+xml;utf8,<svg width="18" height="19" xmlns="http://www.w3.org/2000/svg"><path d="M16.49 18.087c.77 0 1.336-.603 1.336-1.363 0-.353-.12-.696-.38-.956l-4.036-4.054a7.219 7.219 0 001.326-4.184c0-4.017-3.284-7.301-7.3-7.301-4.009 0-7.302 3.284-7.302 7.3 0 4.018 3.284 7.302 7.301 7.302a7.255 7.255 0 004.008-1.206l4.063 4.073c.27.26.613.39.984.39zm-9.055-5.204c-2.94 0-5.353-2.412-5.353-5.353 0-2.932 2.412-5.353 5.353-5.353s5.353 2.421 5.353 5.353c0 2.94-2.412 5.353-5.353 5.353z" style="fill: rgba(0,0,0, .3);" /></svg>');
  position: relative;
  display: flex;
  flex-shrink: 0;
  width: 100%;
  height: var(--form-element-height);
  padding-inline-start: 30px;
  font-size: var(--global-text-size);
  font-weight: 500;
  color: var(--text-color);
  border-radius: var(--border-radius);
  border: 1px solid var(--input-border-color);
  background-color: var(--input-sleeping-bkd-color);
  background-image: var(--magnifing-glass);
  background-repeat: no-repeat, repeat;
  background-position: left 6px top 55%, 0px 0px;
  background-size: 15px, 100%;
  appearance: none;
}

@media (prefers-color-scheme: dark) {
  div.filter input {
    --magnifing-glass: url('data:image/svg+xml;utf8,<svg width="18" height="19" xmlns="http://www.w3.org/2000/svg"><path d="M16.49 18.087c.77 0 1.336-.603 1.336-1.363 0-.353-.12-.696-.38-.956l-4.036-4.054a7.219 7.219 0 001.326-4.184c0-4.017-3.284-7.301-7.3-7.301-4.009 0-7.302 3.284-7.302 7.3 0 4.018 3.284 7.302 7.301 7.302a7.255 7.255 0 004.008-1.206l4.063 4.073c.27.26.613.39.984.39zm-9.055-5.204c-2.94 0-5.353-2.412-5.353-5.353 0-2.932 2.412-5.353 5.353-5.353s5.353 2.421 5.353 5.353c0 2.94-2.412 5.353-5.353 5.353z" style="fill: rgba(255,255,255, .3);" /></svg>');
  }
}

@media (max-width: 835px) {
  div.filter input {
    padding-inline-start: 35px;
    background-position: left 8px top 55%, 0px 0px;
    background-size: 18px, 100%;
  }
}

section.country {
  position: relative;
  width: 100%;
}

section.country h3 {
  position: relative;
  width: 100%;
  margin-top: 20px;
  margin-bottom: var(--padding-global);
  padding: 0 var(--padding-global);
  font-size: var(--nav-text-size);
  color: var(--title-color-alt);
}

section.country h3::after {
  content: "";
  position: relative;
  display: block;
  height: 1px;
  margin-top: 8px;
  margin-bottom: 3px;
  background: var(--light-neutral);
}

section.country div.zone {
	width: 100%;
}

section.country ul {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(195px, 1fr));
  padding-left: var(--padding-global);
}

section.country ul li {
  display: block;
  flex-shrink: 0;
}

section.country ul li a {
  position: relative;
  left: calc(var(--padding-global) * -1);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  padding: var(--padding-global-vert) var(--padding-global);
  min-height: calc(45px + var(--padding-global) * 2);
  border: 1px solid transparent;
  border-radius: var(--border-radius);
  outline-offset: -3px;
  text-align: start;
  text-decoration: none;
  background: transparent;
  cursor: pointer;
}

section.country ul li a span.country {
  flex-shrink: 0;
  padding-bottom: 1px;
  color: var(--text-color);
  font-size: var(--global-text-size);
  font-weight: 600;
}

section.country ul li a span.phoneNumber {
  flex-shrink: 0;
  padding-bottom: 1px;
  text-decoration: none;
  font-size: var(--nav-text-size);
  white-space: nowrap;
  color: var(--color-booster);
  direction: ltr;
}

section.country ul li a span.tollFree {
  flex-shrink: 0;
  font-size: var(--table-text-size);
  color: var(--title-color-alt);
  font-weight: 400;
}

footer {
  opacity: 0.8;
  display: flex;
  justify-content: center;
  font-size: var(--table-text-size);
  color: var(--title-color-alt);
  font-weight: 400;
}

@media (max-width: 835px) {
  footer {
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

div#banner {
  position: fixed;
  inset: auto auto 20px 50%;
  top: auto;
  display: grid;
  place-items: center;
  width: calc(100% - var(--padding-modal) * 2);
  max-width: var(--max-width);
  padding: calc(var(--padding-modal) - 4px) 40px;
  border-radius: 10px;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3), 0 1px 1px rgba(0, 0, 0, 0.11),
    0 2px 2px rgba(0, 0, 0, 0.11), 0 4px 4px rgba(0, 0, 0, 0.11),
    0 8px 8px rgba(0, 0, 0, 0.11), 0 16px 16px rgba(0, 0, 0, 0.11),
    0 32px 32px rgba(0, 0, 0, 0.11);
  font-size: var(--nav-text-size);
  font-weight: 500;
  color: white;
  background-color: var(--red-color);
  translate: -50%;
  animation: menuDisapear 0.3s var(--ease-out-cubic) forwards;
}

@keyframes menuDisapear {
  100% {
    translate: -50% calc(100% + 50px);
  }
}

div#banner.show {
  translate: -50% calc(100% + 50px);
  animation: menuAppear 0.5s var(--ease-out-cubic) forwards 1s;
}

@keyframes menuAppear {
  100% {
    translate: -50%;
  }
}

div#banner button {
  --icon-size: 19px;
  position: absolute;
  inset-inline-end: -5px;
  top: -6px;
  display: grid;
  place-items: center;
  width: var(--icon-background);
  height: var(--icon-background);
  border: none;
  background: transparent;
}

div#banner button svg {
  width: var(--icon-size);
  height: var(--icon-size);
}
