.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-aa3835ad-c3a5-4e69-b726-c76708a1fca4 {
  margin-top: 0px;
margin-left: 0%;
margin-bottom: -2px;
margin-right: 0%;
text-align: center;
}
@media (min-width: 1200px){#s-aa3835ad-c3a5-4e69-b726-c76708a1fca4 {
  display: none;
}
#s-aa3835ad-c3a5-4e69-b726-c76708a1fca4, #wrap-s-aa3835ad-c3a5-4e69-b726-c76708a1fca4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-aa3835ad-c3a5-4e69-b726-c76708a1fca4 {
  display: none;
}
#s-aa3835ad-c3a5-4e69-b726-c76708a1fca4, #wrap-s-aa3835ad-c3a5-4e69-b726-c76708a1fca4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-aa3835ad-c3a5-4e69-b726-c76708a1fca4 {
  
}
}



  #s-aa3835ad-c3a5-4e69-b726-c76708a1fca4 img.shogun-image {
    
    width: px;
  }


#s-aa3835ad-c3a5-4e69-b726-c76708a1fca4 .shogun-image-content {
  
    align-items: 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-0c5d2330-7193-4c4b-b784-81224cb6963e {
  box-shadow:0px 0px 0px 0px rgba(198, 115, 115, 0);
border-style: solid;
margin-top: 40%;
margin-left: 5%;
margin-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-0c5d2330-7193-4c4b-b784-81224cb6963e {
  display: none;
}
#s-0c5d2330-7193-4c4b-b784-81224cb6963e, #wrap-s-0c5d2330-7193-4c4b-b784-81224cb6963e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0c5d2330-7193-4c4b-b784-81224cb6963e {
  display: none;
}
#s-0c5d2330-7193-4c4b-b784-81224cb6963e, #wrap-s-0c5d2330-7193-4c4b-b784-81224cb6963e { display:none !important; }}
.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-262f8d5c-cd57-43e0-a409-3b3ff139a275 {
  margin-left: 1%;
margin-bottom: 0px;
margin-right: 1%;
text-align: center;
}
@media (min-width: 1200px){#s-262f8d5c-cd57-43e0-a409-3b3ff139a275 {
  display: none;
}
#s-262f8d5c-cd57-43e0-a409-3b3ff139a275, #wrap-s-262f8d5c-cd57-43e0-a409-3b3ff139a275 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-262f8d5c-cd57-43e0-a409-3b3ff139a275 {
  display: none;
}
#s-262f8d5c-cd57-43e0-a409-3b3ff139a275, #wrap-s-262f8d5c-cd57-43e0-a409-3b3ff139a275 { display:none !important; }}
#s-262f8d5c-cd57-43e0-a409-3b3ff139a275 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: ;
  text-align: 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;
}

#s-d7ea22f8-f191-445b-b612-cb5b816be46b {
  margin-left: 20%;
margin-right: 20%;
}
@media (min-width: 1200px){#s-d7ea22f8-f191-445b-b612-cb5b816be46b {
  display: none;
}
#s-d7ea22f8-f191-445b-b612-cb5b816be46b, #wrap-s-d7ea22f8-f191-445b-b612-cb5b816be46b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d7ea22f8-f191-445b-b612-cb5b816be46b {
  display: none;
}
#s-d7ea22f8-f191-445b-b612-cb5b816be46b, #wrap-s-d7ea22f8-f191-445b-b612-cb5b816be46b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d7ea22f8-f191-445b-b612-cb5b816be46b {
  
}
}@media (max-width: 767px){#s-d7ea22f8-f191-445b-b612-cb5b816be46b {
  display: none;
}
#s-d7ea22f8-f191-445b-b612-cb5b816be46b, #wrap-s-d7ea22f8-f191-445b-b612-cb5b816be46b { display:none !important; }}
@media (min-width: 0px) {
[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d7ea22f8-f191-445b-b612-cb5b816be46b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-e7ac59c3-2202-4700-b754-c0a17da4057e {
  border-style: solid;
margin-top: 10px;
margin-left: 20%;
padding-top: 14px;
padding-left: 5%;
padding-bottom: 14px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
}
#s-e7ac59c3-2202-4700-b754-c0a17da4057e:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-e7ac59c3-2202-4700-b754-c0a17da4057e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e7ac59c3-2202-4700-b754-c0a17da4057e-btn-wrapper {
    text-align: center;
  }


#s-e7ac59c3-2202-4700-b754-c0a17da4057e.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-3b0418b6-19a5-424d-a0c7-fae9c2ed1855 {
  border-style: solid;
margin-top: 10px;
margin-right: 20%;
padding-top: 14px;
padding-left: 3%;
padding-bottom: 14px;
padding-right: 3%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 124, 0, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
}
#s-3b0418b6-19a5-424d-a0c7-fae9c2ed1855:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-3b0418b6-19a5-424d-a0c7-fae9c2ed1855:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3b0418b6-19a5-424d-a0c7-fae9c2ed1855-btn-wrapper {
    text-align: center;
  }


#s-3b0418b6-19a5-424d-a0c7-fae9c2ed1855.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-1c140497-9a66-490e-8632-75a41caafc9d {
  margin-top: 0%;
margin-left: 2px;
margin-bottom: 5%;
margin-right: 12px;
}
@media (min-width: 1200px){#s-1c140497-9a66-490e-8632-75a41caafc9d {
  display: none;
}
#s-1c140497-9a66-490e-8632-75a41caafc9d, #wrap-s-1c140497-9a66-490e-8632-75a41caafc9d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1c140497-9a66-490e-8632-75a41caafc9d {
  display: none;
}
#s-1c140497-9a66-490e-8632-75a41caafc9d, #wrap-s-1c140497-9a66-490e-8632-75a41caafc9d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1c140497-9a66-490e-8632-75a41caafc9d {
  display: none;
}
#s-1c140497-9a66-490e-8632-75a41caafc9d, #wrap-s-1c140497-9a66-490e-8632-75a41caafc9d { display:none !important; }}
@media (min-width: 0px) {
[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1c140497-9a66-490e-8632-75a41caafc9d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-38f7e74b-f189-4df9-baff-dcd5627f66fb {
  border-style: solid;
margin-top: 10px;
margin-left: 20%;
padding-top: 14px;
padding-left: 5%;
padding-bottom: 14px;
padding-right: 5%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
}
#s-38f7e74b-f189-4df9-baff-dcd5627f66fb:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-38f7e74b-f189-4df9-baff-dcd5627f66fb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-38f7e74b-f189-4df9-baff-dcd5627f66fb-btn-wrapper {
    text-align: center;
  }


#s-38f7e74b-f189-4df9-baff-dcd5627f66fb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-768533ff-05ba-4969-9f7d-ea98210ae476 {
  border-style: solid;
margin-top: 10px;
margin-right: 20%;
padding-top: 14px;
padding-left: 5%;
padding-bottom: 14px;
padding-right: 5%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 0);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
}
#s-768533ff-05ba-4969-9f7d-ea98210ae476:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-768533ff-05ba-4969-9f7d-ea98210ae476:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-768533ff-05ba-4969-9f7d-ea98210ae476-btn-wrapper {
    text-align: center;
  }


#s-768533ff-05ba-4969-9f7d-ea98210ae476.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-bb0ce7ae-e60f-4d79-b5ac-142d247eab78 {
  margin-bottom: -2px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-bb0ce7ae-e60f-4d79-b5ac-142d247eab78 {
  display: none;
}
#s-bb0ce7ae-e60f-4d79-b5ac-142d247eab78, #wrap-s-bb0ce7ae-e60f-4d79-b5ac-142d247eab78 { display:none !important; }}@media (max-width: 767px){#s-bb0ce7ae-e60f-4d79-b5ac-142d247eab78 {
  display: none;
}
#s-bb0ce7ae-e60f-4d79-b5ac-142d247eab78, #wrap-s-bb0ce7ae-e60f-4d79-b5ac-142d247eab78 { display:none !important; }}



  #s-bb0ce7ae-e60f-4d79-b5ac-142d247eab78 img.shogun-image {
    
    width: px;
  }


#s-bb0ce7ae-e60f-4d79-b5ac-142d247eab78 .shogun-image-content {
  
    align-items: center;
  
}

#s-e856d738-6176-4902-80cb-93627e0ce1b3 {
  border-style: solid;
margin-top: 10px;
margin-left: 5%;
margin-bottom: 10px;
margin-right: 5%;
padding-top: 12px;
padding-left: 49px;
padding-bottom: 12px;
padding-right: 49px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(3, 3, 3, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(2, 2, 2, 1);
}
#s-e856d738-6176-4902-80cb-93627e0ce1b3:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-e856d738-6176-4902-80cb-93627e0ce1b3:active {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}@media (min-width: 1200px){#s-e856d738-6176-4902-80cb-93627e0ce1b3 {
  display: none;
}
#s-e856d738-6176-4902-80cb-93627e0ce1b3, #wrap-s-e856d738-6176-4902-80cb-93627e0ce1b3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e856d738-6176-4902-80cb-93627e0ce1b3 {
  display: none;
}
#s-e856d738-6176-4902-80cb-93627e0ce1b3, #wrap-s-e856d738-6176-4902-80cb-93627e0ce1b3 { display:none !important; }}

  #s-e856d738-6176-4902-80cb-93627e0ce1b3-btn-wrapper {
    text-align: left;
  }


#s-e856d738-6176-4902-80cb-93627e0ce1b3.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 13px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-6b5213b1-41d6-4e02-a0ec-95114218bf89 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6b5213b1-41d6-4e02-a0ec-95114218bf89 {
  display: none;
}
#s-6b5213b1-41d6-4e02-a0ec-95114218bf89, #wrap-s-6b5213b1-41d6-4e02-a0ec-95114218bf89 { display:none !important; }}@media (max-width: 767px){#s-6b5213b1-41d6-4e02-a0ec-95114218bf89 {
  display: none;
}
#s-6b5213b1-41d6-4e02-a0ec-95114218bf89, #wrap-s-6b5213b1-41d6-4e02-a0ec-95114218bf89 { display:none !important; }}
#s-b55c0559-7caa-4a07-915a-8d658b7fa28b {
  margin-top: 5px;
margin-left: 3%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 2px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-b55c0559-7caa-4a07-915a-8d658b7fa28b {
  display: none;
}
#s-b55c0559-7caa-4a07-915a-8d658b7fa28b, #wrap-s-b55c0559-7caa-4a07-915a-8d658b7fa28b { display:none !important; }}@media (max-width: 767px){#s-b55c0559-7caa-4a07-915a-8d658b7fa28b {
  display: none;
}
#s-b55c0559-7caa-4a07-915a-8d658b7fa28b, #wrap-s-b55c0559-7caa-4a07-915a-8d658b7fa28b { display:none !important; }}
#s-b55c0559-7caa-4a07-915a-8d658b7fa28b .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 42px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a004192e-5ba4-4e14-bf21-e2c689a58981"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-885523b6-35f8-4963-bbbf-bc2b026aca08 {
  border-style: solid;
margin-top: 35px;
margin-left: 20%;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1.5em;
}
#s-885523b6-35f8-4963-bbbf-bc2b026aca08:hover {background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 1) !important;}#s-885523b6-35f8-4963-bbbf-bc2b026aca08:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-885523b6-35f8-4963-bbbf-bc2b026aca08-btn-wrapper {
    text-align: left;
  }


#s-885523b6-35f8-4963-bbbf-bc2b026aca08.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-736bbcc8-f8a5-47cd-a0d7-57b8e6dd2376 {
  border-style: solid;
margin-top: 35px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 0.98);
text-align: left;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(5, 5, 5, 1);
line-height: 1.5em;
}
#s-736bbcc8-f8a5-47cd-a0d7-57b8e6dd2376:hover {border-style: solid !important;
border-top-width: 0px !important;
border-left-width: 0px !important;
border-bottom-width: 0px !important;
border-right-width: 0px !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-736bbcc8-f8a5-47cd-a0d7-57b8e6dd2376:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-736bbcc8-f8a5-47cd-a0d7-57b8e6dd2376-btn-wrapper {
    text-align: left;
  }


#s-736bbcc8-f8a5-47cd-a0d7-57b8e6dd2376.shg-btn {
  color: rgba(5, 5, 5, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

@media (min-width: 768px) and (max-width: 991px){#s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89 {
  
}
}
@media (min-width: 0px) {
[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-9893b5d2-b0b2-4d95-82b4-c5b03c22ff89"] > .shg-row {
    flex-flow: column-reverse;
  }
}

.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-a9d9111b-a6f9-4167-979c-fdd4b7283ba6 {
  min-height: 50px;
}








#s-a9d9111b-a6f9-4167-979c-fdd4b7283ba6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a9d9111b-a6f9-4167-979c-fdd4b7283ba6.shg-box.shg-c {
  justify-content: center;
}

#s-b03082dd-9e8f-4854-ab45-d7659fb41ace {
  text-align: center;
}
@media (min-width: 1200px){#s-b03082dd-9e8f-4854-ab45-d7659fb41ace {
  display: none;
}
#s-b03082dd-9e8f-4854-ab45-d7659fb41ace, #wrap-s-b03082dd-9e8f-4854-ab45-d7659fb41ace { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b03082dd-9e8f-4854-ab45-d7659fb41ace {
  display: none;
}
#s-b03082dd-9e8f-4854-ab45-d7659fb41ace, #wrap-s-b03082dd-9e8f-4854-ab45-d7659fb41ace { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b03082dd-9e8f-4854-ab45-d7659fb41ace {
  display: none;
}
#s-b03082dd-9e8f-4854-ab45-d7659fb41ace, #wrap-s-b03082dd-9e8f-4854-ab45-d7659fb41ace { display:none !important; }}



  #s-b03082dd-9e8f-4854-ab45-d7659fb41ace img.shogun-image {
    
    width: px;
  }


#s-b03082dd-9e8f-4854-ab45-d7659fb41ace .shogun-image-content {
  
    align-items: center;
  
}

#s-b5fb3043-bdb5-4955-8b4e-1d8072524637 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 2px;
}
@media (min-width: 1200px){#s-b5fb3043-bdb5-4955-8b4e-1d8072524637 {
  display: none;
}
#s-b5fb3043-bdb5-4955-8b4e-1d8072524637, #wrap-s-b5fb3043-bdb5-4955-8b4e-1d8072524637 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b5fb3043-bdb5-4955-8b4e-1d8072524637 {
  display: none;
}
#s-b5fb3043-bdb5-4955-8b4e-1d8072524637, #wrap-s-b5fb3043-bdb5-4955-8b4e-1d8072524637 { display:none !important; }}
#s-bb37ceee-6bcb-4860-bf3e-5891443dc8ca {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}
@media (min-width: 1200px){#s-bb37ceee-6bcb-4860-bf3e-5891443dc8ca {
  display: none;
}
#s-bb37ceee-6bcb-4860-bf3e-5891443dc8ca, #wrap-s-bb37ceee-6bcb-4860-bf3e-5891443dc8ca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bb37ceee-6bcb-4860-bf3e-5891443dc8ca {
  display: none;
}
#s-bb37ceee-6bcb-4860-bf3e-5891443dc8ca, #wrap-s-bb37ceee-6bcb-4860-bf3e-5891443dc8ca { display:none !important; }}
#s-bb37ceee-6bcb-4860-bf3e-5891443dc8ca .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-576c1c5a-d5b4-4c86-ae16-8a811c1dfe47 {
  margin-left: 5%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-576c1c5a-d5b4-4c86-ae16-8a811c1dfe47 {
  display: none;
}
#s-576c1c5a-d5b4-4c86-ae16-8a811c1dfe47, #wrap-s-576c1c5a-d5b4-4c86-ae16-8a811c1dfe47 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-576c1c5a-d5b4-4c86-ae16-8a811c1dfe47 {
  display: none;
}
#s-576c1c5a-d5b4-4c86-ae16-8a811c1dfe47, #wrap-s-576c1c5a-d5b4-4c86-ae16-8a811c1dfe47 { display:none !important; }}
#s-99a602e7-4299-432d-93af-6051ffdd01cd {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-99a602e7-4299-432d-93af-6051ffdd01cd {
  display: none;
}
#s-99a602e7-4299-432d-93af-6051ffdd01cd, #wrap-s-99a602e7-4299-432d-93af-6051ffdd01cd { display:none !important; }}@media (max-width: 767px){#s-99a602e7-4299-432d-93af-6051ffdd01cd {
  display: none;
}
#s-99a602e7-4299-432d-93af-6051ffdd01cd, #wrap-s-99a602e7-4299-432d-93af-6051ffdd01cd { display:none !important; }}
#s-70d163ec-580b-4faf-8a72-98d9347a657d {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 2px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-70d163ec-580b-4faf-8a72-98d9347a657d {
  display: none;
}
#s-70d163ec-580b-4faf-8a72-98d9347a657d, #wrap-s-70d163ec-580b-4faf-8a72-98d9347a657d { display:none !important; }}@media (max-width: 767px){#s-70d163ec-580b-4faf-8a72-98d9347a657d {
  display: none;
}
#s-70d163ec-580b-4faf-8a72-98d9347a657d, #wrap-s-70d163ec-580b-4faf-8a72-98d9347a657d { display:none !important; }}
#s-70d163ec-580b-4faf-8a72-98d9347a657d .shogun-heading-component h1 {
  color: rgba(8, 8, 8, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-813b54a8-5a37-411f-ab74-5946255db3ff {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-813b54a8-5a37-411f-ab74-5946255db3ff {
  display: none;
}
#s-813b54a8-5a37-411f-ab74-5946255db3ff, #wrap-s-813b54a8-5a37-411f-ab74-5946255db3ff { display:none !important; }}@media (max-width: 767px){#s-813b54a8-5a37-411f-ab74-5946255db3ff {
  display: none;
}
#s-813b54a8-5a37-411f-ab74-5946255db3ff, #wrap-s-813b54a8-5a37-411f-ab74-5946255db3ff { display:none !important; }}
#s-34770765-eb1c-42ff-bb13-009a806022ba {
  text-align: center;
}
@media (max-width: 767px){#s-34770765-eb1c-42ff-bb13-009a806022ba {
  display: none;
}
#s-34770765-eb1c-42ff-bb13-009a806022ba, #wrap-s-34770765-eb1c-42ff-bb13-009a806022ba { display:none !important; }}



  #s-34770765-eb1c-42ff-bb13-009a806022ba img.shogun-image {
    
    width: px;
  }


#s-34770765-eb1c-42ff-bb13-009a806022ba .shogun-image-content {
  
    align-items: center;
  
}

#s-9ee47e60-90c1-4c8d-a607-43d7912383c7 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9ee47e60-90c1-4c8d-a607-43d7912383c7 {
  display: none;
}
#s-9ee47e60-90c1-4c8d-a607-43d7912383c7, #wrap-s-9ee47e60-90c1-4c8d-a607-43d7912383c7 { display:none !important; }}@media (max-width: 767px){#s-9ee47e60-90c1-4c8d-a607-43d7912383c7 {
  display: none;
}
#s-9ee47e60-90c1-4c8d-a607-43d7912383c7, #wrap-s-9ee47e60-90c1-4c8d-a607-43d7912383c7 { display:none !important; }}
#s-e579db2e-9eb0-4d04-a353-6fde25585092 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
padding-top: 2px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-e579db2e-9eb0-4d04-a353-6fde25585092 {
  display: none;
}
#s-e579db2e-9eb0-4d04-a353-6fde25585092, #wrap-s-e579db2e-9eb0-4d04-a353-6fde25585092 { display:none !important; }}@media (max-width: 767px){#s-e579db2e-9eb0-4d04-a353-6fde25585092 {
  display: none;
}
#s-e579db2e-9eb0-4d04-a353-6fde25585092, #wrap-s-e579db2e-9eb0-4d04-a353-6fde25585092 { display:none !important; }}
#s-e579db2e-9eb0-4d04-a353-6fde25585092 .shogun-heading-component h1 {
  color: rgba(2, 2, 2, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-2c1493f2-cba1-412a-8f17-2b65db79bb81 {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2c1493f2-cba1-412a-8f17-2b65db79bb81 {
  display: none;
}
#s-2c1493f2-cba1-412a-8f17-2b65db79bb81, #wrap-s-2c1493f2-cba1-412a-8f17-2b65db79bb81 { display:none !important; }}@media (max-width: 767px){#s-2c1493f2-cba1-412a-8f17-2b65db79bb81 {
  display: none;
}
#s-2c1493f2-cba1-412a-8f17-2b65db79bb81, #wrap-s-2c1493f2-cba1-412a-8f17-2b65db79bb81 { display:none !important; }}
#s-56a76231-7013-43f2-bfb8-a68284f19d7b {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 2px;
}
@media (min-width: 1200px){#s-56a76231-7013-43f2-bfb8-a68284f19d7b {
  display: none;
}
#s-56a76231-7013-43f2-bfb8-a68284f19d7b, #wrap-s-56a76231-7013-43f2-bfb8-a68284f19d7b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-56a76231-7013-43f2-bfb8-a68284f19d7b {
  display: none;
}
#s-56a76231-7013-43f2-bfb8-a68284f19d7b, #wrap-s-56a76231-7013-43f2-bfb8-a68284f19d7b { display:none !important; }}
#s-1e290330-0d60-43cb-a05a-e4ed8fb0c311 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}
@media (min-width: 1200px){#s-1e290330-0d60-43cb-a05a-e4ed8fb0c311 {
  display: none;
}
#s-1e290330-0d60-43cb-a05a-e4ed8fb0c311, #wrap-s-1e290330-0d60-43cb-a05a-e4ed8fb0c311 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e290330-0d60-43cb-a05a-e4ed8fb0c311 {
  display: none;
}
#s-1e290330-0d60-43cb-a05a-e4ed8fb0c311, #wrap-s-1e290330-0d60-43cb-a05a-e4ed8fb0c311 { display:none !important; }}
#s-1e290330-0d60-43cb-a05a-e4ed8fb0c311 .shogun-heading-component h1 {
  color: rgba(7, 7, 7, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-8dfdf3eb-b345-44a9-b9ed-553fc713f0cf {
  margin-left: 5%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-8dfdf3eb-b345-44a9-b9ed-553fc713f0cf {
  display: none;
}
#s-8dfdf3eb-b345-44a9-b9ed-553fc713f0cf, #wrap-s-8dfdf3eb-b345-44a9-b9ed-553fc713f0cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8dfdf3eb-b345-44a9-b9ed-553fc713f0cf {
  display: none;
}
#s-8dfdf3eb-b345-44a9-b9ed-553fc713f0cf, #wrap-s-8dfdf3eb-b345-44a9-b9ed-553fc713f0cf { display:none !important; }}
#s-6823f2eb-6e2a-4130-99ad-55275dbc7dc1 {
  min-height: 50px;
}








#s-6823f2eb-6e2a-4130-99ad-55275dbc7dc1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6823f2eb-6e2a-4130-99ad-55275dbc7dc1.shg-box.shg-c {
  justify-content: center;
}

#s-273ecf36-8fed-4631-b0a1-145a566d1007 {
  text-align: center;
}
@media (min-width: 1200px){#s-273ecf36-8fed-4631-b0a1-145a566d1007 {
  display: none;
}
#s-273ecf36-8fed-4631-b0a1-145a566d1007, #wrap-s-273ecf36-8fed-4631-b0a1-145a566d1007 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-273ecf36-8fed-4631-b0a1-145a566d1007 {
  display: none;
}
#s-273ecf36-8fed-4631-b0a1-145a566d1007, #wrap-s-273ecf36-8fed-4631-b0a1-145a566d1007 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-273ecf36-8fed-4631-b0a1-145a566d1007 {
  display: none;
}
#s-273ecf36-8fed-4631-b0a1-145a566d1007, #wrap-s-273ecf36-8fed-4631-b0a1-145a566d1007 { display:none !important; }}



  #s-273ecf36-8fed-4631-b0a1-145a566d1007 img.shogun-image {
    
    width: px;
  }


#s-273ecf36-8fed-4631-b0a1-145a566d1007 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ba3aa60-78fb-40ab-bcd8-0759b2e0a852 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ba3aa60-78fb-40ab-bcd8-0759b2e0a852 {
  display: none;
}
#s-0ba3aa60-78fb-40ab-bcd8-0759b2e0a852, #wrap-s-0ba3aa60-78fb-40ab-bcd8-0759b2e0a852 { display:none !important; }}@media (max-width: 767px){#s-0ba3aa60-78fb-40ab-bcd8-0759b2e0a852 {
  display: none;
}
#s-0ba3aa60-78fb-40ab-bcd8-0759b2e0a852, #wrap-s-0ba3aa60-78fb-40ab-bcd8-0759b2e0a852 { display:none !important; }}
#s-c50796b6-006a-41f4-9186-a5f5cd74a222 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
padding-top: 2px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-c50796b6-006a-41f4-9186-a5f5cd74a222 {
  display: none;
}
#s-c50796b6-006a-41f4-9186-a5f5cd74a222, #wrap-s-c50796b6-006a-41f4-9186-a5f5cd74a222 { display:none !important; }}@media (max-width: 767px){#s-c50796b6-006a-41f4-9186-a5f5cd74a222 {
  display: none;
}
#s-c50796b6-006a-41f4-9186-a5f5cd74a222, #wrap-s-c50796b6-006a-41f4-9186-a5f5cd74a222 { display:none !important; }}
#s-c50796b6-006a-41f4-9186-a5f5cd74a222 .shogun-heading-component h1 {
  color: rgba(2, 2, 2, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-34c8c851-375c-4739-a38e-6695e60cf27f {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-34c8c851-375c-4739-a38e-6695e60cf27f {
  display: none;
}
#s-34c8c851-375c-4739-a38e-6695e60cf27f, #wrap-s-34c8c851-375c-4739-a38e-6695e60cf27f { display:none !important; }}@media (max-width: 767px){#s-34c8c851-375c-4739-a38e-6695e60cf27f {
  display: none;
}
#s-34c8c851-375c-4739-a38e-6695e60cf27f, #wrap-s-34c8c851-375c-4739-a38e-6695e60cf27f { display:none !important; }}
#s-b0275d82-84bb-4a0e-9d1a-dcbfbf549a14 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 2px;
}
@media (min-width: 1200px){#s-b0275d82-84bb-4a0e-9d1a-dcbfbf549a14 {
  display: none;
}
#s-b0275d82-84bb-4a0e-9d1a-dcbfbf549a14, #wrap-s-b0275d82-84bb-4a0e-9d1a-dcbfbf549a14 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b0275d82-84bb-4a0e-9d1a-dcbfbf549a14 {
  display: none;
}
#s-b0275d82-84bb-4a0e-9d1a-dcbfbf549a14, #wrap-s-b0275d82-84bb-4a0e-9d1a-dcbfbf549a14 { display:none !important; }}
#s-5ae8baf7-2bdb-4714-8b04-fe829734d9e4 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 5px;
text-align: right;
}

#s-5ae8baf7-2bdb-4714-8b04-fe829734d9e4 .shogun-heading-component h1 {
  color: rgba(7, 7, 7, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: right;
}



#s-9a8a59e9-1d00-4e5c-8b94-540266218003 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-9a8a59e9-1d00-4e5c-8b94-540266218003 {
  display: none;
}
#s-9a8a59e9-1d00-4e5c-8b94-540266218003, #wrap-s-9a8a59e9-1d00-4e5c-8b94-540266218003 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9a8a59e9-1d00-4e5c-8b94-540266218003 {
  display: none;
}
#s-9a8a59e9-1d00-4e5c-8b94-540266218003, #wrap-s-9a8a59e9-1d00-4e5c-8b94-540266218003 { display:none !important; }}
#s-2f196c18-a219-405b-a445-670e6809c7f5 {
  text-align: center;
}
@media (max-width: 767px){#s-2f196c18-a219-405b-a445-670e6809c7f5 {
  display: none;
}
#s-2f196c18-a219-405b-a445-670e6809c7f5, #wrap-s-2f196c18-a219-405b-a445-670e6809c7f5 { display:none !important; }}



  #s-2f196c18-a219-405b-a445-670e6809c7f5 img.shogun-image {
    
    width: px;
  }


#s-2f196c18-a219-405b-a445-670e6809c7f5 .shogun-image-content {
  
    align-items: center;
  
}

#s-70047dbb-e420-467b-9d5b-f74fa1317b96 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 2px;
}
@media (min-width: 1200px){#s-70047dbb-e420-467b-9d5b-f74fa1317b96 {
  display: none;
}
#s-70047dbb-e420-467b-9d5b-f74fa1317b96, #wrap-s-70047dbb-e420-467b-9d5b-f74fa1317b96 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-70047dbb-e420-467b-9d5b-f74fa1317b96 {
  display: none;
}
#s-70047dbb-e420-467b-9d5b-f74fa1317b96, #wrap-s-70047dbb-e420-467b-9d5b-f74fa1317b96 { display:none !important; }}
#s-55d01b49-33ba-406e-a37c-72ae61daf10a {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 5px;
text-align: left;
}
@media (min-width: 1200px){#s-55d01b49-33ba-406e-a37c-72ae61daf10a {
  display: none;
}
#s-55d01b49-33ba-406e-a37c-72ae61daf10a, #wrap-s-55d01b49-33ba-406e-a37c-72ae61daf10a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55d01b49-33ba-406e-a37c-72ae61daf10a {
  display: none;
}
#s-55d01b49-33ba-406e-a37c-72ae61daf10a, #wrap-s-55d01b49-33ba-406e-a37c-72ae61daf10a { display:none !important; }}
#s-55d01b49-33ba-406e-a37c-72ae61daf10a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-e7b7a4af-094e-481f-98d9-d6cf92446e51 {
  margin-left: 5%;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 1200px){#s-e7b7a4af-094e-481f-98d9-d6cf92446e51 {
  display: none;
}
#s-e7b7a4af-094e-481f-98d9-d6cf92446e51, #wrap-s-e7b7a4af-094e-481f-98d9-d6cf92446e51 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e7b7a4af-094e-481f-98d9-d6cf92446e51 {
  display: none;
}
#s-e7b7a4af-094e-481f-98d9-d6cf92446e51, #wrap-s-e7b7a4af-094e-481f-98d9-d6cf92446e51 { display:none !important; }}
#s-9f9ce050-ed17-4c27-a8cf-47ebef174b46 {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-9f9ce050-ed17-4c27-a8cf-47ebef174b46 {
  display: none;
}
#s-9f9ce050-ed17-4c27-a8cf-47ebef174b46, #wrap-s-9f9ce050-ed17-4c27-a8cf-47ebef174b46 { display:none !important; }}@media (max-width: 767px){#s-9f9ce050-ed17-4c27-a8cf-47ebef174b46 {
  display: none;
}
#s-9f9ce050-ed17-4c27-a8cf-47ebef174b46, #wrap-s-9f9ce050-ed17-4c27-a8cf-47ebef174b46 { display:none !important; }}
#s-1f7939a9-f453-45c0-8f66-9cc8dc522a3b {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 2px;
padding-bottom: 2px;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-1f7939a9-f453-45c0-8f66-9cc8dc522a3b {
  display: none;
}
#s-1f7939a9-f453-45c0-8f66-9cc8dc522a3b, #wrap-s-1f7939a9-f453-45c0-8f66-9cc8dc522a3b { display:none !important; }}@media (max-width: 767px){#s-1f7939a9-f453-45c0-8f66-9cc8dc522a3b {
  display: none;
}
#s-1f7939a9-f453-45c0-8f66-9cc8dc522a3b, #wrap-s-1f7939a9-f453-45c0-8f66-9cc8dc522a3b { display:none !important; }}
#s-1f7939a9-f453-45c0-8f66-9cc8dc522a3b .shogun-heading-component h1 {
  color: rgba(8, 8, 8, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 30px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-7c270ede-b4c7-443c-89b1-bac7350ad90f {
  margin-top: 5px;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 0%;
padding-top: 0px;
padding-bottom: 0px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7c270ede-b4c7-443c-89b1-bac7350ad90f {
  display: none;
}
#s-7c270ede-b4c7-443c-89b1-bac7350ad90f, #wrap-s-7c270ede-b4c7-443c-89b1-bac7350ad90f { display:none !important; }}@media (max-width: 767px){#s-7c270ede-b4c7-443c-89b1-bac7350ad90f {
  display: none;
}
#s-7c270ede-b4c7-443c-89b1-bac7350ad90f, #wrap-s-7c270ede-b4c7-443c-89b1-bac7350ad90f { display:none !important; }}
#s-309ab008-df1b-4cdc-b107-0009f251a211 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 10px;
padding-bottom: 10px;
border-color: #000;
border-style: solid;
min-height: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-309ab008-df1b-4cdc-b107-0009f251a211 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-309ab008-df1b-4cdc-b107-0009f251a211 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-309ab008-df1b-4cdc-b107-0009f251a211 {
  display: none;
}
#s-309ab008-df1b-4cdc-b107-0009f251a211, #wrap-s-309ab008-df1b-4cdc-b107-0009f251a211 { display:none !important; }}@media (max-width: 767px){#s-309ab008-df1b-4cdc-b107-0009f251a211 {
  display: none;
}
#s-309ab008-df1b-4cdc-b107-0009f251a211, #wrap-s-309ab008-df1b-4cdc-b107-0009f251a211 { display:none !important; }}
#s-309ab008-df1b-4cdc-b107-0009f251a211 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-309ab008-df1b-4cdc-b107-0009f251a211 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-75414f77-547d-4bfe-9a14-54c9ce187519 {
  border-style: solid;
margin-top: 0px;
margin-left: 0%;
margin-bottom: 0px;
margin-right: 0%;
padding-top: 11px;
padding-bottom: 11px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
min-height: 0px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-75414f77-547d-4bfe-9a14-54c9ce187519 {
  display: none;
}
#s-75414f77-547d-4bfe-9a14-54c9ce187519, #wrap-s-75414f77-547d-4bfe-9a14-54c9ce187519 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75414f77-547d-4bfe-9a14-54c9ce187519 {
  display: none;
}
#s-75414f77-547d-4bfe-9a14-54c9ce187519, #wrap-s-75414f77-547d-4bfe-9a14-54c9ce187519 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-75414f77-547d-4bfe-9a14-54c9ce187519 {
  
}
}@media (max-width: 767px){#s-75414f77-547d-4bfe-9a14-54c9ce187519 {
  
}
}
#s-75414f77-547d-4bfe-9a14-54c9ce187519 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-75414f77-547d-4bfe-9a14-54c9ce187519 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c {
  display: none;
}
#s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c, #wrap-s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c { display:none !important; }}@media (max-width: 767px){#s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c {
  display: none;
}
#s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c, #wrap-s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c { display:none !important; }}







#s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 1;
}#s-e72b4c34-c5af-4ead-9ed6-5c82c07ed19c.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-cd8878d9-f3b5-4134-850a-1f47c02241b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-2ae51f9e-1b02-4142-993e-f60eae1b4b5b {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}




  #s-2ae51f9e-1b02-4142-993e-f60eae1b4b5b img.shogun-image {
    
    width: px;
  }


#s-2ae51f9e-1b02-4142-993e-f60eae1b4b5b .shogun-image-content {
  
    align-items: center;
  
}

#s-de38203d-c333-400d-8050-35629b351cf4 {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}




  #s-de38203d-c333-400d-8050-35629b351cf4 img.shogun-image {
    
    width: px;
  }


#s-de38203d-c333-400d-8050-35629b351cf4 .shogun-image-content {
  
    align-items: center;
  
}

#s-86d9acb5-ad89-488d-8c4c-e675bfee5698 {
  padding-left: 20%;
padding-right: 20%;
text-align: center;
}




  #s-86d9acb5-ad89-488d-8c4c-e675bfee5698 img.shogun-image {
    
    width: px;
  }


#s-86d9acb5-ad89-488d-8c4c-e675bfee5698 .shogun-image-content {
  
    align-items: center;
  
}

#s-600e5a9e-fe12-4f73-9934-d60fa21713be {
  padding-left: 1%;
padding-right: 1%;
min-height: 40px;
}
@media (min-width: 1200px){#s-600e5a9e-fe12-4f73-9934-d60fa21713be {
  display: none;
}
#s-600e5a9e-fe12-4f73-9934-d60fa21713be, #wrap-s-600e5a9e-fe12-4f73-9934-d60fa21713be { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-600e5a9e-fe12-4f73-9934-d60fa21713be {
  display: none;
}
#s-600e5a9e-fe12-4f73-9934-d60fa21713be, #wrap-s-600e5a9e-fe12-4f73-9934-d60fa21713be { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-600e5a9e-fe12-4f73-9934-d60fa21713be {
  
}
}







#s-600e5a9e-fe12-4f73-9934-d60fa21713be > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 1;
}#s-600e5a9e-fe12-4f73-9934-d60fa21713be.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 768px) {
[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-08b4e711-8960-4cff-8fff-32e1afce3940"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cd326f71-8fe3-4102-9f63-d2e458df7c7d {
  text-align: center;
}




  #s-cd326f71-8fe3-4102-9f63-d2e458df7c7d img.shogun-image {
    
    width: px;
  }


#s-cd326f71-8fe3-4102-9f63-d2e458df7c7d .shogun-image-content {
  
    align-items: center;
  
}

#s-9d94d85d-ad42-4605-99d6-2cddb7ede74d {
  text-align: center;
}




  #s-9d94d85d-ad42-4605-99d6-2cddb7ede74d img.shogun-image {
    
    width: px;
  }


#s-9d94d85d-ad42-4605-99d6-2cddb7ede74d .shogun-image-content {
  
    align-items: center;
  
}

#s-149c8ef5-964f-4baf-9b4b-bb762c0b1b13 {
  text-align: center;
}




  #s-149c8ef5-964f-4baf-9b4b-bb762c0b1b13 img.shogun-image {
    
    width: px;
  }


#s-149c8ef5-964f-4baf-9b4b-bb762c0b1b13 .shogun-image-content {
  
    align-items: center;
  
}

#s-312303c2-a10f-46b1-87c4-1cb1a01bd049 {
  padding-left: 0%;
padding-right: 0%;
min-height: 50px;
}
@media (min-width: 1200px){#s-312303c2-a10f-46b1-87c4-1cb1a01bd049 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-312303c2-a10f-46b1-87c4-1cb1a01bd049 {
  
}
}







#s-312303c2-a10f-46b1-87c4-1cb1a01bd049 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-312303c2-a10f-46b1-87c4-1cb1a01bd049.shg-box.shg-c {
  justify-content: center;
}

#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32 {
  display: none;
}
#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32, #wrap-s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32 {
  display: none;
}
#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32, #wrap-s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32 { display:none !important; }}







#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6ccea3c8-74b2-43cf-8b49-8ed2d86d5c32.shg-box.shg-c {
  justify-content: center;
}

#s-ec7a3c36-38f9-48bc-ba57-959a0c5e2d82 {
  min-height: 50px;
}








#s-ec7a3c36-38f9-48bc-ba57-959a0c5e2d82 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ec7a3c36-38f9-48bc-ba57-959a0c5e2d82.shg-box.shg-c {
  justify-content: center;
}

#s-ff645e8f-3e12-4d06-8652-2d79db18cecd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ff645e8f-3e12-4d06-8652-2d79db18cecd {
  display: none;
}
#s-ff645e8f-3e12-4d06-8652-2d79db18cecd, #wrap-s-ff645e8f-3e12-4d06-8652-2d79db18cecd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ff645e8f-3e12-4d06-8652-2d79db18cecd {
  display: none;
}
#s-ff645e8f-3e12-4d06-8652-2d79db18cecd, #wrap-s-ff645e8f-3e12-4d06-8652-2d79db18cecd { display:none !important; }}







#s-ff645e8f-3e12-4d06-8652-2d79db18cecd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff645e8f-3e12-4d06-8652-2d79db18cecd.shg-box.shg-c {
  justify-content: center;
}

#s-48f1a0f3-42fd-46eb-84fb-cbcebc3f82e4 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (min-width: 1200px){#s-48f1a0f3-42fd-46eb-84fb-cbcebc3f82e4 {
  display: none;
}
#s-48f1a0f3-42fd-46eb-84fb-cbcebc3f82e4, #wrap-s-48f1a0f3-42fd-46eb-84fb-cbcebc3f82e4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-48f1a0f3-42fd-46eb-84fb-cbcebc3f82e4 {
  display: none;
}
#s-48f1a0f3-42fd-46eb-84fb-cbcebc3f82e4, #wrap-s-48f1a0f3-42fd-46eb-84fb-cbcebc3f82e4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-48f1a0f3-42fd-46eb-84fb-cbcebc3f82e4 {
  
}
}@media (max-width: 767px){#s-48f1a0f3-42fd-46eb-84fb-cbcebc3f82e4 {
  
}
}
#s-48f1a0f3-42fd-46eb-84fb-cbcebc3f82e4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: ;
  text-align: right;
}



#s-7bfbe99c-69a7-4598-9800-73f79d4dc486 {
  margin-top: 25px;
margin-left: 5%;
margin-bottom: 25px;
margin-right: 5%;
}
@media (min-width: 1200px){#s-7bfbe99c-69a7-4598-9800-73f79d4dc486 {
  display: none;
}
#s-7bfbe99c-69a7-4598-9800-73f79d4dc486, #wrap-s-7bfbe99c-69a7-4598-9800-73f79d4dc486 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7bfbe99c-69a7-4598-9800-73f79d4dc486 {
  display: none;
}
#s-7bfbe99c-69a7-4598-9800-73f79d4dc486, #wrap-s-7bfbe99c-69a7-4598-9800-73f79d4dc486 { display:none !important; }}
@media (min-width: 0px) {
[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-7bfbe99c-69a7-4598-9800-73f79d4dc486"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6c085f86-af89-44b9-92e8-49946038b11b {
  text-align: center;
}




  #s-6c085f86-af89-44b9-92e8-49946038b11b img.shogun-image {
    
    width: px;
  }


#s-6c085f86-af89-44b9-92e8-49946038b11b .shogun-image-content {
  
    align-items: center;
  
}

#s-be20ecb7-0672-400a-b19b-8a809a4f9ef3 {
  margin-top: 80%;
text-align: center;
}

#s-be20ecb7-0672-400a-b19b-8a809a4f9ef3 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a5942456-593a-4c6c-9935-92de3fd0ffe4 {
  text-align: center;
}




  #s-a5942456-593a-4c6c-9935-92de3fd0ffe4 img.shogun-image {
    
    width: px;
  }


#s-a5942456-593a-4c6c-9935-92de3fd0ffe4 .shogun-image-content {
  
    align-items: center;
  
}

#s-86c7b057-8c9d-4bac-9159-5691329ca3fa {
  margin-top: 80%;
text-align: center;
}

#s-86c7b057-8c9d-4bac-9159-5691329ca3fa .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347 {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347 {
  display: none;
}
#s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347, #wrap-s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347 {
  display: none;
}
#s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347, #wrap-s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8fd15e35-bf76-4a76-88bc-7dd5a62d7347"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 {
  text-align: center;
}
@media (min-width: 1200px){#s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 {
  display: none;
}
#s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89, #wrap-s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 {
  display: none;
}
#s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89, #wrap-s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 { display:none !important; }}



  #s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 img.shogun-image {
    
    width: px;
  }


#s-a3910dd6-9a68-4292-b7f8-44a79aa6ef89 .shogun-image-content {
  
    align-items: center;
  
}

#s-67c1d90c-0bf8-406a-b66d-19905ad45c92 {
  margin-top: 80%;
text-align: center;
}

#s-67c1d90c-0bf8-406a-b66d-19905ad45c92 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-affab3d3-1d20-4653-ba12-dd5b63fe32af {
  text-align: center;
}
@media (min-width: 1200px){#s-affab3d3-1d20-4653-ba12-dd5b63fe32af {
  display: none;
}
#s-affab3d3-1d20-4653-ba12-dd5b63fe32af, #wrap-s-affab3d3-1d20-4653-ba12-dd5b63fe32af { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-affab3d3-1d20-4653-ba12-dd5b63fe32af {
  display: none;
}
#s-affab3d3-1d20-4653-ba12-dd5b63fe32af, #wrap-s-affab3d3-1d20-4653-ba12-dd5b63fe32af { display:none !important; }}



  #s-affab3d3-1d20-4653-ba12-dd5b63fe32af img.shogun-image {
    
    width: px;
  }


#s-affab3d3-1d20-4653-ba12-dd5b63fe32af .shogun-image-content {
  
    align-items: center;
  
}

#s-f669b5b8-7bd2-419c-ba75-dd3da891cd03 {
  margin-top: 80%;
text-align: center;
}

#s-f669b5b8-7bd2-419c-ba75-dd3da891cd03 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-507e3209-9c43-45ba-aaf7-a2ce4d8eb465 {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 47px;
}
@media (min-width: 1200px){#s-507e3209-9c43-45ba-aaf7-a2ce4d8eb465 {
  display: none;
}
#s-507e3209-9c43-45ba-aaf7-a2ce4d8eb465, #wrap-s-507e3209-9c43-45ba-aaf7-a2ce4d8eb465 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-507e3209-9c43-45ba-aaf7-a2ce4d8eb465 {
  display: none;
}
#s-507e3209-9c43-45ba-aaf7-a2ce4d8eb465, #wrap-s-507e3209-9c43-45ba-aaf7-a2ce4d8eb465 { display:none !important; }}







#s-507e3209-9c43-45ba-aaf7-a2ce4d8eb465 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-507e3209-9c43-45ba-aaf7-a2ce4d8eb465.shg-box.shg-c {
  justify-content: center;
}

#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d {
  display: none;
}
#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d, #wrap-s-961517cc-dc74-4e71-bd3c-c5392ea54a2d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d {
  display: none;
}
#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d, #wrap-s-961517cc-dc74-4e71-bd3c-c5392ea54a2d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d {
  
}
}@media (max-width: 767px){#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d {
  
}
}







#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-961517cc-dc74-4e71-bd3c-c5392ea54a2d.shg-box.shg-c {
  justify-content: center;
}

#s-425933a8-fafe-4f26-b3df-90f985f2c13f {
  margin-top: 8px;
margin-left: 5%;
margin-bottom: 8px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-425933a8-fafe-4f26-b3df-90f985f2c13f .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-828d8926-e9ec-4f72-8364-bc35502d3e8b {
  margin-top: 0px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 5%;
padding-top: 2px;
padding-bottom: 2px;
}

#s-d067abca-6927-4005-b89a-eabe0eb11309 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-d067abca-6927-4005-b89a-eabe0eb11309 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d067abca-6927-4005-b89a-eabe0eb11309 {
  
}
}







#s-d067abca-6927-4005-b89a-eabe0eb11309 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d067abca-6927-4005-b89a-eabe0eb11309.shg-box.shg-c {
  justify-content: center;
}

#s-e15e2703-e558-4df2-b66c-4b765dd03fca {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
}

@media (min-width: 0px) {
[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-e15e2703-e558-4df2-b66c-4b765dd03fca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 9.0px);
}

}

#s-8edebed8-f7af-4ef6-b44f-d48a131800c4 {
  text-align: center;
}




  #s-8edebed8-f7af-4ef6-b44f-d48a131800c4 img.shogun-image {
    
    width: px;
  }


#s-8edebed8-f7af-4ef6-b44f-d48a131800c4 .shogun-image-content {
  
    align-items: center;
  
}

#s-3707e2da-9a99-4695-ac9d-1b21a124e1b8 {
  display: none;
}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-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;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-a9fcaf35-aaf3-4bf9-b038-db3ed8d2f09e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a9fcaf35-aaf3-4bf9-b038-db3ed8d2f09e .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-13020cd6-cf92-4d84-b3c9-1112079619d7 {
  text-align: center;
}

#s-13020cd6-cf92-4d84-b3c9-1112079619d7 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-13020cd6-cf92-4d84-b3c9-1112079619d7 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-13020cd6-cf92-4d84-b3c9-1112079619d7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-6ab84169-5935-436c-8784-e4b2635d3c1a {
  text-align: center;
}




  #s-6ab84169-5935-436c-8784-e4b2635d3c1a img.shogun-image {
    
    width: px;
  }


#s-6ab84169-5935-436c-8784-e4b2635d3c1a .shogun-image-content {
  
    align-items: center;
  
}

#s-4baceece-4fda-427e-865b-a5023f08e051 {
  display: none;
}
#s-f70bc17f-570b-4ddd-9a0d-d59085662f5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f70bc17f-570b-4ddd-9a0d-d59085662f5a .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-2d0ad397-d379-4625-82af-d6650d842b48 {
  text-align: center;
}

#s-2d0ad397-d379-4625-82af-d6650d842b48 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-2d0ad397-d379-4625-82af-d6650d842b48 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-2d0ad397-d379-4625-82af-d6650d842b48 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-7a6fe8ac-5458-4b01-b27d-bb99bdc1fde1 {
  text-align: center;
}




  #s-7a6fe8ac-5458-4b01-b27d-bb99bdc1fde1 img.shogun-image {
    
    width: px;
  }


#s-7a6fe8ac-5458-4b01-b27d-bb99bdc1fde1 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d81fc24-fecf-4962-b5d8-8fc1788aec58 {
  display: none;
}
#s-a2f305b2-5c08-4d16-8818-e9dd41c04bbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a2f305b2-5c08-4d16-8818-e9dd41c04bbb .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-a6ba68be-4b4a-4645-bbfc-3c2327b88e76 {
  text-align: center;
}

#s-a6ba68be-4b4a-4645-bbfc-3c2327b88e76 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-a6ba68be-4b4a-4645-bbfc-3c2327b88e76 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-a6ba68be-4b4a-4645-bbfc-3c2327b88e76 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-5ed36ba5-ded3-4aa1-b6d0-95feb672345d {
  display: none;
}
#s-e067e5db-376f-4ee8-b844-96e6e8025742 {
  text-align: center;
}




  #s-e067e5db-376f-4ee8-b844-96e6e8025742 img.shogun-image {
    
    width: px;
  }


#s-e067e5db-376f-4ee8-b844-96e6e8025742 .shogun-image-content {
  
    align-items: center;
  
}

#s-6a001769-5941-49ae-9c81-d32e6b744e38 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a001769-5941-49ae-9c81-d32e6b744e38 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-a7ab45d0-6f1e-4919-b2b9-ba260a31d187 {
  text-align: center;
}

#s-a7ab45d0-6f1e-4919-b2b9-ba260a31d187 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-a7ab45d0-6f1e-4919-b2b9-ba260a31d187 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-a7ab45d0-6f1e-4919-b2b9-ba260a31d187 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-151c4188-fe03-4737-a56b-635c665076ca {
  border-style: solid;
margin-top: 35px;
margin-bottom: 35px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
}
#s-151c4188-fe03-4737-a56b-635c665076ca:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-151c4188-fe03-4737-a56b-635c665076ca:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-151c4188-fe03-4737-a56b-635c665076ca {
  display: none;
}
#s-151c4188-fe03-4737-a56b-635c665076ca, #wrap-s-151c4188-fe03-4737-a56b-635c665076ca { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-151c4188-fe03-4737-a56b-635c665076ca {
  display: none;
}
#s-151c4188-fe03-4737-a56b-635c665076ca, #wrap-s-151c4188-fe03-4737-a56b-635c665076ca { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-151c4188-fe03-4737-a56b-635c665076ca {
  
}
}@media (max-width: 767px){#s-151c4188-fe03-4737-a56b-635c665076ca {
  
}
}


#s-151c4188-fe03-4737-a56b-635c665076ca.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-04a57821-5a9b-4415-b14c-8794dadae969 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-04a57821-5a9b-4415-b14c-8794dadae969 {
  display: none;
}
#s-04a57821-5a9b-4415-b14c-8794dadae969, #wrap-s-04a57821-5a9b-4415-b14c-8794dadae969 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-04a57821-5a9b-4415-b14c-8794dadae969 {
  display: none;
}
#s-04a57821-5a9b-4415-b14c-8794dadae969, #wrap-s-04a57821-5a9b-4415-b14c-8794dadae969 { display:none !important; }}







#s-04a57821-5a9b-4415-b14c-8794dadae969 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-04a57821-5a9b-4415-b14c-8794dadae969.shg-box.shg-c {
  justify-content: center;
}

#s-09aa98b9-82bc-418a-a353-ffe4a4297043 {
  text-align: center;
}
@media (min-width: 1200px){#s-09aa98b9-82bc-418a-a353-ffe4a4297043 {
  display: none;
}
#s-09aa98b9-82bc-418a-a353-ffe4a4297043, #wrap-s-09aa98b9-82bc-418a-a353-ffe4a4297043 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-09aa98b9-82bc-418a-a353-ffe4a4297043 {
  display: none;
}
#s-09aa98b9-82bc-418a-a353-ffe4a4297043, #wrap-s-09aa98b9-82bc-418a-a353-ffe4a4297043 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-09aa98b9-82bc-418a-a353-ffe4a4297043 {
  
}
}@media (max-width: 767px){#s-09aa98b9-82bc-418a-a353-ffe4a4297043 {
  
}
}



  #s-09aa98b9-82bc-418a-a353-ffe4a4297043 img.shogun-image {
    
    width: px;
  }


#s-09aa98b9-82bc-418a-a353-ffe4a4297043 .shogun-image-content {
  
    align-items: center;
  
}

#s-10e1dcaf-698c-4b7e-a4d2-037c67a82cf8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-10e1dcaf-698c-4b7e-a4d2-037c67a82cf8 {
  display: none;
}
#s-10e1dcaf-698c-4b7e-a4d2-037c67a82cf8, #wrap-s-10e1dcaf-698c-4b7e-a4d2-037c67a82cf8 { display:none !important; }}@media (max-width: 767px){#s-10e1dcaf-698c-4b7e-a4d2-037c67a82cf8 {
  display: none;
}
#s-10e1dcaf-698c-4b7e-a4d2-037c67a82cf8, #wrap-s-10e1dcaf-698c-4b7e-a4d2-037c67a82cf8 { display:none !important; }}
#s-10e1dcaf-698c-4b7e-a4d2-037c67a82cf8 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 43px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-10e1dcaf-698c-4b7e-a4d2-037c67a82cf8 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-0f803707-cd80-4fe8-bcae-6f4c05309967 {
  margin-top: 55%;
margin-left: 2%;
margin-right: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-0f803707-cd80-4fe8-bcae-6f4c05309967 {
  display: none;
}
#s-0f803707-cd80-4fe8-bcae-6f4c05309967, #wrap-s-0f803707-cd80-4fe8-bcae-6f4c05309967 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0f803707-cd80-4fe8-bcae-6f4c05309967 {
  display: none;
}
#s-0f803707-cd80-4fe8-bcae-6f4c05309967, #wrap-s-0f803707-cd80-4fe8-bcae-6f4c05309967 { display:none !important; }}
#s-0f803707-cd80-4fe8-bcae-6f4c05309967 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0f803707-cd80-4fe8-bcae-6f4c05309967 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9 {
  border-style: solid;
margin-top: 20px;
margin-left: 0%;
margin-bottom: 20px;
margin-right: 0%;
padding-top: 14px;
padding-left: 39px;
padding-bottom: 14px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9:hover {border-style: solid !important;
border-color: rgba(0, 0, 0, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9 {
  display: none;
}
#s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9, #wrap-s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9 {
  display: none;
}
#s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9, #wrap-s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9 { display:none !important; }}

  #s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9-btn-wrapper {
    text-align: center;
  }


#s-06aed9a2-43e1-4a5c-93c3-0b5de709fcb9.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-3ba0defb-cea6-4be3-8f6f-61421e4f35e4 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3ba0defb-cea6-4be3-8f6f-61421e4f35e4 {
  display: none;
}
#s-3ba0defb-cea6-4be3-8f6f-61421e4f35e4, #wrap-s-3ba0defb-cea6-4be3-8f6f-61421e4f35e4 { display:none !important; }}@media (max-width: 767px){#s-3ba0defb-cea6-4be3-8f6f-61421e4f35e4 {
  display: none;
}
#s-3ba0defb-cea6-4be3-8f6f-61421e4f35e4, #wrap-s-3ba0defb-cea6-4be3-8f6f-61421e4f35e4 { display:none !important; }}







#s-3ba0defb-cea6-4be3-8f6f-61421e4f35e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ba0defb-cea6-4be3-8f6f-61421e4f35e4.shg-box.shg-c {
  justify-content: center;
}

#s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1 {
  display: none;
}
#s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1, #wrap-s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1 { display:none !important; }}@media (max-width: 767px){#s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1 {
  display: none;
}
#s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1, #wrap-s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1 { display:none !important; }}







#s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1ae717b-3644-4c2e-8eb3-c8bf822723e1.shg-box.shg-c {
  justify-content: center;
}

#s-b919c49f-d753-4f8f-8e1e-226747d0d557 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b919c49f-d753-4f8f-8e1e-226747d0d557 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b919c49f-d753-4f8f-8e1e-226747d0d557 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b919c49f-d753-4f8f-8e1e-226747d0d557 {
  display: none;
}
#s-b919c49f-d753-4f8f-8e1e-226747d0d557, #wrap-s-b919c49f-d753-4f8f-8e1e-226747d0d557 { display:none !important; }}@media (max-width: 767px){#s-b919c49f-d753-4f8f-8e1e-226747d0d557 {
  display: none;
}
#s-b919c49f-d753-4f8f-8e1e-226747d0d557, #wrap-s-b919c49f-d753-4f8f-8e1e-226747d0d557 { display:none !important; }}







#s-b919c49f-d753-4f8f-8e1e-226747d0d557 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b919c49f-d753-4f8f-8e1e-226747d0d557.shg-box.shg-c {
  justify-content: center;
}

#s-b1b86515-b4d3-4e4e-bc66-44ec3f99e947 {
  margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}
@media (min-width: 768px) and (max-width: 991px){#s-b1b86515-b4d3-4e4e-bc66-44ec3f99e947 {
  
}
}@media (max-width: 767px){#s-b1b86515-b4d3-4e4e-bc66-44ec3f99e947 {
  
}
}
#s-b1b86515-b4d3-4e4e-bc66-44ec3f99e947 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 42px;
  line-height: 1em;
  letter-spacing: ;
  text-align: right;
}



#s-a7b360ed-b31e-41c7-b3d4-061a4616c9af {
  min-height: 1px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a7b360ed-b31e-41c7-b3d4-061a4616c9af {
  display: none;
}
#s-a7b360ed-b31e-41c7-b3d4-061a4616c9af, #wrap-s-a7b360ed-b31e-41c7-b3d4-061a4616c9af { display:none !important; }}@media (max-width: 767px){#s-a7b360ed-b31e-41c7-b3d4-061a4616c9af {
  display: none;
}
#s-a7b360ed-b31e-41c7-b3d4-061a4616c9af, #wrap-s-a7b360ed-b31e-41c7-b3d4-061a4616c9af { display:none !important; }}
@media (min-width: 0px) {
[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-a7b360ed-b31e-41c7-b3d4-061a4616c9af"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-51448d01-7e7b-42d6-9214-df9288e5505d {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-51448d01-7e7b-42d6-9214-df9288e5505d {
  display: none;
}
#s-51448d01-7e7b-42d6-9214-df9288e5505d, #wrap-s-51448d01-7e7b-42d6-9214-df9288e5505d { display:none !important; }}@media (max-width: 767px){#s-51448d01-7e7b-42d6-9214-df9288e5505d {
  display: none;
}
#s-51448d01-7e7b-42d6-9214-df9288e5505d, #wrap-s-51448d01-7e7b-42d6-9214-df9288e5505d { display:none !important; }}



  #s-51448d01-7e7b-42d6-9214-df9288e5505d img.shogun-image {
    
    width: px;
  }


#s-51448d01-7e7b-42d6-9214-df9288e5505d .shogun-image-content {
  
    align-items: center;
  
}

#s-75d220e2-95d7-491a-a3bf-bf6b07feee34 {
  margin-top: 80%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-75d220e2-95d7-491a-a3bf-bf6b07feee34 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dd86b839-ae75-42ea-bb75-b4468a942767 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-dd86b839-ae75-42ea-bb75-b4468a942767 {
  display: none;
}
#s-dd86b839-ae75-42ea-bb75-b4468a942767, #wrap-s-dd86b839-ae75-42ea-bb75-b4468a942767 { display:none !important; }}@media (max-width: 767px){#s-dd86b839-ae75-42ea-bb75-b4468a942767 {
  display: none;
}
#s-dd86b839-ae75-42ea-bb75-b4468a942767, #wrap-s-dd86b839-ae75-42ea-bb75-b4468a942767 { display:none !important; }}



  #s-dd86b839-ae75-42ea-bb75-b4468a942767 img.shogun-image {
    
    width: px;
  }


#s-dd86b839-ae75-42ea-bb75-b4468a942767 .shogun-image-content {
  
    align-items: center;
  
}

#s-ba5d6c99-a3db-4c75-a52e-4494b01705f9 {
  margin-top: 80%;
margin-bottom: 0%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ba5d6c99-a3db-4c75-a52e-4494b01705f9 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-3c03326f-041e-4d1a-93b3-ffd09986eec2 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-3c03326f-041e-4d1a-93b3-ffd09986eec2 {
  display: none;
}
#s-3c03326f-041e-4d1a-93b3-ffd09986eec2, #wrap-s-3c03326f-041e-4d1a-93b3-ffd09986eec2 { display:none !important; }}@media (max-width: 767px){#s-3c03326f-041e-4d1a-93b3-ffd09986eec2 {
  display: none;
}
#s-3c03326f-041e-4d1a-93b3-ffd09986eec2, #wrap-s-3c03326f-041e-4d1a-93b3-ffd09986eec2 { display:none !important; }}



  #s-3c03326f-041e-4d1a-93b3-ffd09986eec2 img.shogun-image {
    
    width: px;
  }


#s-3c03326f-041e-4d1a-93b3-ffd09986eec2 .shogun-image-content {
  
    align-items: center;
  
}

#s-360d96a1-ca63-44f3-80e0-d4e9fa531463 {
  margin-top: 80%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-360d96a1-ca63-44f3-80e0-d4e9fa531463 {
  display: none;
}
#s-360d96a1-ca63-44f3-80e0-d4e9fa531463, #wrap-s-360d96a1-ca63-44f3-80e0-d4e9fa531463 { display:none !important; }}@media (max-width: 767px){#s-360d96a1-ca63-44f3-80e0-d4e9fa531463 {
  display: none;
}
#s-360d96a1-ca63-44f3-80e0-d4e9fa531463, #wrap-s-360d96a1-ca63-44f3-80e0-d4e9fa531463 { display:none !important; }}
#s-360d96a1-ca63-44f3-80e0-d4e9fa531463 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-61c72f37-04fb-43c4-9cde-1f782950976e {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-61c72f37-04fb-43c4-9cde-1f782950976e {
  display: none;
}
#s-61c72f37-04fb-43c4-9cde-1f782950976e, #wrap-s-61c72f37-04fb-43c4-9cde-1f782950976e { display:none !important; }}@media (max-width: 767px){#s-61c72f37-04fb-43c4-9cde-1f782950976e {
  display: none;
}
#s-61c72f37-04fb-43c4-9cde-1f782950976e, #wrap-s-61c72f37-04fb-43c4-9cde-1f782950976e { display:none !important; }}



  #s-61c72f37-04fb-43c4-9cde-1f782950976e img.shogun-image {
    
    width: px;
  }


#s-61c72f37-04fb-43c4-9cde-1f782950976e .shogun-image-content {
  
    align-items: center;
  
}

#s-520f7e55-b6d3-415b-a5e7-092e4571b622 {
  margin-top: 80%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-520f7e55-b6d3-415b-a5e7-092e4571b622 {
  display: none;
}
#s-520f7e55-b6d3-415b-a5e7-092e4571b622, #wrap-s-520f7e55-b6d3-415b-a5e7-092e4571b622 { display:none !important; }}@media (max-width: 767px){#s-520f7e55-b6d3-415b-a5e7-092e4571b622 {
  display: none;
}
#s-520f7e55-b6d3-415b-a5e7-092e4571b622, #wrap-s-520f7e55-b6d3-415b-a5e7-092e4571b622 { display:none !important; }}
#s-520f7e55-b6d3-415b-a5e7-092e4571b622 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b5701467-376a-471f-8fe0-4ea75f5c03f7 {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 47px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b5701467-376a-471f-8fe0-4ea75f5c03f7 {
  display: none;
}
#s-b5701467-376a-471f-8fe0-4ea75f5c03f7, #wrap-s-b5701467-376a-471f-8fe0-4ea75f5c03f7 { display:none !important; }}@media (max-width: 767px){#s-b5701467-376a-471f-8fe0-4ea75f5c03f7 {
  display: none;
}
#s-b5701467-376a-471f-8fe0-4ea75f5c03f7, #wrap-s-b5701467-376a-471f-8fe0-4ea75f5c03f7 { display:none !important; }}







#s-b5701467-376a-471f-8fe0-4ea75f5c03f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5701467-376a-471f-8fe0-4ea75f5c03f7.shg-box.shg-c {
  justify-content: center;
}

#s-03366091-4c5c-4d3c-9087-33ba40d90528 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-03366091-4c5c-4d3c-9087-33ba40d90528 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-03366091-4c5c-4d3c-9087-33ba40d90528 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-03366091-4c5c-4d3c-9087-33ba40d90528 {
  display: none;
}
#s-03366091-4c5c-4d3c-9087-33ba40d90528, #wrap-s-03366091-4c5c-4d3c-9087-33ba40d90528 { display:none !important; }}@media (max-width: 767px){#s-03366091-4c5c-4d3c-9087-33ba40d90528 {
  display: none;
}
#s-03366091-4c5c-4d3c-9087-33ba40d90528, #wrap-s-03366091-4c5c-4d3c-9087-33ba40d90528 { display:none !important; }}







#s-03366091-4c5c-4d3c-9087-33ba40d90528 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03366091-4c5c-4d3c-9087-33ba40d90528.shg-box.shg-c {
  justify-content: center;
}

#s-b2a320a6-5f35-48fa-829e-69e322bdb981 {
  margin-top: 8px;
margin-left: 3%;
margin-bottom: 8px;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b2a320a6-5f35-48fa-829e-69e322bdb981 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-e5f68869-ae55-4806-aa9c-9610c278de1a {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 2px;
padding-bottom: 2px;
}

#s-b42e2ac5-af7a-45f6-bee6-c38447c9656d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b42e2ac5-af7a-45f6-bee6-c38447c9656d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b42e2ac5-af7a-45f6-bee6-c38447c9656d {
  
}
}







#s-b42e2ac5-af7a-45f6-bee6-c38447c9656d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b42e2ac5-af7a-45f6-bee6-c38447c9656d.shg-box.shg-c {
  justify-content: center;
}

#s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768 {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
}
@media (min-width: 768px) and (max-width: 991px){#s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768 {
  display: none;
}
#s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768, #wrap-s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768 { display:none !important; }}@media (max-width: 767px){#s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768 {
  display: none;
}
#s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768, #wrap-s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768 { display:none !important; }}
@media (min-width: 0px) {
[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-8b0e8f1f-8bfa-4f55-abdf-1ff074b80768"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 9.0px);
}

}

#s-0be60eee-07dd-424b-9dcf-e83e0dd7c908 {
  text-align: center;
}




  #s-0be60eee-07dd-424b-9dcf-e83e0dd7c908 img.shogun-image {
    
    width: px;
  }


#s-0be60eee-07dd-424b-9dcf-e83e0dd7c908 .shogun-image-content {
  
    align-items: center;
  
}

#s-eda6789d-7b85-4af2-a86b-385f55c5adcd {
  display: none;
}
#s-f83fdfec-405c-4ccb-8fac-8f109cdebd6e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f83fdfec-405c-4ccb-8fac-8f109cdebd6e .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b34749ed-cd80-4d56-8c0e-435e0eaf8b3d {
  text-align: center;
}

#s-b34749ed-cd80-4d56-8c0e-435e0eaf8b3d .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-b34749ed-cd80-4d56-8c0e-435e0eaf8b3d .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-b34749ed-cd80-4d56-8c0e-435e0eaf8b3d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1f2b2da8-6ba7-43f0-9864-c6dcdb76e76d {
  text-align: center;
}




  #s-1f2b2da8-6ba7-43f0-9864-c6dcdb76e76d img.shogun-image {
    
    width: px;
  }


#s-1f2b2da8-6ba7-43f0-9864-c6dcdb76e76d .shogun-image-content {
  
    align-items: center;
  
}

#s-7bb60abc-3a51-432d-9c9d-19117e8cc8e6 {
  display: none;
}
#s-6a775d8f-94aa-48de-b8e2-faefa77be1b0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a775d8f-94aa-48de-b8e2-faefa77be1b0 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-92e72933-a7ae-4051-8653-0a2ec5574877 {
  text-align: center;
}

#s-92e72933-a7ae-4051-8653-0a2ec5574877 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-92e72933-a7ae-4051-8653-0a2ec5574877 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-92e72933-a7ae-4051-8653-0a2ec5574877 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-e412e3f5-4b7b-46c6-8106-65b23836cfc7 {
  text-align: center;
}




  #s-e412e3f5-4b7b-46c6-8106-65b23836cfc7 img.shogun-image {
    
    width: px;
  }


#s-e412e3f5-4b7b-46c6-8106-65b23836cfc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-c61c06f7-eccb-4ecf-b70e-46a8c81dd0c9 {
  display: none;
}
#s-07b56682-b3ce-4586-8d1f-b7827cadce6a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-07b56682-b3ce-4586-8d1f-b7827cadce6a .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-8e919c17-376d-40a2-85e4-dba44b14bdb2 {
  text-align: center;
}

#s-8e919c17-376d-40a2-85e4-dba44b14bdb2 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-8e919c17-376d-40a2-85e4-dba44b14bdb2 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-8e919c17-376d-40a2-85e4-dba44b14bdb2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-7e864ccd-a4e1-4055-ac65-4174a06e5264 {
  display: none;
}
#s-d12aeaec-5721-4d08-bbfc-764fbf99d88f {
  text-align: center;
}




  #s-d12aeaec-5721-4d08-bbfc-764fbf99d88f img.shogun-image {
    
    width: px;
  }


#s-d12aeaec-5721-4d08-bbfc-764fbf99d88f .shogun-image-content {
  
    align-items: center;
  
}

#s-bd97730d-ba86-4e80-9e97-713629174f09 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bd97730d-ba86-4e80-9e97-713629174f09 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-0edfbe75-be25-40b2-8d7c-bf5754465853 {
  text-align: center;
}

#s-0edfbe75-be25-40b2-8d7c-bf5754465853 .shg-product-sold-out {
  display: none;
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-0edfbe75-be25-40b2-8d7c-bf5754465853 .shg-product-price {
  color: rgba(0, 0, 0, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-0edfbe75-be25-40b2-8d7c-bf5754465853 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-537585d6-2618-407b-8b21-16a0cdbfde0b {
  border-style: solid;
margin-top: 35px;
margin-bottom: 35px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1.5em;
}
#s-537585d6-2618-407b-8b21-16a0cdbfde0b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-537585d6-2618-407b-8b21-16a0cdbfde0b:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 768px) and (max-width: 991px){#s-537585d6-2618-407b-8b21-16a0cdbfde0b {
  display: none;
}
#s-537585d6-2618-407b-8b21-16a0cdbfde0b, #wrap-s-537585d6-2618-407b-8b21-16a0cdbfde0b { display:none !important; }}@media (max-width: 767px){#s-537585d6-2618-407b-8b21-16a0cdbfde0b {
  display: none;
}
#s-537585d6-2618-407b-8b21-16a0cdbfde0b, #wrap-s-537585d6-2618-407b-8b21-16a0cdbfde0b { display:none !important; }}


#s-537585d6-2618-407b-8b21-16a0cdbfde0b.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-22efd2f5-b79c-4982-a42b-ce13b3108b12 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-22efd2f5-b79c-4982-a42b-ce13b3108b12 {
  display: none;
}
#s-22efd2f5-b79c-4982-a42b-ce13b3108b12, #wrap-s-22efd2f5-b79c-4982-a42b-ce13b3108b12 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22efd2f5-b79c-4982-a42b-ce13b3108b12 {
  display: none;
}
#s-22efd2f5-b79c-4982-a42b-ce13b3108b12, #wrap-s-22efd2f5-b79c-4982-a42b-ce13b3108b12 { display:none !important; }}







#s-22efd2f5-b79c-4982-a42b-ce13b3108b12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22efd2f5-b79c-4982-a42b-ce13b3108b12.shg-box.shg-c {
  justify-content: center;
}

#s-dc86f11a-0560-458d-b284-1067bc98496d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dc86f11a-0560-458d-b284-1067bc98496d {
  display: none;
}
#s-dc86f11a-0560-458d-b284-1067bc98496d, #wrap-s-dc86f11a-0560-458d-b284-1067bc98496d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dc86f11a-0560-458d-b284-1067bc98496d {
  display: none;
}
#s-dc86f11a-0560-458d-b284-1067bc98496d, #wrap-s-dc86f11a-0560-458d-b284-1067bc98496d { display:none !important; }}







#s-dc86f11a-0560-458d-b284-1067bc98496d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc86f11a-0560-458d-b284-1067bc98496d.shg-box.shg-c {
  justify-content: center;
}

#s-446e03f4-3575-48e6-809c-54431f1ebb8e {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 47px;
}
@media (min-width: 1200px){#s-446e03f4-3575-48e6-809c-54431f1ebb8e {
  display: none;
}
#s-446e03f4-3575-48e6-809c-54431f1ebb8e, #wrap-s-446e03f4-3575-48e6-809c-54431f1ebb8e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-446e03f4-3575-48e6-809c-54431f1ebb8e {
  display: none;
}
#s-446e03f4-3575-48e6-809c-54431f1ebb8e, #wrap-s-446e03f4-3575-48e6-809c-54431f1ebb8e { display:none !important; }}







#s-446e03f4-3575-48e6-809c-54431f1ebb8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-446e03f4-3575-48e6-809c-54431f1ebb8e.shg-box.shg-c {
  justify-content: center;
}

#s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2 {
  display: none;
}
#s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2, #wrap-s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2 { display:none !important; }}@media (max-width: 767px){#s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2 {
  display: none;
}
#s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2, #wrap-s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2 { display:none !important; }}







#s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f7a9ad3d-a896-43e2-833f-a253ab5a3fe2.shg-box.shg-c {
  justify-content: center;
}

#s-8a4c7db9-6679-4a6b-ba52-89494fefb828 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8a4c7db9-6679-4a6b-ba52-89494fefb828 {
  display: none;
}
#s-8a4c7db9-6679-4a6b-ba52-89494fefb828, #wrap-s-8a4c7db9-6679-4a6b-ba52-89494fefb828 { display:none !important; }}@media (max-width: 767px){#s-8a4c7db9-6679-4a6b-ba52-89494fefb828 {
  display: none;
}
#s-8a4c7db9-6679-4a6b-ba52-89494fefb828, #wrap-s-8a4c7db9-6679-4a6b-ba52-89494fefb828 { display:none !important; }}



  #s-8a4c7db9-6679-4a6b-ba52-89494fefb828 img.shogun-image {
    
    width: px;
  }


#s-8a4c7db9-6679-4a6b-ba52-89494fefb828 .shogun-image-content {
  
    align-items: center;
  
}

#s-f05d3e26-a855-4619-97e5-0a0830e77b3e {
  padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f05d3e26-a855-4619-97e5-0a0830e77b3e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-999a1a6b-e2d1-42e3-8547-cf5387558af7 {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-999a1a6b-e2d1-42e3-8547-cf5387558af7 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-999a1a6b-e2d1-42e3-8547-cf5387558af7 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-19469832-3957-4a30-b4a5-3deef41870e0 {
  margin-left: 5%;
margin-right: 5%;
}

#s-dbbcaf6d-fb50-4589-ac33-a05c91e938c0 {
  border-style: solid;
margin-top: 35px;
margin-left: 5%;
margin-bottom: 35px;
margin-right: 5%;
padding-top: 14px;
padding-left: 39px;
padding-bottom: 14px;
padding-right: 39px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(5, 4, 4, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-dbbcaf6d-fb50-4589-ac33-a05c91e938c0:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-dbbcaf6d-fb50-4589-ac33-a05c91e938c0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-dbbcaf6d-fb50-4589-ac33-a05c91e938c0-btn-wrapper {
    text-align: center;
  }


#s-dbbcaf6d-fb50-4589-ac33-a05c91e938c0.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c {
  display: none;
}
#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c, #wrap-s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c {
  display: none;
}
#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c, #wrap-s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c {
  display: none;
}
#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c, #wrap-s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c { display:none !important; }}@media (max-width: 767px){#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c {
  display: none;
}
#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c, #wrap-s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c { display:none !important; }}







#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9df2f663-4ed2-4085-b7b7-9c0b924a3f2c.shg-box.shg-c {
  justify-content: center;
}

#s-6270f233-07ea-4225-8a4b-a2954caa9722 {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 47px;
}
@media (min-width: 768px) and (max-width: 991px){#s-6270f233-07ea-4225-8a4b-a2954caa9722 {
  display: none;
}
#s-6270f233-07ea-4225-8a4b-a2954caa9722, #wrap-s-6270f233-07ea-4225-8a4b-a2954caa9722 { display:none !important; }}@media (max-width: 767px){#s-6270f233-07ea-4225-8a4b-a2954caa9722 {
  display: none;
}
#s-6270f233-07ea-4225-8a4b-a2954caa9722, #wrap-s-6270f233-07ea-4225-8a4b-a2954caa9722 { display:none !important; }}







#s-6270f233-07ea-4225-8a4b-a2954caa9722 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6270f233-07ea-4225-8a4b-a2954caa9722.shg-box.shg-c {
  justify-content: center;
}

#s-80fa2a18-a256-4aa7-a41e-9903c1b99569 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-80fa2a18-a256-4aa7-a41e-9903c1b99569 {
  
}
}@media (max-width: 767px){#s-80fa2a18-a256-4aa7-a41e-9903c1b99569 {
  
}
}







#s-80fa2a18-a256-4aa7-a41e-9903c1b99569 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80fa2a18-a256-4aa7-a41e-9903c1b99569.shg-box.shg-c {
  justify-content: center;
}

#s-e1c30d60-7e78-4c97-900c-56ab062180c4 {
  margin-top: 8px;
margin-left: 3%;
margin-bottom: 8px;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e1c30d60-7e78-4c97-900c-56ab062180c4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-ba0a2331-0db2-4794-bbf1-607bab7e8d07 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 2px;
padding-bottom: 2px;
}

#s-ba8dd182-0ddc-448b-9e26-15238abf72d2 {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 47px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ba8dd182-0ddc-448b-9e26-15238abf72d2 {
  
}
}@media (max-width: 767px){#s-ba8dd182-0ddc-448b-9e26-15238abf72d2 {
  
}
}







#s-ba8dd182-0ddc-448b-9e26-15238abf72d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba8dd182-0ddc-448b-9e26-15238abf72d2.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-a06197eb-719e-4020-9635-2ea2938dc007 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a06197eb-719e-4020-9635-2ea2938dc007 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-a06197eb-719e-4020-9635-2ea2938dc007 .shg-sld-nav-button.shg-sld-left,
#s-a06197eb-719e-4020-9635-2ea2938dc007 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2 {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
}

@media (min-width: 0px) {
[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-d9f2830b-dec1-4b37-bfcf-08a3ef75f8e2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 9.0px);
}

}

#s-f3aeab4f-de67-436a-83c5-8186c063b221 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-3f910005-0170-4df1-be3d-ab7b49609242 {
  text-align: left;
}


.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 {
  max-width: 100%;
}

.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 .shg-image-zoom,
.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 {
  max-width: 100%;
}

.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 .shg-image-zoom,
.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 {
  max-width: 100%;
}

.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 .shg-image-zoom,
.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 {
  max-width: 100%;
}

.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 .shg-image-zoom,
.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 {
  max-width: 100%;
}

.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 .shg-image-zoom,
.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-3f910005-0170-4df1-be3d-ab7b49609242 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-af886085-5476-41fe-9130-0010dd86e136 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-af886085-5476-41fe-9130-0010dd86e136 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-9d8d80b4-b458-4e41-bba3-f5a516802429 {
  text-align: center;
}

#s-9d8d80b4-b458-4e41-bba3-f5a516802429 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-9d8d80b4-b458-4e41-bba3-f5a516802429 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-9d8d80b4-b458-4e41-bba3-f5a516802429 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-2e647666-7216-4e50-99d3-5a0dfa58b5a8 {
  display: none;
}
#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa {
  text-align: left;
}


.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa {
  max-width: 100%;
}

.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa .shg-image-zoom,
.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa {
  max-width: 100%;
}

.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa .shg-image-zoom,
.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa {
  max-width: 100%;
}

.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa .shg-image-zoom,
.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa {
  max-width: 100%;
}

.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa .shg-image-zoom,
.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa {
  max-width: 100%;
}

.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa .shg-image-zoom,
.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0d3a2304-c636-4ab1-b2a8-015bb423deaa .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-19ca1e6d-5dbf-4c7f-b1ab-f2477dcb6df8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-19ca1e6d-5dbf-4c7f-b1ab-f2477dcb6df8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-ef6a5a57-275f-40c3-b696-46554f05ca1e {
  text-align: center;
}

#s-ef6a5a57-275f-40c3-b696-46554f05ca1e .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-ef6a5a57-275f-40c3-b696-46554f05ca1e .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-ef6a5a57-275f-40c3-b696-46554f05ca1e .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-cbd093bf-6e30-4d8b-9bd5-aba42b7a8a1e {
  display: none;
}
#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 {
  text-align: left;
}


.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 {
  max-width: 100%;
}

.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 .shg-image-zoom,
.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 {
  max-width: 100%;
}

.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 .shg-image-zoom,
.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 {
  max-width: 100%;
}

.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 .shg-image-zoom,
.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 {
  max-width: 100%;
}

.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 .shg-image-zoom,
.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 {
  max-width: 100%;
}

.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 .shg-image-zoom,
.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-bc70bdd9-008d-44ef-994d-94f1fe4bd603 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-0d1001ee-c9ed-47a2-8fdd-6d5b6da4ca61 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d1001ee-c9ed-47a2-8fdd-6d5b6da4ca61 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-5748e54a-140c-4e8c-aad8-ee675db25038 {
  text-align: center;
}

#s-5748e54a-140c-4e8c-aad8-ee675db25038 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-5748e54a-140c-4e8c-aad8-ee675db25038 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-5748e54a-140c-4e8c-aad8-ee675db25038 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-55d483c1-d572-4095-af79-511703f51793 {
  display: none;
}
#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 {
  text-align: left;
}


.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 {
  max-width: 100%;
}

.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 .shg-image-zoom,
.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 {
  max-width: 100%;
}

.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 .shg-image-zoom,
.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 {
  max-width: 100%;
}

.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 .shg-image-zoom,
.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 {
  max-width: 100%;
}

.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 .shg-image-zoom,
.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 {
  max-width: 100%;
}

.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 .shg-image-zoom,
.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-95b8bc75-0695-407e-8cb6-9ccf0d5b88d2 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-a8a7697e-0355-4285-9e4f-98a21ef14ad9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a8a7697e-0355-4285-9e4f-98a21ef14ad9 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-51090e2a-5ab2-45d3-bc76-263431f9a7af {
  text-align: center;
}

#s-51090e2a-5ab2-45d3-bc76-263431f9a7af .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-51090e2a-5ab2-45d3-bc76-263431f9a7af .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-51090e2a-5ab2-45d3-bc76-263431f9a7af .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-a42839be-8a16-483f-adeb-7120aa950069 {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
}

@media (min-width: 0px) {
[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-a42839be-8a16-483f-adeb-7120aa950069"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 9.0px);
}

}

#s-23378011-484d-4f6a-ab1d-4e9ddfc96319 {
  display: none;
}
#s-5d593367-b467-4133-8794-8863c960423d {
  text-align: left;
}


.shg-c#s-5d593367-b467-4133-8794-8863c960423d {
  max-width: 100%;
}

.shg-c#s-5d593367-b467-4133-8794-8863c960423d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d593367-b467-4133-8794-8863c960423d .shg-image-zoom,
.shg-c#s-5d593367-b467-4133-8794-8863c960423d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d593367-b467-4133-8794-8863c960423d .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-5d593367-b467-4133-8794-8863c960423d {
  max-width: 100%;
}

.shg-c#s-5d593367-b467-4133-8794-8863c960423d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d593367-b467-4133-8794-8863c960423d .shg-image-zoom,
.shg-c#s-5d593367-b467-4133-8794-8863c960423d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d593367-b467-4133-8794-8863c960423d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-5d593367-b467-4133-8794-8863c960423d {
  max-width: 100%;
}

.shg-c#s-5d593367-b467-4133-8794-8863c960423d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d593367-b467-4133-8794-8863c960423d .shg-image-zoom,
.shg-c#s-5d593367-b467-4133-8794-8863c960423d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d593367-b467-4133-8794-8863c960423d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-5d593367-b467-4133-8794-8863c960423d {
  max-width: 100%;
}

.shg-c#s-5d593367-b467-4133-8794-8863c960423d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d593367-b467-4133-8794-8863c960423d .shg-image-zoom,
.shg-c#s-5d593367-b467-4133-8794-8863c960423d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d593367-b467-4133-8794-8863c960423d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-5d593367-b467-4133-8794-8863c960423d {
  max-width: 100%;
}

.shg-c#s-5d593367-b467-4133-8794-8863c960423d img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-5d593367-b467-4133-8794-8863c960423d .shg-image-zoom,
.shg-c#s-5d593367-b467-4133-8794-8863c960423d img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-5d593367-b467-4133-8794-8863c960423d .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-24b53895-9147-4280-83bc-376d3105211f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24b53895-9147-4280-83bc-376d3105211f .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-7f903c3c-bf83-43a7-9763-d6a328e5a2aa {
  text-align: center;
}

#s-7f903c3c-bf83-43a7-9763-d6a328e5a2aa .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-7f903c3c-bf83-43a7-9763-d6a328e5a2aa .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-7f903c3c-bf83-43a7-9763-d6a328e5a2aa .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-53e3e4b5-686c-4b6a-885a-e2f48ec28118 {
  display: none;
}
#s-dca03f31-f3ff-4da0-86bb-59df61237b54 {
  text-align: left;
}


.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 {
  max-width: 100%;
}

.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 .shg-image-zoom,
.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 {
  max-width: 100%;
}

.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 .shg-image-zoom,
.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 {
  max-width: 100%;
}

.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 .shg-image-zoom,
.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 {
  max-width: 100%;
}

.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 .shg-image-zoom,
.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 {
  max-width: 100%;
}

.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 .shg-image-zoom,
.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dca03f31-f3ff-4da0-86bb-59df61237b54 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-4fde9ff8-6f7d-4b5f-b327-5970787e0d2a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4fde9ff8-6f7d-4b5f-b327-5970787e0d2a .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-1e3de8fe-27b4-4d28-b91f-d9a6960999f7 {
  text-align: center;
}

#s-1e3de8fe-27b4-4d28-b91f-d9a6960999f7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-1e3de8fe-27b4-4d28-b91f-d9a6960999f7 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-1e3de8fe-27b4-4d28-b91f-d9a6960999f7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-967ded8d-4e95-4418-8655-94d1640180e1 {
  display: none;
}
#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 {
  text-align: left;
}


.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 {
  max-width: 100%;
}

.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 .shg-image-zoom,
.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 {
  max-width: 100%;
}

.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 .shg-image-zoom,
.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 {
  max-width: 100%;
}

.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 .shg-image-zoom,
.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 {
  max-width: 100%;
}

.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 .shg-image-zoom,
.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 {
  max-width: 100%;
}

.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 .shg-image-zoom,
.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-c2e31cf6-73e9-4f3e-9a10-c1d7f31bc138 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-31886ed0-656a-40ed-ad23-8dc6d2193ca4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-31886ed0-656a-40ed-ad23-8dc6d2193ca4 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-999b5217-bbe3-48bf-926d-1004ca2f197f {
  text-align: center;
}

#s-999b5217-bbe3-48bf-926d-1004ca2f197f .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-999b5217-bbe3-48bf-926d-1004ca2f197f .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-999b5217-bbe3-48bf-926d-1004ca2f197f .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-50d15c7f-819f-4987-9cfe-16d23d202d91 {
  display: none;
}
#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 {
  text-align: left;
}


.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 {
  max-width: 100%;
}

.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 .shg-image-zoom,
.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 {
  max-width: 100%;
}

.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 .shg-image-zoom,
.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 {
  max-width: 100%;
}

.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 .shg-image-zoom,
.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 {
  max-width: 100%;
}

.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 .shg-image-zoom,
.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 {
  max-width: 100%;
}

.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 .shg-image-zoom,
.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-070c4b1e-fe69-46e8-acf5-37bb5550b2b1 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-82086aa2-9ef1-4563-aef5-99605aee5f33 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-82086aa2-9ef1-4563-aef5-99605aee5f33 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f7e54954-4810-45a3-8ee2-d2093023e7f4 {
  text-align: center;
}

#s-f7e54954-4810-45a3-8ee2-d2093023e7f4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-f7e54954-4810-45a3-8ee2-d2093023e7f4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-f7e54954-4810-45a3-8ee2-d2093023e7f4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-53dbb339-afa7-48d4-b65e-9078b2484164 {
  border-style: solid;
margin-top: 35px;
margin-bottom: 35px;
padding-top: 14px;
padding-left: 39px;
padding-bottom: 14px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-53dbb339-afa7-48d4-b65e-9078b2484164:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-53dbb339-afa7-48d4-b65e-9078b2484164:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-53dbb339-afa7-48d4-b65e-9078b2484164 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-53dbb339-afa7-48d4-b65e-9078b2484164 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-53dbb339-afa7-48d4-b65e-9078b2484164 {
  
}
}@media (max-width: 767px){#s-53dbb339-afa7-48d4-b65e-9078b2484164 {
  
}
}


#s-53dbb339-afa7-48d4-b65e-9078b2484164.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-efd50546-8d1d-470c-baaf-40045a2e1413 {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 47px;
}
@media (min-width: 768px) and (max-width: 991px){#s-efd50546-8d1d-470c-baaf-40045a2e1413 {
  
}
}@media (max-width: 767px){#s-efd50546-8d1d-470c-baaf-40045a2e1413 {
  
}
}







#s-efd50546-8d1d-470c-baaf-40045a2e1413 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-efd50546-8d1d-470c-baaf-40045a2e1413.shg-box.shg-c {
  justify-content: center;
}

#s-00140eeb-61fc-474e-8aee-499a1cbcc0c8 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-00140eeb-61fc-474e-8aee-499a1cbcc0c8 {
  display: none;
}
#s-00140eeb-61fc-474e-8aee-499a1cbcc0c8, #wrap-s-00140eeb-61fc-474e-8aee-499a1cbcc0c8 { display:none !important; }}@media (max-width: 767px){#s-00140eeb-61fc-474e-8aee-499a1cbcc0c8 {
  display: none;
}
#s-00140eeb-61fc-474e-8aee-499a1cbcc0c8, #wrap-s-00140eeb-61fc-474e-8aee-499a1cbcc0c8 { display:none !important; }}







#s-00140eeb-61fc-474e-8aee-499a1cbcc0c8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00140eeb-61fc-474e-8aee-499a1cbcc0c8.shg-box.shg-c {
  justify-content: center;
}

#s-8afdfd78-6118-40b8-ad1c-cb58c28720db {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8afdfd78-6118-40b8-ad1c-cb58c28720db {
  display: none;
}
#s-8afdfd78-6118-40b8-ad1c-cb58c28720db, #wrap-s-8afdfd78-6118-40b8-ad1c-cb58c28720db { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8afdfd78-6118-40b8-ad1c-cb58c28720db {
  display: none;
}
#s-8afdfd78-6118-40b8-ad1c-cb58c28720db, #wrap-s-8afdfd78-6118-40b8-ad1c-cb58c28720db { display:none !important; }}







#s-8afdfd78-6118-40b8-ad1c-cb58c28720db > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8afdfd78-6118-40b8-ad1c-cb58c28720db.shg-box.shg-c {
  justify-content: center;
}

#s-f59cad24-d6e0-45c6-9434-67229393dd49 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f59cad24-d6e0-45c6-9434-67229393dd49 {
  display: none;
}
#s-f59cad24-d6e0-45c6-9434-67229393dd49, #wrap-s-f59cad24-d6e0-45c6-9434-67229393dd49 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f59cad24-d6e0-45c6-9434-67229393dd49 {
  display: none;
}
#s-f59cad24-d6e0-45c6-9434-67229393dd49, #wrap-s-f59cad24-d6e0-45c6-9434-67229393dd49 { display:none !important; }}







#s-f59cad24-d6e0-45c6-9434-67229393dd49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f59cad24-d6e0-45c6-9434-67229393dd49.shg-box.shg-c {
  justify-content: center;
}

#s-aa697fac-9244-4448-83bf-c159c572a99b {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa697fac-9244-4448-83bf-c159c572a99b {
  display: none;
}
#s-aa697fac-9244-4448-83bf-c159c572a99b, #wrap-s-aa697fac-9244-4448-83bf-c159c572a99b { display:none !important; }}@media (max-width: 767px){#s-aa697fac-9244-4448-83bf-c159c572a99b {
  display: none;
}
#s-aa697fac-9244-4448-83bf-c159c572a99b, #wrap-s-aa697fac-9244-4448-83bf-c159c572a99b { display:none !important; }}



  #s-aa697fac-9244-4448-83bf-c159c572a99b img.shogun-image {
    
    width: px;
  }


#s-aa697fac-9244-4448-83bf-c159c572a99b .shogun-image-content {
  
    align-items: center;
  
}

#s-d8af7992-845b-423a-82d1-7fadb1eea1d6 {
  padding-left: 0%;
padding-right: 0%;
}

@media (min-width: 0px) {
[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d8af7992-845b-423a-82d1-7fadb1eea1d6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-eac0b3df-c362-4c53-be07-7088179c275f {
  margin-top: 5%;
margin-left: 5%;
margin-bottom: 5px;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eac0b3df-c362-4c53-be07-7088179c275f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-eac0b3df-c362-4c53-be07-7088179c275f .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-62d46026-d859-4204-a8eb-04fb6fd13e65 {
  margin-left: 5%;
margin-right: 5%;
}

#s-f8437187-0d3c-4f9d-8082-e154897088d2 {
  border-style: solid;
margin-top: 35px;
margin-left: 5%;
margin-bottom: 35px;
margin-right: 5%;
padding-top: 14px;
padding-left: 39px;
padding-bottom: 14px;
padding-right: 39px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(5, 4, 4, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(2, 2, 2, 1);
background-image: none;
hover-type: color;
}
#s-f8437187-0d3c-4f9d-8082-e154897088d2:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-f8437187-0d3c-4f9d-8082-e154897088d2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f8437187-0d3c-4f9d-8082-e154897088d2-btn-wrapper {
    text-align: center;
  }


#s-f8437187-0d3c-4f9d-8082-e154897088d2.shg-btn {
  color: rgba(2, 2, 2, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-1c358bf7-1be7-4b10-8995-c08ee97d7f91 {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 47px;
}
@media (min-width: 768px) and (max-width: 991px){#s-1c358bf7-1be7-4b10-8995-c08ee97d7f91 {
  
}
}@media (max-width: 767px){#s-1c358bf7-1be7-4b10-8995-c08ee97d7f91 {
  
}
}







#s-1c358bf7-1be7-4b10-8995-c08ee97d7f91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c358bf7-1be7-4b10-8995-c08ee97d7f91.shg-box.shg-c {
  justify-content: center;
}

#s-9668071d-a8bb-4067-be9e-231baa8da46b {
  text-align: center;
}
@media (min-width: 1200px){#s-9668071d-a8bb-4067-be9e-231baa8da46b {
  display: none;
}
#s-9668071d-a8bb-4067-be9e-231baa8da46b, #wrap-s-9668071d-a8bb-4067-be9e-231baa8da46b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9668071d-a8bb-4067-be9e-231baa8da46b {
  display: none;
}
#s-9668071d-a8bb-4067-be9e-231baa8da46b, #wrap-s-9668071d-a8bb-4067-be9e-231baa8da46b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9668071d-a8bb-4067-be9e-231baa8da46b {
  
}
}@media (max-width: 767px){#s-9668071d-a8bb-4067-be9e-231baa8da46b {
  
}
}



  #s-9668071d-a8bb-4067-be9e-231baa8da46b img.shogun-image {
    
    width: px;
  }


#s-9668071d-a8bb-4067-be9e-231baa8da46b .shogun-image-content {
  
    align-items: center;
  
}

#s-0e2a4484-8ee2-4e6a-8420-5bb63ff6941f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-0e2a4484-8ee2-4e6a-8420-5bb63ff6941f {
  display: none;
}
#s-0e2a4484-8ee2-4e6a-8420-5bb63ff6941f, #wrap-s-0e2a4484-8ee2-4e6a-8420-5bb63ff6941f { display:none !important; }}@media (max-width: 767px){#s-0e2a4484-8ee2-4e6a-8420-5bb63ff6941f {
  display: none;
}
#s-0e2a4484-8ee2-4e6a-8420-5bb63ff6941f, #wrap-s-0e2a4484-8ee2-4e6a-8420-5bb63ff6941f { display:none !important; }}
#s-0e2a4484-8ee2-4e6a-8420-5bb63ff6941f .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 43px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-0e2a4484-8ee2-4e6a-8420-5bb63ff6941f .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-724c0c03-25db-4ddc-96f8-80252fb1b270 {
  margin-top: 55%;
margin-left: 3%;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-724c0c03-25db-4ddc-96f8-80252fb1b270 {
  display: none;
}
#s-724c0c03-25db-4ddc-96f8-80252fb1b270, #wrap-s-724c0c03-25db-4ddc-96f8-80252fb1b270 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-724c0c03-25db-4ddc-96f8-80252fb1b270 {
  display: none;
}
#s-724c0c03-25db-4ddc-96f8-80252fb1b270, #wrap-s-724c0c03-25db-4ddc-96f8-80252fb1b270 { display:none !important; }}
#s-724c0c03-25db-4ddc-96f8-80252fb1b270 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-724c0c03-25db-4ddc-96f8-80252fb1b270 .shogun-heading-component h1 a {
  color: rgba(255, 255, 255, 1);
}


#s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4 {
  border-style: solid;
margin-top: 10px;
margin-left: 0%;
margin-bottom: 10%;
margin-right: 0%;
padding-top: 14px;
padding-left: 39px;
padding-bottom: 14px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4 {
  display: none;
}
#s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4, #wrap-s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4 {
  display: none;
}
#s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4, #wrap-s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4 { display:none !important; }}

  #s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4-btn-wrapper {
    text-align: center;
  }


#s-1e72da76-7c02-4f5b-b72e-d885d9e3f2a4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-0a212ee5-6aa6-45ac-bbb1-e364030f038f {
  min-height: 50px;
}








#s-0a212ee5-6aa6-45ac-bbb1-e364030f038f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a212ee5-6aa6-45ac-bbb1-e364030f038f.shg-box.shg-c {
  justify-content: center;
}

#s-b496adf9-b2c4-4c01-8ace-204191251abd {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-b496adf9-b2c4-4c01-8ace-204191251abd {
  display: none;
}
#s-b496adf9-b2c4-4c01-8ace-204191251abd, #wrap-s-b496adf9-b2c4-4c01-8ace-204191251abd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b496adf9-b2c4-4c01-8ace-204191251abd {
  display: none;
}
#s-b496adf9-b2c4-4c01-8ace-204191251abd, #wrap-s-b496adf9-b2c4-4c01-8ace-204191251abd { display:none !important; }}







#s-b496adf9-b2c4-4c01-8ace-204191251abd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b496adf9-b2c4-4c01-8ace-204191251abd.shg-box.shg-c {
  justify-content: center;
}

#s-aa155670-af2a-469f-9ecd-98a4fdf5888b {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-aa155670-af2a-469f-9ecd-98a4fdf5888b {
  display: none;
}
#s-aa155670-af2a-469f-9ecd-98a4fdf5888b, #wrap-s-aa155670-af2a-469f-9ecd-98a4fdf5888b { display:none !important; }}@media (max-width: 767px){#s-aa155670-af2a-469f-9ecd-98a4fdf5888b {
  display: none;
}
#s-aa155670-af2a-469f-9ecd-98a4fdf5888b, #wrap-s-aa155670-af2a-469f-9ecd-98a4fdf5888b { display:none !important; }}







#s-aa155670-af2a-469f-9ecd-98a4fdf5888b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa155670-af2a-469f-9ecd-98a4fdf5888b.shg-box.shg-c {
  justify-content: center;
}

#s-8796edb6-6b14-4f17-b24e-e2b1443bbeda {
  min-height: 50px;
}
@media (min-width: 1200px){#s-8796edb6-6b14-4f17-b24e-e2b1443bbeda {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8796edb6-6b14-4f17-b24e-e2b1443bbeda {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8796edb6-6b14-4f17-b24e-e2b1443bbeda {
  display: none;
}
#s-8796edb6-6b14-4f17-b24e-e2b1443bbeda, #wrap-s-8796edb6-6b14-4f17-b24e-e2b1443bbeda { display:none !important; }}@media (max-width: 767px){#s-8796edb6-6b14-4f17-b24e-e2b1443bbeda {
  display: none;
}
#s-8796edb6-6b14-4f17-b24e-e2b1443bbeda, #wrap-s-8796edb6-6b14-4f17-b24e-e2b1443bbeda { display:none !important; }}







#s-8796edb6-6b14-4f17-b24e-e2b1443bbeda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8796edb6-6b14-4f17-b24e-e2b1443bbeda.shg-box.shg-c {
  justify-content: center;
}

#s-ad1eca25-aac1-429f-a76c-f2eb90f2097e {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ad1eca25-aac1-429f-a76c-f2eb90f2097e {
  display: none;
}
#s-ad1eca25-aac1-429f-a76c-f2eb90f2097e, #wrap-s-ad1eca25-aac1-429f-a76c-f2eb90f2097e { display:none !important; }}@media (max-width: 767px){#s-ad1eca25-aac1-429f-a76c-f2eb90f2097e {
  display: none;
}
#s-ad1eca25-aac1-429f-a76c-f2eb90f2097e, #wrap-s-ad1eca25-aac1-429f-a76c-f2eb90f2097e { display:none !important; }}







#s-ad1eca25-aac1-429f-a76c-f2eb90f2097e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad1eca25-aac1-429f-a76c-f2eb90f2097e.shg-box.shg-c {
  justify-content: center;
}

#s-b9e8c094-d848-430c-9501-9d1310d53cd1 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b9e8c094-d848-430c-9501-9d1310d53cd1 {
  display: none;
}
#s-b9e8c094-d848-430c-9501-9d1310d53cd1, #wrap-s-b9e8c094-d848-430c-9501-9d1310d53cd1 { display:none !important; }}@media (max-width: 767px){#s-b9e8c094-d848-430c-9501-9d1310d53cd1 {
  display: none;
}
#s-b9e8c094-d848-430c-9501-9d1310d53cd1, #wrap-s-b9e8c094-d848-430c-9501-9d1310d53cd1 { display:none !important; }}







#s-b9e8c094-d848-430c-9501-9d1310d53cd1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9e8c094-d848-430c-9501-9d1310d53cd1.shg-box.shg-c {
  justify-content: center;
}

#s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980 {
  border-style: solid;
margin-top: 35px;
margin-bottom: 35px;
padding-top: 14px;
padding-left: 39px;
padding-bottom: 14px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(237, 221, 196, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(237, 221, 196, 1) !important;}#s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980 {
  display: none;
}
#s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980, #wrap-s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980 { display:none !important; }}@media (max-width: 767px){#s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980 {
  display: none;
}
#s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980, #wrap-s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980 { display:none !important; }}


#s-94e99fda-ab9f-4a20-a6a7-697cd5e0a980.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-5afd2ee3-f50b-4180-a75b-4bded637b217 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5afd2ee3-f50b-4180-a75b-4bded637b217 {
  display: none;
}
#s-5afd2ee3-f50b-4180-a75b-4bded637b217, #wrap-s-5afd2ee3-f50b-4180-a75b-4bded637b217 { display:none !important; }}@media (max-width: 767px){#s-5afd2ee3-f50b-4180-a75b-4bded637b217 {
  display: none;
}
#s-5afd2ee3-f50b-4180-a75b-4bded637b217, #wrap-s-5afd2ee3-f50b-4180-a75b-4bded637b217 { display:none !important; }}







#s-5afd2ee3-f50b-4180-a75b-4bded637b217 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5afd2ee3-f50b-4180-a75b-4bded637b217.shg-box.shg-c {
  justify-content: center;
}

#s-7d2c8f7a-49d8-4185-a31b-5b16ced67859 {
  margin-top: 8px;
margin-left: 3%;
margin-bottom: 8px;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7d2c8f7a-49d8-4185-a31b-5b16ced67859 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-2af89e53-120d-4168-85ef-f869968484d0 {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 2px;
padding-bottom: 2px;
}

#s-31f6a1ba-70b2-4612-9113-ea4035d7a514 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-31f6a1ba-70b2-4612-9113-ea4035d7a514 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31f6a1ba-70b2-4612-9113-ea4035d7a514 {
  
}
}







#s-31f6a1ba-70b2-4612-9113-ea4035d7a514 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31f6a1ba-70b2-4612-9113-ea4035d7a514.shg-box.shg-c {
  justify-content: center;
}

#s-9beb5d65-248d-4d65-a567-d90693df70e6 {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 47px;
}








#s-9beb5d65-248d-4d65-a567-d90693df70e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9beb5d65-248d-4d65-a567-d90693df70e6.shg-box.shg-c {
  justify-content: center;
}

#s-d866f76e-86f5-4b82-af04-daca127eaecf {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
}

@media (min-width: 0px) {
[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-d866f76e-86f5-4b82-af04-daca127eaecf"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 9.0px);
}

}

#s-753715f5-2691-4961-a8c0-67c99d90195b {
  text-align: center;
}




  #s-753715f5-2691-4961-a8c0-67c99d90195b img.shogun-image {
    
    width: px;
  }


#s-753715f5-2691-4961-a8c0-67c99d90195b .shogun-image-content {
  
    align-items: center;
  
}

#s-03abce14-a630-4ca3-8981-729525fb293a {
  display: none;
}
#s-dae62101-4f4f-4e2d-928a-92d4af4f85dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dae62101-4f4f-4e2d-928a-92d4af4f85dd .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f83e68db-fcec-4721-a63b-e50812e34cb8 {
  text-align: center;
}

#s-f83e68db-fcec-4721-a63b-e50812e34cb8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-f83e68db-fcec-4721-a63b-e50812e34cb8 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-f83e68db-fcec-4721-a63b-e50812e34cb8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-b86a8359-04bf-4779-99c5-10c8f40f1375 {
  text-align: center;
}




  #s-b86a8359-04bf-4779-99c5-10c8f40f1375 img.shogun-image {
    
    width: px;
  }


#s-b86a8359-04bf-4779-99c5-10c8f40f1375 .shogun-image-content {
  
    align-items: center;
  
}

#s-129f6031-bf80-4036-8dc4-4c1ae3196bb6 {
  display: none;
}
#s-f34a0b33-fe3e-431a-9084-7e42d059cc3f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f34a0b33-fe3e-431a-9084-7e42d059cc3f .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6d746ac4-1bce-4ce2-8772-0f54229f3611 {
  text-align: center;
}

#s-6d746ac4-1bce-4ce2-8772-0f54229f3611 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-6d746ac4-1bce-4ce2-8772-0f54229f3611 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-6d746ac4-1bce-4ce2-8772-0f54229f3611 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-da441bba-b29c-4b7a-b3ea-f1067cfb0db2 {
  text-align: center;
}




  #s-da441bba-b29c-4b7a-b3ea-f1067cfb0db2 img.shogun-image {
    
    width: px;
  }


#s-da441bba-b29c-4b7a-b3ea-f1067cfb0db2 .shogun-image-content {
  
    align-items: center;
  
}

#s-016fd8ec-7427-4716-9c62-1c62aa40bd4a {
  display: none;
}
#s-c267a99f-7c71-4581-a448-2d7753389147 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c267a99f-7c71-4581-a448-2d7753389147 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-68a361d1-6733-4e3c-bb16-ab80ef6c0ec4 {
  text-align: center;
}

#s-68a361d1-6733-4e3c-bb16-ab80ef6c0ec4 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-68a361d1-6733-4e3c-bb16-ab80ef6c0ec4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-68a361d1-6733-4e3c-bb16-ab80ef6c0ec4 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-1dd3d58b-4b2b-413d-82c1-eb8a9c9ebca5 {
  text-align: center;
}




  #s-1dd3d58b-4b2b-413d-82c1-eb8a9c9ebca5 img.shogun-image {
    
    width: px;
  }


#s-1dd3d58b-4b2b-413d-82c1-eb8a9c9ebca5 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d86dba1-a7bf-4575-9908-83a1545d40bf {
  display: none;
}
#s-99144899-2ac5-442e-9fad-9e29f46ec01d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-99144899-2ac5-442e-9fad-9e29f46ec01d .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6ef1caf6-16d5-49fa-9ebe-9707c1e6976c {
  text-align: center;
}

#s-6ef1caf6-16d5-49fa-9ebe-9707c1e6976c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-6ef1caf6-16d5-49fa-9ebe-9707c1e6976c .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-6ef1caf6-16d5-49fa-9ebe-9707c1e6976c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf {
  border-style: solid;
margin-top: 35px;
margin-bottom: 35px;
padding-top: 14px;
padding-left: 28px;
padding-bottom: 14px;
padding-right: 28px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
letter-spacing: 1px;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
line-height: 1em;
}
#s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf {
  display: none;
}
#s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf, #wrap-s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf {
  display: none;
}
#s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf, #wrap-s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf {
  
}
}@media (max-width: 767px){#s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf {
  
}
}


#s-57fb820f-bf1b-4b5f-bdfb-bc6e2cf31daf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-80788a2f-c6c9-492a-80b5-f5652f760ac5 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-80788a2f-c6c9-492a-80b5-f5652f760ac5 {
  display: none;
}
#s-80788a2f-c6c9-492a-80b5-f5652f760ac5, #wrap-s-80788a2f-c6c9-492a-80b5-f5652f760ac5 { display:none !important; }}@media (max-width: 767px){#s-80788a2f-c6c9-492a-80b5-f5652f760ac5 {
  display: none;
}
#s-80788a2f-c6c9-492a-80b5-f5652f760ac5, #wrap-s-80788a2f-c6c9-492a-80b5-f5652f760ac5 { display:none !important; }}







#s-80788a2f-c6c9-492a-80b5-f5652f760ac5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80788a2f-c6c9-492a-80b5-f5652f760ac5.shg-box.shg-c {
  justify-content: center;
}

#s-ce2b8bb9-8135-4c27-b108-833e6fd1ced0 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce2b8bb9-8135-4c27-b108-833e6fd1ced0 {
  display: none;
}
#s-ce2b8bb9-8135-4c27-b108-833e6fd1ced0, #wrap-s-ce2b8bb9-8135-4c27-b108-833e6fd1ced0 { display:none !important; }}@media (max-width: 767px){#s-ce2b8bb9-8135-4c27-b108-833e6fd1ced0 {
  display: none;
}
#s-ce2b8bb9-8135-4c27-b108-833e6fd1ced0, #wrap-s-ce2b8bb9-8135-4c27-b108-833e6fd1ced0 { display:none !important; }}







#s-ce2b8bb9-8135-4c27-b108-833e6fd1ced0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce2b8bb9-8135-4c27-b108-833e6fd1ced0.shg-box.shg-c {
  justify-content: center;
}

#s-edb45870-6776-480f-9270-f1afe05d74cf {
  border-style: solid;
margin-top: 35px;
margin-bottom: 35px;
padding-top: 14px;
padding-left: 39px;
padding-bottom: 14px;
padding-right: 39px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-edb45870-6776-480f-9270-f1afe05d74cf:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-edb45870-6776-480f-9270-f1afe05d74cf:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-edb45870-6776-480f-9270-f1afe05d74cf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-edb45870-6776-480f-9270-f1afe05d74cf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-edb45870-6776-480f-9270-f1afe05d74cf {
  
}
}@media (max-width: 767px){#s-edb45870-6776-480f-9270-f1afe05d74cf {
  
}
}


#s-edb45870-6776-480f-9270-f1afe05d74cf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-70fb126c-1c80-4aed-abb7-91629e49457c {
  min-height: 50px;
}








#s-70fb126c-1c80-4aed-abb7-91629e49457c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70fb126c-1c80-4aed-abb7-91629e49457c.shg-box.shg-c {
  justify-content: center;
}

#s-f16b2810-03f2-4124-b98f-dacb98151e8e {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-f16b2810-03f2-4124-b98f-dacb98151e8e {
  
}
}@media (max-width: 767px){#s-f16b2810-03f2-4124-b98f-dacb98151e8e {
  
}
}







#s-f16b2810-03f2-4124-b98f-dacb98151e8e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f16b2810-03f2-4124-b98f-dacb98151e8e.shg-box.shg-c {
  justify-content: center;
}

#s-0b0724a7-cf62-4f03-a79f-0f217e3a689b {
  margin-top: 8px;
margin-left: 3%;
margin-bottom: 8px;
margin-right: 3%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0b0724a7-cf62-4f03-a79f-0f217e3a689b .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: 1em;
  letter-spacing: ;
  text-align: left;
}



#s-8277d970-698a-47ce-8476-1f35ae704b2c {
  margin-top: 0px;
margin-left: 3%;
margin-bottom: 0px;
margin-right: 3%;
padding-top: 2px;
padding-bottom: 2px;
}

#s-c70afb2b-9595-4704-b376-313393752b35 {
  min-height: 50px;
}








#s-c70afb2b-9595-4704-b376-313393752b35 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c70afb2b-9595-4704-b376-313393752b35.shg-box.shg-c {
  justify-content: center;
}

#s-c5bbf92a-60f5-4064-bc87-e291a9784658 {
  min-height: 50px;
}








#s-c5bbf92a-60f5-4064-bc87-e291a9784658 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5bbf92a-60f5-4064-bc87-e291a9784658.shg-box.shg-c {
  justify-content: center;
}

#s-0369e063-8ded-4fa6-954b-4f2f8b37c794 {
  background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-0369e063-8ded-4fa6-954b-4f2f8b37c794 {
  display: none;
}
#s-0369e063-8ded-4fa6-954b-4f2f8b37c794, #wrap-s-0369e063-8ded-4fa6-954b-4f2f8b37c794 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0369e063-8ded-4fa6-954b-4f2f8b37c794 {
  display: none;
}
#s-0369e063-8ded-4fa6-954b-4f2f8b37c794, #wrap-s-0369e063-8ded-4fa6-954b-4f2f8b37c794 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0369e063-8ded-4fa6-954b-4f2f8b37c794 {
  display: none;
}
#s-0369e063-8ded-4fa6-954b-4f2f8b37c794, #wrap-s-0369e063-8ded-4fa6-954b-4f2f8b37c794 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0369e063-8ded-4fa6-954b-4f2f8b37c794"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-99702d87-7150-4eb6-89b5-7458f7b8c9f2 {
  text-align: center;
}
@media (min-width: 1200px){#s-99702d87-7150-4eb6-89b5-7458f7b8c9f2 {
  display: none;
}
#s-99702d87-7150-4eb6-89b5-7458f7b8c9f2, #wrap-s-99702d87-7150-4eb6-89b5-7458f7b8c9f2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-99702d87-7150-4eb6-89b5-7458f7b8c9f2 {
  display: none;
}
#s-99702d87-7150-4eb6-89b5-7458f7b8c9f2, #wrap-s-99702d87-7150-4eb6-89b5-7458f7b8c9f2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-99702d87-7150-4eb6-89b5-7458f7b8c9f2 {
  
}
}@media (max-width: 767px){#s-99702d87-7150-4eb6-89b5-7458f7b8c9f2 {
  
}
}



  #s-99702d87-7150-4eb6-89b5-7458f7b8c9f2 img.shogun-image {
    
    width: px;
  }


#s-99702d87-7150-4eb6-89b5-7458f7b8c9f2 .shogun-image-content {
  
    align-items: center;
  
}

#s-56f197b1-8325-481d-b8b2-0c2e5493d3dd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-56f197b1-8325-481d-b8b2-0c2e5493d3dd {
  display: none;
}
#s-56f197b1-8325-481d-b8b2-0c2e5493d3dd, #wrap-s-56f197b1-8325-481d-b8b2-0c2e5493d3dd { display:none !important; }}@media (max-width: 767px){#s-56f197b1-8325-481d-b8b2-0c2e5493d3dd {
  display: none;
}
#s-56f197b1-8325-481d-b8b2-0c2e5493d3dd, #wrap-s-56f197b1-8325-481d-b8b2-0c2e5493d3dd { display:none !important; }}
#s-56f197b1-8325-481d-b8b2-0c2e5493d3dd .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 43px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-56f197b1-8325-481d-b8b2-0c2e5493d3dd .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-d1259d74-6874-48a8-91b1-c75cbcb578f6 {
  margin-top: 50px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b430faaa-6e6e-412e-89de-dd6e65b0fc79 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b430faaa-6e6e-412e-89de-dd6e65b0fc79 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-47882983-a4bd-4edc-ae42-e37c44adcdc5 {
  border-style: solid;
margin-top: 4px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 14px;
padding-left: 34px;
padding-bottom: 14px;
padding-right: 34px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1em;
letter-spacing: 1px;
}
#s-47882983-a4bd-4edc-ae42-e37c44adcdc5:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-47882983-a4bd-4edc-ae42-e37c44adcdc5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-47882983-a4bd-4edc-ae42-e37c44adcdc5-btn-wrapper {
    text-align: left;
  }


#s-47882983-a4bd-4edc-ae42-e37c44adcdc5.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-a2d0359b-011b-4ac7-b43f-20f13e4aa19c {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a2d0359b-011b-4ac7-b43f-20f13e4aa19c {
  display: none;
}
#s-a2d0359b-011b-4ac7-b43f-20f13e4aa19c, #wrap-s-a2d0359b-011b-4ac7-b43f-20f13e4aa19c { display:none !important; }}@media (max-width: 767px){#s-a2d0359b-011b-4ac7-b43f-20f13e4aa19c {
  display: none;
}
#s-a2d0359b-011b-4ac7-b43f-20f13e4aa19c, #wrap-s-a2d0359b-011b-4ac7-b43f-20f13e4aa19c { display:none !important; }}







#s-a2d0359b-011b-4ac7-b43f-20f13e4aa19c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2d0359b-011b-4ac7-b43f-20f13e4aa19c.shg-box.shg-c {
  justify-content: center;
}

#s-ae3da227-a2ba-40e7-b28d-eac8952547d7 {
  margin-top: 8px;
margin-bottom: 8px;
min-height: 47px;
}
@media (min-width: 1200px){#s-ae3da227-a2ba-40e7-b28d-eac8952547d7 {
  display: none;
}
#s-ae3da227-a2ba-40e7-b28d-eac8952547d7, #wrap-s-ae3da227-a2ba-40e7-b28d-eac8952547d7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae3da227-a2ba-40e7-b28d-eac8952547d7 {
  display: none;
}
#s-ae3da227-a2ba-40e7-b28d-eac8952547d7, #wrap-s-ae3da227-a2ba-40e7-b28d-eac8952547d7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ae3da227-a2ba-40e7-b28d-eac8952547d7 {
  
}
}@media (max-width: 767px){#s-ae3da227-a2ba-40e7-b28d-eac8952547d7 {
  
}
}







#s-ae3da227-a2ba-40e7-b28d-eac8952547d7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae3da227-a2ba-40e7-b28d-eac8952547d7.shg-box.shg-c {
  justify-content: center;
}

#s-2b7f69d0-3eb8-4c4d-9cd5-87e3d1439797 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2b7f69d0-3eb8-4c4d-9cd5-87e3d1439797 {
  display: none;
}
#s-2b7f69d0-3eb8-4c4d-9cd5-87e3d1439797, #wrap-s-2b7f69d0-3eb8-4c4d-9cd5-87e3d1439797 { display:none !important; }}@media (max-width: 767px){#s-2b7f69d0-3eb8-4c4d-9cd5-87e3d1439797 {
  display: none;
}
#s-2b7f69d0-3eb8-4c4d-9cd5-87e3d1439797, #wrap-s-2b7f69d0-3eb8-4c4d-9cd5-87e3d1439797 { display:none !important; }}







#s-2b7f69d0-3eb8-4c4d-9cd5-87e3d1439797 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b7f69d0-3eb8-4c4d-9cd5-87e3d1439797.shg-box.shg-c {
  justify-content: center;
}

#s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74 {
  margin-top: 0px;
margin-left: 6%;
margin-bottom: 0px;
margin-right: 6%;
}
@media (min-width: 768px) and (max-width: 991px){#s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74 {
  display: none;
}
#s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74, #wrap-s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74 { display:none !important; }}@media (max-width: 767px){#s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74 {
  display: none;
}
#s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74, #wrap-s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74 { display:none !important; }}
@media (min-width: 0px) {
[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 6.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 992px) {
[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 9.0px);
}

}

@media (min-width: 1200px) {
[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 9.0px);
}

[id="s-fe9891d2-ccfc-4cdf-91f6-5909a1893c74"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 9.0px);
}

}

#s-2453f7ee-7646-44d8-8f0e-436b4e65dd6c {
  text-align: center;
}




  #s-2453f7ee-7646-44d8-8f0e-436b4e65dd6c img.shogun-image {
    
    width: px;
  }


#s-2453f7ee-7646-44d8-8f0e-436b4e65dd6c .shogun-image-content {
  
    align-items: center;
  
}

#s-db09b3fc-7b54-48ef-9eaf-38f67da07754 {
  display: none;
}
#s-e84b4a22-1272-40a1-ab41-0cacba743dfa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e84b4a22-1272-40a1-ab41-0cacba743dfa .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-4f3ff107-c2e7-4a10-bd6d-6fa7d047f641 {
  text-align: center;
}

#s-4f3ff107-c2e7-4a10-bd6d-6fa7d047f641 .shg-product-sold-out {
  display: none;
  color: rgba(23, 0, 255, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-4f3ff107-c2e7-4a10-bd6d-6fa7d047f641 .shg-product-price {
  color: rgba(23, 0, 255, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-4f3ff107-c2e7-4a10-bd6d-6fa7d047f641 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-c3b22891-6ae8-49dc-82c2-534c04c6614d {
  text-align: center;
}




  #s-c3b22891-6ae8-49dc-82c2-534c04c6614d img.shogun-image {
    
    width: px;
  }


#s-c3b22891-6ae8-49dc-82c2-534c04c6614d .shogun-image-content {
  
    align-items: center;
  
}

#s-ac0ed0f2-e2fc-484d-89c8-d44f7da9203b {
  display: none;
}
#s-6d3f3677-7284-459d-944e-75f5480e6a64 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6d3f3677-7284-459d-944e-75f5480e6a64 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-e1f28d12-a1cb-436f-9d2f-438e237fe327 {
  text-align: center;
}

#s-e1f28d12-a1cb-436f-9d2f-438e237fe327 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-e1f28d12-a1cb-436f-9d2f-438e237fe327 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-e1f28d12-a1cb-436f-9d2f-438e237fe327 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-6151c016-8678-443f-a439-ee9bdb154554 {
  text-align: center;
}




  #s-6151c016-8678-443f-a439-ee9bdb154554 img.shogun-image {
    
    width: px;
  }


#s-6151c016-8678-443f-a439-ee9bdb154554 .shogun-image-content {
  
    align-items: center;
  
}

#s-f19b70dd-50a9-4524-998b-d321ce7c03cd {
  display: none;
}
#s-53565b87-fdda-479f-8ba7-a9bd1d172bbb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-53565b87-fdda-479f-8ba7-a9bd1d172bbb .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6050a803-2a62-41a3-83f2-3b658a2bf655 {
  text-align: center;
}

#s-6050a803-2a62-41a3-83f2-3b658a2bf655 .shg-product-sold-out {
  display: none;
  color: rgba(23, 0, 255, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-6050a803-2a62-41a3-83f2-3b658a2bf655 .shg-product-price {
  color: rgba(23, 0, 255, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-6050a803-2a62-41a3-83f2-3b658a2bf655 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-287c83f7-073c-4e9f-9234-928ea0cb8f64 {
  display: none;
}
#s-638dff9a-618d-4619-a85b-57f83fca8879 {
  text-align: center;
}




  #s-638dff9a-618d-4619-a85b-57f83fca8879 img.shogun-image {
    
    width: px;
  }


#s-638dff9a-618d-4619-a85b-57f83fca8879 .shogun-image-content {
  
    align-items: center;
  
}

#s-e09623c1-ce6a-43eb-a1b7-a0ad80994457 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e09623c1-ce6a-43eb-a1b7-a0ad80994457 .shg-product-title-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: Work Sans;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-840b66c1-5a13-49d4-95bb-c87ea066f76a {
  text-align: center;
}

#s-840b66c1-5a13-49d4-95bb-c87ea066f76a .shg-product-sold-out {
  display: none;
  color: rgba(23, 0, 255, 1);
  font-size: 14px;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
}

#s-840b66c1-5a13-49d4-95bb-c87ea066f76a .shg-product-price {
  color: rgba(23, 0, 255, 1);
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
}

#s-840b66c1-5a13-49d4-95bb-c87ea066f76a .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  font-family: Work Sans;
  font-style:  normal ;
  font-size: 14px;
  padding-left: 10px;
}

#s-736db541-bab0-4eba-bca3-44b0a0ce0d53 {
  background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-736db541-bab0-4eba-bca3-44b0a0ce0d53 {
  display: none;
}
#s-736db541-bab0-4eba-bca3-44b0a0ce0d53, #wrap-s-736db541-bab0-4eba-bca3-44b0a0ce0d53 { display:none !important; }}@media (max-width: 767px){#s-736db541-bab0-4eba-bca3-44b0a0ce0d53 {
  display: none;
}
#s-736db541-bab0-4eba-bca3-44b0a0ce0d53, #wrap-s-736db541-bab0-4eba-bca3-44b0a0ce0d53 { display:none !important; }}
@media (min-width: 0px) {
[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-736db541-bab0-4eba-bca3-44b0a0ce0d53"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-d609f58d-792d-4599-a79a-e3df48528447 {
  text-align: center;
}




  #s-d609f58d-792d-4599-a79a-e3df48528447 img.shogun-image {
    
    width: px;
  }


#s-d609f58d-792d-4599-a79a-e3df48528447 .shogun-image-content {
  
    align-items: center;
  
}

#s-c62dafa0-3c65-4013-8aa7-8331471f1955 {
  margin-top: 130px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 0%;
}

#s-56d1ee28-9f9e-4f64-80bb-1ea0e68b4992 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-56d1ee28-9f9e-4f64-80bb-1ea0e68b4992 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-306ec712-1e86-4046-b880-8a2d01784aaf {
  border-style: solid;
margin-top: 20px;
margin-left: 5%;
margin-bottom: 20px;
margin-right: 5%;
padding-top: 14px;
padding-left: 34px;
padding-bottom: 14px;
padding-right: 34px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-306ec712-1e86-4046-b880-8a2d01784aaf:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-306ec712-1e86-4046-b880-8a2d01784aaf:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-306ec712-1e86-4046-b880-8a2d01784aaf-btn-wrapper {
    text-align: left;
  }


#s-306ec712-1e86-4046-b880-8a2d01784aaf.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543 {
  background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543 {
  display: none;
}
#s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543, #wrap-s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543 {
  display: none;
}
#s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543, #wrap-s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543 {
  
}
}@media (max-width: 767px){#s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543 {
  display: none;
}
#s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543, #wrap-s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543 { display:none !important; }}
@media (min-width: 0px) {
[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4f1ae6d4-dc33-4095-a69e-6fc2b3d85543"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-57a3baa6-36df-48bf-a9d7-867f4d04d52c {
  text-align: center;
}
@media (min-width: 1200px){#s-57a3baa6-36df-48bf-a9d7-867f4d04d52c {
  display: none;
}
#s-57a3baa6-36df-48bf-a9d7-867f4d04d52c, #wrap-s-57a3baa6-36df-48bf-a9d7-867f4d04d52c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-57a3baa6-36df-48bf-a9d7-867f4d04d52c {
  display: none;
}
#s-57a3baa6-36df-48bf-a9d7-867f4d04d52c, #wrap-s-57a3baa6-36df-48bf-a9d7-867f4d04d52c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-57a3baa6-36df-48bf-a9d7-867f4d04d52c {
  
}
}@media (max-width: 767px){#s-57a3baa6-36df-48bf-a9d7-867f4d04d52c {
  
}
}



  #s-57a3baa6-36df-48bf-a9d7-867f4d04d52c img.shogun-image {
    
    width: px;
  }


#s-57a3baa6-36df-48bf-a9d7-867f4d04d52c .shogun-image-content {
  
    align-items: center;
  
}

#s-172100ee-395c-48fc-9aba-80629a747711 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-172100ee-395c-48fc-9aba-80629a747711 {
  display: none;
}
#s-172100ee-395c-48fc-9aba-80629a747711, #wrap-s-172100ee-395c-48fc-9aba-80629a747711 { display:none !important; }}@media (max-width: 767px){#s-172100ee-395c-48fc-9aba-80629a747711 {
  display: none;
}
#s-172100ee-395c-48fc-9aba-80629a747711, #wrap-s-172100ee-395c-48fc-9aba-80629a747711 { display:none !important; }}
#s-172100ee-395c-48fc-9aba-80629a747711 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  900 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 43px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


#s-172100ee-395c-48fc-9aba-80629a747711 .shogun-heading-component h1 a {
  color: rgba(0, 0, 0, 1);
}


#s-bb349569-67ab-4faf-83e1-5b8f74381b02 {
  margin-top: 100px;
margin-left: 5%;
margin-bottom: 0px;
margin-right: 10%;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e8a81e48-d358-442c-8a7a-0495e32b29b7 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e8a81e48-d358-442c-8a7a-0495e32b29b7 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 33px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-333b5396-2020-43d0-9e58-dfbc96266168 {
  border-style: solid;
margin-top: 4px;
margin-left: 5%;
margin-bottom: 50px;
margin-right: 10%;
padding-top: 14px;
padding-left: 34px;
padding-bottom: 14px;
padding-right: 34px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(0, 0, 0, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 255, 255, 1);
line-height: 1.5em;
letter-spacing: 1px;
}
#s-333b5396-2020-43d0-9e58-dfbc96266168:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
background-color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-333b5396-2020-43d0-9e58-dfbc96266168:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-333b5396-2020-43d0-9e58-dfbc96266168-btn-wrapper {
    text-align: left;
  }


#s-333b5396-2020-43d0-9e58-dfbc96266168.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-ae6839df-05b3-4c32-8c77-bdbd6b502a40 {
  margin-bottom: 0px;
min-height: 50px;
}








#s-ae6839df-05b3-4c32-8c77-bdbd6b502a40 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae6839df-05b3-4c32-8c77-bdbd6b502a40.shg-box.shg-c {
  justify-content: center;
}

#s-068a7d8b-76e8-4cfb-88cb-ab41f0ec7f49 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-068a7d8b-76e8-4cfb-88cb-ab41f0ec7f49 {
  
}
}@media (max-width: 767px){#s-068a7d8b-76e8-4cfb-88cb-ab41f0ec7f49 {
  
}
}







#s-068a7d8b-76e8-4cfb-88cb-ab41f0ec7f49 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-068a7d8b-76e8-4cfb-88cb-ab41f0ec7f49.shg-box.shg-c {
  justify-content: center;
}

#s-893a8ebe-22b6-4371-a784-dd4b51500f7d {
  min-height: 50px;
}








#s-893a8ebe-22b6-4371-a784-dd4b51500f7d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-893a8ebe-22b6-4371-a784-dd4b51500f7d.shg-box.shg-c {
  justify-content: center;
}

#s-93d9ba32-d4c8-425b-9c44-5c545fab2962 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: right;
}

#s-93d9ba32-d4c8-425b-9c44-5c545fab2962 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 34px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-61e4e537-e6e6-45b5-8c20-105de339609f {
  margin-left: 5%;
margin-right: 5%;
}
@media (min-width: 1200px){#s-61e4e537-e6e6-45b5-8c20-105de339609f {
  display: none;
}
#s-61e4e537-e6e6-45b5-8c20-105de339609f, #wrap-s-61e4e537-e6e6-45b5-8c20-105de339609f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-61e4e537-e6e6-45b5-8c20-105de339609f {
  display: none;
}
#s-61e4e537-e6e6-45b5-8c20-105de339609f, #wrap-s-61e4e537-e6e6-45b5-8c20-105de339609f { display:none !important; }}
#s-0ab30402-84d5-4abe-a7c7-092fe101ebab {
  margin-top: 0px;
margin-left: 4%;
margin-bottom: 0px;
margin-right: 4%;
}
@media (min-width: 768px) and (max-width: 991px){#s-0ab30402-84d5-4abe-a7c7-092fe101ebab {
  display: none;
}
#s-0ab30402-84d5-4abe-a7c7-092fe101ebab, #wrap-s-0ab30402-84d5-4abe-a7c7-092fe101ebab { display:none !important; }}@media (max-width: 767px){#s-0ab30402-84d5-4abe-a7c7-092fe101ebab {
  display: none;
}
#s-0ab30402-84d5-4abe-a7c7-092fe101ebab, #wrap-s-0ab30402-84d5-4abe-a7c7-092fe101ebab { display:none !important; }}
#s-74526691-d23a-4771-b414-aefc4b695d64 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-74526691-d23a-4771-b414-aefc4b695d64 {
  
}
}@media (max-width: 767px){#s-74526691-d23a-4771-b414-aefc4b695d64 {
  
}
}







#s-74526691-d23a-4771-b414-aefc4b695d64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-74526691-d23a-4771-b414-aefc4b695d64.shg-box.shg-c {
  justify-content: center;
}

#s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8 {
  background-color: rgba(245, 226, 226, 1);
}
@media (min-width: 1200px){#s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8 {
  display: none;
}
#s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8, #wrap-s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8 {
  display: none;
}
#s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8, #wrap-s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8 {
  display: none;
}
#s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8, #wrap-s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8 { display:none !important; }}
@media (min-width: 0px) {
[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da88daef-c1c8-4cee-b07e-97b1ab8b19d8"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-54e90072-0393-486e-bb59-3f51c5a9bdeb {
  text-align: center;
}




  #s-54e90072-0393-486e-bb59-3f51c5a9bdeb img.shogun-image {
    
    width: px;
  }


#s-54e90072-0393-486e-bb59-3f51c5a9bdeb .shogun-image-content {
  
    align-items: center;
  
}

#s-1b247c89-260b-49bc-9a2b-e546e648132d {
  min-height: 50px;
}








#s-1b247c89-260b-49bc-9a2b-e546e648132d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b247c89-260b-49bc-9a2b-e546e648132d.shg-box.shg-c {
  justify-content: center;
}

#s-a3d6b372-57b8-45fa-a461-a7fd6327b22f {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a3d6b372-57b8-45fa-a461-a7fd6327b22f .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 39px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3e17fddc-6370-41a6-9772-5db6e17ac627 {
  margin-top: 8px;
margin-left: 10%;
margin-bottom: 8px;
margin-right: 10%;
}

#s-c570a121-fa31-43a2-b833-d5accb909621 {
  border-style: solid;
margin-top: 20px;
margin-left: 10%;
margin-bottom: 20px;
margin-right: 10%;
padding-top: 14px;
padding-left: 34px;
padding-bottom: 14px;
padding-right: 34px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(245, 226, 226, 1);
text-align: left;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-c570a121-fa31-43a2-b833-d5accb909621:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(245, 226, 226, 1) !important;}#s-c570a121-fa31-43a2-b833-d5accb909621:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c570a121-fa31-43a2-b833-d5accb909621-btn-wrapper {
    text-align: left;
  }


#s-c570a121-fa31-43a2-b833-d5accb909621.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-403761ec-f1a0-4816-af9e-f792a2934850 {
  min-height: 50px;
}








#s-403761ec-f1a0-4816-af9e-f792a2934850 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-403761ec-f1a0-4816-af9e-f792a2934850.shg-box.shg-c {
  justify-content: center;
}

#s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09 {
  background-color: rgba(245, 226, 226, 1);
}
@media (min-width: 1200px){#s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09 {
  display: none;
}
#s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09, #wrap-s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09 {
  display: none;
}
#s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09, #wrap-s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09 { display:none !important; }}@media (max-width: 767px){#s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09 {
  display: none;
}
#s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09, #wrap-s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09 { display:none !important; }}
@media (min-width: 0px) {
[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-59f1dd49-cd2c-41a9-a89c-e8a128bdaf09"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-cf70e0d7-4450-452e-b3b3-bdfc29212201 {
  min-height: 50px;
}








#s-cf70e0d7-4450-452e-b3b3-bdfc29212201 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf70e0d7-4450-452e-b3b3-bdfc29212201.shg-box.shg-c {
  justify-content: center;
}

#s-83ec2bab-554a-4492-b3d2-fc02b5c84fb7 {
  margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-83ec2bab-554a-4492-b3d2-fc02b5c84fb7 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 39px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a3a68669-a332-4bb8-9381-fddfe71e0c4e {
  margin-top: 8px;
margin-left: 10%;
margin-bottom: 8px;
margin-right: 10%;
}

#s-6251f438-5582-42fc-95df-72a044719d2c {
  border-style: solid;
margin-left: 10%;
margin-right: 10%;
padding-top: 14px;
padding-left: 34px;
padding-bottom: 14px;
padding-right: 34px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(245, 226, 226, 1);
text-align: left;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6251f438-5582-42fc-95df-72a044719d2c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(245, 226, 226, 1) !important;}#s-6251f438-5582-42fc-95df-72a044719d2c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6251f438-5582-42fc-95df-72a044719d2c-btn-wrapper {
    text-align: left;
  }


#s-6251f438-5582-42fc-95df-72a044719d2c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-1c1b1e56-f1a7-49d3-98a0-c404fe044138 {
  text-align: center;
}




  #s-1c1b1e56-f1a7-49d3-98a0-c404fe044138 img.shogun-image {
    
    width: px;
  }


#s-1c1b1e56-f1a7-49d3-98a0-c404fe044138 .shogun-image-content {
  
    align-items: center;
  
}

#s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89 {
  background-color: rgba(245, 226, 226, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89 {
  display: none;
}
#s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89, #wrap-s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89 { display:none !important; }}@media (max-width: 767px){#s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89 {
  display: none;
}
#s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89, #wrap-s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89 { display:none !important; }}
@media (min-width: 0px) {
[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-27eb3db8-3a57-4ff4-bd12-0a5a73545f89"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0d283036-a9ce-4596-9dd5-fcdb94f8cc99 {
  margin-top: 8%;
margin-left: 10%;
margin-right: 10%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0d283036-a9ce-4596-9dd5-fcdb94f8cc99 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Work Sans";
  font-style:   ;
  font-size: 42px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e0560579-257a-492d-ac70-0063fc48689b {
  margin-top: 8px;
margin-left: 10%;
margin-bottom: 8px;
margin-right: 10%;
}

#s-df5e42c3-264b-4ffe-aeb2-595580234627 {
  margin-top: -10px;
margin-bottom: -10px;
min-height: 50px;
}








#s-df5e42c3-264b-4ffe-aeb2-595580234627 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-df5e42c3-264b-4ffe-aeb2-595580234627.shg-box.shg-c {
  justify-content: center;
}

#s-125f012a-e7b7-4e94-8362-0ce23d61fc44 {
  border-style: solid;
margin-top: 3%;
margin-left: 10%;
margin-bottom: 8%;
margin-right: 10%;
padding-top: 14px;
padding-left: 34px;
padding-bottom: 14px;
padding-right: 34px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-radius: 0px;
background-color: rgba(245, 226, 226, 1);
text-align: left;
text-decoration: none;
line-height: 1.5em;
letter-spacing: 1px;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-125f012a-e7b7-4e94-8362-0ce23d61fc44:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(245, 226, 226, 1) !important;}#s-125f012a-e7b7-4e94-8362-0ce23d61fc44:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-125f012a-e7b7-4e94-8362-0ce23d61fc44-btn-wrapper {
    text-align: left;
  }


#s-125f012a-e7b7-4e94-8362-0ce23d61fc44.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 12px;
  font-weight: 700;
  
  font-family: Work Sans;
  display:  inline-block ;
}

#s-587d24cd-7c16-48d4-a0de-8e93e1c776cf {
  text-align: center;
}




  #s-587d24cd-7c16-48d4-a0de-8e93e1c776cf img.shogun-image {
    
    width: px;
  }


#s-587d24cd-7c16-48d4-a0de-8e93e1c776cf .shogun-image-content {
  
    align-items: center;
  
}

#s-d97a727d-d5b0-437e-9d47-12810a1f0069 {
  min-height: 50px;
}








#s-d97a727d-d5b0-437e-9d47-12810a1f0069 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d97a727d-d5b0-437e-9d47-12810a1f0069.shg-box.shg-c {
  justify-content: center;
}

                /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animate__animated.animate__infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animate__animated.animate__repeat-1{-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animate__animated.animate__repeat-3{-webkit-animation-iteration-count:3;animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animate__animated.animate__delay-1s{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animate__animated.animate__delay-3s{-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animate__animated.animate__delay-4s{-webkit-animation-delay:4s;animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animate__animated.animate__delay-5s{-webkit-animation-delay:5s;animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animate__animated.animate__faster{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animate__animated.animate__fast{-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration)*0.8);animation-duration:calc(var(--animate-duration)*0.8)}.animate__animated.animate__slow{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animate__animated.animate__slower{-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion: reduce), print{.animate__animated{-webkit-animation-duration:1ms !important;animation-duration:1ms !important;transition-duration:1ms !important;-webkit-animation-iteration-count:1 !important;animation-iteration-count:1 !important}.animate__animated[class*=Out]{opacity:0}}@-webkit-keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}@keyframes bounce{0%,20%,53%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -30px, 0) scaleY(1.1)}70%{-webkit-animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);animation-timing-function:cubic-bezier(0.755, 0.05, 0.855, 0.06);transform:translate3d(0, -15px, 0) scaleY(1.05)}80%{transition-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);transform:translateZ(0) scaleY(0.95)}90%{transform:translate3d(0, -4px, 0) scaleY(1.02)}}.animate__bounce{-webkit-animation-name:bounce;animation-name:bounce;transform-origin:center bottom}@-webkit-keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{-webkit-animation-name:flash;animation-name:flash}@-webkit-keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05, 1.05, 1.05)}to{transform:scaleX(1)}}.animate__pulse{-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}@keyframes rubberBand{0%{transform:scaleX(1)}30%{transform:scale3d(1.25, 0.75, 1)}40%{transform:scale3d(0.75, 1.25, 1)}50%{transform:scale3d(1.15, 0.85, 1)}65%{transform:scale3d(0.95, 1.05, 1)}75%{transform:scale3d(1.05, 0.95, 1)}to{transform:scaleX(1)}}.animate__rubberBand{-webkit-animation-name:rubberBand;animation-name:rubberBand}@-webkit-keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}@keyframes shakeX{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(-10px, 0, 0)}20%,40%,60%,80%{transform:translate3d(10px, 0, 0)}}.animate__shakeX{-webkit-animation-name:shakeX;animation-name:shakeX}@-webkit-keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}@keyframes shakeY{0%,to{transform:translateZ(0)}10%,30%,50%,70%,90%{transform:translate3d(0, -10px, 0)}20%,40%,60%,80%{transform:translate3d(0, 10px, 0)}}.animate__shakeY{-webkit-animation-name:shakeY;animation-name:shakeY}@-webkit-keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}@keyframes headShake{0%{transform:translateX(0)}6.5%{transform:translateX(-6px) rotateY(-9deg)}18.5%{transform:translateX(5px) rotateY(7deg)}31.5%{transform:translateX(-3px) rotateY(-5deg)}43.5%{transform:translateX(2px) rotateY(3deg)}50%{transform:translateX(0)}}.animate__headShake{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-name:headShake;animation-name:headShake}@-webkit-keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0deg)}}.animate__swing{transform-origin:top center;-webkit-animation-name:swing;animation-name:swing}@-webkit-keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}@keyframes tada{0%{transform:scaleX(1)}10%,20%{transform:scale3d(0.9, 0.9, 0.9) rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1, 1.1, 1.1) rotate(3deg)}40%,60%,80%{transform:scale3d(1.1, 1.1, 1.1) rotate(-3deg)}to{transform:scaleX(1)}}.animate__tada{-webkit-animation-name:tada;animation-name:tada}@-webkit-keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}@keyframes wobble{0%{transform:translateZ(0)}15%{transform:translate3d(-25%, 0, 0) rotate(-5deg)}30%{transform:translate3d(20%, 0, 0) rotate(3deg)}45%{transform:translate3d(-15%, 0, 0) rotate(-3deg)}60%{transform:translate3d(10%, 0, 0) rotate(2deg)}75%{transform:translate3d(-5%, 0, 0) rotate(-1deg)}to{transform:translateZ(0)}}.animate__wobble{-webkit-animation-name:wobble;animation-name:wobble}@-webkit-keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}@keyframes jello{0%,11.1%,to{transform:translateZ(0)}22.2%{transform:skewX(-12.5deg) skewY(-12.5deg)}33.3%{transform:skewX(6.25deg) skewY(6.25deg)}44.4%{transform:skewX(-3.125deg) skewY(-3.125deg)}55.5%{transform:skewX(1.5625deg) skewY(1.5625deg)}66.6%{transform:skewX(-0.78125deg) skewY(-0.78125deg)}77.7%{transform:skewX(0.390625deg) skewY(0.390625deg)}88.8%{transform:skewX(-0.1953125deg) skewY(-0.1953125deg)}}.animate__jello{-webkit-animation-name:jello;animation-name:jello;transform-origin:center}@-webkit-keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{-webkit-animation-name:heartBeat;animation-name:heartBeat;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration)*1.3);animation-duration:calc(var(--animate-duration)*1.3);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInDown{0%{transform:translateY(-1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInDown{-webkit-animation-name:backInDown;animation-name:backInDown}@-webkit-keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInLeft{0%{transform:translateX(-2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInLeft{-webkit-animation-name:backInLeft;animation-name:backInLeft}@-webkit-keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInRight{0%{transform:translateX(2000px) scale(0.7);opacity:.7}80%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInRight{-webkit-animation-name:backInRight;animation-name:backInRight}@-webkit-keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}@keyframes backInUp{0%{transform:translateY(1200px) scale(0.7);opacity:.7}80%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:scale(1);opacity:1}}.animate__backInUp{-webkit-animation-name:backInUp;animation-name:backInUp}@-webkit-keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}@keyframes backOutDown{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(700px) scale(0.7);opacity:.7}}.animate__backOutDown{-webkit-animation-name:backOutDown;animation-name:backOutDown}@-webkit-keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}@keyframes backOutLeft{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(-2000px) scale(0.7);opacity:.7}}.animate__backOutLeft{-webkit-animation-name:backOutLeft;animation-name:backOutLeft}@-webkit-keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}@keyframes backOutRight{0%{transform:scale(1);opacity:1}20%{transform:translateX(0) scale(0.7);opacity:.7}to{transform:translateX(2000px) scale(0.7);opacity:.7}}.animate__backOutRight{-webkit-animation-name:backOutRight;animation-name:backOutRight}@-webkit-keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}@keyframes backOutUp{0%{transform:scale(1);opacity:1}20%{transform:translateY(0) scale(0.7);opacity:.7}to{transform:translateY(-700px) scale(0.7);opacity:.7}}.animate__backOutUp{-webkit-animation-name:backOutUp;animation-name:backOutUp}@-webkit-keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}@keyframes bounceIn{0%,20%,40%,60%,80%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scaleX(1)}}.animate__bounceIn{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceIn;animation-name:bounceIn}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, -3000px, 0) scaleY(3)}60%{opacity:1;transform:translate3d(0, 25px, 0) scaleY(0.9)}75%{transform:translate3d(0, -10px, 0) scaleY(0.95)}90%{transform:translate3d(0, 5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInDown{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(-3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(25px, 0, 0) scaleX(1)}75%{transform:translate3d(-10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInLeft{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(3000px, 0, 0) scaleX(3)}60%{opacity:1;transform:translate3d(-25px, 0, 0) scaleX(1)}75%{transform:translate3d(10px, 0, 0) scaleX(0.98)}90%{transform:translate3d(-5px, 0, 0) scaleX(0.995)}to{transform:translateZ(0)}}.animate__bounceInRight{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1);animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:translate3d(0, 3000px, 0) scaleY(5)}60%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}75%{transform:translate3d(0, 10px, 0) scaleY(0.95)}90%{transform:translate3d(0, -5px, 0) scaleY(0.985)}to{transform:translateZ(0)}}.animate__bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}@-webkit-keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.animate__bounceOut{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:bounceOut;animation-name:bounceOut}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}@keyframes bounceOutDown{20%{transform:translate3d(0, 10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, -20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, 2000px, 0) scaleY(3)}}.animate__bounceOutDown{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(-2000px, 0, 0) scaleX(2)}}.animate__bounceOutLeft{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}@-webkit-keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}@keyframes bounceOutRight{20%{opacity:1;transform:translate3d(-20px, 0, 0) scaleX(0.9)}to{opacity:0;transform:translate3d(2000px, 0, 0) scaleX(2)}}.animate__bounceOutRight{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}@keyframes bounceOutUp{20%{transform:translate3d(0, -10px, 0) scaleY(0.985)}40%,45%{opacity:1;transform:translate3d(0, 20px, 0) scaleY(0.9)}to{opacity:0;transform:translate3d(0, -2000px, 0) scaleY(3)}}.animate__bounceOutUp{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}@-webkit-keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}@-webkit-keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInDownBig{0%{opacity:0;transform:translate3d(0, -2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInDownBig{-webkit-animation-name:fadeInDownBig;animation-name:fadeInDownBig}@-webkit-keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}@-webkit-keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate3d(-2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInLeftBig{-webkit-animation-name:fadeInLeftBig;animation-name:fadeInLeftBig}@-webkit-keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}@-webkit-keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInRightBig{0%{opacity:0;transform:translate3d(2000px, 0, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInRightBig{-webkit-animation-name:fadeInRightBig;animation-name:fadeInRightBig}@-webkit-keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}@-webkit-keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInUpBig{0%{opacity:0;transform:translate3d(0, 2000px, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInUpBig{-webkit-animation-name:fadeInUpBig;animation-name:fadeInUpBig}@-webkit-keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate3d(-100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopLeft{-webkit-animation-name:fadeInTopLeft;animation-name:fadeInTopLeft}@-webkit-keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInTopRight{0%{opacity:0;transform:translate3d(100%, -100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInTopRight{-webkit-animation-name:fadeInTopRight;animation-name:fadeInTopRight}@-webkit-keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate3d(-100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomLeft{-webkit-animation-name:fadeInBottomLeft;animation-name:fadeInBottomLeft}@-webkit-keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate3d(100%, 100%, 0)}to{opacity:1;transform:translateZ(0)}}.animate__fadeInBottomRight{-webkit-animation-name:fadeInBottomRight;animation-name:fadeInBottomRight}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translate3d(0, 100%, 0)}}.animate__fadeOutDown{-webkit-animation-name:fadeOutDown;animation-name:fadeOutDown}@-webkit-keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, 2000px, 0)}}.animate__fadeOutDownBig{-webkit-animation-name:fadeOutDownBig;animation-name:fadeOutDownBig}@-webkit-keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate3d(-100%, 0, 0)}}.animate__fadeOutLeft{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}@-webkit-keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate3d(-2000px, 0, 0)}}.animate__fadeOutLeftBig{-webkit-animation-name:fadeOutLeftBig;animation-name:fadeOutLeftBig}@-webkit-keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0)}}.animate__fadeOutRight{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}@-webkit-keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate3d(2000px, 0, 0)}}.animate__fadeOutRightBig{-webkit-animation-name:fadeOutRightBig;animation-name:fadeOutRightBig}@-webkit-keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translate3d(0, -100%, 0)}}.animate__fadeOutUp{-webkit-animation-name:fadeOutUp;animation-name:fadeOutUp}@-webkit-keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translate3d(0, -2000px, 0)}}.animate__fadeOutUpBig{-webkit-animation-name:fadeOutUpBig;animation-name:fadeOutUpBig}@-webkit-keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, -100%, 0)}}.animate__fadeOutTopLeft{-webkit-animation-name:fadeOutTopLeft;animation-name:fadeOutTopLeft}@-webkit-keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}@keyframes fadeOutTopRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, -100%, 0)}}.animate__fadeOutTopRight{-webkit-animation-name:fadeOutTopRight;animation-name:fadeOutTopRight}@-webkit-keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(100%, 100%, 0)}}.animate__fadeOutBottomRight{-webkit-animation-name:fadeOutBottomRight;animation-name:fadeOutBottomRight}@-webkit-keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(-100%, 100%, 0)}}.animate__fadeOutBottomLeft{-webkit-animation-name:fadeOutBottomLeft;animation-name:fadeOutBottomLeft}@-webkit-keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}@keyframes flip{0%{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}40%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}50%{transform:perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}80%{transform:perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}to{transform:perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}}.animate__animated.animate__flip{-webkit-backface-visibility:visible;backface-visibility:visible;-webkit-animation-name:flip;animation-name:flip}@-webkit-keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes flipInX{0%{transform:perspective(400px) rotateX(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}.animate__flipInX{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInX;animation-name:flipInX}@-webkit-keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}@keyframes flipInY{0%{transform:perspective(400px) rotateY(90deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateY(-20deg);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}60%{transform:perspective(400px) rotateY(10deg);opacity:1}80%{transform:perspective(400px) rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipInY;animation-name:flipInY}@-webkit-keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}@keyframes flipOutX{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.animate__flipOutX{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-animation-name:flipOutX;animation-name:flipOutX;-webkit-backface-visibility:visible !important;backface-visibility:visible !important}@-webkit-keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}@keyframes flipOutY{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateY(-15deg);opacity:1}to{transform:perspective(400px) rotateY(90deg);opacity:0}}.animate__flipOutY{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration)*0.75);animation-duration:calc(var(--animate-duration)*0.75);-webkit-backface-visibility:visible !important;backface-visibility:visible !important;-webkit-animation-name:flipOutY;animation-name:flipOutY}@-webkit-keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInRight{0%{transform:translate3d(100%, 0, 0) skewX(-30deg);opacity:0}60%{transform:skewX(20deg);opacity:1}80%{transform:skewX(-5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInRight{-webkit-animation-name:lightSpeedInRight;animation-name:lightSpeedInRight;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}@keyframes lightSpeedInLeft{0%{transform:translate3d(-100%, 0, 0) skewX(30deg);opacity:0}60%{transform:skewX(-20deg);opacity:1}80%{transform:skewX(5deg)}to{transform:translateZ(0)}}.animate__lightSpeedInLeft{-webkit-animation-name:lightSpeedInLeft;animation-name:lightSpeedInLeft;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}@keyframes lightSpeedOutRight{0%{opacity:1}to{transform:translate3d(100%, 0, 0) skewX(30deg);opacity:0}}.animate__lightSpeedOutRight{-webkit-animation-name:lightSpeedOutRight;animation-name:lightSpeedOutRight;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}@keyframes lightSpeedOutLeft{0%{opacity:1}to{transform:translate3d(-100%, 0, 0) skewX(-30deg);opacity:0}}.animate__lightSpeedOutLeft{-webkit-animation-name:lightSpeedOutLeft;animation-name:lightSpeedOutLeft;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}@-webkit-keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateIn{0%{transform:rotate(-200deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateIn{-webkit-animation-name:rotateIn;animation-name:rotateIn;transform-origin:center}@-webkit-keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownLeft{0%{transform:rotate(-45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownLeft{-webkit-animation-name:rotateInDownLeft;animation-name:rotateInDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInDownRight{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInDownRight{-webkit-animation-name:rotateInDownRight;animation-name:rotateInDownRight;transform-origin:right bottom}@-webkit-keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpLeft{0%{transform:rotate(45deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpLeft{-webkit-animation-name:rotateInUpLeft;animation-name:rotateInUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}@keyframes rotateInUpRight{0%{transform:rotate(-90deg);opacity:0}to{transform:translateZ(0);opacity:1}}.animate__rotateInUpRight{-webkit-animation-name:rotateInUpRight;animation-name:rotateInUpRight;transform-origin:right bottom}@-webkit-keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}@keyframes rotateOut{0%{opacity:1}to{transform:rotate(200deg);opacity:0}}.animate__rotateOut{-webkit-animation-name:rotateOut;animation-name:rotateOut;transform-origin:center}@-webkit-keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}@keyframes rotateOutDownLeft{0%{opacity:1}to{transform:rotate(45deg);opacity:0}}.animate__rotateOutDownLeft{-webkit-animation-name:rotateOutDownLeft;animation-name:rotateOutDownLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutDownRight{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutDownRight{-webkit-animation-name:rotateOutDownRight;animation-name:rotateOutDownRight;transform-origin:right bottom}@-webkit-keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}@keyframes rotateOutUpLeft{0%{opacity:1}to{transform:rotate(-45deg);opacity:0}}.animate__rotateOutUpLeft{-webkit-animation-name:rotateOutUpLeft;animation-name:rotateOutUpLeft;transform-origin:left bottom}@-webkit-keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}@keyframes rotateOutUpRight{0%{opacity:1}to{transform:rotate(90deg);opacity:0}}.animate__rotateOutUpRight{-webkit-animation-name:rotateOutUpRight;animation-name:rotateOutUpRight;transform-origin:right bottom}@-webkit-keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}@keyframes hinge{0%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}20%,60%{transform:rotate(80deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}40%,80%{transform:rotate(60deg);-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;opacity:1}to{transform:translate3d(0, 700px, 0);opacity:0}}.animate__hinge{-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2);-webkit-animation-name:hinge;animation-name:hinge;transform-origin:top left}@-webkit-keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}@keyframes jackInTheBox{0%{opacity:0;transform:scale(0.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{-webkit-animation-name:jackInTheBox;animation-name:jackInTheBox}@-webkit-keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}@keyframes rollIn{0%{opacity:0;transform:translate3d(-100%, 0, 0) rotate(-120deg)}to{opacity:1;transform:translateZ(0)}}.animate__rollIn{-webkit-animation-name:rollIn;animation-name:rollIn}@-webkit-keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate3d(100%, 0, 0) rotate(120deg)}}.animate__rollOut{-webkit-animation-name:rollOut;animation-name:rollOut}@-webkit-keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}50%{opacity:1}}.animate__zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}@-webkit-keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInDown{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInDown{-webkit-animation-name:zoomInDown;animation-name:zoomInDown}@-webkit-keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInLeft{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInLeft{-webkit-animation-name:zoomInLeft;animation-name:zoomInLeft}@-webkit-keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInRight{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInRight{-webkit-animation-name:zoomInRight;animation-name:zoomInRight}@-webkit-keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomInUp{0%{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}60%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomInUp{-webkit-animation-name:zoomInUp;animation-name:zoomInUp}@-webkit-keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}to{opacity:0}}.animate__zoomOut{-webkit-animation-name:zoomOut;animation-name:zoomOut}@-webkit-keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutDown{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutDown{-webkit-animation-name:zoomOutDown;animation-name:zoomOutDown;transform-origin:center bottom}@-webkit-keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(-2000px, 0, 0)}}.animate__zoomOutLeft{-webkit-animation-name:zoomOutLeft;animation-name:zoomOutLeft;transform-origin:left center}@-webkit-keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)}to{opacity:0;transform:scale(0.1) translate3d(2000px, 0, 0)}}.animate__zoomOutRight{-webkit-animation-name:zoomOutRight;animation-name:zoomOutRight;transform-origin:right center}@-webkit-keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}@keyframes zoomOutUp{40%{opacity:1;transform:scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);-webkit-animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19);animation-timing-function:cubic-bezier(0.55, 0.055, 0.675, 0.19)}to{opacity:0;transform:scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);-webkit-animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1);animation-timing-function:cubic-bezier(0.175, 0.885, 0.32, 1)}}.animate__zoomOutUp{-webkit-animation-name:zoomOutUp;animation-name:zoomOutUp;transform-origin:center bottom}@-webkit-keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInDown{0%{transform:translate3d(0, -100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{-webkit-animation-name:slideInDown;animation-name:slideInDown}@-webkit-keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInLeft{0%{transform:translate3d(-100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%, 0, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInUp{0%{transform:translate3d(0, 100%, 0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}@-webkit-keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}@keyframes slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, 100%, 0)}}.animate__slideOutDown{-webkit-animation-name:slideOutDown;animation-name:slideOutDown}@-webkit-keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}@keyframes slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-100%, 0, 0)}}.animate__slideOutLeft{-webkit-animation-name:slideOutLeft;animation-name:slideOutLeft}@-webkit-keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}@keyframes slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(100%, 0, 0)}}.animate__slideOutRight{-webkit-animation-name:slideOutRight;animation-name:slideOutRight}@-webkit-keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}@keyframes slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0, -100%, 0)}}.animate__slideOutUp{-webkit-animation-name:slideOutUp;animation-name:slideOutUp}

/*
  $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;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */
