.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: text;
  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;
}

.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  flex: 1;
}

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

.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-88ed771d-fadc-4545-b9ca-df7c19d93ebf { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-88ed771d-fadc-4545-b9ca-df7c19d93ebf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-tabs {
  margin: 0 !important;
  list-style: none !important;
  padding: 0 0 0 0;
  overflow: visible;
  display: flex;
}

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

.shogun-tabs li {
  text-decoration: none;
  cursor: pointer;
  position: relative;
  display: flex;
  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: 0;
  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-overflow: ellipsis;
  overflow: hidden;
  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 */
  -webkit-transform: translateZ(1000px);
          transform: translateZ(1000px);
}

#s-e1cef6c6-f75a-4991-8a5c-feb7d05921f7 { margin-left: 2%;
margin-right: 2%; }
#s-e1cef6c6-f75a-4991-8a5c-feb7d05921f7 .shogun-tabs {
  justify-content: flex-start;
}


  #s-e1cef6c6-f75a-4991-8a5c-feb7d05921f7 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-e1cef6c6-f75a-4991-8a5c-feb7d05921f7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(141, 198, 63, 1);
    border: 1px solid #ddd;
  }
#s-e1cef6c6-f75a-4991-8a5c-feb7d05921f7 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(112, 112, 112, 1);
  
  
  
  font-size: 16px;
}

#s-e1cef6c6-f75a-4991-8a5c-feb7d05921f7 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-e1cef6c6-f75a-4991-8a5c-feb7d05921f7 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(141, 198, 63, 1);
}

#s-e1cef6c6-f75a-4991-8a5c-feb7d05921f7 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-e1cef6c6-f75a-4991-8a5c-feb7d05921f7 .shogun-tab {
  max-width: calc(100% / 5 - (5 - 2) * 2px / 5);
}

#s-b9d15c88-b194-4246-811e-9248f55df171 { min-height: 50px; }
#s-b9d15c88-b194-4246-811e-9248f55df171 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-image-container {
  position: relative;
}

.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 !important;
  max-width: 100% !important;
}

.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-cd15bf28-f760-4066-8cab-5dcb0151baa0 { margin-top: 1%;
margin-bottom: 1%;
text-align: center; }
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

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

#s-0a333748-6e1d-44da-a41b-24df5fbc67d2 { padding-top: 10px;
padding-bottom: 10px; }
 #s-0a333748-6e1d-44da-a41b-24df5fbc67d2 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-d8295376-da0f-42ee-9f6c-84d8da1fdb3f { margin-left: auto;
margin-right: auto;
max-width: 1200px; }
#s-a768f000-48ad-4fc5-83c1-55b87c32c74e { margin-top: 1%;
margin-bottom: 1%;
text-align: center; }
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

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

@media (min-width: 0px) {
[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-f869661f-6e80-4a16-a402-b8433be5e6e5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f67da88e-8fd5-41b0-b8b1-dfe6b347b795 { margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 50px; }
#s-f67da88e-8fd5-41b0-b8b1-dfe6b347b795 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-03cda8ab-eb1f-4599-9b5b-5043e7da307a { text-align: center; }
#s-53d15760-afef-4431-b611-cb957b245d68 { padding-top: 10px;
padding-bottom: 10px; }
 #s-53d15760-afef-4431-b611-cb957b245d68 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-2f0295a2-bd2e-4617-972f-84f373337eaa { margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 50px; }
#s-2f0295a2-bd2e-4617-972f-84f373337eaa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b8b794ae-03e7-440a-80f9-8ef5cd985d35 { text-align: center; }
#s-986e5a97-c711-4d93-a01e-a27db0c66249 { padding-top: 10px;
padding-bottom: 10px; }
 #s-986e5a97-c711-4d93-a01e-a27db0c66249 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-fe791490-7302-4645-aa3e-a545ceb440a6 { margin-top: 1%;
margin-left: 1%;
margin-bottom: 1%;
margin-right: 1%;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
min-height: 50px; }
#s-fe791490-7302-4645-aa3e-a545ceb440a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7be83c94-49f6-4132-a2ad-79289939e860 { text-align: center; }
#s-23612a69-5d45-489f-87f3-4f559af4fd55 { padding-top: 10px;
padding-bottom: 10px; }
 #s-23612a69-5d45-489f-87f3-4f559af4fd55 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-2d896a03-5115-4ee9-8305-264af8b3e51d { margin-top: 1%;
margin-bottom: 1%;
text-align: center; }
#s-d1116f8e-4459-48de-b8bd-5bd5a53e7883 { padding-top: 10px;
padding-bottom: 10px; }
 #s-d1116f8e-4459-48de-b8bd-5bd5a53e7883 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-7e3afc5d-9c34-4198-b441-d2ff11ed0480 { margin-left: auto;
margin-right: auto;
max-width: 1200px; }
#s-dc76f1a4-859c-48aa-bdad-f795499a2fb5 { margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 800px; }
#s-9811f1c3-2e2e-4e94-a5d8-6e105f7ebee3 { margin-top: 1%;
margin-bottom: 1%;
text-align: center; }
#s-37eeffe6-eb0a-4909-a758-2f07cb78176d { padding-top: 10px;
padding-bottom: 10px; }
 #s-37eeffe6-eb0a-4909-a758-2f07cb78176d .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-38beb646-defc-4f8e-bde6-e935e707ea35 { margin-left: auto;
margin-right: auto;
max-width: 1200px; }
#s-4cb231be-f7e2-44b0-ade9-0ba5c2643e5f { padding-top: 10px;
padding-bottom: 10px; }
 #s-4cb231be-f7e2-44b0-ade9-0ba5c2643e5f .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-1c5416dd-660a-4cc7-a963-aa2ce3906fdb { margin-left: auto;
margin-right: auto;
max-width: 1200px; }
#s-acd2faf8-f0d8-4a17-b457-d1dbc8cc9867 { margin-top: 1%;
margin-bottom: 1%;
text-align: center; }
@media (min-width: 0px) {
[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-888014a1-4f01-4819-a45f-9e95f5fb5791"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6d9f4aa3-1ba4-4cee-b6c8-c793875c2c5a { margin-left: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(244, 244, 244, 0.72); }
#s-215be483-e3b5-4486-8adf-b4ecd72388fd { background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTk0MzA2ZGYtODcwYy00Mjg5LTk4ZjQtYWE3MjZjYTUyYjU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1NTYiIHN0eWxlPSJzdG9wLWNvbG9yOiNiZWJlYmU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuNTA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmRmZGZkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYjNiM2IzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxOTQzMDZkZi04NzBjLTQyODktOThmNC1hYTcyNmNhNTJiNTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-left: 3%;
padding-right: 3%;
min-height: 450px; }
#s-215be483-e3b5-4486-8adf-b4ecd72388fd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-47fc317f-2549-4067-81ba-916954b526e3 { margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto; }
@media (min-width: 0px) {
[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-47fc317f-2549-4067-81ba-916954b526e3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-a764160d-6511-44df-8f81-0d4dc834bb09 { margin-top: 2%;
margin-bottom: 2%;
min-height: 300px; }
#s-a764160d-6511-44df-8f81-0d4dc834bb09 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-c61420b9-49e0-477f-bcf9-8ca2375b6f7d { margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
max-width: 400px;
text-align: center; }
#s-fc817ac6-03ca-47db-89fe-5898b2a95699 { margin-top: 2%;
margin-bottom: 2%;
min-height: 300px; }
#s-fc817ac6-03ca-47db-89fe-5898b2a95699 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-52f55613-0f68-445d-9a17-bff9c5da7ef6 { margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px; }
 #s-52f55613-0f68-445d-9a17-bff9c5da7ef6 .shogun-heading-component h2 {
   color: rgba(0, 0, 0, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 27px;
   
   
   text-align: left;
 }

 

#s-67704788-0ec3-413a-812d-32639425858b { min-height: 50px; }
#s-67704788-0ec3-413a-812d-32639425858b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9778f850-61c7-47ef-89ba-3cbbb4243233"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4200750b-327b-4378-830f-65069836bc2d { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-4200750b-327b-4378-830f-65069836bc2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b2312ebd-c114-40f6-b273-8634f16597c6 { padding-top: 10px;
padding-bottom: 10px; }
 #s-b2312ebd-c114-40f6-b273-8634f16597c6 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

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

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

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

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

#s-680fffa4-3e98-4cbc-b107-696af2455d24 { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-680fffa4-3e98-4cbc-b107-696af2455d24 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-c84b00fc-e8f5-4cf7-ba13-12eef531af08 { padding-top: 10px;
padding-bottom: 10px; }
 #s-c84b00fc-e8f5-4cf7-ba13-12eef531af08 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-90d342fe-da3a-4a36-8ac3-e289f2a8a7dd { min-height: 50px; }
#s-90d342fe-da3a-4a36-8ac3-e289f2a8a7dd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f6f5385-7f54-4054-b84f-06b9c8478958"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-82d5ed28-c9eb-45db-8a68-02e72abbbad4 { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-82d5ed28-c9eb-45db-8a68-02e72abbbad4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-8c8df89d-1f6e-4d25-b163-795598392a1f { padding-top: 10px;
padding-bottom: 10px; }
 #s-8c8df89d-1f6e-4d25-b163-795598392a1f .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-35f1f478-c690-40e4-8b62-e637b611a16f { min-height: 50px; }
#s-35f1f478-c690-40e4-8b62-e637b611a16f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-610b5eaa-4046-4bf4-a619-fa2519a15717 { margin-top: 0%;
margin-bottom: 0%; }
@media (min-width: 0px) {
[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-610b5eaa-4046-4bf4-a619-fa2519a15717"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-28800800-ab30-4a37-ad0e-105651fa9a78 { border-style: solid;
margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
max-width: 400px;
text-align: center;
border-color: rgba(0, 0, 0, 0.35); }
#s-28800800-ab30-4a37-ad0e-105651fa9a78 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  transition: transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-2ecbbf48-55dc-46b5-b3c0-e90e6ad9ad7a { text-align: center; }

.shg-c#s-2ecbbf48-55dc-46b5-b3c0-e90e6ad9ad7a {
  max-width: 100%;
}

.shg-c#s-2ecbbf48-55dc-46b5-b3c0-e90e6ad9ad7a img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-2ecbbf48-55dc-46b5-b3c0-e90e6ad9ad7a .shg-image-zoom,
.shg-c#s-2ecbbf48-55dc-46b5-b3c0-e90e6ad9ad7a img.shogun-image {
  max-width: 250px !important;
  
}



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

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

#s-d758d11c-ab80-4a7c-b125-0c67e2e58e98 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d758d11c-ab80-4a7c-b125-0c67e2e58e98 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-d52cfc0d-f391-4a2b-8e80-3922a5711f67 { text-align: center; }
#s-d52cfc0d-f391-4a2b-8e80-3922a5711f67 .shg-product-sold-out {
  display: none;
}

#s-d52cfc0d-f391-4a2b-8e80-3922a5711f67 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
}

#s-d52cfc0d-f391-4a2b-8e80-3922a5711f67 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.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-btn:not(.shg-btn-stretch) {
  display: inline-block !important;
}

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

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

#s-4f5c05ce-811c-4799-b7cd-52051d1a31e8 { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0.44); }
#s-4f5c05ce-811c-4799-b7cd-52051d1a31e8:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-4f5c05ce-811c-4799-b7cd-52051d1a31e8:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-4f5c05ce-811c-4799-b7cd-52051d1a31e8 {
  display: block;
  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-4f5c05ce-811c-4799-b7cd-52051d1a31e8.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-4f5c05ce-811c-4799-b7cd-52051d1a31e8.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-4f5c05ce-811c-4799-b7cd-52051d1a31e8.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


  #s-4f5c05ce-811c-4799-b7cd-52051d1a31e8.shg-btn.shg-product-atc-success {
    font-weight:  normal ;
    
    font-style:  normal ;
    
    color: ;
  }


#s-05ad4937-c2eb-4b2e-a888-bf5b415e76dd { border-style: solid;
margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
max-width: 400px;
text-align: center;
border-color: rgba(0, 0, 0, 0.35); }
#s-05ad4937-c2eb-4b2e-a888-bf5b415e76dd {
  display: none;
}
#s-b3e5ab0b-b066-42d7-843d-c19d6075ddc6 { text-align: center; }

.shg-c#s-b3e5ab0b-b066-42d7-843d-c19d6075ddc6 {
  max-width: 100%;
}

.shg-c#s-b3e5ab0b-b066-42d7-843d-c19d6075ddc6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-b3e5ab0b-b066-42d7-843d-c19d6075ddc6 .shg-image-zoom,
.shg-c#s-b3e5ab0b-b066-42d7-843d-c19d6075ddc6 img.shogun-image {
  max-width: 250px !important;
  
}



#s-b9266658-d784-4c56-82ad-cd8e275b131f { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-b9266658-d784-4c56-82ad-cd8e275b131f .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-178d01e9-5b3a-45f8-baf6-ce0a4adf2c68 { text-align: center; }
#s-178d01e9-5b3a-45f8-baf6-ce0a4adf2c68 .shg-product-sold-out {
  display: none;
}

#s-178d01e9-5b3a-45f8-baf6-ce0a4adf2c68 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
}

#s-178d01e9-5b3a-45f8-baf6-ce0a4adf2c68 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-836b042c-65ca-4503-96f7-8dfdf05a19eb { margin-top: 1%;
margin-bottom: 1%;
text-align: center; }
#s-836b042c-65ca-4503-96f7-8dfdf05a19eb .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-836b042c-65ca-4503-96f7-8dfdf05a19eb .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-836b042c-65ca-4503-96f7-8dfdf05a19eb .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-836b042c-65ca-4503-96f7-8dfdf05a19eb .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-836b042c-65ca-4503-96f7-8dfdf05a19eb .shg-product-selector-wrapper label {
    color: ;
    font-weight:  normal ;
    
    font-style:  normal ;
    font-size: 16px;
    
  }

#s-5850f1f1-2f40-4f3a-8753-576c5f62977d { padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0.44); }
#s-5850f1f1-2f40-4f3a-8753-576c5f62977d:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5850f1f1-2f40-4f3a-8753-576c5f62977d:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5850f1f1-2f40-4f3a-8753-576c5f62977d {
  display: block;
  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-5850f1f1-2f40-4f3a-8753-576c5f62977d.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5850f1f1-2f40-4f3a-8753-576c5f62977d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5850f1f1-2f40-4f3a-8753-576c5f62977d.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


  #s-5850f1f1-2f40-4f3a-8753-576c5f62977d.shg-btn.shg-product-atc-success {
    font-weight:  normal ;
    
    font-style:  normal ;
    
    color: ;
  }


@media (min-width: 0px) {
[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-3b717292-9d4a-4002-8583-3570efc0b046"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-5228b692-b2df-445d-8367-83aea24853e4 { min-height: 50px; }
#s-5228b692-b2df-445d-8367-83aea24853e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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