@charset "UTF-8";
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon.eot?lg62pt");
  src: url("fonts/icomoon.eot?lg62pt#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?lg62pt") format("truetype"), url("fonts/icomoon.woff?lg62pt") format("woff"), url("fonts/icomoon.svg?lg62pt#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down:before {
  content: "\ea1c";
}

.tagcloud,
.social-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form:after,
.search-form p:after,
.post-password-form p:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

/* name fonts */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.42;
}

h1 {
  line-height: 1.42;
  font-size: 1.75rem;
}
@media (min-width: 992px) {
  h1 {
    font-size: 3rem;
  }
}

h5 {
  font-size: .9375rem;
}
@media (min-width: 992px) {
  h5 {
    font-size: 1rem;
  }
}

a {
  opacity: 1;
  transition: opacity .3s ease-in-out;
  text-decoration: none;
}
a:hover {
  opacity: .7;
  text-decoration: none;
}

.widget {
  margin-bottom: 1.25rem;
}
.widget select {
  min-width: 150px;
}

.search-form label,
.post-password-form label {
  display: block;
}

.search-form input,
.post-password-form input {
  float: left;
  margin-right: 5px;
}
@media (min-width: 768px) {
  #sidebar .search-form input,
  #sidebar
  .post-password-form input {
    width: 100%;
    margin: 0 0 5px;
  }
}
.search-form input[type="submit"],
.post-password-form input[type="submit"] {
  margin: 0;
  padding: .375rem .75rem;
}

.nav-links,
.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin: 0 -3px 1.25rem;
}
.nav-links .screen-reader-text,
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.nav-links .page-numbers,
.navigation .page-numbers,
.navigation-comments .page-numbers {
  margin: 0 3px;
}
.nav-links .page-numbers:first-child,
.navigation .page-numbers:first-child,
.navigation-comments .page-numbers:first-child {
  margin-left: 0;
}
.nav-links .page-numbers:last-child,
.navigation .page-numbers:last-child,
.navigation-comments .page-numbers:last-child {
  margin-right: 0;
}
.nav-links .next,
.nav-links .prev,
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 49%;
}
@media (max-width: 767px) {
  .nav-links .next,
  .nav-links .prev,
  .navigation .next,
  .navigation .prev,
  .navigation-comments .next,
  .navigation-comments .prev {
    font-size: 0;
  }
  .nav-links .next:after,
  .nav-links .prev:after,
  .navigation .next:after,
  .navigation .prev:after,
  .navigation-comments .next:after,
  .navigation-comments .prev:after {
    font-size: 1rem;
    line-height: 1.625;
    content: "»";
  }
}
@media (max-width: 767px) {
  .nav-links .prev:after,
  .navigation .prev:after,
  .navigation-comments .prev:after {
    content: "«";
  }
}

.navigation-single {
  margin-bottom: 1.25rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  color: #05070c;
  font-size: 1.125rem;
  line-height: 1.8125rem;
  font-weight: bold;
}
@media (min-width: 768px) {
  .navigation-single {
    font-size: 1.5625rem;
    line-height: 2.25rem;
  }
}
.navigation-single .next,
.navigation-single .prev {
  max-width: 49%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.navigation-single .next > a,
.navigation-single .prev > a {
  color: inherit;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 768px) {
  .navigation-single .next > a,
  .navigation-single .prev > a {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }
}
.navigation-single .next > a:after,
.navigation-single .prev > a:after {
  display: none;
}
.navigation-single .next span,
.navigation-single .prev span {
  padding-top: .5rem;
}
@media (min-width: 768px) {
  .navigation-single .next span,
  .navigation-single .prev span {
    padding-top: 0;
    padding-left: 2.875rem;
  }
}
.navigation-single .next i,
.navigation-single .prev i {
  font-size: 1rem;
}
@media (min-width: 768px) {
  .navigation-single .next i,
  .navigation-single .prev i {
    font-size: 1.3125rem;
  }
}
.navigation-single .next a {
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}
@media (min-width: 768px) {
  .navigation-single .next a span {
    padding: 0 3rem 0 0;
  }
}
@media (min-width: 768px) {
  .navigation-single .next a {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-align: center;
    align-items: center;
  }
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}

.comment-form input,
.comment-form textarea {
  margin: 0 4px 0 0;
  width: 100%;
}
@media (min-width: 768px) {
  .comment-form input,
  .comment-form textarea {
    max-width: 300px;
  }
}
.comment-form input[type="submit"],
.comment-form textarea[type="submit"] {
  display: block;
  width: auto;
}

.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}

.commentlist {
  margin: 0 0 1.2em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 20px;
}

.widget_calendar th,
.widget_calendar td {
  text-align: center;
}

.widget_calendar #prev {
  text-align: left;
}

.widget_calendar #next {
  text-align: right;
}

#wp-calendar {
  width: 100%;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #05070c;
  padding: 4px;
  margin-bottom: 20px;
  text-align: center;
}
.wp-caption img {
  margin-bottom: 4px;
}
.wp-caption p {
  margin: 0;
}

.aligncenter {
  margin: 0 auto 1.25rem;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.2em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.2em;
}

.mejs-container {
  margin-bottom: 1.25rem;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

.gallery .gallery-item {
  padding: 0 10px;
}
.gallery .gallery-item dt {
  float: none;
  width: 100%;
  margin: 0 0 10px;
  padding: 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
  width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
  width: 33.33%;
}

.tagcloud {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comment-list .comment-body {
  margin-bottom: 20px;
}

.comment-author img {
  margin-right: 10px;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

select,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  padding: .375rem .75rem;
  font-size: .875rem;
  line-height: 1.625;
  font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif;
  box-sizing: border-box;
  border: 1px solid #d4d4d4;
          border-radius: 4px;
  color: #888;
  background: #fff;
}
@media (min-width: 768px) {
  select:not(textarea),
  input[type="text"]:not(textarea),
  input[type="tel"]:not(textarea),
  input[type="email"]:not(textarea),
  input[type="search"]:not(textarea),
  input[type="password"]:not(textarea),
  input[type="url"]:not(textarea),
  textarea:not(textarea) {
    height: 3rem;
  }
}
select:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
  outline: none;
}
select::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #6c757d;
}
select::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #6c757d;
}
select:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #6c757d;
}
select:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #6c757d;
}
select.placeholder,
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
textarea.placeholder {
  color: #6c757d;
}

textarea {
  resize: none;
  vertical-align: top;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="submit"],
button {
  transition: background .3s ease-in-out, color .3s ease-in-out;
  cursor: pointer;
  display: inline-block;
  font-size: "Lato", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1.625;
  font-weight: 400;
  color: #05070c;
  padding: .5rem .9375rem;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem;
}
input[type="submit"]:not(:disabled):not(.disabled),
button:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler {
  position: relative;
  width: 35px;
  height: 35px;
  font-size: 0;
  line-height: 0;
  outline: 0;
  font-size: 14px;
}
.navbar-toggler .shown,
.navbar-toggler .hidden {
  transition: opacity .3s ease-in-out;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}
.navbar-toggler .hidden {
  opacity: 1;
}
.navbar-toggler:focus {
  outline: 0;
}
.navbar-toggler:before,
.navbar-toggler:after,
.navbar-toggler .icon-bar {
  transition: transform .3s ease-in-out, width .3s ease-in-out;
  background: #eb5757;
  position: absolute;
  top: 16px;
  left: 0;
  right: 0;
  height: 3px;
  margin-top: -2px;
}
.navbar-toggler .icon-bar {
  left: auto;
  right: 50%;
  width: 0;
}
.navbar-toggler:before,
.navbar-toggler:after {
  content: "";
  top: 6px;
  transform: rotate(45deg);
  top: 16px;
  left: -2px;
  right: -2px;
}
.navbar-toggler:after {
  transform: rotate(-45deg);
}
.navbar-toggler:hover {
  opacity: .9;
}
.navbar-toggler.collapsed .shown,
.navbar-toggler.collapsed .hidden {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: -40px;
  transform: translateY(-50%);
}
.navbar-toggler.collapsed .hidden {
  opacity: 0;
}
.navbar-toggler.collapsed .icon-bar {
  right: 30%;
  width: 70%;
}
.navbar-toggler.collapsed:after,
.navbar-toggler.collapsed:before {
  transform: rotate(0deg);
  top: 6px;
  left: 0;
  right: 0;
}
.navbar-toggler.collapsed:after {
  transform: rotate(0deg);
  top: 26px;
}

body {
  min-width: 320px;
  font-family: "Lato", "Helvetica Neue", "Helvetica", sans-serif;
}

.container {
  max-width: 1860px;
}

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

iframe {
  width: 100%;
}

a[href^=tel],
a[href^=fax],
a[href^=skype] {
  color: #06f;
  text-decoration: none;
}

.btn:focus {
  box-shadow: none;
}

.img-holder {
  width: 100%;
}

.btn.play-btn {
  font-size: 3.625rem;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  padding: 2.25rem 3.875rem;
  background-color: #47b93c;
  border-radius: 1.875rem;
  position: relative;
  text-align: center;
  min-width: 18.75rem;
  transition: opacity .3s ease-in-out;
}
@media (max-width: 1599px) {
  .btn.play-btn {
    font-size: 2.875rem;
  }
}
@media (max-width: 1199px) {
  .btn.play-btn {
    font-size: 2rem;
    border-radius: 1.25rem;
    padding: 1.5625rem 3.125rem;
  }
}
@media (max-width: 991px) {
  .btn.play-btn {
    font-size: 1.625rem;
  }
}
@media (max-width: 767px) {
  .btn.play-btn {
    font-size: 3.0625rem;
    border-radius: 1.875rem;
    padding: 2rem 2.1875rem;
  }
}
@media (max-width: 679px) {
  .btn.play-btn {
    font-size: 1.75rem;
  }
}
@media (max-width: 479px) {
  .btn.play-btn {
    font-size: 1.375rem;
    padding: 1rem 1.5rem;
    border-radius: .9375rem;
    min-width: unset;
  }
}
.btn.play-btn:hover {
  opacity: .8;
}
.btn.play-btn:hover:before {
  opacity: 0;
}
.btn.play-btn:before {
  position: absolute;
  content: "";
  top: 12%;
  right: 2%;
  left: 2%;
  bottom: 50%;
  background-color: rgba(255, 255, 255, .15);
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  transition: opacity .3s ease-in-out;
}

.anchor-link {
  font-size: 3.75rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1599px) {
  .anchor-link {
    font-size: 2.875rem;
  }
}
@media (max-width: 1199px) {
  .anchor-link {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .anchor-link {
    font-size: 3.1875rem;
  }
}
@media (max-width: 679px) {
  .anchor-link {
    font-size: 1.75rem;
  }
}
@media (max-width: 479px) {
  .anchor-link {
    font-size: 1.25rem;
  }
}
.anchor-link:hover {
  color: #fff;
}
.anchor-link i {
  margin: 0 0 0 2.8125rem;
  font-size: 4.125rem;
}
@media (max-width: 1599px) {
  .anchor-link i {
    margin: 0 0 0 1.25rem;
    font-size: 2.875rem;
  }
}
@media (max-width: 1199px) {
  .anchor-link i {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  .anchor-link i {
    font-size: 3.3125rem;
    margin: 0 0 0 2.8125rem;
  }
}
@media (max-width: 679px) {
  .anchor-link i {
    font-size: 1.75rem;
    margin: 0 0 0 1.25rem;
  }
}
@media (max-width: 479px) {
  .anchor-link i {
    font-size: 1.5rem;
  }
}

.intro-section {
  padding: 6.0625rem 0 2.1875rem;
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .intro-section {
    padding: 3.75rem 0 1.375rem;
    background-position: left bottom;
  }
}
.intro-section .intro-info-block {
  margin-bottom: 6.5625rem;
}
@media (max-width: 1199px) {
  .intro-section .intro-info-block {
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .intro-section .intro-info-block {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    margin-bottom: 2.5rem;
  }
}
.intro-section .img-col .img-holder {
  max-width: 40.625rem;
}
@media (max-width: 767px) {
  .intro-section .img-col .img-holder {
    max-width: 29.6875rem;
  }
}
.intro-section .text-col {
  padding-top: 2.8125rem;
}
@media (max-width: 1199px) {
  .intro-section .text-col {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .intro-section .text-col {
    margin-bottom: 5rem;
  }
}
@media (max-width: 479px) {
  .intro-section .text-col {
    margin-bottom: 2.5rem;
  }
}
.intro-section .text-col .img-holder {
  width: 100%;
  margin-bottom: 1.4375rem;
}
@media (max-width: 767px) {
  .intro-section .text-col .img-holder {
    max-width: 36.875rem;
    margin-bottom: 2.5rem;
  }
}
.intro-section .text-col .intro-text {
  display: block;
  width: 100%;
  font-size: 2.875rem;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 1199px) {
  .intro-section .text-col .intro-text {
    font-size: 1.75rem;
  }
}
@media (max-width: 767px) {
  .intro-section .text-col .intro-text {
    margin-bottom: 5.75rem;
  }
}
@media (max-width: 479px) {
  .intro-section .text-col .intro-text {
    margin-bottom: 1.875rem;
  }
}

.merch-section {
  padding: 3.75rem 0 2.5rem;
}
@media (max-width: 767px) {
  .merch-section {
    padding: 5.25rem 0 .8125rem;
  }
}
@media (max-width: 767px) {
  .merch-section .logo-col {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 6.125rem;
  }
}
@media (max-width: 479px) {
  .merch-section .logo-col {
    margin-bottom: 3.125rem;
  }
}
@media (max-width: 767px) {
  .merch-section .logo-col .img-holder {
    max-width: 30.625rem;
  }
}
.merch-section .img-col {
  padding-top: 1.25rem;
}
@media (max-width: 767px) {
  .merch-section .img-col {
    padding-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .merch-section .img-col .img-holder {
    max-width: 36.875rem;
  }
}

.character-name {
  font-size: 3.0625rem;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  color: #05070c;
}
.character-name:hover {
  color: #05070c;
}
@media (max-width: 1599px) {
  .character-name {
    font-size: 2.375rem;
  }
}
@media (max-width: 991px) {
  .character-name {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .character-name {
    font-size: 2.375rem;
  }
}
@media (max-width: 479px) {
  .character-name {
    font-size: 1.375rem;
  }
}

.decor-title {
  text-transform: uppercase;
  font-weight: 700;
  color: #8eaeff;
  font-size: 2.375rem;
  margin-bottom: 2.1875rem;
}
@media (max-width: 1599px) {
  .decor-title {
    font-size: 2.375rem;
  }
}
@media (max-width: 991px) {
  .decor-title {
    font-size: 1.875rem;
  }
}
@media (max-width: 767px) {
  .decor-title {
    margin-bottom: 4.375rem;
  }
}
@media (max-width: 479px) {
  .decor-title {
    margin-bottom: 2.5rem;
    font-size: 1.375rem;
  }
}

.keywords-section .container,
.characters-section .container {
  max-width: 107.5rem;
}

.keywords-section {
  padding: 2.1875rem 0 1rem;
}
@media (max-width: 767px) {
  .keywords-section {
    padding: 2.1875rem 0 3.125rem;
  }
}
@media (max-width: 479px) {
  .keywords-section {
    padding: 2.1875rem 0 0;
  }
}
@media (max-width: 767px) {
  .keywords-section .keyword-col {
    margin-bottom: 2.25rem;
  }
}
@media (max-width: 479px) {
  .keywords-section .keyword-col {
    margin-bottom: 1.25rem;
  }
}

.characters-section {
  padding: 2.1875rem 0 2.5rem;
}
@media (max-width: 767px) {
  .characters-section {
    padding: 2.1875rem 0 2.5rem;
  }
}
@media (max-width: 479px) {
  .characters-section {
    padding: 2.1875rem 0 0;
  }
}
@media (max-width: 767px) {
  .characters-section .decor-title {
    margin-bottom: 3.125rem;
  }
}
.characters-section .img-col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .characters-section .img-col {
    margin-bottom: 5.625rem;
  }
}
@media (max-width: 479px) {
  .characters-section .img-col {
    margin-bottom: 3.125rem;
  }
}
.characters-section .img-col .img-holder {
  max-width: 23.125rem;
}
@media (max-width: 767px) {
  .characters-section .img-col .img-holder {
    max-width: 18.125rem;
  }
}

/* @import 'components/section'; */
#footer {
  background-color: #05070c;
  padding: 2.5rem 0 1.875rem;
}
@media (max-width: 767px) {
  #footer {
    padding: 1.5625rem 0 2.1875rem;
  }
}
#footer .container {
  max-width: 113.125rem;
}

@media (max-width: 479px) {
  .footer-col {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}

.contact-card {
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .contact-card {
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 479px) {
  .contact-card {
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 3.125rem;
  }
}
.contact-card .img-holder {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  height: 6.875rem;
  width: 6.875rem;
  min-width: 6.875rem;
  overflow: hidden;
  margin: 0 1.5625rem 0 0;
}
@media (max-width: 767px) {
  .contact-card .img-holder {
    height: 5.625rem;
    width: 5.625rem;
    min-width: 5.625rem;
    margin: 0 1.25rem 0 1.25rem;
  }
}
@media (max-width: 659px) {
  .contact-card .img-holder {
    margin: 0 .625rem 0 0;
    height: 4.375rem;
    width: 4.375rem;
    min-width: 4.375rem;
  }
}
.contact-card .img-holder img {
  height: 100%;
  width: auto;
  max-width: unset;
}
.contact-card .card-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
}
.contact-card .card-info .card-name {
  color: #fff;
  font-size: 1.875rem;
  text-align: center;
  line-height: 1;
}
@media (max-width: 767px) {
  .contact-card .card-info .card-name {
    font-size: 1.5625rem;
  }
}
@media (max-width: 659px) {
  .contact-card .card-info .card-name {
    font-size: 1.125rem;
  }
}
.contact-card .card-info a {
  color: #fff;
}
.contact-card .card-info .phone {
  font-weight: 700;
  font-size: 1.9375rem;
  margin-bottom: .5rem;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .contact-card .card-info .phone {
    font-size: 1.5rem;
  }
}
@media (max-width: 659px) {
  .contact-card .card-info .phone {
    font-size: 1.125rem;
  }
}
.contact-card .card-info .email {
  font-size: 1.5625rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .contact-card .card-info .email {
    font-size: 1.125rem;
  }
}
@media (max-width: 659px) {
  .contact-card .card-info .email {
    font-size: 1.125rem;
  }
}

.social-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
@media (max-width: 479px) {
  .social-list {
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.social-list li {
  margin: 0 7.1875rem 0 0;
}
@media (max-width: 1199px) {
  .social-list li {
    margin: 0 4.6875rem 0 0;
  }
}
@media (max-width: 679px) {
  .social-list li {
    margin: 0 1.25rem 0 0;
  }
}
.social-list li:last-child {
  margin: 0 4.6875rem 0 0;
}
@media (max-width: 1199px) {
  .social-list li:last-child {
    margin: 0 2.5rem 0 0;
  }
}
@media (max-width: 679px) {
  .social-list li:last-child {
    margin: 0;
  }
}
.social-list li .img-holder {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 31.25rem;
  height: 6.25rem;
  width: 6.25rem;
  min-width: 6.25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .social-list li .img-holder {
    height: 4.6875rem;
    width: 4.6875rem;
    min-width: 4.6875rem;
  }
}
@media (max-width: 659px) {
  .social-list li .img-holder {
    height: 3.125rem;
    width: 3.125rem;
    min-width: 3.125rem;
  }
}
.social-list li .img-holder img {
  height: 100%;
  width: auto;
  max-width: unset;
}