.shogun-nav-tabs {
  margin-left: 0 !important;
  margin-top: 0;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  list-style: none !important;
}

.shogun-nav-tabs:before,
.shogun-nav-tabs:after {
  display: table;
  content: " ";
}

.shogun-nav-tabs:after {
  clear: both;
}

.shogun-nav-tabs > li {
  float: left;
  margin-bottom: -1px !important;
  position: relative;
  display: block;
  box-sizing: border-box;
}

.shogun-nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
  position: relative;
  display: block;
  padding: 10px 15px !important;
  text-decoration: none;
}

.shogun-nav-tabs > li.active > a {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.shogun-tab-content > .shogun-tab-pane {
  display: none;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.shogun-tab-content > .shogun-tab-pane.active {
  display: block;
  opacity: 1;
}

#s-aad426e2-ca40-4ba1-a05d-82b777f16416 .shogun-nav-tabs > li > a {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 3, 5, 1);
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-aad426e2-ca40-4ba1-a05d-82b777f16416 .shogun-nav-tabs > li.active > a {
  background-color: #fff;
  color: #555;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

#s-aad426e2-ca40-4ba1-a05d-82b777f16416 .shogun-nav-tabs {
  border-bottom: 1px solid #ddd;
}
.shg-box {
  position: relative;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
}

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

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

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

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  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-a5dccbe0-6816-4a83-a68b-d390c30a2141 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 900px;
}








#s-a5dccbe0-6816-4a83-a68b-d390c30a2141 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5dccbe0-6816-4a83-a68b-d390c30a2141.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-cf456344-9563-4235-929e-0a1639552cfd {
  background-size: cover;
min-height: 0px;
background-position: center bottom;
background-color: rgba(255, 255, 255, 1);
}








#s-cf456344-9563-4235-929e-0a1639552cfd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf456344-9563-4235-929e-0a1639552cfd.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.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: -webkit-box;
  display: flex;
  padding: 20px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  pointer-events: none;
}

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

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

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

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

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

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

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

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

.shogun-image-overlay.shg-bottom-right {
  -webkit-box-align: end;
          align-items: flex-end;
  -webkit-box-pack: 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: -webkit-box;
  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 {
  -webkit-box-align: start;
          align-items: flex-start;
}

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

.shogun-image-content-bottom {
  -webkit-box-align: end;
          align-items: flex-end;
}
#s-69b094d4-5883-49be-af39-5c5e0328198c {
  margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0%;
max-width: 200px;
text-align: center;
}




  #s-69b094d4-5883-49be-af39-5c5e0328198c img.shogun-image {
    
    width: px;
  }


#s-69b094d4-5883-49be-af39-5c5e0328198c .shogun-image-content {
  
    -webkit-box-align: center;
  
            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;
}

.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-52792b7f-ff0f-422a-aaee-12fe06794ec1 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-52792b7f-ff0f-422a-aaee-12fe06794ec1 .shogun-heading-component h2 {
  color: rgba(78, 78, 78, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 60px;
  
  
  text-align: center;
}



.shogun-video {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.shogun-video-16x9 {
  padding-bottom: 56.25%;
}

.shogun-video-4x3 {
  padding-bottom: 75%;
}

.shogun-video-embed {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

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

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

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

@media (min-width: 0px) {
[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e9532809-4f89-4fb6-a7f2-55f55160a82c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a6df0b33-44fb-4197-8b18-5bce1cffeb35 {
  text-align: center;
}




  #s-a6df0b33-44fb-4197-8b18-5bce1cffeb35 img.shogun-image {
    
    width: px;
  }


#s-a6df0b33-44fb-4197-8b18-5bce1cffeb35 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e4f9d12c-0907-40eb-aa11-80d06e310841 {
  text-align: center;
}




  #s-e4f9d12c-0907-40eb-aa11-80d06e310841 img.shogun-image {
    
    width: px;
  }


#s-e4f9d12c-0907-40eb-aa11-80d06e310841 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

@media (min-width: 0px) {
[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-74b5e2ba-81d9-49b1-8f00-c54540be726f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ace54ddf-ec52-4e4d-bfef-6bef04b695eb {
  text-align: center;
}




  #s-ace54ddf-ec52-4e4d-bfef-6bef04b695eb img.shogun-image {
    
    width: px;
  }


#s-ace54ddf-ec52-4e4d-bfef-6bef04b695eb .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ee8166b3-2450-4b7d-8ae1-26513e5b23d7 {
  text-align: center;
}




  #s-ee8166b3-2450-4b7d-8ae1-26513e5b23d7 img.shogun-image {
    
    width: px;
  }


#s-ee8166b3-2450-4b7d-8ae1-26513e5b23d7 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-71834ebd-9e97-4cdc-8a0b-ab49c3fba386 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTg2MmU2NzktZGU5Ny00NDE3LTkwZjUtMzc2NTUyOTNiODNiIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYzljOWM5O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTRlNGU0O3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxODYyZTY3OS1kZTk3LTQ0MTctOTBmNS0zNzY1NTI5M2I4M2IpIi8+PC9zdmc+);
background-repeat: no-repeat;
min-height: 50px;
}








#s-71834ebd-9e97-4cdc-8a0b-ab49c3fba386 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71834ebd-9e97-4cdc-8a0b-ab49c3fba386.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-b4972425-ac1d-4f42-8c8a-0955799ce0ae {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(255, 255, 255, 0.64);
}

#s-59ef0033-bdfa-4660-a427-b29d1a4809b8 {
  text-align: center;
}




  #s-59ef0033-bdfa-4660-a427-b29d1a4809b8 img.shogun-image {
    
    width: px;
  }


#s-59ef0033-bdfa-4660-a427-b29d1a4809b8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-71e83bd9-08f9-479e-af10-4a7f0ade7493 {
  box-shadow:3px 1px 4px 0px rgba(140, 140, 140, 0);
margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-bottom: 2%;
max-width: 600px;
text-align: center;
}





#s-71e83bd9-08f9-479e-af10-4a7f0ade7493 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d1dada76-9141-467f-b1da-1c32451afc85 {
  background-size: cover;
min-height: 0px;
background-position: center center;
}








#s-d1dada76-9141-467f-b1da-1c32451afc85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1dada76-9141-467f-b1da-1c32451afc85.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-1faecfb7-53d4-461d-94aa-3440e00ea558 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(255, 255, 255, 0.64);
}

#s-d7b9884d-ac80-4fd3-af40-6a1b71eed1d6 {
  margin-top: 3px;
margin-bottom: 3px;
text-align: center;
}




  #s-d7b9884d-ac80-4fd3-af40-6a1b71eed1d6 img.shogun-image {
    
    width: px;
  }


#s-d7b9884d-ac80-4fd3-af40-6a1b71eed1d6 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-bf53c889-6764-427b-a74e-0633e3ea610a {
  margin-top: 3px;
margin-bottom: 3px;
text-align: center;
}




  #s-bf53c889-6764-427b-a74e-0633e3ea610a img.shogun-image {
    
    width: px;
  }


#s-bf53c889-6764-427b-a74e-0633e3ea610a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-50f0f527-4384-475f-97ac-80eebdc7e1e7 {
  margin-top: 3px;
margin-bottom: 3px;
text-align: center;
}




  #s-50f0f527-4384-475f-97ac-80eebdc7e1e7 img.shogun-image {
    
    width: px;
  }


#s-50f0f527-4384-475f-97ac-80eebdc7e1e7 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-7f0cbb54-acba-4ba8-bd49-a777b470275e {
  margin-top: 3px;
margin-bottom: 3px;
text-align: center;
}




  #s-7f0cbb54-acba-4ba8-bd49-a777b470275e img.shogun-image {
    
    width: px;
  }


#s-7f0cbb54-acba-4ba8-bd49-a777b470275e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-37545e2e-30c8-4ccf-b677-fa3d9bf4ed3b {
  margin-top: 3px;
margin-bottom: 3px;
text-align: center;
}




  #s-37545e2e-30c8-4ccf-b677-fa3d9bf4ed3b img.shogun-image {
    
    width: px;
  }


#s-37545e2e-30c8-4ccf-b677-fa3d9bf4ed3b .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a265a335-b353-4adf-abd1-e81eed5c6749 {
  min-height: 50px;
}








#s-a265a335-b353-4adf-abd1-e81eed5c6749 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a265a335-b353-4adf-abd1-e81eed5c6749.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-dc9a2441-9a75-4824-b2e8-fd0af608635b {
  min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-dc9a2441-9a75-4824-b2e8-fd0af608635b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc9a2441-9a75-4824-b2e8-fd0af608635b.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-3404d063-92ab-4db1-bd48-3598316aaaf2 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0);
}

#s-8bd9c8e7-c62b-449a-8338-aa992f91eb15 {
  text-align: center;
}




  #s-8bd9c8e7-c62b-449a-8338-aa992f91eb15 img.shogun-image {
    
    width: px;
  }


#s-8bd9c8e7-c62b-449a-8338-aa992f91eb15 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-41039190-12bb-4b8e-9348-41d9a148111d {
  padding-top: 2%;
padding-left: 5%;
padding-bottom: 2%;
padding-right: 5%;
}

#s-1eb05a61-6058-45ce-950f-036aee22e335 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0);
}

#s-c855d8f7-a4a3-43a8-af0d-6d2aa3f0009e {
  box-shadow:1px 1px 7px 1px rgba(0, 0, 0, 0.21);
margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
background-color: rgba(255, 255, 255, 1);
}

#s-cfb9e610-27f3-4787-94d2-b269f3c491ee {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cfb9e610-27f3-4787-94d2-b269f3c491ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b434c146-59c3-47c9-83a7-b4e6e425ac16 {
  min-height: 50px;
}








#s-b434c146-59c3-47c9-83a7-b4e6e425ac16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b434c146-59c3-47c9-83a7-b4e6e425ac16.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-6b9a3c5f-0408-4d8b-a0fe-68aa987cebb8 {
  text-align: center;
}




  #s-6b9a3c5f-0408-4d8b-a0fe-68aa987cebb8 img.shogun-image {
    
    width: px;
  }


#s-6b9a3c5f-0408-4d8b-a0fe-68aa987cebb8 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ab137276-dd4f-424a-8bb7-ca2768ab9f43 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ab137276-dd4f-424a-8bb7-ca2768ab9f43 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-55288601-3ce6-4f1c-b556-0950e508e5b1 {
  min-height: 50px;
}








#s-55288601-3ce6-4f1c-b556-0950e508e5b1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55288601-3ce6-4f1c-b556-0950e508e5b1.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-8c7937a6-b5bb-4789-86e5-3ad8d0255cf2 {
  text-align: left;
}




  #s-8c7937a6-b5bb-4789-86e5-3ad8d0255cf2 img.shogun-image {
    
    width: px;
  }


#s-8c7937a6-b5bb-4789-86e5-3ad8d0255cf2 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9398fbbf-b6da-4a3c-a0b9-ad89af4446e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9398fbbf-b6da-4a3c-a0b9-ad89af4446e0 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-0768886a-30e3-4133-bbd2-a9b563e1aea2 {
  min-height: 50px;
}








#s-0768886a-30e3-4133-bbd2-a9b563e1aea2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0768886a-30e3-4133-bbd2-a9b563e1aea2.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-06869eff-d64b-4f21-81c3-688bd9347f06 {
  text-align: left;
}




  #s-06869eff-d64b-4f21-81c3-688bd9347f06 img.shogun-image {
    
    width: px;
  }


#s-06869eff-d64b-4f21-81c3-688bd9347f06 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a05b2fe7-44e1-4466-ac60-3543cd52eb15 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a05b2fe7-44e1-4466-ac60-3543cd52eb15 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-87eadf3c-2b60-4699-a7de-9650c9cf5e93 {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-87eadf3c-2b60-4699-a7de-9650c9cf5e93"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fa488126-6676-4dc7-bde4-9b6cf9e29c25 {
  min-height: 50px;
}








#s-fa488126-6676-4dc7-bde4-9b6cf9e29c25 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa488126-6676-4dc7-bde4-9b6cf9e29c25.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-d1859e4c-b45b-47bf-b6b6-c4895a0722d4 {
  text-align: left;
}




  #s-d1859e4c-b45b-47bf-b6b6-c4895a0722d4 img.shogun-image {
    
    width: px;
  }


#s-d1859e4c-b45b-47bf-b6b6-c4895a0722d4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f930e7e9-db18-4a38-8fb8-6ac617afd523 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f930e7e9-db18-4a38-8fb8-6ac617afd523 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-e3adc37d-5a4e-4d94-810d-a6b0db25d7c2 {
  min-height: 50px;
}








#s-e3adc37d-5a4e-4d94-810d-a6b0db25d7c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e3adc37d-5a4e-4d94-810d-a6b0db25d7c2.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f7799375-2acc-4150-9f08-7e64a2002d5d {
  text-align: left;
}




  #s-f7799375-2acc-4150-9f08-7e64a2002d5d img.shogun-image {
    
    width: px;
  }


#s-f7799375-2acc-4150-9f08-7e64a2002d5d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-dcf2f677-3752-4a2f-b5de-3fed27fcf7b9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dcf2f677-3752-4a2f-b5de-3fed27fcf7b9 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-c0c8f7e7-c5a8-410e-a601-26bb5aa5b822 {
  min-height: 50px;
}








#s-c0c8f7e7-c5a8-410e-a601-26bb5aa5b822 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0c8f7e7-c5a8-410e-a601-26bb5aa5b822.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-ee22fec0-3ea6-4c92-b4f1-3108573ff44c {
  text-align: left;
}




  #s-ee22fec0-3ea6-4c92-b4f1-3108573ff44c img.shogun-image {
    
    width: px;
  }


#s-ee22fec0-3ea6-4c92-b4f1-3108573ff44c .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-098bf1bf-94d1-4de0-a64a-a5f9f528ba30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-098bf1bf-94d1-4de0-a64a-a5f9f528ba30 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-01e769ad-a999-4e59-870e-d2d2ae48b65a {
  min-height: 50px;
}








#s-01e769ad-a999-4e59-870e-d2d2ae48b65a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01e769ad-a999-4e59-870e-d2d2ae48b65a.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-b8f639fb-729d-44cf-a6e9-f3fb058e5e48 {
  text-align: center;
}




  #s-b8f639fb-729d-44cf-a6e9-f3fb058e5e48 img.shogun-image {
    
    width: px;
  }


#s-b8f639fb-729d-44cf-a6e9-f3fb058e5e48 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-eab3e5c6-76f4-4428-8993-bebeaaa93f11 {
  text-align: center;
}




  #s-eab3e5c6-76f4-4428-8993-bebeaaa93f11 img.shogun-image {
    
    width: px;
  }


#s-eab3e5c6-76f4-4428-8993-bebeaaa93f11 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-f171b568-b767-4834-8867-d6b11515cc84 {
  min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-f171b568-b767-4834-8867-d6b11515cc84 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f171b568-b767-4834-8867-d6b11515cc84.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-2fb36c9b-90a7-45d3-b489-4b1e0489b29c {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0);
}

#s-43991703-c106-486c-883e-006902801a3a {
  text-align: center;
}




  #s-43991703-c106-486c-883e-006902801a3a img.shogun-image {
    
    width: px;
  }


#s-43991703-c106-486c-883e-006902801a3a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-05777a74-e5c2-4afd-8e1c-05693e891132 {
  min-height: 50px;
}








#s-05777a74-e5c2-4afd-8e1c-05693e891132 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-05777a74-e5c2-4afd-8e1c-05693e891132.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-cf781bd9-1b33-4eee-bdce-4a296c17203a {
  display: none;
}
#s-17b40bf0-ca67-4cf2-995d-c4a52441549b {
  margin-top: 5%;
margin-bottom: 5%;
}

@media (min-width: 0px) {
[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17b40bf0-ca67-4cf2-995d-c4a52441549b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.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;
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          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-792fbb61-f91e-4318-9c5a-cdd9766845e1 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: left;
}

.shg-gallery-thumb-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.shg-gallery-thumb-image {
  max-width: 100%;
  display: inline-block;
  cursor: pointer;
}

.shg-gallery-thumb-image:hover {
  opacity: 0.6;
}

.shg-gallery-thumb-image-square {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
  -webkit-box-pack: center;
          justify-content: center;
  align-items: center;
}

#s-f329d690-b2c8-4267-a591-324bffc14b98 {
  padding-top: 20px;
padding-bottom: 20px;
text-align: left;
}

#s-f329d690-b2c8-4267-a591-324bffc14b98 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-f329d690-b2c8-4267-a591-324bffc14b98 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

.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-af31b9e3-1e5b-4dfc-a03b-80a169477642 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-af31b9e3-1e5b-4dfc-a03b-80a169477642 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
}

#s-715f634c-e268-4e79-9f88-fcbd8a631699 {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-715f634c-e268-4e79-9f88-fcbd8a631699 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-715f634c-e268-4e79-9f88-fcbd8a631699 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-715f634c-e268-4e79-9f88-fcbd8a631699 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-d736b7a4-80ec-4b73-aa98-b812e855572a {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-d736b7a4-80ec-4b73-aa98-b812e855572a .shg-product-selector-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

#s-d736b7a4-80ec-4b73-aa98-b812e855572a .shg-product-selector-wrapper > * {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#s-d736b7a4-80ec-4b73-aa98-b812e855572a .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d736b7a4-80ec-4b73-aa98-b812e855572a .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-1c868c98-5f36-4fbe-b01c-90f6f4902fed {
  margin-top: 10px;
margin-bottom: 10px;
text-align: left;
}

#s-1c868c98-5f36-4fbe-b01c-90f6f4902fed .shg-product-quantity-wrapper {
  display: -webkit-box;
  display: flex;
}

#s-1c868c98-5f36-4fbe-b01c-90f6f4902fed .shg-product-quantity-wrapper input {
  -webkit-box-flex: 1;
          flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-1c868c98-5f36-4fbe-b01c-90f6f4902fed .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-1c868c98-5f36-4fbe-b01c-90f6f4902fed .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-1c868c98-5f36-4fbe-b01c-90f6f4902fed .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }




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

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-0c22d2c5-5cd3-49ad-949e-f81118649bd7 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 200px;
text-align: center;
background-color: rgba(0, 0, 0, 1);
}
#s-0c22d2c5-5cd3-49ad-949e-f81118649bd7:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}#s-0c22d2c5-5cd3-49ad-949e-f81118649bd7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0c22d2c5-5cd3-49ad-949e-f81118649bd7 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-0c22d2c5-5cd3-49ad-949e-f81118649bd7.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0c22d2c5-5cd3-49ad-949e-f81118649bd7.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  block ;
}

#s-0c22d2c5-5cd3-49ad-949e-f81118649bd7.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-8e0d4d01-5c02-4900-8d87-3253de6da15b {
  min-height: 50px;
}








#s-8e0d4d01-5c02-4900-8d87-3253de6da15b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e0d4d01-5c02-4900-8d87-3253de6da15b.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-221b7f27-7ffe-4870-8fa0-a3ac6d6f8641 {
  min-height: 50px;
}








#s-221b7f27-7ffe-4870-8fa0-a3ac6d6f8641 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-221b7f27-7ffe-4870-8fa0-a3ac6d6f8641.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-14e10f35-13aa-40db-b7bf-d60eb4ce3858 {
  min-height: 50px;
}








#s-14e10f35-13aa-40db-b7bf-d60eb4ce3858 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14e10f35-13aa-40db-b7bf-d60eb4ce3858.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.shogun-table-wrapper {
  overflow: auto;
}

table.shogun-table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-style: hidden;
}

thead.shogun-table-column-container {
  font-weight: bold;
}

td.shogun-table-column {
  padding: 10px;
}

td.shogun-table-row {
  padding: 10px;
  min-height: 45px;
}

td.shogun-table-column:only-child, td.shogun-table-row:only-child {
  width: 100%;
}

#s-b93666df-fbe2-47e0-9b32-6b3e85182b43 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-b93666df-fbe2-47e0-9b32-6b3e85182b43 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-b93666df-fbe2-47e0-9b32-6b3e85182b43 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-b93666df-fbe2-47e0-9b32-6b3e85182b43 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-b93666df-fbe2-47e0-9b32-6b3e85182b43 td.shogun-table-column, #s-b93666df-fbe2-47e0-9b32-6b3e85182b43 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-4950e34c-d0c2-4e1c-99a7-8fa1aaf563a1 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 950px;
}








#s-4950e34c-d0c2-4e1c-99a7-8fa1aaf563a1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4950e34c-d0c2-4e1c-99a7-8fa1aaf563a1.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-e8209d50-e755-4951-aa2e-5718886e4c47 {
  min-height: 500px;
background-color: rgba(255, 255, 255, 0);
}








#s-e8209d50-e755-4951-aa2e-5718886e4c47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e8209d50-e755-4951-aa2e-5718886e4c47.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-dbb813d9-c9f6-46ab-a389-9559aaf3ae36 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0);
}

#s-8f120298-a574-48c6-bc95-3ac23d11007b {
  box-shadow:1px 1px 3px 1px rgba(0, 0, 0, 0.22);
margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(249, 249, 249, 1);
}

@media (min-width: 0px) {
[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8f120298-a574-48c6-bc95-3ac23d11007b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fdb288a2-2df4-45e8-ae7f-e7e44b494799 {
  padding-left: 5%;
padding-right: 5%;
}

#s-490d81d6-4086-4ca9-a570-3c6917f364a4 {
  text-align: center;
}




  #s-490d81d6-4086-4ca9-a570-3c6917f364a4 img.shogun-image {
    
    width: px;
  }


#s-490d81d6-4086-4ca9-a570-3c6917f364a4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-ebbd5e8f-2567-4774-9db1-f62286afafcb {
  padding-left: 5%;
padding-right: 5%;
}

#s-9ebc8629-1cab-432f-a8c8-bd7ac33b7f86 {
  padding-left: 5%;
padding-right: 5%;
}

#s-3c605e61-5b74-4693-8973-f3f4703a8b7e {
  padding-left: 5%;
padding-right: 5%;
}

#s-7e6dc0a7-8b5f-43ec-b2f0-baa467774f1e {
  text-align: center;
}




  #s-7e6dc0a7-8b5f-43ec-b2f0-baa467774f1e img.shogun-image {
    
    width: px;
  }


#s-7e6dc0a7-8b5f-43ec-b2f0-baa467774f1e .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-12314eec-0633-4eee-9ba2-815f28e4c9d2 {
  padding-left: 5%;
padding-right: 5%;
}

#s-a19435f9-29df-4a02-929e-09333c81b990 {
  min-height: 50px;
background-color: rgba(242, 242, 242, 1);
}








#s-a19435f9-29df-4a02-929e-09333c81b990 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a19435f9-29df-4a02-929e-09333c81b990.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-938acda3-fd09-4420-92f1-f059577ab44c {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0);
}

#s-80d17a2c-ff80-415a-a84e-0fdd1c1144c3 {
  text-align: center;
}




  #s-80d17a2c-ff80-415a-a84e-0fdd1c1144c3 img.shogun-image {
    
    width: px;
  }


#s-80d17a2c-ff80-415a-a84e-0fdd1c1144c3 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-e7643331-b1f0-4a06-8d48-8a2aef30c3c5 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0);
}

#s-0da2efe0-fce3-44fc-81fa-a226c01fc044 {
  box-shadow:1px 1px 7px 1px rgba(0, 0, 0, 0.21);
margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
background-color: rgba(255, 255, 255, 1);
}

#s-e4e29b09-e734-44b6-ac2f-b923dba13eca {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e4e29b09-e734-44b6-ac2f-b923dba13eca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-17e4bd3c-f592-459f-a6cd-396784cb0724 {
  min-height: 50px;
}








#s-17e4bd3c-f592-459f-a6cd-396784cb0724 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-17e4bd3c-f592-459f-a6cd-396784cb0724.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-1d7d6d0f-0cb3-4888-91a1-58aa9c7f9545 {
  text-align: center;
}




  #s-1d7d6d0f-0cb3-4888-91a1-58aa9c7f9545 img.shogun-image {
    
    width: px;
  }


#s-1d7d6d0f-0cb3-4888-91a1-58aa9c7f9545 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-9647acc3-391f-42ed-8353-e1e129b8fae8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9647acc3-391f-42ed-8353-e1e129b8fae8 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-8c9bf210-045a-41d8-a2e6-67b69477b7f7 {
  min-height: 50px;
}








#s-8c9bf210-045a-41d8-a2e6-67b69477b7f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8c9bf210-045a-41d8-a2e6-67b69477b7f7.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-4e420851-5243-4e15-97c3-67b19874d17d {
  text-align: center;
}




  #s-4e420851-5243-4e15-97c3-67b19874d17d img.shogun-image {
    
    width: px;
  }


#s-4e420851-5243-4e15-97c3-67b19874d17d .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a680aa6e-cc6c-4c1f-a073-2ebed7b13d52 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a680aa6e-cc6c-4c1f-a073-2ebed7b13d52 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-58426c2d-56cf-4ca1-8a0f-8b2dba9a3516 {
  min-height: 50px;
}








#s-58426c2d-56cf-4ca1-8a0f-8b2dba9a3516 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-58426c2d-56cf-4ca1-8a0f-8b2dba9a3516.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-7d0ade6d-ba45-4163-b419-179cab6b4bd4 {
  text-align: left;
}




  #s-7d0ade6d-ba45-4163-b419-179cab6b4bd4 img.shogun-image {
    
    width: px;
  }


#s-7d0ade6d-ba45-4163-b419-179cab6b4bd4 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-8f9c5671-e091-43ad-8e4b-85763a4fd7e6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8f9c5671-e091-43ad-8e4b-85763a4fd7e6 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee {
  margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
}

@media (min-width: 0px) {
[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2fc5cda5-97df-481a-a8a1-06b81b3e4fee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-fb3a6b79-2db0-49e6-84e3-247f2d42578a {
  min-height: 50px;
}








#s-fb3a6b79-2db0-49e6-84e3-247f2d42578a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb3a6b79-2db0-49e6-84e3-247f2d42578a.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-7602536b-f9d6-41cd-a8ec-8917f786a110 {
  text-align: left;
}




  #s-7602536b-f9d6-41cd-a8ec-8917f786a110 img.shogun-image {
    
    width: px;
  }


#s-7602536b-f9d6-41cd-a8ec-8917f786a110 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-6110382c-4628-4497-a837-c65230540813 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6110382c-4628-4497-a837-c65230540813 .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-2ddba202-1524-4efb-b72a-2a7422728cda {
  min-height: 50px;
}








#s-2ddba202-1524-4efb-b72a-2a7422728cda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2ddba202-1524-4efb-b72a-2a7422728cda.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-fa3fff92-3877-42f4-bd55-c2b96349a378 {
  text-align: left;
}




  #s-fa3fff92-3877-42f4-bd55-c2b96349a378 img.shogun-image {
    
    width: px;
  }


#s-fa3fff92-3877-42f4-bd55-c2b96349a378 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-66716c23-4745-44be-8c96-63655b6edf7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-66716c23-4745-44be-8c96-63655b6edf7e .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-50f89e7e-d056-4945-bfe3-5d8ebef8bb14 {
  min-height: 50px;
}








#s-50f89e7e-d056-4945-bfe3-5d8ebef8bb14 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-50f89e7e-d056-4945-bfe3-5d8ebef8bb14.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-b401d1a1-a4bb-4fe2-8fb8-557dd1d57c0f {
  text-align: left;
}




  #s-b401d1a1-a4bb-4fe2-8fb8-557dd1d57c0f img.shogun-image {
    
    width: px;
  }


#s-b401d1a1-a4bb-4fe2-8fb8-557dd1d57c0f .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d8a55292-e60c-4ce8-9514-e07f016b473d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d8a55292-e60c-4ce8-9514-e07f016b473d .shogun-heading-component h5 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 15px;
  
  
  text-align: left;
}



#s-cef568a0-91e2-4c05-9065-9c63f337e89b {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzBjNjFhYTUtMTczOC00ZTBkLWJiYWQtZDhkODQwODI0NjU3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWNhY2FjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmViZWJlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMGM2MWFhNS0xNzM4LTRlMGQtYmJhZC1kOGQ4NDA4MjQ2NTcpIi8+PC9zdmc+);
background-repeat: no-repeat;
min-height: 50px;
}








#s-cef568a0-91e2-4c05-9065-9c63f337e89b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cef568a0-91e2-4c05-9065-9c63f337e89b.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-9f64ffd2-8931-4a9f-8ca3-1e7dc1971545 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0);
}

#s-42aea105-311d-467c-8641-4a51e18278d6 {
  box-shadow:1px 1px 3px 2px rgba(0, 0, 0, 0.17);
margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(253, 253, 253, 1);
}








#s-42aea105-311d-467c-8641-4a51e18278d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42aea105-311d-467c-8641-4a51e18278d6.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-20ae97d1-61ed-4df0-82ba-4580e18ba2a0 {
  margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-20ae97d1-61ed-4df0-82ba-4580e18ba2a0 .shogun-heading-component h4 {
  color: rgba(76, 76, 76, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 26px;
  
  
  text-align: center;
}



#s-03ad09fa-0d7e-407c-914a-2ed00b91f002 {
  text-align: center;
}




  #s-03ad09fa-0d7e-407c-914a-2ed00b91f002 img.shogun-image {
    
    width: px;
  }


#s-03ad09fa-0d7e-407c-914a-2ed00b91f002 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-3c25305d-f8a7-4265-8c51-22c40f55cedb {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b {
  margin-top: 3%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-44627b0f-cf6d-40ed-9fa0-f22eaf90531b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-746069c5-8996-40e4-bb2f-c0ad146bdb50 {
  text-align: center;
}




  #s-746069c5-8996-40e4-bb2f-c0ad146bdb50 img.shogun-image {
    
    width: px;
  }


#s-746069c5-8996-40e4-bb2f-c0ad146bdb50 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-c210185e-17a9-48fa-9c3e-1e270b4fa072 {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-ba22f914-bdba-413d-8af4-1e0759397669 {
  text-align: center;
}




  #s-ba22f914-bdba-413d-8af4-1e0759397669 img.shogun-image {
    
    width: px;
  }


#s-ba22f914-bdba-413d-8af4-1e0759397669 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-1a03365c-b68a-4b06-a072-5703ee58a0ad {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-7a7e3726-2470-4da9-8631-ed9a88984aa9 {
  padding-top: 1%;
padding-left: 2%;
padding-bottom: 1%;
padding-right: 2%;
}

#s-b4c3e654-3508-4bd9-99b1-928102973359 {
  box-shadow:1px 1px 3px 2px rgba(0, 0, 0, 0.17);
margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(253, 253, 253, 1);
}








#s-b4c3e654-3508-4bd9-99b1-928102973359 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4c3e654-3508-4bd9-99b1-928102973359.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-dfc4193d-5512-4032-a0b7-b20beefde8f2 {
  margin-top: 3%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfc4193d-5512-4032-a0b7-b20beefde8f2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d11d872c-53cd-42bd-bacd-f03d4ea183e1 {
  text-align: center;
}




  #s-d11d872c-53cd-42bd-bacd-f03d4ea183e1 img.shogun-image {
    
    width: px;
  }


#s-d11d872c-53cd-42bd-bacd-f03d4ea183e1 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-cd123c2d-9805-4a26-b712-26f3e02df3aa {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-8551dfc5-9e95-433e-9721-b468fb4fbf6e {
  margin-top: 3%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8551dfc5-9e95-433e-9721-b468fb4fbf6e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-da9b9bcf-92c4-4cc3-8e6e-e380bcf5f60a {
  text-align: center;
}




  #s-da9b9bcf-92c4-4cc3-8e6e-e380bcf5f60a img.shogun-image {
    
    width: px;
  }


#s-da9b9bcf-92c4-4cc3-8e6e-e380bcf5f60a .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-fbb0598a-6014-4a6a-bfe3-356a06abd0a6 {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-053732f7-8866-4106-9ce1-4d6c6c029c4a {
  margin-top: 3%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-053732f7-8866-4106-9ce1-4d6c6c029c4a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1e220199-ea54-4423-abdf-347ab08edd58 {
  text-align: center;
}




  #s-1e220199-ea54-4423-abdf-347ab08edd58 img.shogun-image {
    
    width: px;
  }


#s-1e220199-ea54-4423-abdf-347ab08edd58 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-a998d587-f47c-40a1-8567-cfd458436adc {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4 {
  margin-top: 3%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ea606aa1-b2ec-4125-a8c5-50d3700dcbc4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-67591eb5-abeb-4967-a183-e2e6bc062a61 {
  text-align: center;
}




  #s-67591eb5-abeb-4967-a183-e2e6bc062a61 img.shogun-image {
    
    width: px;
  }


#s-67591eb5-abeb-4967-a183-e2e6bc062a61 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-d81f5ccf-8055-472f-8cc2-8f28527d8f41 {
  padding-top: 5px;
padding-bottom: 0px;
}

#s-bdc6f2c9-dce7-4c8b-82eb-71b1bc5698fb {
  min-height: 50px;
}








#s-bdc6f2c9-dce7-4c8b-82eb-71b1bc5698fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bdc6f2c9-dce7-4c8b-82eb-71b1bc5698fb.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-24e8df37-c6e2-4534-943a-07c3a745a8da {
  min-height: 50px;
}








#s-24e8df37-c6e2-4534-943a-07c3a745a8da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-24e8df37-c6e2-4534-943a-07c3a745a8da.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-290744a1-0e35-456a-9d09-aa0793538b04 {
  min-height: 50px;
}








#s-290744a1-0e35-456a-9d09-aa0793538b04 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-290744a1-0e35-456a-9d09-aa0793538b04.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-acf01f89-c2dd-4e31-87d8-9a154311c761"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e963d0fb-2b6a-4616-9f62-4b37ac35a6fa {
  border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-color: rgba(218, 218, 218, 1);
max-width: 400px;
}

#s-e963d0fb-2b6a-4616-9f62-4b37ac35a6fa {
  display: none;
}
#s-9eba2009-de7c-478f-94ad-fa9f4809d57b {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}

#s-c2ca9fed-3791-45ec-8bf2-fcf59a5a6799 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c2ca9fed-3791-45ec-8bf2-fcf59a5a6799 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-184cb5fa-6474-4af9-8c23-6bc0587a3580 {
  text-align: center;
}

#s-184cb5fa-6474-4af9-8c23-6bc0587a3580 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 17px;
}

#s-184cb5fa-6474-4af9-8c23-6bc0587a3580 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 17px;
}

#s-184cb5fa-6474-4af9-8c23-6bc0587a3580 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-aa388df3-8699-4ce1-8929-6c2d686e462f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 120px;
text-align: center;
background-color: rgba(141, 198, 63, 1);
}
#s-aa388df3-8699-4ce1-8929-6c2d686e462f:hover {background-color: rgba(75, 118, 18, 1) !important;
text-decoration: none !important;}#s-aa388df3-8699-4ce1-8929-6c2d686e462f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-aa388df3-8699-4ce1-8929-6c2d686e462f {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-align: normal;
          align-items: normal;
  box-sizing: border-box;
}

#s-aa388df3-8699-4ce1-8929-6c2d686e462f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-aa388df3-8699-4ce1-8929-6c2d686e462f.shg-btn {
  color: #ffffff;
  font-size: 15px;
  
  
  
  display:  block ;
}

#s-aa388df3-8699-4ce1-8929-6c2d686e462f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-47c26bdd-c01b-43c1-aabe-bdf15a0f4152 {
  min-height: 50px;
}








#s-47c26bdd-c01b-43c1-aabe-bdf15a0f4152 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-47c26bdd-c01b-43c1-aabe-bdf15a0f4152.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-f49ed622-4ed4-4953-bf8d-8d49046ce788 {
  text-align: center;
}




  #s-f49ed622-4ed4-4953-bf8d-8d49046ce788 img.shogun-image {
    
    width: px;
  }


#s-f49ed622-4ed4-4953-bf8d-8d49046ce788 .shogun-image-content {
  
    -webkit-box-align: center;
  
            align-items: center;
  
}

#s-5ce00bc7-244c-43af-8a33-53c8a7bc31af {
  margin-top: 5%;
margin-bottom: 5%;
min-height: 50px;
}








#s-5ce00bc7-244c-43af-8a33-53c8a7bc31af > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ce00bc7-244c-43af-8a33-53c8a7bc31af.shg-box.shg-c {
  -webkit-box-pack: start;
  justify-content: flex-start;
}

#s-16e4d6e5-9e41-4d58-ba9f-10be9ba301d2 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-16e4d6e5-9e41-4d58-ba9f-10be9ba301d2 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  
  
  text-align: center;
}



/*
  $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;
  }
}

#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%;
  -webkit-transform: translate(-50%,-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;
  -webkit-transform: translate(0%, -50%);
          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;
	-webkit-transition: opacity 300ms;
	transition: opacity 300ms;
}
