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

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

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

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

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

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

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

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

#s-284e1ce6-c5e3-45a6-8596-45cc7eb081c7 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-284e1ce6-c5e3-45a6-8596-45cc7eb081c7 {
  display: none;
}
#s-284e1ce6-c5e3-45a6-8596-45cc7eb081c7, #wrap-s-284e1ce6-c5e3-45a6-8596-45cc7eb081c7 { display:none !important; }}@media (max-width: 767px){#s-284e1ce6-c5e3-45a6-8596-45cc7eb081c7 {
  display: none;
}
#s-284e1ce6-c5e3-45a6-8596-45cc7eb081c7, #wrap-s-284e1ce6-c5e3-45a6-8596-45cc7eb081c7 { display:none !important; }}







#s-284e1ce6-c5e3-45a6-8596-45cc7eb081c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-284e1ce6-c5e3-45a6-8596-45cc7eb081c7.shg-box.shg-c {
  justify-content: center;
}

#s-80451ed8-9256-4ad8-903b-a814911adef0 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-80451ed8-9256-4ad8-903b-a814911adef0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-80451ed8-9256-4ad8-903b-a814911adef0.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-94238012-e2ce-4905-b30a-e7437147ba23 {
  text-align: center;
}




  #s-94238012-e2ce-4905-b30a-e7437147ba23 img.shogun-image {
    
    width: px;
  }


#s-94238012-e2ce-4905-b30a-e7437147ba23 .shogun-image-content {
  
    align-items: center;
  
}

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

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

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

@media (min-width: 0px) {
[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8e0e60fd-1787-4203-9e57-f75ddb424bd7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-2e2af5fe-df38-4ea0-b004-8053e6e92936 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1392px;
}








#s-2e2af5fe-df38-4ea0-b004-8053e6e92936 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2e2af5fe-df38-4ea0-b004-8053e6e92936.shg-box.shg-c {
  justify-content: center;
}

#s-e2b2b2a5-c15d-48e4-86dd-cebf697438b7 {
  margin-top: 70px;
margin-bottom: 40px;
}

#s-31ac7fe8-cba4-4f4a-a606-81d8a051b5ac {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-31ac7fe8-cba4-4f4a-a606-81d8a051b5ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31ac7fe8-cba4-4f4a-a606-81d8a051b5ac.shg-box.shg-c {
  justify-content: center;
}

#s-219a3c63-d5b3-4636-90ef-a01645f5969b {
  margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-219a3c63-d5b3-4636-90ef-a01645f5969b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-f0b849b0-4ded-495c-9913-7a31cb42cb3e {
  text-align: center;
}




  #s-f0b849b0-4ded-495c-9913-7a31cb42cb3e img.shogun-image {
    
    width: px;
  }


#s-f0b849b0-4ded-495c-9913-7a31cb42cb3e .shogun-image-content {
  
    align-items: center;
  
}

#s-9374898c-d814-46f9-89f3-54b45f97f6fb {
  min-height: 50px;
}








#s-9374898c-d814-46f9-89f3-54b45f97f6fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9374898c-d814-46f9-89f3-54b45f97f6fb.shg-box.shg-c {
  justify-content: center;
}

#s-393bef89-624e-49ee-8f5d-0975f466f30a {
  margin-top: 24px;
margin-left: 32px;
margin-bottom: 12px;
margin-right: 32px;
max-width: 80%;
}

#s-5ce77180-3185-4074-9488-cf7437155b23 {
  margin-top: 25px;
}

#s-34ada3ea-4df8-4e7f-850f-ba45dc9cb437 {
  margin-top: 0px;
}

#s-0e469faa-75a8-48da-b53a-e3631a6fd735 {
  display: none;
}
.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;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

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

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: 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-40a11d55-90c4-4a9b-88be-ba7929557838 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 30px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-40a11d55-90c4-4a9b-88be-ba7929557838:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-40a11d55-90c4-4a9b-88be-ba7929557838:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-40a11d55-90c4-4a9b-88be-ba7929557838-atc-btn-wrapper {
    text-align: left;
  }


#s-40a11d55-90c4-4a9b-88be-ba7929557838 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-40a11d55-90c4-4a9b-88be-ba7929557838.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-40a11d55-90c4-4a9b-88be-ba7929557838.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-40a11d55-90c4-4a9b-88be-ba7929557838.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-c3fdfccd-5a76-46bf-99e8-8486b009d98d {
  margin-top: 50px;
margin-left: -150px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-c3fdfccd-5a76-46bf-99e8-8486b009d98d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-7a6e8824-56ee-49d5-8b1d-946d06f9bbd1 {
  text-align: center;
}




  #s-7a6e8824-56ee-49d5-8b1d-946d06f9bbd1 img.shogun-image {
    
    width: px;
  }


#s-7a6e8824-56ee-49d5-8b1d-946d06f9bbd1 .shogun-image-content {
  
    align-items: center;
  
}

#s-a1a205e8-4ecb-4643-95ef-d29fcdacc1c9 {
  text-align: center;
}




  #s-a1a205e8-4ecb-4643-95ef-d29fcdacc1c9 img.shogun-image {
    
    width: px;
  }


#s-a1a205e8-4ecb-4643-95ef-d29fcdacc1c9 .shogun-image-content {
  
    align-items: center;
  
}

#s-c7e8931a-f658-4195-a1c2-aa2d2cab683b {
  text-align: center;
}




  #s-c7e8931a-f658-4195-a1c2-aa2d2cab683b img.shogun-image {
    
    width: px;
  }


#s-c7e8931a-f658-4195-a1c2-aa2d2cab683b .shogun-image-content {
  
    align-items: center;
  
}

#s-064335f7-fe2c-49ae-9df4-99ca33199432 {
  margin-top: 70px;
margin-bottom: 40px;
}

#s-f3328857-e0e2-4f4d-bfb8-d66c396fc8cb {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-f3328857-e0e2-4f4d-bfb8-d66c396fc8cb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3328857-e0e2-4f4d-bfb8-d66c396fc8cb.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-fca879ad-717f-42ed-ae7b-0504ccbf1685 .shogun-tabs {
  justify-content: center;
}


  #s-fca879ad-717f-42ed-ae7b-0504ccbf1685 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(243, 228, 230, 1);
    border: 1px solid rgba(207, 175, 179, 0);
  }
  #s-fca879ad-717f-42ed-ae7b-0504ccbf1685 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: #F4F4F4;
    border: 1px solid rgba(207, 175, 179, 1);
  }
#s-fca879ad-717f-42ed-ae7b-0504ccbf1685 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(127, 127, 127, 1);
  font-family: Libre Baskerville;
  font-weight: ;
  font-style: ;
  font-size: 30px;
}

#s-fca879ad-717f-42ed-ae7b-0504ccbf1685 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-fca879ad-717f-42ed-ae7b-0504ccbf1685 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: #F4F4F4;
}

#s-fca879ad-717f-42ed-ae7b-0504ccbf1685 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(207, 175, 179, 1);
}

#s-8d125509-d20d-4221-ba0f-9f0792cf92b9 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8d125509-d20d-4221-ba0f-9f0792cf92b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0a668187-3062-4bfb-9158-cdb88589218a {
  text-align: center;
}




  #s-0a668187-3062-4bfb-9158-cdb88589218a img.shogun-image {
    
    width: px;
  }


#s-0a668187-3062-4bfb-9158-cdb88589218a .shogun-image-content {
  
    align-items: center;
  
}

#s-a20e5760-85ee-4130-9133-f369a04914c2 {
  margin-left: 100px;
min-height: 50px;
}








#s-a20e5760-85ee-4130-9133-f369a04914c2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a20e5760-85ee-4130-9133-f369a04914c2.shg-box.shg-c {
  justify-content: center;
}

#s-da567155-e89e-47f3-8457-d8508949a1dd {
  margin-top: 50px;
margin-bottom: 25px;
}

#s-c0f7297a-fb97-4acf-ba1b-ae2c31e6fe27 {
  min-height: 50px;
}








#s-c0f7297a-fb97-4acf-ba1b-ae2c31e6fe27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0f7297a-fb97-4acf-ba1b-ae2c31e6fe27.shg-box.shg-c {
  justify-content: center;
}

#s-783f2dd0-6dba-4440-98e3-77e164d7ffa0 {
  margin-top: 25px;
}

#s-bad0bb63-ad35-4441-9aa2-eb2b986991c1 {
  margin-top: 0px;
}

#s-cd12bf04-d9fb-45e9-bcb1-ec7253ebf72a {
  display: none;
}
#s-e5857698-4b26-437b-8e9c-1d9e39f34ff1 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 30px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-e5857698-4b26-437b-8e9c-1d9e39f34ff1:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-e5857698-4b26-437b-8e9c-1d9e39f34ff1:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e5857698-4b26-437b-8e9c-1d9e39f34ff1-atc-btn-wrapper {
    text-align: left;
  }


#s-e5857698-4b26-437b-8e9c-1d9e39f34ff1 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-e5857698-4b26-437b-8e9c-1d9e39f34ff1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e5857698-4b26-437b-8e9c-1d9e39f34ff1.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-e5857698-4b26-437b-8e9c-1d9e39f34ff1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5 {
  margin-top: 44px;
margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-cac4e243-c46b-4eb3-adda-bc2343d9b1a5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-105e8dbc-4730-4b2b-b6c8-17b0198674dc {
  margin-top: 0px;
margin-bottom: 0px;
text-align: center;
}




  #s-105e8dbc-4730-4b2b-b6c8-17b0198674dc img.shogun-image {
    
    width: px;
  }


#s-105e8dbc-4730-4b2b-b6c8-17b0198674dc .shogun-image-content {
  
    align-items: center;
  
}

#s-7782b5a1-d87d-4c6a-8f4a-782a30a92a59 {
  margin-top: 30px;
margin-left: -150px;
text-align: center;
}




  #s-7782b5a1-d87d-4c6a-8f4a-782a30a92a59 img.shogun-image {
    
    width: px;
  }


#s-7782b5a1-d87d-4c6a-8f4a-782a30a92a59 .shogun-image-content {
  
    align-items: center;
  
}

#s-6fd50227-9d7e-4fc9-b196-ee2c3bd2c76c {
  margin-top: 50px;
margin-bottom: 25px;
}

#s-918fedd4-18ac-402b-aec7-f19146e7dd37 {
  min-height: 50px;
}








#s-918fedd4-18ac-402b-aec7-f19146e7dd37 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-918fedd4-18ac-402b-aec7-f19146e7dd37.shg-box.shg-c {
  justify-content: center;
}

#s-5534b3e7-cb0c-4865-a472-c9b132a3e45c {
  margin-top: 25px;
}

#s-fd7a1f80-a04f-4ffe-87b2-9742bc5e6571 {
  margin-top: 0px;
}

#s-e103cade-1284-4e2e-ace8-a563cd876e4f {
  display: none;
}
#s-1d28b1b4-c45f-49e7-919f-627f8f607964 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 30px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-1d28b1b4-c45f-49e7-919f-627f8f607964:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1d28b1b4-c45f-49e7-919f-627f8f607964:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1d28b1b4-c45f-49e7-919f-627f8f607964-atc-btn-wrapper {
    text-align: left;
  }


#s-1d28b1b4-c45f-49e7-919f-627f8f607964 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-1d28b1b4-c45f-49e7-919f-627f8f607964.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-1d28b1b4-c45f-49e7-919f-627f8f607964.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-1d28b1b4-c45f-49e7-919f-627f8f607964.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 4.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.0px);
}

}

@media (min-width: 992px) {
[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.0px);
}

}

@media (min-width: 1200px) {
[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.0px);
}

[id="s-ca9c95eb-7fdf-423a-9cd4-3fbc19e38eb2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.0px);
}

}

#s-b1d0c1a6-19c6-40bc-9e49-35e05d9f6e74 {
  margin-top: -125px;
margin-left: -50px;
margin-right: 20px;
text-align: center;
}




  #s-b1d0c1a6-19c6-40bc-9e49-35e05d9f6e74 img.shogun-image {
    
    width: px;
  }


#s-b1d0c1a6-19c6-40bc-9e49-35e05d9f6e74 .shogun-image-content {
  
    align-items: center;
  
}

#s-056a85a5-bfaa-4087-badb-5c007eb20ffe {
  margin-top: -320px;
margin-right: -50px;
text-align: center;
}




  #s-056a85a5-bfaa-4087-badb-5c007eb20ffe img.shogun-image {
    
    width: px;
  }


#s-056a85a5-bfaa-4087-badb-5c007eb20ffe .shogun-image-content {
  
    align-items: center;
  
}

#s-761259ce-6228-48af-b0f0-438e886e8e57 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(221, 221, 221, 0);
}

#s-66195388-6373-4d07-a563-b58c81ea07f5 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}
@media (min-width: 1200px){#s-66195388-6373-4d07-a563-b58c81ea07f5 {
  display: none;
}
#s-66195388-6373-4d07-a563-b58c81ea07f5, #wrap-s-66195388-6373-4d07-a563-b58c81ea07f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-66195388-6373-4d07-a563-b58c81ea07f5 {
  display: none;
}
#s-66195388-6373-4d07-a563-b58c81ea07f5, #wrap-s-66195388-6373-4d07-a563-b58c81ea07f5 { display:none !important; }}







#s-66195388-6373-4d07-a563-b58c81ea07f5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-66195388-6373-4d07-a563-b58c81ea07f5.shg-box.shg-c {
  justify-content: center;
}

#s-9fb87f40-9c0e-4065-b6bd-0e1021c96a89 {
  text-align: center;
}




  #s-9fb87f40-9c0e-4065-b6bd-0e1021c96a89 img.shogun-image {
    
    width: px;
  }


#s-9fb87f40-9c0e-4065-b6bd-0e1021c96a89 .shogun-image-content {
  
    align-items: center;
  
}

#s-b26c3066-5481-4309-8e52-1fa121a3e233 {
  margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-b26c3066-5481-4309-8e52-1fa121a3e233 {
  display: none;
}
#s-b26c3066-5481-4309-8e52-1fa121a3e233, #wrap-s-b26c3066-5481-4309-8e52-1fa121a3e233 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b26c3066-5481-4309-8e52-1fa121a3e233 {
  display: none;
}
#s-b26c3066-5481-4309-8e52-1fa121a3e233, #wrap-s-b26c3066-5481-4309-8e52-1fa121a3e233 { display:none !important; }}







#s-b26c3066-5481-4309-8e52-1fa121a3e233 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b26c3066-5481-4309-8e52-1fa121a3e233.shg-box.shg-c {
  justify-content: center;
}

#s-3b21eeed-b785-4233-86fe-f65af40f02e1 {
  margin-top: 25px;
margin-bottom: 15px;
}

#s-9242175d-edfb-4769-907a-c015f5326aa9 {
  text-align: center;
}





#s-9242175d-edfb-4769-907a-c015f5326aa9 .shogun-image-content {
  
    align-items: center;
  
}

#s-fab169a7-698b-42b2-ac51-29db2ffc16b7 {
  margin-top: 16px;
margin-left: 10px;
margin-bottom: 16px;
margin-right: 10px;
}

#s-3f005cae-11a7-4c72-bb2a-dc04751690e8 {
  text-align: center;
}





#s-3f005cae-11a7-4c72-bb2a-dc04751690e8 .shogun-image-content {
  
    align-items: center;
  
}

#s-2a3ff0da-6eed-4f5c-9db7-f161153a8d17 {
  display: none;
}
@media (min-width: 0px) {
[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-fcaad01d-2371-495a-8883-03ffb87e73c9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-ae08f886-d491-47b4-9a9c-ab038a54768e {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-ae08f886-d491-47b4-9a9c-ab038a54768e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ae08f886-d491-47b4-9a9c-ab038a54768e.shg-box.shg-c {
  justify-content: center;
}

#s-28c6acf2-6e10-4788-b0dd-0fa39615bb00 {
  text-align: center;
}

#s-28c6acf2-6e10-4788-b0dd-0fa39615bb00 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-28c6acf2-6e10-4788-b0dd-0fa39615bb00 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-28c6acf2-6e10-4788-b0dd-0fa39615bb00 .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-ef554fc7-6b6f-4601-95e0-0e038dbfd0da {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-ef554fc7-6b6f-4601-95e0-0e038dbfd0da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef554fc7-6b6f-4601-95e0-0e038dbfd0da.shg-box.shg-c {
  justify-content: center;
}

#s-3f9aeacf-011f-4563-830a-d029e115e169 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-3f9aeacf-011f-4563-830a-d029e115e169:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-3f9aeacf-011f-4563-830a-d029e115e169:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-3f9aeacf-011f-4563-830a-d029e115e169 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-3f9aeacf-011f-4563-830a-d029e115e169.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3f9aeacf-011f-4563-830a-d029e115e169.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-3f9aeacf-011f-4563-830a-d029e115e169.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-79e52c3c-1fda-4d45-bf5f-a84f96aace2a .shogun-tabs {
  justify-content: flex-start;
}


  #s-79e52c3c-1fda-4d45-bf5f-a84f96aace2a .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-79e52c3c-1fda-4d45-bf5f-a84f96aace2a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #ddd;
  }
#s-79e52c3c-1fda-4d45-bf5f-a84f96aace2a .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-79e52c3c-1fda-4d45-bf5f-a84f96aace2a .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(210, 102, 109, 1);
}

#s-79e52c3c-1fda-4d45-bf5f-a84f96aace2a .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-79e52c3c-1fda-4d45-bf5f-a84f96aace2a .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-d226b6a2-38f4-4ab8-9b06-19a07f79f109 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-d226b6a2-38f4-4ab8-9b06-19a07f79f109 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d226b6a2-38f4-4ab8-9b06-19a07f79f109.shg-box.shg-c {
  justify-content: center;
}

#s-502a619d-822c-4283-aa90-618bd0be33e6 {
  text-align: center;
}




  #s-502a619d-822c-4283-aa90-618bd0be33e6 img.shogun-image {
    
    width: px;
  }


#s-502a619d-822c-4283-aa90-618bd0be33e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-afb82c9e-5f6e-4502-ae1c-d47a400acc10 {
  margin-top: 20px;
margin-left: 4px;
margin-bottom: 20px;
margin-right: 4px;
}

#s-6f956e25-aa20-4b06-8d8a-a1228e610c3c {
  text-align: center;
}





#s-6f956e25-aa20-4b06-8d8a-a1228e610c3c .shogun-image-content {
  
    align-items: center;
  
}

#s-2958e833-5bc1-4c3c-9ac5-bf69580138b7 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-2958e833-5bc1-4c3c-9ac5-bf69580138b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2958e833-5bc1-4c3c-9ac5-bf69580138b7.shg-box.shg-c {
  justify-content: center;
}

#s-f068d96a-4616-4ade-8088-173bbf201266 {
  text-align: center;
}




  #s-f068d96a-4616-4ade-8088-173bbf201266 img.shogun-image {
    
    width: px;
  }


#s-f068d96a-4616-4ade-8088-173bbf201266 .shogun-image-content {
  
    align-items: center;
  
}

#s-e8f66abe-9b8e-460a-b7a2-40eda953179b {
  margin-top: 20px;
margin-left: 4px;
margin-bottom: 20px;
margin-right: 4px;
}

#s-aebead2d-bd8f-413b-b77f-2b2d7a838e80 {
  text-align: center;
}





#s-aebead2d-bd8f-413b-b77f-2b2d7a838e80 .shogun-image-content {
  
    align-items: center;
  
}

#s-733533cd-248d-4ec4-b58c-3def6977c9ed {
  display: none;
}
@media (min-width: 0px) {
[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-cedec04e-8952-442b-92c4-aa16301d56f3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-52b817a9-574d-40cd-8a92-c7425509a988 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-52b817a9-574d-40cd-8a92-c7425509a988 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52b817a9-574d-40cd-8a92-c7425509a988.shg-box.shg-c {
  justify-content: center;
}

#s-a15ae277-8400-47a5-8e52-724004fadbd9 {
  text-align: center;
}

#s-a15ae277-8400-47a5-8e52-724004fadbd9 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-a15ae277-8400-47a5-8e52-724004fadbd9 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-a15ae277-8400-47a5-8e52-724004fadbd9 .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-9c391d06-19fb-442a-b7d2-7570dd8722dc {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-9c391d06-19fb-442a-b7d2-7570dd8722dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c391d06-19fb-442a-b7d2-7570dd8722dc.shg-box.shg-c {
  justify-content: center;
}

#s-2377ee92-321b-40a5-9824-2cc909e16504 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-2377ee92-321b-40a5-9824-2cc909e16504:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-2377ee92-321b-40a5-9824-2cc909e16504:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-2377ee92-321b-40a5-9824-2cc909e16504 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-2377ee92-321b-40a5-9824-2cc909e16504.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-2377ee92-321b-40a5-9824-2cc909e16504.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-2377ee92-321b-40a5-9824-2cc909e16504.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-825e906c-57c9-4322-93c9-5f7c9af217af {
  display: none;
}
@media (min-width: 0px) {
[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-c980abf0-de95-44dc-9a47-5d278a2cab5e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-55e180c4-8415-4e1f-a7af-c78514fb92e5 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-55e180c4-8415-4e1f-a7af-c78514fb92e5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-55e180c4-8415-4e1f-a7af-c78514fb92e5.shg-box.shg-c {
  justify-content: center;
}

#s-2103c360-b62f-45fe-9d5f-d48ff9cef608 {
  text-align: center;
}

#s-2103c360-b62f-45fe-9d5f-d48ff9cef608 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-2103c360-b62f-45fe-9d5f-d48ff9cef608 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-2103c360-b62f-45fe-9d5f-d48ff9cef608 .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-300a23b0-9c18-4081-88dd-b912e3a5bee9 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-300a23b0-9c18-4081-88dd-b912e3a5bee9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-300a23b0-9c18-4081-88dd-b912e3a5bee9.shg-box.shg-c {
  justify-content: center;
}

#s-6490ffe0-5ca0-40bb-af48-1493c5be588d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-6490ffe0-5ca0-40bb-af48-1493c5be588d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-6490ffe0-5ca0-40bb-af48-1493c5be588d:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-6490ffe0-5ca0-40bb-af48-1493c5be588d {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-6490ffe0-5ca0-40bb-af48-1493c5be588d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-6490ffe0-5ca0-40bb-af48-1493c5be588d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-6490ffe0-5ca0-40bb-af48-1493c5be588d.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-541e53c5-f679-46ae-aade-01ab12f7039d {
  margin-top: 25px;
margin-bottom: 12px;
}

#s-29f1f6d9-9824-496a-ad67-f0b41ef082ea {
  margin-bottom: 12px;
}

#s-2cdc2b59-261d-4515-b6aa-3c72a8c4fca2 {
  text-align: center;
}





#s-2cdc2b59-261d-4515-b6aa-3c72a8c4fca2 .shogun-image-content {
  
    align-items: center;
  
}

#s-8992e1d4-c59a-4828-91c6-c7daff6cbb51 {
  display: none;
}
@media (min-width: 0px) {
[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-158543c0-1dfe-46ba-846d-e553a2475240"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-a2649aaf-2fad-4f46-99e2-054e89836785 {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-a2649aaf-2fad-4f46-99e2-054e89836785 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2649aaf-2fad-4f46-99e2-054e89836785.shg-box.shg-c {
  justify-content: center;
}

#s-44ebf3e0-a7c0-4071-9945-5e79064dce50 {
  text-align: center;
}

#s-44ebf3e0-a7c0-4071-9945-5e79064dce50 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 18px;
}

#s-44ebf3e0-a7c0-4071-9945-5e79064dce50 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
}

#s-44ebf3e0-a7c0-4071-9945-5e79064dce50 .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-838d6b6d-6a41-480b-bc2a-036b7009390b {
  margin-top: 20px;
margin-bottom: 20px;
min-height: 50px;
}








#s-838d6b6d-6a41-480b-bc2a-036b7009390b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-838d6b6d-6a41-480b-bc2a-036b7009390b.shg-box.shg-c {
  justify-content: center;
}

#s-f4caa927-0eb1-4061-af83-eb89c6aa91a4 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: #252525;
text-align: center;
cursor: pointer;
}
#s-f4caa927-0eb1-4061-af83-eb89c6aa91a4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f4caa927-0eb1-4061-af83-eb89c6aa91a4:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f4caa927-0eb1-4061-af83-eb89c6aa91a4 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f4caa927-0eb1-4061-af83-eb89c6aa91a4.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4caa927-0eb1-4061-af83-eb89c6aa91a4.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f4caa927-0eb1-4061-af83-eb89c6aa91a4.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-ea4c6714-e6ea-40e7-b647-13075dd27e2f {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ea4c6714-e6ea-40e7-b647-13075dd27e2f {
  display: none;
}
#s-ea4c6714-e6ea-40e7-b647-13075dd27e2f, #wrap-s-ea4c6714-e6ea-40e7-b647-13075dd27e2f { display:none !important; }}@media (max-width: 767px){#s-ea4c6714-e6ea-40e7-b647-13075dd27e2f {
  display: none;
}
#s-ea4c6714-e6ea-40e7-b647-13075dd27e2f, #wrap-s-ea4c6714-e6ea-40e7-b647-13075dd27e2f { display:none !important; }}







#s-ea4c6714-e6ea-40e7-b647-13075dd27e2f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea4c6714-e6ea-40e7-b647-13075dd27e2f.shg-box.shg-c {
  justify-content: center;
}

#s-d2e9e709-306b-4845-a6a3-41cc53854b48 {
  min-height: 40px;
}








#s-d2e9e709-306b-4845-a6a3-41cc53854b48 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d2e9e709-306b-4845-a6a3-41cc53854b48.shg-box.shg-c {
  justify-content: center;
}

#s-c5995e2d-2827-473e-b810-c02ba69328bd {
  margin-left: auto;
margin-right: auto;
max-width: 112px;
}

#s-75d79e9f-1793-4a07-8d4d-230c67cf4e70 {
  margin-top: 12px;
margin-bottom: 20px;
}

#s-3eb2228c-e735-4981-8d8a-ae8f9c497db3 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
min-height: 50px;
max-width: 1008px;
}








#s-3eb2228c-e735-4981-8d8a-ae8f9c497db3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3eb2228c-e735-4981-8d8a-ae8f9c497db3.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.0px);
}

}

@media (min-width: 992px) {
[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.0px);
}

}

@media (min-width: 1200px) {
[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.0px);
}

[id="s-2345507a-2071-47bd-80bb-276e169249b4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.0px);
}

}

#s-efb98595-3160-446c-a85e-1d9bc91fb46c {
  text-align: center;
}




  #s-efb98595-3160-446c-a85e-1d9bc91fb46c img.shogun-image {
    
    width: px;
  }


#s-efb98595-3160-446c-a85e-1d9bc91fb46c .shogun-image-content {
  
    align-items: center;
  
}

#s-ee0d4784-9c48-4e52-96f2-c996714a7537 {
  margin-top: 10px;
}

#s-1b094037-d6ea-49f2-8a7d-d37b161d8f26 {
  margin-top: 32px;
margin-left: 8px;
margin-bottom: 32px;
margin-right: 8px;
}

#s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7 {
  margin-top: 25px;
margin-bottom: 25px;
}

@media (min-width: 0px) {
[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 992px) {
[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 8.0px);
}

}

@media (min-width: 1200px) {
[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 8.0px);
}

[id="s-9c1a7ddb-1641-4fbe-9578-9cf0726c1fa7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 8.0px);
}

}

#s-c239093b-30e7-43b0-9b8a-e4b0df0194c0 {
  text-align: center;
}




  #s-c239093b-30e7-43b0-9b8a-e4b0df0194c0 img.shogun-image {
    
    width: px;
  }


#s-c239093b-30e7-43b0-9b8a-e4b0df0194c0 .shogun-image-content {
  
    align-items: center;
  
}

#s-151fac10-aaee-4442-b15a-260f0626997a {
  min-height: 50px;
}








#s-151fac10-aaee-4442-b15a-260f0626997a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-151fac10-aaee-4442-b15a-260f0626997a.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8f08b60a-4aff-45d0-87de-5309475cc0ad {
  margin-top: 10px;
}

#s-07cbe25d-2e79-4078-b330-a82728d0c707 {
  text-align: center;
}




  #s-07cbe25d-2e79-4078-b330-a82728d0c707 img.shogun-image {
    
    width: px;
  }


#s-07cbe25d-2e79-4078-b330-a82728d0c707 .shogun-image-content {
  
    align-items: center;
  
}

#s-9c9ebb0d-7d01-4c24-9040-417d2ba67065 {
  min-height: 50px;
}








#s-9c9ebb0d-7d01-4c24-9040-417d2ba67065 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c9ebb0d-7d01-4c24-9040-417d2ba67065.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b362876b-3028-49c9-b1ab-931908ee5f06 {
  min-height: 50px;
}








#s-b362876b-3028-49c9-b1ab-931908ee5f06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b362876b-3028-49c9-b1ab-931908ee5f06.shg-box.shg-c {
  justify-content: flex-start;
}

#s-9f60837e-4bf3-4cdf-9d88-e3eeb879d4c9 {
  margin-top: 10px;
}

#s-67d09be1-32c6-41b7-824c-e1c6b2df9eac {
  text-align: center;
}




  #s-67d09be1-32c6-41b7-824c-e1c6b2df9eac img.shogun-image {
    
    width: px;
  }


#s-67d09be1-32c6-41b7-824c-e1c6b2df9eac .shogun-image-content {
  
    align-items: center;
  
}

#s-ce47351d-1c8f-4ad1-a225-1914f65426bb {
  min-height: 50px;
}








#s-ce47351d-1c8f-4ad1-a225-1914f65426bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce47351d-1c8f-4ad1-a225-1914f65426bb.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6f4e15ff-c8c2-4869-b432-09306c199841 {
  min-height: 50px;
}








#s-6f4e15ff-c8c2-4869-b432-09306c199841 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6f4e15ff-c8c2-4869-b432-09306c199841.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2e1267f9-22b0-4be5-9a02-7ead630b962e {
  margin-top: 10px;
}

#s-dc207af1-39fd-4d61-b83f-6f8a549932d2 {
  margin-left: auto;
margin-bottom: 64px;
margin-right: auto;
min-height: 50px;
max-width: 1008px;
}








#s-dc207af1-39fd-4d61-b83f-6f8a549932d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dc207af1-39fd-4d61-b83f-6f8a549932d2.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 11.5px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 17.25px);
}

}

@media (min-width: 992px) {
[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 17.25px);
}

}

@media (min-width: 1200px) {
[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 17.25px);
}

[id="s-e261ece8-5715-41ac-adf7-67fe78ff182f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 17.25px);
}

}

#s-b116b516-def7-4197-9351-e256ec68dcfb {
  text-align: center;
}




  #s-b116b516-def7-4197-9351-e256ec68dcfb img.shogun-image {
    
    width: px;
  }


#s-b116b516-def7-4197-9351-e256ec68dcfb .shogun-image-content {
  
    align-items: center;
  
}

#s-2232cd16-c510-4891-9e92-cc1326edafe6 {
  min-height: 50px;
}








#s-2232cd16-c510-4891-9e92-cc1326edafe6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2232cd16-c510-4891-9e92-cc1326edafe6.shg-box.shg-c {
  justify-content: center;
}

#s-f631596d-b51a-4420-9454-d0aa587f1455 {
  margin-left: -24px;
margin-right: -24px;
min-height: 250px;
}








#s-f631596d-b51a-4420-9454-d0aa587f1455 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f631596d-b51a-4420-9454-d0aa587f1455.shg-box.shg-c {
  justify-content: center;
}

#s-f240a0c9-fd1c-4847-9913-f95111f05087 {
  margin-left: auto;
margin-right: auto;
max-width: 104px;
}

#s-129e56e9-0167-4f43-b240-6bc1c16a88d5 {
  margin-left: 24px;
margin-right: -20px;
min-height: 250px;
}








#s-129e56e9-0167-4f43-b240-6bc1c16a88d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-129e56e9-0167-4f43-b240-6bc1c16a88d5.shg-box.shg-c {
  justify-content: center;
}

#s-779b5241-5c93-4f12-af4f-cc3237809f9b {
  margin-left: 20px;
min-height: 250px;
}








#s-779b5241-5c93-4f12-af4f-cc3237809f9b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-779b5241-5c93-4f12-af4f-cc3237809f9b.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

#s-bb532e0a-d19d-4608-911d-9a58f059a6f7 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-bb532e0a-d19d-4608-911d-9a58f059a6f7:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bb532e0a-d19d-4608-911d-9a58f059a6f7:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-bb532e0a-d19d-4608-911d-9a58f059a6f7.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-64709ef4-3d34-45ab-a783-559e0d4b7f52 {
  margin-top: 40px;
margin-left: auto;
margin-bottom: 40px;
margin-right: auto;
max-width: 1216px;
}

@media (min-width: 0px) {
[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 9.5px);
}

}

@media (min-width: 992px) {
[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 9.5px);
}

}

@media (min-width: 1200px) {
[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 9.5px);
}

[id="s-64709ef4-3d34-45ab-a783-559e0d4b7f52"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 9.5px);
}

}

#s-07f0789b-376b-4ace-9fdb-37e1c14daf02 {
  text-align: center;
}




  #s-07f0789b-376b-4ace-9fdb-37e1c14daf02 img.shogun-image {
    
    width: px;
  }


#s-07f0789b-376b-4ace-9fdb-37e1c14daf02 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7d07e66-b08f-41c6-a9a3-ab3e2d9a1c7b {
  min-height: 450px;
}








#s-e7d07e66-b08f-41c6-a9a3-ab3e2d9a1c7b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e7d07e66-b08f-41c6-a9a3-ab3e2d9a1c7b.shg-box.shg-c {
  justify-content: center;
}

#s-6a128f0f-7cfa-441e-9d1c-35e89d242e31 {
  margin-top: 20px;
}

#s-26b77208-0b01-43d7-96e3-df2a948e0a21 {
  margin-top: 20px;
}

#s-45858c57-54e2-4687-b8f9-e64943c74fc6 {
  display: none;
}
#s-de82dd14-7022-4d6c-b542-07e57fbb3075 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #2C2A34;
border-radius: 30px;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-de82dd14-7022-4d6c-b542-07e57fbb3075:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-de82dd14-7022-4d6c-b542-07e57fbb3075:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-de82dd14-7022-4d6c-b542-07e57fbb3075-atc-btn-wrapper {
    text-align: left;
  }


#s-de82dd14-7022-4d6c-b542-07e57fbb3075 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-de82dd14-7022-4d6c-b542-07e57fbb3075.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-de82dd14-7022-4d6c-b542-07e57fbb3075.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-de82dd14-7022-4d6c-b542-07e57fbb3075.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3293dae0-379a-4eb2-8817-e34ae1f532a8 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-3293dae0-379a-4eb2-8817-e34ae1f532a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3293dae0-379a-4eb2-8817-e34ae1f532a8.shg-box.shg-c {
  justify-content: center;
}

#s-c6659198-0775-4558-8e2e-ef4c4030cee4 {
  margin-top: 64px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c6659198-0775-4558-8e2e-ef4c4030cee4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4958dd3a-330f-4dd5-aaa2-2e3f1c6ca49b {
  text-align: center;
}




  #s-4958dd3a-330f-4dd5-aaa2-2e3f1c6ca49b img.shogun-image {
    
    width: px;
  }


#s-4958dd3a-330f-4dd5-aaa2-2e3f1c6ca49b .shogun-image-content {
  
    align-items: center;
  
}

#s-1f2db5c5-0f7a-4ef9-bc00-96c69da763fa {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-1f2db5c5-0f7a-4ef9-bc00-96c69da763fa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1f2db5c5-0f7a-4ef9-bc00-96c69da763fa.shg-box.shg-c {
  justify-content: center;
}

#s-ff5398fa-89c0-4253-a9de-c84e998b0add {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-34017e40-d3c3-4fcf-bf90-a197ea456752 {
  margin-top: 10px;
margin-left: 2%;
margin-bottom: 10px;
margin-right: 2%;
min-height: 50px;
}
@media (min-width: 1200px){#s-34017e40-d3c3-4fcf-bf90-a197ea456752 {
  display: none;
}
#s-34017e40-d3c3-4fcf-bf90-a197ea456752, #wrap-s-34017e40-d3c3-4fcf-bf90-a197ea456752 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34017e40-d3c3-4fcf-bf90-a197ea456752 {
  display: none;
}
#s-34017e40-d3c3-4fcf-bf90-a197ea456752, #wrap-s-34017e40-d3c3-4fcf-bf90-a197ea456752 { display:none !important; }}







#s-34017e40-d3c3-4fcf-bf90-a197ea456752 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34017e40-d3c3-4fcf-bf90-a197ea456752.shg-box.shg-c {
  justify-content: center;
}

#s-2ed4a828-7913-4c2e-85eb-b9fbefa6a532 {
  margin-top: 25px;
margin-bottom: 12px;
}

@media (min-width: 0px) {
[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2db45ff2-1f35-46dc-a401-490476a16199"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d1723a98-875a-498f-a437-12aaf8368993"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-428beccf-f65f-4d59-82fe-20ef691e1dd2 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
}








#s-428beccf-f65f-4d59-82fe-20ef691e1dd2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-428beccf-f65f-4d59-82fe-20ef691e1dd2.shg-box.shg-c {
  justify-content: center;
}

.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-7d484798-1340-443c-8645-d03787202e8d {
  margin-top: 50px;
margin-bottom: 50px;
}

#s-7d484798-1340-443c-8645-d03787202e8d .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-7d484798-1340-443c-8645-d03787202e8d table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7d484798-1340-443c-8645-d03787202e8d td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-7d484798-1340-443c-8645-d03787202e8d td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-7d484798-1340-443c-8645-d03787202e8d td.shogun-table-column, #s-7d484798-1340-443c-8645-d03787202e8d td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-d4b5581c-8425-4f29-a316-80c0c78d0973 {
  margin-top: 10px;
margin-bottom: 10px;
min-height: 50px;
max-width: 200px;
}








#s-d4b5581c-8425-4f29-a316-80c0c78d0973 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4b5581c-8425-4f29-a316-80c0c78d0973.shg-box.shg-c {
  justify-content: center;
}

#s-49691ae5-6033-43fa-9602-2a5ce476421d {
  max-width: 200px;
text-align: center;
}




  #s-49691ae5-6033-43fa-9602-2a5ce476421d img.shogun-image {
    
    width: px;
  }


#s-49691ae5-6033-43fa-9602-2a5ce476421d .shogun-image-content {
  
    align-items: center;
  
}

#s-c7ef4609-90c7-4283-86a7-b57c00bfbc75 {
  margin-top: 10px;
margin-bottom: 0px;
}

#s-f2246910-0732-4a5d-93e6-5adfc8aa25dc {
  max-width: 200px;
text-align: center;
}




  #s-f2246910-0732-4a5d-93e6-5adfc8aa25dc img.shogun-image {
    
    width: px;
  }


#s-f2246910-0732-4a5d-93e6-5adfc8aa25dc .shogun-image-content {
  
    align-items: center;
  
}

#s-92266005-10ae-4816-bea0-8bee0908549a {
  margin-top: 10px;
}

#s-e746801a-0726-489c-ad53-7a8b767bbe3b {
  margin-top: 0px;
margin-bottom: 0px;
}

#s-d8c1e88c-ddc5-4a9f-86ef-b6936e1a9fc7 {
  margin-top: -30px;
}








#s-d8c1e88c-ddc5-4a9f-86ef-b6936e1a9fc7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8c1e88c-ddc5-4a9f-86ef-b6936e1a9fc7.shg-box.shg-c {
  justify-content: center;
}

#s-7779dd07-68dc-424a-ab91-8cf104fe105e {
  margin-left: auto;
margin-right: auto;
max-width: 104px;
}

#s-a73ed146-d533-491a-abda-8fd80fc77499 {
  min-height: 50px;
}








#s-a73ed146-d533-491a-abda-8fd80fc77499 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a73ed146-d533-491a-abda-8fd80fc77499.shg-box.shg-c {
  justify-content: center;
}

#s-2f48886d-66a8-43fe-8097-72a5e553c0e1 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid rgba(213, 214, 215, 0);
  border-radius: 0px;
}

#s-2f48886d-66a8-43fe-8097-72a5e553c0e1 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2f48886d-66a8-43fe-8097-72a5e553c0e1 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-2f48886d-66a8-43fe-8097-72a5e553c0e1 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-2f48886d-66a8-43fe-8097-72a5e553c0e1 td.shogun-table-column, #s-2f48886d-66a8-43fe-8097-72a5e553c0e1 td.shogun-table-row {
  border: 1px solid rgba(213, 214, 215, 0);
}

#s-fda80a09-f223-4c21-b78a-a3cef20af2ff {
  max-width: 200px;
text-align: center;
}




  #s-fda80a09-f223-4c21-b78a-a3cef20af2ff img.shogun-image {
    
    width: px;
  }


#s-fda80a09-f223-4c21-b78a-a3cef20af2ff .shogun-image-content {
  
    align-items: center;
  
}

#s-411f83f4-db1f-4063-88d3-2fbdad4aba09 {
  max-width: 200px;
text-align: center;
}




  #s-411f83f4-db1f-4063-88d3-2fbdad4aba09 img.shogun-image {
    
    width: px;
  }


#s-411f83f4-db1f-4063-88d3-2fbdad4aba09 .shogun-image-content {
  
    align-items: center;
  
}

#s-948538cb-4468-41a0-bdcd-4fff6e6fcfbd {
  max-width: 200px;
text-align: center;
}




  #s-948538cb-4468-41a0-bdcd-4fff6e6fcfbd img.shogun-image {
    
    width: px;
  }


#s-948538cb-4468-41a0-bdcd-4fff6e6fcfbd .shogun-image-content {
  
    align-items: center;
  
}

#s-a247885a-019e-48f7-9f6b-ab09cfd81f4d {
  min-height: 50px;
}








#s-a247885a-019e-48f7-9f6b-ab09cfd81f4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a247885a-019e-48f7-9f6b-ab09cfd81f4d.shg-box.shg-c {
  justify-content: center;
}

#s-db71db51-5188-4884-9404-dc54584ae3e0 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

#s-db5785a6-edcf-40b9-ac15-499f46c5ae09 {
  margin-top: 15px;
}

@media (min-width: 0px) {
[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 992px) {
[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 24.0px);
}

}

@media (min-width: 1200px) {
[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 24.0px);
}

[id="s-db5785a6-edcf-40b9-ac15-499f46c5ae09"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 24.0px);
}

}

#s-89d675d5-493d-4a9c-b4c2-f477c794439b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 30px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-89d675d5-493d-4a9c-b4c2-f477c794439b:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-89d675d5-493d-4a9c-b4c2-f477c794439b:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-89d675d5-493d-4a9c-b4c2-f477c794439b.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-c184daba-8eb6-4b6e-947e-d4773c00a1b7 {
  min-height: 250px;
}








#s-c184daba-8eb6-4b6e-947e-d4773c00a1b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c184daba-8eb6-4b6e-947e-d4773c00a1b7.shg-box.shg-c {
  justify-content: center;
}

#s-1d3f938f-00c2-4b39-ac71-dd21fc90aaf3 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid #ddd;
}

/*
  $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%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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