.content .content_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #28306C;
  padding: 25px 17px;
}
.content .content_holder .instagram_logo_holder {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/instagram-page-c72546335c.svg#instagram");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 20px;
}
@media screen and (min-width: 900px) {
  .content .content_holder .instagram_logo_holder {
    width: 120px;
    height: 120px;
  }
}
.content .content_holder p {
  font-size: 23px;
  line-height: 25px;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .content .content_holder p {
    display: inline-block;
  }
}
.content .content_holder .question_holder {
  font-size: 23px;
  line-height: 25px;
  color: #FFFFFF;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 900px) {
  .content .content_holder .question_holder {
    display: inline-block;
  }
}
.content .content_holder .title_holder {
  margin-bottom: 50px;
}
@media screen and (min-width: 900px) {
  .content .content_holder .title_holder {
    margin-bottom: 120px;
  }
}
.content .content_holder .links_holder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0 15px;
}
@media screen and (min-width: 900px) {
  .content .content_holder .links_holder {
    margin-bottom: 120px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.content .content_holder .links_holder .link {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  text-decoration: none;
  margin-bottom: 75px;
}
@media screen and (min-width: 900px) {
  .content .content_holder .links_holder .link {
    -ms-flex-preferred-size: 20%;
        flex-basis: 20%;
    margin-bottom: 0;
  }
}
.content .content_holder .links_holder .link .experiences_link:hover > .link_title {
  color: #118C8F;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.content .content_holder .links_holder .link .icon_holder {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 5px solid #FFFFFF;
  margin-bottom: 10px;
}
.content .content_holder .links_holder .link .icon_holder .icon {
  width: 90%;
  height: 90%;
}
.content .content_holder .links_holder .link .icon_holder .experiences {
  background: center/contain no-repeat url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/instagram-page-c72546335c.svg#experience");
}
.content .content_holder .links_holder .link .icon_holder .destinations {
  background: center/contain no-repeat url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/instagram-page-c72546335c.svg#destinations");
}
.content .content_holder .links_holder .link .icon_holder .gift {
  background: center/contain no-repeat url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/instagram-page-c72546335c.svg#e-gift-card");
}
.content .content_holder .links_holder .link .icon_holder .travel_magazine {
  background: center/contain no-repeat url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/instagram-page-c72546335c.svg#travel-magazine");
}
.content .content_holder .links_holder .link .icon_holder .reviews {
  background: center/contain no-repeat url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/instagram-page-c72546335c.svg#reviews");
}
.content .content_holder .links_holder .link .experiences_holder {
  background: #118C8F;
}
.content .content_holder .links_holder .link .destinations_holder {
  background: #D7E051;
}
.content .content_holder .links_holder .link .gift_holder {
  background: #E84042;
}
.content .content_holder .links_holder .link .travel_magazine_holder {
  background: #118C8F;
}
.content .content_holder .links_holder .link .reviews_holder {
  background: #D7E051;
}
.content .content_holder .bottom_img_holder {
  width: 100%;
  height: 73px;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 500px) {
  .content .content_holder .bottom_img_holder {
    width: 65%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 900px) {
  .content .content_holder .bottom_img_holder {
    width: 35%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
  }
}
.content .content_holder .bottom_img_holder .left_img {
  -ms-flex-preferred-size: 83px;
      flex-basis: 83px;
  background: center/contain no-repeat url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/instagram-page-c72546335c.svg#japan-attractions");
  height: 60px;
}
.content .content_holder .bottom_img_holder .right_img {
  -ms-flex-preferred-size: 98px;
      flex-basis: 98px;
  background: center/contain no-repeat url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/instagram-page-c72546335c.svg#Japan-food");
  height: 60px;
}
.content .content_holder .bottom_img_holder .central_img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 73px;
  background: center/cover no-repeat url("//d3snk3ydzk0o2b.cloudfront.net/theme/frontend/_assets/images/sprites/instagram-page-c72546335c.svg#path3");
}
.content .content_holder .bottom_text_holder {
  padding: 0 25px;
}
@media screen and (min-width: 900px) {
  .content .content_holder .bottom_text_holder {
    width: 55%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 27px;
  }
}
.content .content_holder .bottom_text_holder p {
  font-size: 16px;
  font-weight: normal;
  text-align: center;
}
/*# sourceMappingURL=instagram.min.css.map */
