.round-wrap {
  border: 2px solid #EDEDED;
  border-radius: 30px;
  padding: 20px;
}

.round-header {
  font-weight: 500;
  border-radius: 20px;
}

.what-list {
  font-weight: 500;
  font-size: 17px;
  line-height: 20px;
  color: #707070;
  list-style: none;
  padding-left: 25px;
}

.what-list li {
  margin-bottom: 25px;
}

.what-list li:last-child {
  margin-bottom: 0;
}

.distance-block {
  padding: 25px 20px 14px;
  margin-bottom: 25px;
}

.distance-block .distance-block {}

.distance-block .distance-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 19px;
}

.distance-block .distance-desc {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
}

.distance-block .distance-icon {
  margin-right: 10px;
}

.round-table {
  margin-bottom: 0;
  border-collapse: initial;
  border-spacing: 0;
  color: #707070;
}

.round-table tr:first-child td {
  border-top: 0;
  padding-top: 20px;
}

.round-table th {
  padding-top: 6px;
  padding-bottom: 4px;
  font-size: 16px;
  font-weight: 500;
}

.round-table td,
.round-table th {
  padding-left: 20px;
  padding-right: 10px;
}

.round-table .round-th {
  background: #F3F3F3;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  /* padding-top: 8px;
  padding-bottom: 4px; */
}

.round-table .round-th.start-header {
  border-radius: 20px 0 0 20px;
  border-left: 1px solid #E7E7E7;
}

.round-table .round-th.end-header {
  border-radius: 0 20px 20px 0;
  border-right: 1px solid #E7E7E7;
}

.round-table .flag {
  vertical-align: bottom;
  margin-right: 10px;
}

.round-more-link {
  display: block;
  background: #F3F3F3;
  border-radius: 27px;
  padding: 5px 30px;
  white-space: nowrap;
  position: absolute;
  bottom: -15px;
  font-size: 12px;
}

.text-32 {
  font-size: 32px;
}

.landing-section-divider {
  border-bottom: 2px solid #F3F3F3;
  margin: 3px 0;
}

.holiday-wrap {}

.holiday-country {
  font-size: 24px;
  line-height: 28px;
  display: flex;
  justify-content: center;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  justify-content: center;
  margin: 10px 0 40px;
}

.holiday-country .flag {
  margin-right: 15px;
}

.holiday-card {
  background: #F3F3F3;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.161);
  border-radius: 30px;
  padding: 25px 25px 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.holiday-date {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  border-radius: 20px;
  padding: 15px;
  position: relative;
  min-width: 150px;
}

.holiday-date:before {
  content: '';
  display: block;
  height: 23px;
  width: 10px;
  left: 27px;
  top: -11px;
  border-radius: 3px;
  background: #D9D9D9;
  position: absolute;
}

.holiday-date:after {
  content: '';
  display: block;
  height: 23px;
  width: 10px;
  right: 27px;
  top: -11px;
  border-radius: 3px;
  background: #D9D9D9;
  position: absolute;
}

.holiday-date-day {
  font-weight: 700;
  font-size: 32px;
  line-height: 33px;
  text-align: center;
  color: #90B7BB;
}

.holiday-date-month {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.holiday-text {
  margin-top: 15px;
}

.holiday-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 2px;
}

.holiday-desc {
  font-weight: 300;
  font-size: 11px;
  text-align: center;
}

.holiday-features {
  margin: 20px 0 40px;
}

.font-weight-500 {
  font-weight: 500;
}

.round-article {
  padding-top: 24px;
}

.round-article-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 12px;
  position: relative;
  margin-bottom: 8px;
}

.round-article-title:after {
  content: '';
  display: block;
  opacity: 0.2;
  border: 1px solid #707070;
  width: 40px;
  position: absolute;
  bottom: 0;
}

.round-article-text {
  margin-bottom: 7px;
}

.shipping-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.shipping-list li:before {
  content: '';
  height: 16px;
  width: 16px;
  background-image: url("/static/new-design/images/arrow-icon.2cd4d7d9f299.svg");
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  margin-right: 7px;
  vertical-align: text-bottom;
}

.shipping-list li {
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
}

.shipping-list .shipping-list-link {
  padding: 10px 0 9px;
  color: #707070;
  width: 100%;
}

@media (min-width:1200px) {
  .shipping-list li:last-child {
    border-bottom: 0;
  }
}

.landing-list-header {
  background-color: #fff;
  padding: 8px 20px;
  text-align: center;
  font-size: 16px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.packing-image {
  margin-top: -70px;
}

@media (max-width:1199.99px) {
  .packing-image {
    margin-top: 0;
  }
}

.landing-section-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  z-index: -1;
}

.top-landing-section {
  position: relative;
}

.top-landing-section .landing-section-bg {
  background-image: url("/static/new-design/images/landing-section-bg1.29a0c77ba0c9.svg");
  background-position-y: bottom;
  background-position-x: right;
  right: 50%;
  margin-right: 60px;
}

@media (max-width:991.99px) {
  .top-landing-section .landing-section-bg {
    right: 0%;
  }
}

@media (max-width:767.99px) {
  .top-landing-section .landing-section-bg {
    background-position-x: center;
    margin: 0;
  }
}

.landing-section-charts {
  position: relative;
}

.landing-section-charts .container {
  position: relative;
  z-index: 1;
}

.landing-section-charts .landing-section-bg {
  background-image: url("/static/new-design/images/landing-section-bg2.fec8520f2e9d.svg");
  background-position-y: center;
  background-position-x: left;
  left: 50%;
}

@media (max-width:1199.99px) {
  .landing-section-charts .landing-section-bg {
    background-position-y: top;
  }
}

@media (max-width:991.99px) {
  .landing-section-charts .landing-section-bg {
    background-position-x: center;
    left: 0;
  }
}

.landing-section-holidays {
  position: relative;
}

.landing-section-holidays .container {
  position: relative;
  z-index: 1;
}

.landing-section-holidays .landing-section-bg {
  background-image: url("/static/new-design/images/landing-section-bg3.10fda9a0246a.svg");
  background-position-y: top;
  background-position-x: right;
  right: 40%;
  height: 570px;
  top: 70px;
}

@media (max-width:1199.99px) {
  .landing-section-holidays .landing-section-bg {
    right: 0;
  }
}

@media (max-width:767.99px) {
  .landing-section-holidays .landing-section-bg {
    background-position-x: center;
  }
}

.landing-section-packing {
  position: relative;
}

.landing-section-packing .container {
  position: relative;
  z-index: 1;
}

.landing-section-packing .landing-section-bg {
  background-image: url("/static/new-design/images/landing-section-bg4.6ae60ab0a60e.svg");
  background-position-y: center;
  background-position-x: left;
  left: 87%;
  margin-top: 160px;
}

@media (max-width:767.99px) {
  .landing-section-packing .landing-section-bg {
  left: 80%;
  }
}