.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-77054e71-9611-4245-b45b-d682c9a4e570 {
  padding-top: 30px;
min-height: 50px;
}








#s-77054e71-9611-4245-b45b-d682c9a4e570 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-77054e71-9611-4245-b45b-d682c9a4e570.shg-box.shg-c {
  justify-content: center;
}

#s-fcc985bf-fce7-4d0d-ab21-a6cba2510d62 {
  background-image: url(https://www.tenthousand.cc/3f553e42-f4e2-46a8-9402-789bf5d140cb/-/format/auto/-/preview/3000x3000/-/quality/lighter/?em-origin=i.shgcdn.com&em-referer-proto=https&em-referer-host=www.tenthousand.cc);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (max-width: 767px){#s-fcc985bf-fce7-4d0d-ab21-a6cba2510d62 {
  min-height: 350px;
}
}







#s-fcc985bf-fce7-4d0d-ab21-a6cba2510d62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fcc985bf-fce7-4d0d-ab21-a6cba2510d62.shg-box.shg-c {
  justify-content: center;
}

#s-0e5173f0-2d01-4fc3-95ae-1740dc11defc {
  margin-top: -80px;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 160px;
}








#s-0e5173f0-2d01-4fc3-95ae-1740dc11defc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e5173f0-2d01-4fc3-95ae-1740dc11defc.shg-box.shg-c {
  justify-content: center;
}

.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-d39afc35-7f8e-4002-8fa8-826b40ef42b3 {
  text-align: center;
}




  #s-d39afc35-7f8e-4002-8fa8-826b40ef42b3 img.shogun-image {
    
    width: px;
  }


#s-d39afc35-7f8e-4002-8fa8-826b40ef42b3 .shogun-image-content {
  
    align-items: center;
  
}

#s-8b56cfb3-f545-4c75-abc3-07aa5389e115 {
  padding-top: 60px;
padding-bottom: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-8b56cfb3-f545-4c75-abc3-07aa5389e115 {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-8b56cfb3-f545-4c75-abc3-07aa5389e115 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b56cfb3-f545-4c75-abc3-07aa5389e115.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-c97b4f7f-a93f-484d-9c1a-8a2058bbd1fb {
  text-align: center;
}

#s-c97b4f7f-a93f-484d-9c1a-8a2058bbd1fb .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-592758a0-aa6b-4d56-98ff-fc7a1739aa30 {
  margin-top: 12px;
}

#s-0e7db33b-4a9c-4a7b-8793-050d21659e50 {
  margin-top: 42px;
margin-left: auto;
margin-right: auto;
max-width: 650px;
}

#s-3df72763-ec6e-4050-bf19-fa38fb555260 {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
min-height: 50px;
max-width: 1208px;
}








#s-3df72763-ec6e-4050-bf19-fa38fb555260 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3df72763-ec6e-4050-bf19-fa38fb555260.shg-box.shg-c {
  justify-content: center;
}

.shogun-editor .video-section {
    background-color: #202020;
}
.shogun-editor .bty-article-image-text .video-section {
    padding-bottom: 0;
}
.shogun-editor .bty-article-image-text .video-section .video-wrapper {
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}
.shogun-editor .bty-article-image-text:not(.bty-article-image-text-horizontal) .video-section .video-wrapper {
    padding-bottom: 177%;
}

.shogun-editor .bty-article-image-text.bty-article-image-text-horizontal .video-section .video-wrapper {
    padding-bottom: 56.25%;
}
.shogun-editor .fos-video-single .video-section .video-wrapper {
    padding-bottom: 56.25%;
}

.shogun-editor .set-short-landing-video .video-wrapper {
    padding-bottom: 585px;
}
.shogun-editor .product-landing-video .video-wrapper {
    padding-bottom: 585px;
}

.shogun-editor .mp-category-video .video-wrapper {
    padding-bottom: 546px;
}

.shogun-editor .shirts-landing-video .video-wrapper {
    padding-bottom: 480px;
}
.shogun-editor .wool-landing-video .video-wrapper {
    padding-bottom: 480px;
}
.shogun-editor .event-video-section .video-wrapper {
    padding-bottom: 384px;
}

.shogun-editor .dm-custom-page-video .video-wrapper {
    padding-bottom: 56.25%;
}

.shogun-editor .video-section .video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    background-color: #202020;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

.shogun-editor .video-section .video-overlay.hidden-overlay {
    visibility: hidden;
    opacity: 0
}

.shogun-editor .video-section .video-play-btn .play-btn-icon {
    max-width: 72px;
    max-height: 72px;
    cursor: pointer
}

.shogun-editor .video-section .video-play-btn .play-btn-icon svg {
    width: 100%;
    height: 100%
}


.shogun-editor .text-center {
    text-align: center !important;
}

.shogun-editor .hero-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  max-height: calc(100vh - 101px);
}
.shogun-editor .hero-wrapper .hero-image {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
    height: 100%;
    font-family: "object-fit: cover; object-position: center;";
}
  



#s-549b80cd-1001-4916-a0e6-95a83c614a11 {
  margin-top: 50px;
margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 1268px;
}
@media (max-width: 767px){#s-549b80cd-1001-4916-a0e6-95a83c614a11 {
  margin-top: 20px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-549b80cd-1001-4916-a0e6-95a83c614a11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-549b80cd-1001-4916-a0e6-95a83c614a11.shg-box.shg-c {
  justify-content: center;
}

.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
  flex-wrap: wrap;
}

.shogun-tabs.shogun-modern {
  padding-left: 10px;
  padding-right: 5px;
  overflow: hidden;
  transform: translate(0px, 0px);
}

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
}

.shogun-tabs.shogun-modern li {
  width: 200px;
  height: 45px;
  margin: 0 5px 0 0;
}

.shogun-tabs.shogun-rounded li {
  margin-bottom: 0;
  float: left;
  box-sizing: border-box;
  margin-right: 2px;
  line-height: 1.42857143;
  position: relative;
  display: block;
  overflow: visible;
}

.shogun-tabs.shogun-rounded li .shogun-tab-box {
  padding: 10px 15px !important;
  border-radius: 4px 4px 0 0;
}

.shogun-tabs.shogun-modern li .shogun-tab-box {
  padding: 12px 5px !important;
  width: 100%;
  height: 100%;
}

@media (max-width: 768px) {
  .shogun-tabs.shogun-rounded li .shogun-tab-box {
    padding: 10px 5px !important;
    text-align: center;
  }

  .shogun-tabs.shogun-modern li .shogun-tab-box {
    padding: 12px 15px !important;
  }
}

.shogun-tabs.shogun-rounded .shogun-tab-box {
  border-bottom: none !important;
}

.shogun-tabs.shogun-modern li.active {
  z-index: 40;
}

.shogun-tabs.shogun-modern li .shogun-tab-box::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -1px;
  left: 0;
  z-index: -1;
  outline: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  content: "";
  transform: perspective(100px) rotateX(30deg);
  -webkit-transform: perspective(100px) rotateX(30deg);
}

.shogun-tabs.shogun-modern li.shogun-tab-active .shogun-tab-box::after {
  border-bottom: none !important;
  height: 46px;
}

.shogun-tabs-body {
  padding-top: 10px;
}

.shogun-tabs-body.shogun-rounded {
  margin-top: 0px !important;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.shogun-tabs-body>.shogun-tab-content {
  display: none;
}

.shogun-tabs-body>.shogun-tab-content.shogun-tab-active {
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
  display: block;
}

.shogun-tab-border {
  position: absolute;
}

.shogun-tab-title {
  white-space: nowrap;
  text-align: center;

  display: inline-block;
  width: 100%;
}

.shogun-tabs.shogun-modern .shogun-tab-title {
  /** Hack for Safari weird bug */
  /* https://stackoverflow.com/questions/18146511/bug-in-css3-rotatey-transition-on-safari */
  transform: translateZ(1000px);
}

#s-eeb2cb61-5994-4a22-8df0-458ffefd4d56 {
  margin-top: 68px;
}
@media (max-width: 767px){#s-eeb2cb61-5994-4a22-8df0-458ffefd4d56 {
  margin-top: 40px;
}
}
#s-eeb2cb61-5994-4a22-8df0-458ffefd4d56 .shogun-tabs {
  justify-content: center;
}


  #s-eeb2cb61-5994-4a22-8df0-458ffefd4d56 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(243, 243, 243, 1);
    border: 1px solid rgba(32, 32, 32, 1);
  }
  #s-eeb2cb61-5994-4a22-8df0-458ffefd4d56 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(243, 243, 243, 1);
    border: 1px solid rgba(32, 32, 32, 1);
  }
#s-eeb2cb61-5994-4a22-8df0-458ffefd4d56 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(32, 32, 32, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 12px;
}

#s-eeb2cb61-5994-4a22-8df0-458ffefd4d56 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(32, 32, 32, 1);
}

#s-eeb2cb61-5994-4a22-8df0-458ffefd4d56 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(243, 243, 243, 1);
}

#s-eeb2cb61-5994-4a22-8df0-458ffefd4d56 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(32, 32, 32, 1);
}

#s-e34394e7-32d5-447c-b1aa-022a2dabf4fc {
  padding-top: 30px;
min-height: 50px;
}








#s-e34394e7-32d5-447c-b1aa-022a2dabf4fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e34394e7-32d5-447c-b1aa-022a2dabf4fc.shg-box.shg-c {
  justify-content: center;
}

#s-f05a8ded-9661-4614-99a7-1f930fe7e8b4 {
  min-height: 50px;
}








#s-f05a8ded-9661-4614-99a7-1f930fe7e8b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f05a8ded-9661-4614-99a7-1f930fe7e8b4.shg-box.shg-c {
  justify-content: center;
}

#s-d5930ca6-c122-4ea0-a782-3f03d92ee840 {
  margin-bottom: 48px;
text-align: center;
}

#s-d5930ca6-c122-4ea0-a782-3f03d92ee840 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b057fc50-c943-4eb5-a1f5-c582a66b17de {
  margin-left: auto;
margin-right: auto;
max-width: 650px;
}

#s-c8208fe6-48c2-4024-8663-b522d8982b12 {
  min-height: 50px;
}








#s-c8208fe6-48c2-4024-8663-b522d8982b12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8208fe6-48c2-4024-8663-b522d8982b12.shg-box.shg-c {
  justify-content: center;
}

#s-80138fc1-2339-4a68-a0ac-4fa1a638e13b {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
max-width: 650px;
}
@media (max-width: 767px){#s-80138fc1-2339-4a68-a0ac-4fa1a638e13b {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-e5c73e99-21df-4800-a61b-1cc53673377a {
  min-height: 50px;
}








#s-e5c73e99-21df-4800-a61b-1cc53673377a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5c73e99-21df-4800-a61b-1cc53673377a.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.0px);
}

}

@media (min-width: 992px) {
[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.0px);
}

}

@media (min-width: 1200px) {
[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-6dcf5e9f-0cb5-40c7-8eaa-a77896bf1d75"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.0px);
}

}

#s-251700be-8ccc-40a6-858f-2252841545c7 {
  text-align: center;
}




  #s-251700be-8ccc-40a6-858f-2252841545c7 img.shogun-image {
    
    width: px;
  }


#s-251700be-8ccc-40a6-858f-2252841545c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-3699a806-8b74-43af-845e-12231a48f884 {
  text-align: center;
}
@media (max-width: 767px){#s-3699a806-8b74-43af-845e-12231a48f884 {
  margin-top: 20px;
}
}



  #s-3699a806-8b74-43af-845e-12231a48f884 img.shogun-image {
    
    width: px;
  }


#s-3699a806-8b74-43af-845e-12231a48f884 .shogun-image-content {
  
    align-items: center;
  
}

#s-42f75ea0-6368-4d02-8648-e6e9fdd6a205 {
  min-height: 50px;
}








#s-42f75ea0-6368-4d02-8648-e6e9fdd6a205 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42f75ea0-6368-4d02-8648-e6e9fdd6a205.shg-box.shg-c {
  justify-content: center;
}

#s-dc1ec422-ecf4-426f-821a-31a8ed7276cc {
  margin-left: auto;
margin-right: auto;
max-width: 664px;
}

#s-dac2792b-12a5-4ee5-80f2-631c977e3f73 {
  min-height: 50px;
}








#s-dac2792b-12a5-4ee5-80f2-631c977e3f73 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dac2792b-12a5-4ee5-80f2-631c977e3f73.shg-box.shg-c {
  justify-content: center;
}

#s-fd578ca2-7978-4786-8d8b-3c173ad94156 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
max-width: 650px;
}
@media (max-width: 767px){#s-fd578ca2-7978-4786-8d8b-3c173ad94156 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-1c6f858d-5472-4b04-94c2-4f3a28e27d5c {
  min-height: 50px;
}








#s-1c6f858d-5472-4b04-94c2-4f3a28e27d5c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c6f858d-5472-4b04-94c2-4f3a28e27d5c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.0px);
}

}

@media (min-width: 992px) {
[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.0px);
}

}

@media (min-width: 1200px) {
[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-23a97837-0aa9-4105-8e1a-b5ecac678d9c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.0px);
}

}

#s-1690a0ad-5ee3-43b0-aca9-df8385d6b7bd {
  text-align: center;
}




  #s-1690a0ad-5ee3-43b0-aca9-df8385d6b7bd img.shogun-image {
    
    width: px;
  }


#s-1690a0ad-5ee3-43b0-aca9-df8385d6b7bd .shogun-image-content {
  
    align-items: center;
  
}

#s-b5704424-47c1-4089-9151-ea63eb3bf596 {
  text-align: center;
}
@media (max-width: 767px){#s-b5704424-47c1-4089-9151-ea63eb3bf596 {
  margin-top: 20px;
}
}



  #s-b5704424-47c1-4089-9151-ea63eb3bf596 img.shogun-image {
    
    width: px;
  }


#s-b5704424-47c1-4089-9151-ea63eb3bf596 .shogun-image-content {
  
    align-items: center;
  
}

#s-cb96a832-4c5d-4363-b7b7-7de64649685d {
  min-height: 50px;
}








#s-cb96a832-4c5d-4363-b7b7-7de64649685d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cb96a832-4c5d-4363-b7b7-7de64649685d.shg-box.shg-c {
  justify-content: center;
}

#s-0aa9bbcf-150e-4d88-865d-ac282b634b87 {
  padding-top: 30px;
min-height: 50px;
}








#s-0aa9bbcf-150e-4d88-865d-ac282b634b87 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0aa9bbcf-150e-4d88-865d-ac282b634b87.shg-box.shg-c {
  justify-content: center;
}

#s-667721c3-b798-4b01-9244-f87d12fe1c57 {
  padding-top: 0px;
padding-bottom: 0px;
min-height: 50px;
}








#s-667721c3-b798-4b01-9244-f87d12fe1c57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-667721c3-b798-4b01-9244-f87d12fe1c57.shg-box.shg-c {
  justify-content: center;
}

#s-8b5f7aa6-43b7-4be7-ae9b-d6f123560653 {
  margin-bottom: 48px;
text-align: center;
}

#s-8b5f7aa6-43b7-4be7-ae9b-d6f123560653 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-40ef7029-620e-4a68-aad2-dd893977c903 {
  margin-left: auto;
margin-right: auto;
max-width: 660px;
}

#s-d42241b8-641e-471c-b1cc-a976e5ba4733 {
  min-height: 50px;
}








#s-d42241b8-641e-471c-b1cc-a976e5ba4733 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d42241b8-641e-471c-b1cc-a976e5ba4733.shg-box.shg-c {
  justify-content: center;
}

#s-5a7894bd-e6d0-4c97-a40f-42cf93518730 {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
max-width: 650px;
}
@media (max-width: 767px){#s-5a7894bd-e6d0-4c97-a40f-42cf93518730 {
  padding-top: 10px;
padding-bottom: 10px;
}
}
#s-85f24169-65f4-4ee7-9c69-c20247c4a701 {
  min-height: 50px;
}








#s-85f24169-65f4-4ee7-9c69-c20247c4a701 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-85f24169-65f4-4ee7-9c69-c20247c4a701.shg-box.shg-c {
  justify-content: center;
}

#s-72ef2ace-1826-4cd8-8abd-4a075831d62a {
  text-align: center;
}




  #s-72ef2ace-1826-4cd8-8abd-4a075831d62a img.shogun-image {
    
    width: px;
  }


#s-72ef2ace-1826-4cd8-8abd-4a075831d62a .shogun-image-content {
  
    align-items: center;
  
}

#s-f747176a-4492-4224-82f8-602574f398cc {
  min-height: 50px;
}








#s-f747176a-4492-4224-82f8-602574f398cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f747176a-4492-4224-82f8-602574f398cc.shg-box.shg-c {
  justify-content: center;
}

#s-d84385d9-0da0-47f4-9abe-bbc15a805f8c {
  padding-top: 30px;
min-height: 50px;
}








#s-d84385d9-0da0-47f4-9abe-bbc15a805f8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d84385d9-0da0-47f4-9abe-bbc15a805f8c.shg-box.shg-c {
  justify-content: center;
}

#s-5cb4f4f7-c366-499e-873a-74c9566cdd92 {
  min-height: 50px;
}








#s-5cb4f4f7-c366-499e-873a-74c9566cdd92 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5cb4f4f7-c366-499e-873a-74c9566cdd92.shg-box.shg-c {
  justify-content: center;
}

#s-b77675da-1873-4a14-a81d-5e49b59fc796 {
  margin-bottom: 48px;
text-align: center;
}

#s-b77675da-1873-4a14-a81d-5e49b59fc796 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-23d47709-c5a9-4467-b588-58d02aa68f9a {
  margin-left: auto;
margin-right: auto;
max-width: 650px;
}

#s-86c3b3d6-0fd3-4bff-b73c-2d4b29ed0620 {
  min-height: 50px;
}








#s-86c3b3d6-0fd3-4bff-b73c-2d4b29ed0620 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-86c3b3d6-0fd3-4bff-b73c-2d4b29ed0620.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 18.0px);
}

}

@media (min-width: 992px) {
[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 18.0px);
}

}

@media (min-width: 1200px) {
[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 18.0px);
}

[id="s-7b9c4f9f-635a-428b-8360-f81befbba627"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 18.0px);
}

}

#s-20948730-a975-46c5-bfc8-6b33f483229f {
  text-align: center;
}




  #s-20948730-a975-46c5-bfc8-6b33f483229f img.shogun-image {
    
    width: px;
  }


#s-20948730-a975-46c5-bfc8-6b33f483229f .shogun-image-content {
  
    align-items: center;
  
}

#s-c41c28dc-ccaa-447e-be63-c97de9aa43cd {
  text-align: center;
}
@media (max-width: 767px){#s-c41c28dc-ccaa-447e-be63-c97de9aa43cd {
  margin-top: 20px;
}
}



  #s-c41c28dc-ccaa-447e-be63-c97de9aa43cd img.shogun-image {
    
    width: px;
  }


#s-c41c28dc-ccaa-447e-be63-c97de9aa43cd .shogun-image-content {
  
    align-items: center;
  
}

#s-076dbf76-25fd-434c-8e1d-275874383acd {
  margin-top: 40px;
text-align: center;
}




  #s-076dbf76-25fd-434c-8e1d-275874383acd img.shogun-image {
    
    width: px;
  }


#s-076dbf76-25fd-434c-8e1d-275874383acd .shogun-image-content {
  
    align-items: center;
  
}

#s-0ec6b9cc-24c6-46a7-bfab-9554c9331527 {
  min-height: 50px;
}








#s-0ec6b9cc-24c6-46a7-bfab-9554c9331527 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0ec6b9cc-24c6-46a7-bfab-9554c9331527.shg-box.shg-c {
  justify-content: center;
}

#s-1824c92b-8b36-44a7-8bff-7148d0e14736 {
  min-height: 50px;
}








#s-1824c92b-8b36-44a7-8bff-7148d0e14736 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1824c92b-8b36-44a7-8bff-7148d0e14736.shg-box.shg-c {
  justify-content: center;
}

#s-3bbeb611-7429-4f10-9ae6-4bad59def5d8 {
  min-height: 50px;
}








#s-3bbeb611-7429-4f10-9ae6-4bad59def5d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3bbeb611-7429-4f10-9ae6-4bad59def5d8.shg-box.shg-c {
  justify-content: center;
}

#s-1bab1e0b-37bd-4ad0-945d-5a3c2fbe913e {
  margin-top: 100px;
}
@media (max-width: 767px){#s-1bab1e0b-37bd-4ad0-945d-5a3c2fbe913e {
  margin-top: 65px;
}
}
#s-0f539c09-0453-47ac-824c-04497af3930a {
  min-height: 50px;
}








#s-0f539c09-0453-47ac-824c-04497af3930a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0f539c09-0453-47ac-824c-04497af3930a.shg-box.shg-c {
  justify-content: center;
}

#s-191effde-80dd-42d7-8459-a766365fed15 {
  min-height: 50px;
}








#s-191effde-80dd-42d7-8459-a766365fed15 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-191effde-80dd-42d7-8459-a766365fed15.shg-box.shg-c {
  justify-content: center;
}

#s-73939a3a-bccd-46d1-be52-dd1f0c7f3b1f {
  text-align: center;
}

#s-73939a3a-bccd-46d1-be52-dd1f0c7f3b1f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8524fa46-dc45-4a3b-afa4-00a053f7fb08 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 660px;
}

#s-c7d06ef8-cf13-43aa-af2c-74a414e34755 {
  margin-top: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-c7d06ef8-cf13-43aa-af2c-74a414e34755 {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-c7d06ef8-cf13-43aa-af2c-74a414e34755 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c7d06ef8-cf13-43aa-af2c-74a414e34755.shg-box.shg-c {
  justify-content: center;
}

#s-5d488451-3c08-4329-b293-d6d06ef67c09 {
  text-align: center;
}




  #s-5d488451-3c08-4329-b293-d6d06ef67c09 img.shogun-image {
    
    width: px;
  }


#s-5d488451-3c08-4329-b293-d6d06ef67c09 .shogun-image-content {
  
    align-items: center;
  
}

#s-78236a57-211b-42a7-9675-1a465cb9326f {
  min-height: 50px;
}








#s-78236a57-211b-42a7-9675-1a465cb9326f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78236a57-211b-42a7-9675-1a465cb9326f.shg-box.shg-c {
  justify-content: center;
}

#s-fe84bdf1-0ba3-416b-a78e-46ac4451fc88 {
  min-height: 50px;
}








#s-fe84bdf1-0ba3-416b-a78e-46ac4451fc88 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe84bdf1-0ba3-416b-a78e-46ac4451fc88.shg-box.shg-c {
  justify-content: center;
}

#s-0e014669-73fe-4ad8-8e0a-64a645fe9e63 {
  min-height: 50px;
}








#s-0e014669-73fe-4ad8-8e0a-64a645fe9e63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0e014669-73fe-4ad8-8e0a-64a645fe9e63.shg-box.shg-c {
  justify-content: center;
}

#s-6ef1e564-5daa-4717-8394-c1c141ccf692 {
  text-align: center;
}

#s-6ef1e564-5daa-4717-8394-c1c141ccf692 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4d34977c-98a3-4838-b24a-1553713b4111 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 660px;
}

#s-b00ef427-6798-482b-b315-8a2b0d66775b {
  min-height: 50px;
}








#s-b00ef427-6798-482b-b315-8a2b0d66775b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b00ef427-6798-482b-b315-8a2b0d66775b.shg-box.shg-c {
  justify-content: center;
}

#s-6b7e89c8-84a1-4b48-875f-b0699fa7431b {
  text-align: center;
}




  #s-6b7e89c8-84a1-4b48-875f-b0699fa7431b img.shogun-image {
    
    width: px;
  }


#s-6b7e89c8-84a1-4b48-875f-b0699fa7431b .shogun-image-content {
  
    align-items: center;
  
}

#s-e9c11477-7fb1-4b90-a250-95a245fe8e7f {
  min-height: 50px;
}








#s-e9c11477-7fb1-4b90-a250-95a245fe8e7f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e9c11477-7fb1-4b90-a250-95a245fe8e7f.shg-box.shg-c {
  justify-content: center;
}

#s-39fc355f-b601-448a-a5c1-994d062af605 {
  text-align: center;
}

#s-39fc355f-b601-448a-a5c1-994d062af605 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8f25ef9d-9f86-4521-9ed9-d58275f618aa {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 610px;
}

#s-737d1feb-de9b-48ad-8334-4fcaa9e1f520 {
  min-height: 50px;
}








#s-737d1feb-de9b-48ad-8334-4fcaa9e1f520 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-737d1feb-de9b-48ad-8334-4fcaa9e1f520.shg-box.shg-c {
  justify-content: center;
}

#s-c64203cd-576c-4035-8a3c-d01a21af486b {
  margin-top: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-c64203cd-576c-4035-8a3c-d01a21af486b {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-c64203cd-576c-4035-8a3c-d01a21af486b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c64203cd-576c-4035-8a3c-d01a21af486b.shg-box.shg-c {
  justify-content: center;
}

#s-07d50696-2410-4842-9edb-241984d5ae1d {
  text-align: center;
}




  #s-07d50696-2410-4842-9edb-241984d5ae1d img.shogun-image {
    
    width: px;
  }


#s-07d50696-2410-4842-9edb-241984d5ae1d .shogun-image-content {
  
    align-items: center;
  
}

#s-66e6f0a7-f4ab-4133-ae13-72130c490d2b {
  min-height: 50px;
}








#s-66e6f0a7-f4ab-4133-ae13-72130c490d2b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66e6f0a7-f4ab-4133-ae13-72130c490d2b.shg-box.shg-c {
  justify-content: center;
}

#s-bb81e5d5-17ba-4884-9f1d-e810ac58dbd5 {
  min-height: 50px;
}








#s-bb81e5d5-17ba-4884-9f1d-e810ac58dbd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb81e5d5-17ba-4884-9f1d-e810ac58dbd5.shg-box.shg-c {
  justify-content: center;
}

#s-68e9a2d1-e797-4f59-b8e6-3ef428e5bacb {
  text-align: center;
}

#s-68e9a2d1-e797-4f59-b8e6-3ef428e5bacb .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7bb525f8-74fc-45ba-8ede-1528daafa591 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 620px;
}

#s-df3e0b8c-6276-4939-a0f6-2349a46d72cc {
  min-height: 50px;
}








#s-df3e0b8c-6276-4939-a0f6-2349a46d72cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df3e0b8c-6276-4939-a0f6-2349a46d72cc.shg-box.shg-c {
  justify-content: center;
}

#s-11c355f0-9944-4bf3-b6cb-4de9fa80db50 {
  text-align: center;
}




  #s-11c355f0-9944-4bf3-b6cb-4de9fa80db50 img.shogun-image {
    
    width: px;
  }


#s-11c355f0-9944-4bf3-b6cb-4de9fa80db50 .shogun-image-content {
  
    align-items: center;
  
}

#s-63f3077d-2c70-430f-8225-7ab7498e1665 {
  min-height: 50px;
}








#s-63f3077d-2c70-430f-8225-7ab7498e1665 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63f3077d-2c70-430f-8225-7ab7498e1665.shg-box.shg-c {
  justify-content: center;
}

#s-98b14268-d77e-491d-b83a-ef10a6ccbbc4 {
  min-height: 50px;
}








#s-98b14268-d77e-491d-b83a-ef10a6ccbbc4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-98b14268-d77e-491d-b83a-ef10a6ccbbc4.shg-box.shg-c {
  justify-content: center;
}

#s-9b7b0a04-b70c-47f7-9eae-faa43c1ffff7 {
  min-height: 50px;
}








#s-9b7b0a04-b70c-47f7-9eae-faa43c1ffff7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9b7b0a04-b70c-47f7-9eae-faa43c1ffff7.shg-box.shg-c {
  justify-content: center;
}

#s-38e4f53d-48b1-4110-a8e0-9ccc9dc83c71 {
  text-align: center;
}

#s-38e4f53d-48b1-4110-a8e0-9ccc9dc83c71 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8d49d3c9-38b8-4b47-a18a-b76aaa6f6cce {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 610px;
}

#s-e38c6ec9-f99a-43fa-b3e3-5417b182b12d {
  min-height: 50px;
}








#s-e38c6ec9-f99a-43fa-b3e3-5417b182b12d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e38c6ec9-f99a-43fa-b3e3-5417b182b12d.shg-box.shg-c {
  justify-content: center;
}

#s-3b4c8788-b057-452d-ab93-a334db8b0e41 {
  text-align: center;
}




  #s-3b4c8788-b057-452d-ab93-a334db8b0e41 img.shogun-image {
    
    width: px;
  }


#s-3b4c8788-b057-452d-ab93-a334db8b0e41 .shogun-image-content {
  
    align-items: center;
  
}

#s-13494d1f-4efd-4965-86ad-309cd58973af {
  min-height: 50px;
}








#s-13494d1f-4efd-4965-86ad-309cd58973af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13494d1f-4efd-4965-86ad-309cd58973af.shg-box.shg-c {
  justify-content: center;
}

#s-33525848-f696-4634-9f80-5ac7022b438e {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 620px;
}

#s-34c434e4-9798-43eb-b0ac-65a25831ba80 {
  min-height: 50px;
}








#s-34c434e4-9798-43eb-b0ac-65a25831ba80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34c434e4-9798-43eb-b0ac-65a25831ba80.shg-box.shg-c {
  justify-content: center;
}

#s-679f8734-790c-482f-ab1a-c65de230dba5 {
  text-align: center;
}




  #s-679f8734-790c-482f-ab1a-c65de230dba5 img.shogun-image {
    
    width: px;
  }


#s-679f8734-790c-482f-ab1a-c65de230dba5 .shogun-image-content {
  
    align-items: center;
  
}

#s-47c8d55c-4b64-49ec-a80c-6de4c9ead55d {
  min-height: 50px;
}








#s-47c8d55c-4b64-49ec-a80c-6de4c9ead55d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47c8d55c-4b64-49ec-a80c-6de4c9ead55d.shg-box.shg-c {
  justify-content: center;
}

#s-3a2c8de8-76f2-40a4-b268-6ddcdb52f56b {
  text-align: center;
}




  #s-3a2c8de8-76f2-40a4-b268-6ddcdb52f56b img.shogun-image {
    
    width: px;
  }


#s-3a2c8de8-76f2-40a4-b268-6ddcdb52f56b .shogun-image-content {
  
    align-items: center;
  
}

#s-9693e369-0aee-41d0-bac9-7fe5c0f45677 {
  min-height: 50px;
}








#s-9693e369-0aee-41d0-bac9-7fe5c0f45677 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9693e369-0aee-41d0-bac9-7fe5c0f45677.shg-box.shg-c {
  justify-content: center;
}

#s-adfedfa6-6c00-43d0-abb0-a14ad8b71c5b {
  margin-top: 40px;
min-height: 50px;
}
@media (max-width: 767px){#s-adfedfa6-6c00-43d0-abb0-a14ad8b71c5b {
  padding-left: 25px;
padding-right: 25px;
}
}







#s-adfedfa6-6c00-43d0-abb0-a14ad8b71c5b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-adfedfa6-6c00-43d0-abb0-a14ad8b71c5b.shg-box.shg-c {
  justify-content: center;
}

#s-70699457-2881-4b96-a2d4-e1e8c31a6a5f {
  text-align: center;
}




  #s-70699457-2881-4b96-a2d4-e1e8c31a6a5f img.shogun-image {
    
    width: px;
  }


#s-70699457-2881-4b96-a2d4-e1e8c31a6a5f .shogun-image-content {
  
    align-items: center;
  
}

#s-7cffb37f-d65a-4882-b664-0240f175bf16 {
  min-height: 50px;
}








#s-7cffb37f-d65a-4882-b664-0240f175bf16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cffb37f-d65a-4882-b664-0240f175bf16.shg-box.shg-c {
  justify-content: center;
}

#s-b35919f6-dd67-4aba-9351-c6f8a2cdb0aa {
  min-height: 50px;
}








#s-b35919f6-dd67-4aba-9351-c6f8a2cdb0aa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b35919f6-dd67-4aba-9351-c6f8a2cdb0aa.shg-box.shg-c {
  justify-content: center;
}

#s-37597b4b-cda3-426a-8711-e13d4682eba9 {
  text-align: center;
}

#s-37597b4b-cda3-426a-8711-e13d4682eba9 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fbb4fc90-b4aa-473f-9d78-346da13a7a95 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 620px;
}

#s-da1a43be-c7bf-46e7-b457-743bda3eb7f0 {
  min-height: 50px;
}








#s-da1a43be-c7bf-46e7-b457-743bda3eb7f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da1a43be-c7bf-46e7-b457-743bda3eb7f0.shg-box.shg-c {
  justify-content: center;
}

#s-d2e13346-6944-42dd-987a-c9ff0104d245 {
  text-align: center;
}




  #s-d2e13346-6944-42dd-987a-c9ff0104d245 img.shogun-image {
    
    width: px;
  }


#s-d2e13346-6944-42dd-987a-c9ff0104d245 .shogun-image-content {
  
    align-items: center;
  
}

#s-035ef4c8-8a44-48f9-b568-bd53810dd39f {
  min-height: 50px;
}








#s-035ef4c8-8a44-48f9-b568-bd53810dd39f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-035ef4c8-8a44-48f9-b568-bd53810dd39f.shg-box.shg-c {
  justify-content: center;
}

#s-d5f25fa0-9d65-496d-9605-60b988cbd005 {
  min-height: 50px;
}








#s-d5f25fa0-9d65-496d-9605-60b988cbd005 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5f25fa0-9d65-496d-9605-60b988cbd005.shg-box.shg-c {
  justify-content: center;
}

#s-2f8da0c3-80b6-450c-98b6-2a05d2613854 {
  min-height: 50px;
}








#s-2f8da0c3-80b6-450c-98b6-2a05d2613854 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f8da0c3-80b6-450c-98b6-2a05d2613854.shg-box.shg-c {
  justify-content: center;
}

#s-5c082b8e-8bd9-4923-929e-04391b4fa99d {
  text-align: center;
}

#s-5c082b8e-8bd9-4923-929e-04391b4fa99d .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b70a31aa-160b-4b8f-8d4c-2d01c400acf1 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 610px;
}

#s-3fbfd563-6e72-4116-be00-64af907d35a9 {
  min-height: 50px;
}








#s-3fbfd563-6e72-4116-be00-64af907d35a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3fbfd563-6e72-4116-be00-64af907d35a9.shg-box.shg-c {
  justify-content: center;
}

#s-8c836d25-3b01-4643-86b2-75ad7739bfb9 {
  text-align: center;
}




  #s-8c836d25-3b01-4643-86b2-75ad7739bfb9 img.shogun-image {
    
    width: px;
  }


#s-8c836d25-3b01-4643-86b2-75ad7739bfb9 .shogun-image-content {
  
    align-items: center;
  
}

#s-de2a9d70-7dc2-4b1e-b662-1ccce2e7c607 {
  min-height: 50px;
}








#s-de2a9d70-7dc2-4b1e-b662-1ccce2e7c607 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de2a9d70-7dc2-4b1e-b662-1ccce2e7c607.shg-box.shg-c {
  justify-content: center;
}

#s-46e0c700-bf25-4ae8-8f39-f4c2dba5948c {
  min-height: 50px;
}








#s-46e0c700-bf25-4ae8-8f39-f4c2dba5948c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-46e0c700-bf25-4ae8-8f39-f4c2dba5948c.shg-box.shg-c {
  justify-content: center;
}

#s-776125cb-c47d-4054-a596-d56f81f8e088 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 610px;
}

#s-8079c62f-4000-4893-bcb9-272301b2fc01 {
  min-height: 50px;
}








#s-8079c62f-4000-4893-bcb9-272301b2fc01 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8079c62f-4000-4893-bcb9-272301b2fc01.shg-box.shg-c {
  justify-content: center;
}

#s-9f28787a-5356-4b9a-9edb-be3d0d2b64b9 {
  text-align: center;
}




  #s-9f28787a-5356-4b9a-9edb-be3d0d2b64b9 img.shogun-image {
    
    width: px;
  }


#s-9f28787a-5356-4b9a-9edb-be3d0d2b64b9 .shogun-image-content {
  
    align-items: center;
  
}

#s-0620607f-2268-41bf-9528-1efa9f3e9735 {
  min-height: 50px;
}








#s-0620607f-2268-41bf-9528-1efa9f3e9735 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0620607f-2268-41bf-9528-1efa9f3e9735.shg-box.shg-c {
  justify-content: center;
}

#s-4f6915f1-d209-4302-980e-60a4bbfe430c {
  text-align: center;
}




  #s-4f6915f1-d209-4302-980e-60a4bbfe430c img.shogun-image {
    
    width: px;
  }


#s-4f6915f1-d209-4302-980e-60a4bbfe430c .shogun-image-content {
  
    align-items: center;
  
}

#s-de34e611-5d1a-4f7e-8143-25f814d8bf2d {
  min-height: 50px;
}








#s-de34e611-5d1a-4f7e-8143-25f814d8bf2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de34e611-5d1a-4f7e-8143-25f814d8bf2d.shg-box.shg-c {
  justify-content: center;
}

#s-f05e8387-a6e4-4b3c-81bc-b0583f3a37f4 {
  text-align: center;
}

#s-f05e8387-a6e4-4b3c-81bc-b0583f3a37f4 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-df5a6c68-2a8c-4858-a144-9f2091cf4e30 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 610px;
}

#s-f52bf8b0-9411-4eec-8cd5-40d0b440dd3d {
  min-height: 50px;
}








#s-f52bf8b0-9411-4eec-8cd5-40d0b440dd3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f52bf8b0-9411-4eec-8cd5-40d0b440dd3d.shg-box.shg-c {
  justify-content: center;
}

#s-4aa12c58-0ba0-4244-a975-290d2e2bdbf1 {
  min-height: 50px;
}








#s-4aa12c58-0ba0-4244-a975-290d2e2bdbf1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4aa12c58-0ba0-4244-a975-290d2e2bdbf1.shg-box.shg-c {
  justify-content: center;
}

#s-b86eb26a-20f5-41e2-aac4-1a77e9751c18 {
  text-align: center;
}




  #s-b86eb26a-20f5-41e2-aac4-1a77e9751c18 img.shogun-image {
    
    width: px;
  }


#s-b86eb26a-20f5-41e2-aac4-1a77e9751c18 .shogun-image-content {
  
    align-items: center;
  
}

#s-bb53b923-197c-4c01-a992-7a16c3932e9c {
  min-height: 50px;
}








#s-bb53b923-197c-4c01-a992-7a16c3932e9c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb53b923-197c-4c01-a992-7a16c3932e9c.shg-box.shg-c {
  justify-content: center;
}

#s-abddd9b1-0045-4e5b-b09d-f61afdf940f6 {
  min-height: 50px;
}








#s-abddd9b1-0045-4e5b-b09d-f61afdf940f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-abddd9b1-0045-4e5b-b09d-f61afdf940f6.shg-box.shg-c {
  justify-content: center;
}

#s-b72e3409-4bf8-491f-9813-1482e51d269a {
  text-align: center;
}

#s-b72e3409-4bf8-491f-9813-1482e51d269a .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ef959ca3-ce32-4177-8873-11689f0a0f7e {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 610px;
}

#s-79a7ed4b-48a8-4606-9e82-1b54f17954b3 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 610px;
}

#s-b96fb6ec-3dcd-44cd-8e94-d241318539cb {
  min-height: 50px;
}








#s-b96fb6ec-3dcd-44cd-8e94-d241318539cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b96fb6ec-3dcd-44cd-8e94-d241318539cb.shg-box.shg-c {
  justify-content: center;
}

#s-59fa747f-ea8c-42b8-899f-01f962ac56e1 {
  text-align: center;
}




  #s-59fa747f-ea8c-42b8-899f-01f962ac56e1 img.shogun-image {
    
    width: px;
  }


#s-59fa747f-ea8c-42b8-899f-01f962ac56e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef793ba0-27d6-409e-b8fb-1eb514a40f81 {
  min-height: 50px;
}








#s-ef793ba0-27d6-409e-b8fb-1eb514a40f81 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef793ba0-27d6-409e-b8fb-1eb514a40f81.shg-box.shg-c {
  justify-content: center;
}

#s-b085fe6f-0ef9-4288-ae16-99c09689606b {
  text-align: center;
}




  #s-b085fe6f-0ef9-4288-ae16-99c09689606b img.shogun-image {
    
    width: px;
  }


#s-b085fe6f-0ef9-4288-ae16-99c09689606b .shogun-image-content {
  
    align-items: center;
  
}

#s-b1325631-78b3-4312-8efa-a5f796a8bea7 {
  min-height: 50px;
}








#s-b1325631-78b3-4312-8efa-a5f796a8bea7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b1325631-78b3-4312-8efa-a5f796a8bea7.shg-box.shg-c {
  justify-content: center;
}

#s-7bc03b0f-41aa-4608-a22a-6029573bf860 {
  text-align: center;
}

#s-7bc03b0f-41aa-4608-a22a-6029573bf860 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-67914cdd-c05f-437e-bacb-98bb7def9e84 {
  margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 610px;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
