.mypage--banner {
  background: var(--sbf-palette-blue-500);
  width: 100%;
  color: var(--sbf-palette-white);
  text-align: center;
  font-size: 16px;
  font-weight: var(--sbf-font-weight-600);
  z-index: 20000;
  font-family: var(--sbf-font-family-sans);
  padding: 28px;
  transition: transform .2s cubic-bezier(.58, .09, .67, 1.33), background .1s linear;
  position: fixed;
  top: 0;
  left: 0;
  transform: translate(0, -100%);
}

.mypage--banner.loading {
  background: var(--sbf-palette-blue-500);
  transform: translate(0);
}

.mypage--banner.error {
  color: #fff;
  background: var(--sbf-palette-red-200) !important;
}

.mypage--banner.error .button.confirm {
  color: var(--sbf-palette-red-200);
}

.mypage--banner.warning {
  background: var(--sbf-palette-orange-500);
}

.mypage--banner.new_error {
  animation: .2s ease-out wiggle-with-it;
}

.mypage--banner button {
  border-radius: var(--sbf-border-radius-4);
  color: #f5f5f5;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #f5f5f5;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #0000;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.mypage--banner button:hover, .mypage--banner button:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #0000;
  border-color: #f5f5f5;
}

.mypage--banner button:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.mypage--banner button.disabled, .mypage--banner button[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.mypage--banner button.disabled:hover, .mypage--banner button.disabled:focus, .mypage--banner button[disabled]:hover, .mypage--banner button[disabled]:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #0000;
  border-color: #f5f5f5;
}

.mypage--banner button {
  font-size: var(--sbf-font-size-18);
  letter-spacing: 0;
  min-width: 40px;
  margin-bottom: 0;
  margin-left: 8px;
  padding: 6px 17px;
  line-height: 1.15em;
}

.mypage--banner .button.confirm {
  background: var(--sbf-palette-white);
  min-width: 88px;
  color: var(--sbf-palette-blue-500);
  border-color: #ffffff80;
}

.mypage--banner .button.confirm + .button.close {
  font-weight: 400;
}

@media (max-width: 600px) {
  .mypage--banner .banner__controls {
    padding: .5em 0;
    display: block;
  }
}

.mypage--banner.long .button {
  margin: 12px auto 0;
  padding: 8px 24px;
  display: block;
}

.mypage--banner a {
  color: var(--sbf-palette-white);
  border-bottom: 1px solid var(--sbf-palette-white);
  padding: 2px 0;
  text-decoration: none;
}

.mypage--banner a:hover {
  color: var(--sbf-palette-white);
  border-color: #ffffffb3;
}

.embed-responsive {
  height: 600px;
}

.loading .spinner {
  transform-origin: 50%;
  width: 3px;
  height: 3px;
  animation: 1s steps(8, end) infinite spin;
  box-shadow: 0 8px #555, 8px 0 #a2a2a2, 0 -8px #d5d5d5, -8px 0 #f3f3f3, 0 9px #555, 9px 0 #a2a2a2, 0 -9px #d5d5d5, -9px 0 #f3f3f3, 0 10px #555, 10px 0 #a2a2a2, 0 -10px #d5d5d5, -10px 0 #f3f3f3, 0 11px #555, 11px 0 #a2a2a2, 0 -11px #d5d5d5, -11px 0 #f3f3f3, 0 12px #555, 12px 0 #a2a2a2, 0 -12px #d5d5d5, -12px 0 #f3f3f3, 0 13px #555, 13px 0 #a2a2a2, 0 -13px #d5d5d5, -13px 0 #f3f3f3, 0 14px #555, 14px 0 #a2a2a2, 0 -14px #d5d5d5, -14px 0 #f3f3f3, 0 15px #555, 15px 0 #a2a2a2, 0 -15px #d5d5d5, -15px 0 #f3f3f3, 0 16px #555, 16px 0 #a2a2a2, 0 -16px #d5d5d5, -16px 0 #f3f3f3, 0 17px #555, 17px 0 #a2a2a2, 0 -17px #d5d5d5, -17px 0 #f3f3f3, 0 18px #555, 18px 0 #a2a2a2, 0 -18px #d5d5d5, -18px 0 #f3f3f3, 0 8px #555, 8px 0 #a2a2a2, 0 -8px #d5d5d5, -8px 0 #f3f3f3, 0 9px #555, 9px 0 #a2a2a2, 0 -9px #d5d5d5, -9px 0 #f3f3f3, 0 10px #555, 10px 0 #a2a2a2, 0 -10px #d5d5d5, -10px 0 #f3f3f3, 0 11px #555, 11px 0 #a2a2a2, 0 -11px #d5d5d5, -11px 0 #f3f3f3, 0 12px #555, 12px 0 #a2a2a2, 0 -12px #d5d5d5, -12px 0 #f3f3f3, 0 13px #555, 13px 0 #a2a2a2, 0 -13px #d5d5d5, -13px 0 #f3f3f3, 0 14px #555, 14px 0 #a2a2a2, 0 -14px #d5d5d5, -14px 0 #f3f3f3, 0 15px #555, 15px 0 #a2a2a2, 0 -15px #d5d5d5, -15px 0 #f3f3f3, 0 16px #555, 16px 0 #a2a2a2, 0 -16px #d5d5d5, -16px 0 #f3f3f3, 0 17px #555, 17px 0 #a2a2a2, 0 -17px #d5d5d5, -17px 0 #f3f3f3, 0 18px #555, 18px 0 #a2a2a2, 0 -18px #d5d5d5, -18px 0 #f3f3f3, 0 8px #555, 8px 0 #a2a2a2, 0 -8px #d5d5d5, -8px 0 #f3f3f3, 0 9px #555, 9px 0 #a2a2a2, 0 -9px #d5d5d5, -9px 0 #f3f3f3, 0 10px #555, 10px 0 #a2a2a2, 0 -10px #d5d5d5, -10px 0 #f3f3f3, 0 11px #555, 11px 0 #a2a2a2, 0 -11px #d5d5d5, -11px 0 #f3f3f3, 0 12px #555, 12px 0 #a2a2a2, 0 -12px #d5d5d5, -12px 0 #f3f3f3, 0 13px #555, 13px 0 #a2a2a2, 0 -13px #d5d5d5, -13px 0 #f3f3f3, 0 14px #555, 14px 0 #a2a2a2, 0 -14px #d5d5d5, -14px 0 #f3f3f3, 0 15px #555, 15px 0 #a2a2a2, 0 -15px #d5d5d5, -15px 0 #f3f3f3, 0 16px #555, 16px 0 #a2a2a2, 0 -16px #d5d5d5, -16px 0 #f3f3f3, 0 17px #555, 17px 0 #a2a2a2, 0 -17px #d5d5d5, -17px 0 #f3f3f3, 0 18px #555, 18px 0 #a2a2a2, 0 -18px #d5d5d5, -18px 0 #f3f3f3, 0 8px #555, 8px 0 #a2a2a2, 0 -8px #d5d5d5, -8px 0 #f3f3f3, 0 9px #555, 9px 0 #a2a2a2, 0 -9px #d5d5d5, -9px 0 #f3f3f3, 0 10px #555, 10px 0 #a2a2a2, 0 -10px #d5d5d5, -10px 0 #f3f3f3, 0 11px #555, 11px 0 #a2a2a2, 0 -11px #d5d5d5, -11px 0 #f3f3f3, 0 12px #555, 12px 0 #a2a2a2, 0 -12px #d5d5d5, -12px 0 #f3f3f3, 0 13px #555, 13px 0 #a2a2a2, 0 -13px #d5d5d5, -13px 0 #f3f3f3, 0 14px #555, 14px 0 #a2a2a2, 0 -14px #d5d5d5, -14px 0 #f3f3f3, 0 15px #555, 15px 0 #a2a2a2, 0 -15px #d5d5d5, -15px 0 #f3f3f3, 0 16px #555, 16px 0 #a2a2a2, 0 -16px #d5d5d5, -16px 0 #f3f3f3, 0 17px #555, 17px 0 #a2a2a2, 0 -17px #d5d5d5, -17px 0 #f3f3f3, 0 18px #555, 18px 0 #a2a2a2, 0 -18px #d5d5d5, -18px 0 #f3f3f3, 0 8px #555, 8px 0 #a2a2a2, 0 -8px #d5d5d5, -8px 0 #f3f3f3, 0 9px #555, 9px 0 #a2a2a2, 0 -9px #d5d5d5, -9px 0 #f3f3f3, 0 10px #555, 10px 0 #a2a2a2, 0 -10px #d5d5d5, -10px 0 #f3f3f3, 0 11px #555, 11px 0 #a2a2a2, 0 -11px #d5d5d5, -11px 0 #f3f3f3, 0 12px #555, 12px 0 #a2a2a2, 0 -12px #d5d5d5, -12px 0 #f3f3f3, 0 13px #555, 13px 0 #a2a2a2, 0 -13px #d5d5d5, -13px 0 #f3f3f3, 0 14px #555, 14px 0 #a2a2a2, 0 -14px #d5d5d5, -14px 0 #f3f3f3, 0 15px #555, 15px 0 #a2a2a2, 0 -15px #d5d5d5, -15px 0 #f3f3f3, 0 16px #555, 16px 0 #a2a2a2, 0 -16px #d5d5d5, -16px 0 #f3f3f3, 0 17px #555, 17px 0 #a2a2a2, 0 -17px #d5d5d5, -17px 0 #f3f3f3, 0 18px #555, 18px 0 #a2a2a2, 0 -18px #d5d5d5, -18px 0 #f3f3f3, 0 8px #555, 8px 0 #a2a2a2, 0 -8px #d5d5d5, -8px 0 #f3f3f3, 0 9px #555, 9px 0 #a2a2a2, 0 -9px #d5d5d5, -9px 0 #f3f3f3, 0 10px #555, 10px 0 #a2a2a2, 0 -10px #d5d5d5, -10px 0 #f3f3f3, 0 11px #555, 11px 0 #a2a2a2, 0 -11px #d5d5d5, -11px 0 #f3f3f3, 0 12px #555, 12px 0 #a2a2a2, 0 -12px #d5d5d5, -12px 0 #f3f3f3, 0 13px #555, 13px 0 #a2a2a2, 0 -13px #d5d5d5, -13px 0 #f3f3f3, 0 14px #555, 14px 0 #a2a2a2, 0 -14px #d5d5d5, -14px 0 #f3f3f3, 0 15px #555, 15px 0 #a2a2a2, 0 -15px #d5d5d5, -15px 0 #f3f3f3, 0 16px #555, 16px 0 #a2a2a2, 0 -16px #d5d5d5, -16px 0 #f3f3f3, 0 17px #555, 17px 0 #a2a2a2, 0 -17px #d5d5d5, -17px 0 #f3f3f3, 0 18px #555, 18px 0 #a2a2a2, 0 -18px #d5d5d5, -18px 0 #f3f3f3, 0 8px #555, 8px 0 #a2a2a2, 0 -8px #d5d5d5, -8px 0 #f3f3f3, 0 9px #555, 9px 0 #a2a2a2, 0 -9px #d5d5d5, -9px 0 #f3f3f3, 0 10px #555, 10px 0 #a2a2a2, 0 -10px #d5d5d5, -10px 0 #f3f3f3, 0 11px #555, 11px 0 #a2a2a2, 0 -11px #d5d5d5, -11px 0 #f3f3f3, 0 12px #555, 12px 0 #a2a2a2, 0 -12px #d5d5d5, -12px 0 #f3f3f3, 0 13px #555, 13px 0 #a2a2a2, 0 -13px #d5d5d5, -13px 0 #f3f3f3, 0 14px #555, 14px 0 #a2a2a2, 0 -14px #d5d5d5, -14px 0 #f3f3f3, 0 15px #555, 15px 0 #a2a2a2, 0 -15px #d5d5d5, -15px 0 #f3f3f3, 0 16px #555, 16px 0 #a2a2a2, 0 -16px #d5d5d5, -16px 0 #f3f3f3, 0 17px #555, 17px 0 #a2a2a2, 0 -17px #d5d5d5, -17px 0 #f3f3f3, 0 18px #555, 18px 0 #a2a2a2, 0 -18px #d5d5d5, -18px 0 #f3f3f3, 0 8px #555, 8px 0 #a2a2a2, 0 -8px #d5d5d5, -8px 0 #f3f3f3, 0 9px #555, 9px 0 #a2a2a2, 0 -9px #d5d5d5, -9px 0 #f3f3f3, 0 10px #555, 10px 0 #a2a2a2, 0 -10px #d5d5d5, -10px 0 #f3f3f3, 0 11px #555, 11px 0 #a2a2a2, 0 -11px #d5d5d5, -11px 0 #f3f3f3, 0 12px #555, 12px 0 #a2a2a2, 0 -12px #d5d5d5, -12px 0 #f3f3f3, 0 13px #555, 13px 0 #a2a2a2, 0 -13px #d5d5d5, -13px 0 #f3f3f3, 0 14px #555, 14px 0 #a2a2a2, 0 -14px #d5d5d5, -14px 0 #f3f3f3, 0 15px #555, 15px 0 #a2a2a2, 0 -15px #d5d5d5, -15px 0 #f3f3f3, 0 16px #555, 16px 0 #a2a2a2, 0 -16px #d5d5d5, -16px 0 #f3f3f3, 0 17px #555, 17px 0 #a2a2a2, 0 -17px #d5d5d5, -17px 0 #f3f3f3, 0 18px #555, 18px 0 #a2a2a2, 0 -18px #d5d5d5, -18px 0 #f3f3f3, 6px 6px #888, -6px -6px #eee, 6px -6px #bbb, -6px 6px #fbfbfb, 7px 7px #888, -7px -7px #eee, 7px -7px #bbb, -7px 7px #fbfbfb, 8px 8px #888, -8px -8px #eee, 8px -8px #bbb, -8px 8px #fbfbfb, 9px 9px #888, -9px -9px #eee, 9px -9px #bbb, -9px 9px #fbfbfb, 10px 10px #888, -10px -10px #eee, 10px -10px #bbb, -10px 10px #fbfbfb, 11px 11px #888, -11px -11px #eee, 11px -11px #bbb, -11px 11px #fbfbfb, 12px 12px #888, -12px -12px #eee, 12px -12px #bbb, -12px 12px #fbfbfb, 13px 13px #888, -13px -13px #eee, 13px -13px #bbb, -13px 13px #fbfbfb;
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

.loading .spinner {
  margin: -150px auto 0;
}

.widget-overlay.overlay.fullscreen {
  padding: 0;
}

#widgetOverlay {
  background: var(--sbf-palette-white);
}

@media (min-width: 760px) {
  #widgetOverlay {
    background: none;
  }
}

.secondary-nav {
  color: #005595;
  text-align: center;
  background-color: #ebf3f9;
  border-bottom: 1px solid #cde5ff;
  display: none;
}

@media (min-width: 760px) {
  .secondary-nav {
    display: block;
  }
}

.secondary-nav nav {
  justify-content: center;
  display: flex;
}

.secondary-nav ul {
  margin: 0;
  list-style: none;
  display: flex;
}

.secondary-nav li:before {
  content: "·";
  font-weight: 700;
}

.secondary-nav li:first-child:before {
  content: "";
}

.secondary-nav a {
  color: inherit;
  border-bottom: none;
  padding: 14px 5px 11px;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: underline;
  display: inline-block;
}

.secondary-nav a:hover {
  color: #001b2f;
}

.tk-header {
  margin: 0;
}

.section-container {
  width: auto;
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 14px;
}

@media (min-width: 1020px) {
  .section-container {
    margin: 0 auto;
    padding: 0;
  }
}

.sb-hr {
  color: #d8d8d8;
  margin: 23px auto;
}

@media (min-width: 760px) {
  .sb-hr {
    text-align: left;
    background: none;
    max-width: 400px;
    margin: 23px 0;
  }
}

main {
  background: #fff;
  overflow: hidden;
}

main a {
  color: #005595;
}

main a:hover, main a:active {
  color: #002949;
}

main a {
  font-weight: 600;
  text-decoration: underline;
}

ul {
  list-style: none;
}

.gold {
  color: #e9af1f;
}

h1 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.125;
}

@media (min-width: 760px) {
  h1 {
    letter-spacing: -.035em;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 3.125em;
    font-weight: 700;
    line-height: 1.1;
  }
}

@media (min-width: 900px) {
  h1 {
    letter-spacing: -.035em;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 3.75em;
    font-weight: 700;
    line-height: 1.08333;
  }
}

.section-hero {
  color: #fff;
  background: url("/fa/min/assets/section-hero-bg-mobile-8fe2c80c.jpg") 0 100% / cover no-repeat;
  padding: 24px 0 220px;
}

@media (min-width: 600px) {
  .section-hero {
    background-position: bottom;
    padding: 60px 0 100px;
  }
}

@media (min-width: 760px) {
  .section-hero {
    background: url("/fa/min/assets/section-hero-bg-e59cceee.jpg") top / cover no-repeat;
    padding: 120px 0 160px;
  }
}

.section-hero .content-container {
  text-align: center;
  width: 100%;
  padding: 30px 10px 0;
}

@media (min-width: 600px) {
  .section-hero .content-container {
    text-align: left;
    width: 50%;
    margin: 0 0 0 50%;
  }
}

.section-hero p {
  letter-spacing: .01em;
  text-wrap: balance;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.375;
}

@media (min-width: 760px) {
  .section-hero p {
    letter-spacing: .005em;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.125em;
    line-height: 1.33333;
  }
}

@media (min-width: 960px) {
  .section-hero p {
    letter-spacing: -.0015em;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.5em;
    line-height: 1.25;
  }
}

.section-passion {
  border-top: 4px solid #b4975a;
  padding: 40px 0;
}

@media (min-width: 760px) {
  .section-passion {
    padding: 50px 0;
  }
}

@media (min-width: 960px) {
  .section-passion {
    padding: 80px 0 120px;
  }
}

.section-passion .content-container {
  width: 100%;
  margin: 0;
  padding: 0 10px;
}

@media (min-width: 760px) {
  .section-passion .content-container {
    width: 50%;
  }
}

.section-passion h2 {
  letter-spacing: -.025em;
  width: 65%;
  margin: 0 0 12px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .section-passion h2 {
    letter-spacing: -.025em;
    width: 100%;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

@media (min-width: 960px) {
  .section-passion h2 {
    padding: 0;
  }
}

.section-passion p {
  letter-spacing: .01em;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 760px) {
  .section-passion p {
    letter-spacing: .005em;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.125em;
    line-height: 1.33333;
  }
}

.section-passion .section-container {
  z-index: 1;
}

.section-passion .section-container:after {
  content: "";
  z-index: -1;
  background: url("/fa/min/assets/section-passion-gift-mobile-bc05f96b.png");
  width: 175px;
  height: 192px;
  position: absolute;
  top: -130px;
  right: 0;
}

@media (min-width: 600px) {
  .section-passion .section-container:after {
    top: -156px;
    right: 64px;
  }
}

@media (min-width: 760px) {
  .section-passion .section-container:after {
    content: "";
    background: url("/fa/min/assets/section-passion-gift-cd52507c.png") top / 80% no-repeat;
    width: 522px;
    height: 502px;
    position: absolute;
    top: -215px;
    right: -45px;
  }
}

@media (min-width: 960px) {
  .section-passion .section-container:after {
    background-size: 100%;
    right: 0;
  }
}

.section-callout-top, .section-callout-bottom {
  color: #fff;
  text-align: center;
  background: #b4975a;
  padding: 22px 0;
}

@media (min-width: 800px) {
  .section-callout-top, .section-callout-bottom {
    padding: 38px 0;
  }

  .section-callout-top .section-container, .section-callout-bottom .section-container {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}

.section-callout-top h2, .section-callout-bottom h2 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .section-callout-top h2, .section-callout-bottom h2 {
    letter-spacing: -.025em;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

@media (min-width: 800px) {
  .section-callout-top h2, .section-callout-bottom h2 {
    margin: 0 20px 0 0;
    display: inline-block;
  }
}

.section-callout-top i, .section-callout-bottom i {
  letter-spacing: normal;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .875em;
  line-height: 1.28571;
}

@media (min-width: 760px) {
  .section-callout-top i, .section-callout-bottom i {
    letter-spacing: normal;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1em;
    line-height: 1.375;
  }
}

.section-callout-top span, .section-callout-bottom span {
  letter-spacing: normal;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.375;
  display: block;
}

@media (min-width: 800px) {
  .section-callout-top span, .section-callout-bottom span {
    display: inline;
  }
}

.section-callout-top a, .section-callout-bottom a {
  color: #fff;
}

.section-callout-top .tk-button, .section-callout-bottom .tk-button {
  border-radius: var(--sbf-border-radius-4);
  color: #353535;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #353535;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #f5f5f5;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.section-callout-top .tk-button:hover, .section-callout-top .tk-button:focus, .section-callout-bottom .tk-button:hover, .section-callout-bottom .tk-button:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #353535;
  border-color: #353535;
}

.section-callout-top .tk-button:focus, .section-callout-bottom .tk-button:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.section-callout-top .tk-button.disabled, .section-callout-top .tk-button[disabled], .section-callout-bottom .tk-button.disabled, .section-callout-bottom .tk-button[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.section-callout-top .tk-button.disabled:hover, .section-callout-top .tk-button.disabled:focus, .section-callout-top .tk-button[disabled]:hover, .section-callout-top .tk-button[disabled]:focus, .section-callout-bottom .tk-button.disabled:hover, .section-callout-bottom .tk-button.disabled:focus, .section-callout-bottom .tk-button[disabled]:hover, .section-callout-bottom .tk-button[disabled]:focus {
  color: #353535;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #f5f5f5;
  border-color: #353535;
}

.section-callout-top .tk-button, .section-callout-bottom .tk-button {
  font-size: var(--sbf-font-size-18);
  color: #fff;
  background-color: #0000;
  border-color: #fff;
  min-width: 200px;
  padding: 16px;
  line-height: 1.15em;
}

@media (min-width: 800px) {
  .section-callout-top .tk-button, .section-callout-bottom .tk-button {
    flex-shrink: 0;
  }
}

@media (min-width: 960px) {
  .section-callout-top .tk-button, .section-callout-bottom .tk-button {
    margin: 0 24px;
  }
}

.section-callout-top .tk-button:active, .section-callout-top .tk-button:focus, .section-callout-top .tk-button:hover, .section-callout-bottom .tk-button:active, .section-callout-bottom .tk-button:focus, .section-callout-bottom .tk-button:hover {
  color: #b4975a;
  background-color: #fff;
  border-color: #b4975a;
}

.section-callout-bottom .tk-button {
  margin: 20px;
}

.section-gift-support {
  text-align: center;
  background: #f5f5f5;
  padding: 80px 0;
}

.section-gift-support h2 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .section-gift-support h2 {
    letter-spacing: -.025em;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

.section-gift-support h3 {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .section-gift-support h3 {
    letter-spacing: -.025em;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1.16667;
  }
}

.section-gift-support p {
  letter-spacing: normal;
  text-wrap: balance;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.375;
}

.section-gift-support h2, .section-gift-support h3, .section-gift-support p {
  margin: 0 0 20px;
}

.section-gift-support:after {
  content: "";
  z-index: 10;
  border: 30px solid #0000;
  border-top-color: #f5f5f5;
  border-bottom: none;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -29px;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 760px) {
  .section-gift-support:after {
    border-width: 40px;
    bottom: -39px;
  }
}

.threes {
  flex-wrap: wrap;
  margin: 0;
  display: flex;
}

.threes li {
  flex-basis: 100%;
}

@media (min-width: 760px) {
  .threes li {
    flex-grow: 1;
    flex-basis: 30%;
    padding: 10px;
  }
}

.threes i {
  margin: 24px 0;
}

.section-examples {
  color: #fff;
  z-index: 1;
  text-align: center;
  background: #353535;
  padding: 80px 0;
  overflow: hidden;
}

@media (min-width: 760px) {
  .section-examples {
    background: url("/fa/min/assets/section-example-bg-70fbb786.jpg") center / cover no-repeat;
  }
}

.section-examples h2 {
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .section-examples h2 {
    letter-spacing: -.025em;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

.section-examples h3 {
  letter-spacing: -.015em;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.16667;
}

.section-examples h4 {
  letter-spacing: normal;
  margin: 0 0 8px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.125em;
  line-height: 1.33333;
}

@media (min-width: 760px) {
  .section-examples h4 {
    letter-spacing: -.005em;
    margin: 0 0 8px;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.5em;
    line-height: 1.25;
  }
}

.section-examples p {
  letter-spacing: normal;
  text-wrap: balance;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.375;
}

.section-examples h3, .section-examples h4 {
  color: #e9af1f;
}

.section-examples h2, .section-examples p {
  margin: 0 0 20px;
}

.parallax-bg {
  z-index: -1;
  background: url("/fa/min/assets/section-example-bg-70fbb786.jpg") 50% 0 / cover no-repeat;
  width: 100%;
  height: calc(100% + 450px);
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .parallax-bg {
    display: none;
  }
}

.quotes.quotes {
  min-height: 500px;
  margin: 0 0 9px 25px;
  overflow: visible !important;
}

@media (min-width: 760px) {
  .quotes.quotes {
    padding: 55px 0;
  }
}

.quotes.quotes blockquote {
  float: left;
  border: none;
  width: 100%;
  margin: 64px 0 0;
  padding: 0 10px;
  font-family: Zilla Slab, Georgia, serif;
  display: block;
}

@media (min-width: 760px) {
  .quotes.quotes blockquote {
    width: 58.3%;
  }
}

.quotes.quotes blockquote footer {
  margin: 24px 0;
  display: block;
}

.quotes.quotes blockquote footer:before {
  content: "";
  vertical-align: top;
  background: url("data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QPCaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjYtYzAxNCA3OS4xNTY3OTcsIDIwMTQvMDgvMjAtMDk6NTM6MDIgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcFJpZ2h0cz0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3JpZ2h0cy8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBSaWdodHM6TWFya2VkPSJGYWxzZSIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ1dWlkOjQ1MENGOTdGQTAwREUyMTE4OTc1RkIyQjRBNTE2RUE5IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg2OTdENTExNzcyNjExRTRBNUJGQzgxOTJBMUQ0MEI3IiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg2OTdENTEwNzcyNjExRTRBNUJGQzgxOTJBMUQ0MEI3IiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE0IChNYWNpbnRvc2gpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6NTNlNjI3YjAtOTY3OS00YzY4LWI1ZjMtMTIxMWVlY2FiNjkyIiBzdFJlZjpkb2N1bWVudElEPSJ1dWlkOjQ1MENGOTdGQTAwREUyMTE4OTc1RkIyQjRBNTE2RUE5Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/+4ADkFkb2JlAGTAAAAAAf/bAIQABgQEBAUEBgUFBgkGBQYJCwgGBggLDAoKCwoKDBAMDAwMDAwQDA4PEA8ODBMTFBQTExwbGxscHx8fHx8fHx8fHwEHBwcNDA0YEBAYGhURFRofHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8f/8AAEQgAIwAoAwERAAIRAQMRAf/EAHAAAAIDAQEAAAAAAAAAAAAAAAUGAQQHAgMBAQEAAAAAAAAAAAAAAAAAAAABEAABAwMCBAUBBgcAAAAAAAABEQIDEgQFABMhMRQGQVFhcSJykaGxwUIzMmKCwkMWJhEBAAAAAAAAAAAAAAAAAAAAAP/aAAwDAQACEQMRAD8A3q5ucl3BkpbS0lMNjCUc4EgEApU5Oa+A0VF121ksVC68sLxz3RCqRoFJQcyiuDvY6C+e6f8AnxfUjqi7ZDP07iKvsnH7tEULXtnI5WJt5f3jmOlFUbSKyh5HmA32Gipt7nJdv5KK0u5TPYzFGuKkAEooXkniNB5YG/iwl/d2V+DGHuAEqEpSqEp4EHQN0NzZ3cZ2ZWTMIR1JB4HzTRC53tFHFYWkcTQyNryGsaEA+PloGa3/AGI/pb+GgVe45W5bKWmOszuOiLt2RvENqIXj/KBx0UXuxjsnevsjbtuHwAb8zuAjXk0OHyJ9NECcn2vJYsdfYqZ7HwgudGvFBxNJ/I6K7PcVrPioLm9YXSB5icGxxyI8AGoB5CKDoC0mHddMHUXtw+Jw/aaWRtIPgQxoX7dECJbmTA5WCBsEUePm4VsBL3BUVznElW+XLRXOJyMeMzeQtr47YnlL2yu5KpIU+Tg7QFcxn8dbWUlE7JpntLY42ODlJCKU5DRCwcPc/wCsdVSV3t2nx2qaavt4+2imjE9wY65s4y+dkUzWgSxyODSCBxIXmNEA+4LyLM5K0sbI7gY4h0o5K5FT0aG89FWe8tqqOvplp+Ne5v8AM8qOFP1aBbxe11La+nVfj1O5QvrR/doNK/w/p/h/p5fhojNcptdS6jp1X5dNuUL6V/lopk7N2qpKOmWn5Ubm+q+NfCn6dEf/2Q==") 0 0 / auto 90% no-repeat;
  width: 22px;
  height: 22px;
  padding: 0 8px 0 0;
  display: inline-block;
  position: relative;
  top: 2px;
}

.quotes.quotes .slide-hidden {
  opacity: 0;
}

.slide {
  letter-spacing: .01em;
  background: #fff;
  width: 100%;
  margin: 0;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
  transition: opacity .7s linear;
  position: absolute;
}

.slide img {
  float: left;
  width: 100%;
  max-width: 390px;
  height: auto;
  margin: 0;
  padding: 0 10px;
  display: block;
  left: 50%;
  transform: translate(-50%);
}

@media (min-width: 760px) {
  .slide img {
    width: 41.6%;
    left: 0;
    transform: none;
  }
}

.slider-controls, .slider-arrows {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.slider-arrow {
  text-indent: -9999px;
  pointer-events: auto;
  width: 60px;
  height: 100%;
  box-shadow: none;
  opacity: 1;
  background: none;
  border: none;
  border-radius: 0;
  transition: opacity .2s linear;
  position: absolute;
  top: 0;
  left: -80px;
  overflow: hidden;
}

.slider-arrow:hover, .slider-arrow:focus {
  box-shadow: none;
  background-color: #0000;
  outline: none;
}

.slider-arrow:hover:before, .slider-arrow:focus:before {
  border-top-color: #353535;
  border-left-color: #353535;
}

.slider-arrow:before {
  content: "";
  border: 2px solid #fff;
  border-color: #979797 #fff #fff #979797;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: rotate(-45deg);
}

.slider-arrow.next {
  left: auto;
  right: -80px;
}

.slider-arrow.next:before {
  transform: rotate(135deg);
}

.slider-bubbles {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-40%);
}

@media (min-width: 760px) {
  .slider-bubbles {
    left: 77.7%;
  }
}

.bubble {
  width: 20px;
  height: 20px;
  box-shadow: none;
  pointer-events: auto;
  background: #353535;
  border: none;
  border-radius: 50%;
  margin: 0 2px;
  transition: background .2s linear;
  display: inline-block;
}

.bubble.active {
  background: #e9af1f;
}

.button-hide {
  opacity: 0;
  pointer-events: none;
}

.quotes-gold p {
  letter-spacing: .005em;
  padding: 0 48px 0 0;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  font-style: italic;
  line-height: 28px;
}

.quotes-gold p:before, .quotes-gold p:after {
  color: #e9af1f;
  font-size: 84px;
  font-style: italic;
}

@media (min-width: 760px) {
  .quotes-gold p:before, .quotes-gold p:after {
    font-size: 96px;
  }
}

.quotes-gold p:before {
  content: "“";
  position: absolute;
  top: .25em;
  left: -.5em;
}

.quotes-gold p:after {
  content: "”";
  vertical-align: top;
  margin: 36px 0 0;
  line-height: 0;
  display: inline;
  position: absolute;
}

.section-video {
  color: #fff;
  background: #353535;
  padding: 80px 0;
}

.section-video .flex-container {
  flex-direction: column;
  display: flex;
}

@media (min-width: 960px) {
  .section-video .flex-container {
    flex-direction: row;
  }
}

.section-video a {
  color: #f3d36e;
}

.section-video a:hover, .section-video a:active {
  color: #edbe27;
}

.section-video .video, .section-video .video-content {
  width: 100%;
  margin: 0;
  padding: 0 10px;
  display: block;
}

@media (min-width: 960px) {
  .section-video .video, .section-video .video-content {
    width: 50%;
  }
}

.section-video .video-content {
  padding: 0 10px 0 20px;
}

.section-video .video-content h2 {
  letter-spacing: -.025em;
  margin: 24px 0 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .section-video .video-content h2 {
    letter-spacing: -.025em;
    margin: 24px 0 0;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

@media (min-width: 960px) {
  .section-video .video-content h2 {
    margin: 0;
  }
}

.section-video .video-content p {
  letter-spacing: .01em;
  margin: 1em 0 0;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
  display: block;
}

.section-video .video {
  cursor: pointer;
  padding: 0 10px 0 0;
}

.section-connect {
  text-align: center;
  background: #fff;
  margin: 0 0 -48px;
  padding: 0 12px 45px;
}

@media (min-width: 760px) {
  .section-connect {
    -webkit-background: linear-gradient(to right, #fcfcfc 50%, #4387da 50%);
    background: linear-gradient(to right, #fcfcfc 50%, #4387da 50%);
  }
}

.section-connect .section-container {
  background: 100% / cover no-repeat;
  border: 1px solid #0000;
  min-height: 640px;
}

@media (min-width: 760px) {
  .section-connect .section-container {
    text-align: left;
    background-image: url("/fa/min/assets/section-connect-bg-mobile-76a33a3b.jpg");
    top: -1px;
  }
}

@media (min-width: 960px) {
  .section-connect .section-container {
    background-image: url("/fa/min/assets/section-connect-bg-41163717.jpg");
  }
}

.section-connect .section-container ul {
  margin: 0 auto 24px;
}

.section-connect .section-container h2 {
  letter-spacing: -.025em;
  margin: 0 0 12px;
  padding: 60px 0 10px;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.875em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .section-connect .section-container h2 {
    letter-spacing: -.025em;
    margin: 0;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1.125;
  }
}

.section-connect .section-container h3 {
  letter-spacing: -.015em;
  margin: 10px 0;
  font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.16667;
}

@media (min-width: 760px) {
  .section-connect .section-container h3 {
    letter-spacing: -.025em;
    margin: 10px 0 0;
    font-family: "Source Sans 3", Helvetica Neue, Arial, Helvetica, sans-serif;
    font-size: 1.875em;
    font-weight: 700;
    line-height: 1.16667;
  }
}

.section-connect .section-container p, .section-connect .section-container li {
  letter-spacing: .01em;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1em;
  line-height: 1.375;
}

@media (min-width: 760px) {
  .section-connect .section-container p:nth-of-type(2) {
    max-width: 55%;
  }
}

.section-connect .section-container .tk-button {
  border-radius: var(--sbf-border-radius-4);
  color: #fff;
  font-family: var(--sbf-font-family-sans);
  font-weight: var(--sbf-font-weight-700);
  border-color: #1c6b3d;
  border-width: var(--sbf-border-width-2);
  cursor: pointer;
  white-space: nowrap;
  z-index: 2;
  letter-spacing: -.005em;
  text-align: center;
  background-color: #1c6b3d;
  border-style: solid;
  margin-bottom: 10px;
  text-decoration: none;
  transition: background 50ms linear, border-color 50ms linear, color 50ms linear, opacity 50ms linear;
  display: inline-block;
}

.section-connect .section-container .tk-button:hover, .section-connect .section-container .tk-button:focus {
  color: #f5f5f5;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #114326;
  border-color: #114326;
}

.section-connect .section-container .tk-button:focus {
  outline: solid var(--sbf-border-width-2) var(--sbf-state-focus);
  outline-offset: var(--sbf-border-width-2);
}

.section-connect .section-container .tk-button.disabled, .section-connect .section-container .tk-button[disabled] {
  opacity: var(--sbf-opacity-50);
  pointer-events: none;
}

.section-connect .section-container .tk-button.disabled:hover, .section-connect .section-container .tk-button.disabled:focus, .section-connect .section-container .tk-button[disabled]:hover, .section-connect .section-container .tk-button[disabled]:focus {
  color: #fff;
  border-bottom-width: var(--sbf-border-width-2);
  background-color: #1c6b3d;
  border-color: #1c6b3d;
}

.section-connect .section-container .tk-button {
  font-size: var(--sbf-font-size-18);
  min-width: 200px;
  margin: 0;
  padding: 16px;
  line-height: 1.15em;
}

.section-connect .section-container .sub-heading {
  letter-spacing: .005em;
  font-family: Zilla Slab, Georgia, serif;
  font-size: 1.125em;
  font-style: italic;
  font-weight: 600;
  line-height: 1.33333;
}

@media (min-width: 760px) {
  .section-connect .section-container .sub-heading {
    letter-spacing: -.005em;
    font-family: Zilla Slab, Georgia, serif;
    font-size: 1.5em;
    font-style: italic;
    line-height: 1.25;
  }
}

.section-connect .section-container .contact-person {
  text-align: center;
  margin: 0 0 24px;
}

@media (min-width: 760px) {
  .section-connect .section-container .contact-person {
    text-align: left;
    align-items: center;
    display: flex;
  }
}

.section-connect .section-container .contact-person p {
  max-width: 100%;
  margin: 0;
}

.section-connect .section-container .contact-person img {
  width: 100px;
  height: 100px;
}

@media (min-width: 760px) {
  .section-connect .section-container .contact-person img {
    margin: 0 16px 0 0;
  }
}

.sprite {
  background-image: url("/fa/min/assets/spritesheet1-5d03a2a5.png");
  background-repeat: no-repeat;
  display: inline-block;
}

.sprite-book {
  background-position: -5px -5px;
  width: 102px;
  height: 120px;
}

.sprite-cap {
  background-position: -117px -5px;
  width: 161px;
  height: 161px;
}

.sprite-doc {
  background-position: -288px -5px;
  width: 161px;
  height: 161px;
}

.sprite-giftbox {
  background-position: -5px -176px;
  width: 161px;
  height: 161px;
}

.sprite-gradcap {
  background-position: -176px -176px;
  width: 143px;
  height: 120px;
  top: 12px;
}

.sprite-kid {
  background-position: -329px -176px;
  width: 161px;
  height: 161px;
}

.sprite-medbag {
  background-position: -459px -5px;
  width: 161px;
  height: 161px;
}

.sprite-microscope {
  background-position: -500px -176px;
  width: 75px;
  height: 120px;
}

.sprite-plane {
  background-position: -500px -303px;
  width: 161px;
  height: 161px;
}

.dark-overlay {
  cursor: pointer;
  z-index: 10;
  background: #000000e6;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

.overlay-inner {
  width: 80%;
  height: 80%;
  position: absolute;
  top: 10%;
  left: 10%;
}

.overlay-inner .responsive-video {
  width: 100%;
  height: auto;
  margin: 20px 0;
  padding: 25px 0 56.25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 5px #6e6e6e;
}

.overlay-inner iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 960px) {
  .overlay-inner {
    width: 60%;
    height: 60%;
    top: 20%;
    left: 20%;
  }
}

.overlay-show {
  display: block;
}

.embed-responsive {
  width: 100%;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.embed-responsive:before {
  content: "";
  display: block;
}

.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
  border: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.embed-responsive-21by9:before {
  padding-top: 42.8571%;
}

.embed-responsive-16by9:before {
  padding-top: 56.25%;
}

.embed-responsive-4by3:before {
  padding-top: 75%;
}

.embed-responsive-1by1:before {
  padding-top: 100%;
}
