.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-f7b816ad-efe2-4565-aad6-21876e81c9bc { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-f7b816ad-efe2-4565-aad6-21876e81c9bc > .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-4a371162-08e7-4627-98ae-9a2ff9db9b9f { margin-left: 2%;
margin-right: 2%; }
#s-4a371162-08e7-4627-98ae-9a2ff9db9b9f .shogun-tabs {
  justify-content: flex-start;
}


  #s-4a371162-08e7-4627-98ae-9a2ff9db9b9f .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-4a371162-08e7-4627-98ae-9a2ff9db9b9f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(141, 198, 63, 1);
    border: 1px solid #ddd;
  }
#s-4a371162-08e7-4627-98ae-9a2ff9db9b9f .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(112, 112, 112, 1);
  
  
  
  font-size: 16px;
}

#s-4a371162-08e7-4627-98ae-9a2ff9db9b9f .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-4a371162-08e7-4627-98ae-9a2ff9db9b9f .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(141, 198, 63, 1);
}

#s-4a371162-08e7-4627-98ae-9a2ff9db9b9f .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-4a371162-08e7-4627-98ae-9a2ff9db9b9f .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-d015955f-ae5f-4728-b059-90ab4fe1e740 { min-height: 50px; }
#s-d015955f-ae5f-4728-b059-90ab4fe1e740 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.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-d88ec206-4388-40fa-acc3-81b3a80deb32 { margin-top: 25px;
margin-bottom: 25px;
text-align: center; }
#s-830c20d2-0711-46c7-b220-93f8c4e760cd { min-height: 50px; }
#s-830c20d2-0711-46c7-b220-93f8c4e760cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b481e418-d3af-4ba1-807e-3aad7186d833 { min-height: 50px; }
#s-b481e418-d3af-4ba1-807e-3aad7186d833 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

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

#s-9045143c-5046-4a80-b9e9-18bf916f8fb2 { padding-left: 75px;
padding-right: 75px; }
@media (min-width: 0px) {
[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-9045143c-5046-4a80-b9e9-18bf916f8fb2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-d75db116-a653-4a7c-ac47-26ecc66e9bfa { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 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-47e702b4-95ce-4b50-acfa-348edf760060 { padding-top: 10px;
padding-bottom: 10px; }
 #s-47e702b4-95ce-4b50-acfa-348edf760060 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-6741fd1f-b69c-4b00-a284-29eb95b8bdf1 { margin-left: 25px;
margin-right: 25px; }
#s-57b99b79-3e30-4f71-90e6-e2a6100a9c3c { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
text-align: center; }
#s-716bc4a5-f5f1-4b0d-a5a1-15b0fff6287e { padding-top: 10px;
padding-bottom: 10px; }
 #s-716bc4a5-f5f1-4b0d-a5a1-15b0fff6287e .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-922ece28-46b7-4d08-806f-dbcdf3d07988 { margin-left: 25px;
margin-right: 25px; }
#s-a6aa32b3-4dba-404e-9f18-ed320dc99229 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
text-align: center; }
#s-1bb99586-8dda-4930-af17-27b052121cd5 { padding-top: 10px;
padding-bottom: 10px; }
 #s-1bb99586-8dda-4930-af17-27b052121cd5 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-210affdd-bca7-4650-b0dd-974d444c1feb { margin-left: 25px;
margin-right: 25px; }
#s-3b8d2465-37b8-4fc6-9d07-bf8b163dd7dc { min-height: 50px; }
#s-3b8d2465-37b8-4fc6-9d07-bf8b163dd7dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-257e1449-9183-4062-92ea-396cbeeb9a58"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7f28350b-a76b-4c50-aded-f88a54b6a5a6 { margin-top: 25px;
margin-bottom: 25px;
min-height: 50px; }
#s-7f28350b-a76b-4c50-aded-f88a54b6a5a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-bf642157-5a03-437d-8a6d-10e7c9300347 { padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
text-align: center; }
#s-381785e5-f7a6-47e3-a6e6-6824278f961c { padding-top: 10px;
padding-bottom: 10px; }
 #s-381785e5-f7a6-47e3-a6e6-6824278f961c .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-f0560d6d-31d3-4632-ae4e-4d22e3c18862 { margin-left: 50px;
margin-right: 50px; }
#s-18cb1c4b-91c6-45d6-81f6-445ffbb283e0 { margin-left: 25px;
margin-right: 25px;
min-height: 50px; }
#s-18cb1c4b-91c6-45d6-81f6-445ffbb283e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-3a6df97e-7b4b-4392-b3e3-06952f9d5a18 { margin-top: 15px;
margin-bottom: 15px;
padding-top: 1%;
padding-left: 1%;
padding-bottom: 1%;
padding-right: 1%;
text-align: center; }
#s-fcc41a67-492f-4ca5-b639-4bef29e0de37 { padding-top: 10px;
padding-bottom: 10px; }
 #s-fcc41a67-492f-4ca5-b639-4bef29e0de37 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-945be36b-cd5c-44dd-8628-84f66e34ee04 { margin-left: 50px;
margin-right: 50px; }
#s-f736cb94-7de0-4747-b9e5-89afaa0801ff { min-height: 50px; }
#s-f736cb94-7de0-4747-b9e5-89afaa0801ff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b0286dd4-e1df-400e-aa67-dc6ec6b4f5e6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-218e25fa-2bce-4290-b75e-5639aedf6cb6 { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-218e25fa-2bce-4290-b75e-5639aedf6cb6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-667159ba-b9a8-4b67-8d9b-fb68b5ce3ab1 { padding-top: 10px;
padding-bottom: 10px; }
 #s-667159ba-b9a8-4b67-8d9b-fb68b5ce3ab1 .shogun-heading-component h3 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 18px;
   
   
   text-align: center;
 }

 

#s-82716ea9-f59e-4f16-a282-3af1f71af0d2 { margin-top: 2%;
margin-bottom: 2%;
min-height: 50px; }
#s-82716ea9-f59e-4f16-a282-3af1f71af0d2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-4be3b897-f3bf-4e5e-85c9-6f097ab43e17 { min-height: 50px; }
#s-4be3b897-f3bf-4e5e-85c9-6f097ab43e17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-c6b6086b-67dc-447f-a02a-be4ffc83915e { margin-top: 0%;
margin-bottom: 0%; }
@media (min-width: 0px) {
[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-c6b6086b-67dc-447f-a02a-be4ffc83915e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-2b7cc968-4da7-4dc9-bb81-21109e9d1c18 { border-style: solid;
margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
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-2b7cc968-4da7-4dc9-bb81-21109e9d1c18 {
  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-a679d4fa-7528-4a0a-bd68-f10d347cbc6b { text-align: center; }

.shg-c#s-a679d4fa-7528-4a0a-bd68-f10d347cbc6b {
  max-width: 100%;
}

.shg-c#s-a679d4fa-7528-4a0a-bd68-f10d347cbc6b img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-a679d4fa-7528-4a0a-bd68-f10d347cbc6b .shg-image-zoom,
.shg-c#s-a679d4fa-7528-4a0a-bd68-f10d347cbc6b 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-5648b181-ef7f-45f3-b52f-d629b6642c57 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-5648b181-ef7f-45f3-b52f-d629b6642c57 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-2122b3d3-7490-4a54-98c9-d41d1a56d103 { text-align: center; }
#s-2122b3d3-7490-4a54-98c9-d41d1a56d103 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-2122b3d3-7490-4a54-98c9-d41d1a56d103 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
}

#s-2122b3d3-7490-4a54-98c9-d41d1a56d103 .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-5aafcb40-4ca4-4256-bc0a-cffd4cf85dfb { 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-5aafcb40-4ca4-4256-bc0a-cffd4cf85dfb:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-5aafcb40-4ca4-4256-bc0a-cffd4cf85dfb:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-5aafcb40-4ca4-4256-bc0a-cffd4cf85dfb {
  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-5aafcb40-4ca4-4256-bc0a-cffd4cf85dfb.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-5aafcb40-4ca4-4256-bc0a-cffd4cf85dfb.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-5aafcb40-4ca4-4256-bc0a-cffd4cf85dfb.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


  #s-5aafcb40-4ca4-4256-bc0a-cffd4cf85dfb.shg-btn.shg-product-atc-success {
    font-weight:  normal ;
    
    font-style:  normal ;
    
    color: ;
  }


#s-4ce637bb-b7bc-454b-9834-94dcb7f7db25 { border-style: solid;
margin-top: 6%;
margin-left: auto;
margin-bottom: 6%;
margin-right: auto;
padding-top: 4%;
padding-left: 2%;
padding-bottom: 4%;
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-4ce637bb-b7bc-454b-9834-94dcb7f7db25 {
  display: none;
}
#s-9e7d6043-589b-4748-a849-512f15ef039e { text-align: center; }

.shg-c#s-9e7d6043-589b-4748-a849-512f15ef039e {
  max-width: 100%;
}

.shg-c#s-9e7d6043-589b-4748-a849-512f15ef039e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-9e7d6043-589b-4748-a849-512f15ef039e .shg-image-zoom,
.shg-c#s-9e7d6043-589b-4748-a849-512f15ef039e img.shogun-image {
  max-width: 250px !important;
  
}



#s-c1db64f5-7d60-4c27-9f10-a39ad5e882b2 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-c1db64f5-7d60-4c27-9f10-a39ad5e882b2 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-c48d37b7-448d-4598-908f-a9d1fccc2004 { text-align: center; }
#s-c48d37b7-448d-4598-908f-a9d1fccc2004 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-c48d37b7-448d-4598-908f-a9d1fccc2004 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
}

#s-c48d37b7-448d-4598-908f-a9d1fccc2004 .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-bab42405-445f-468f-a485-7c3b2e6c25ce { 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-bab42405-445f-468f-a485-7c3b2e6c25ce:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-bab42405-445f-468f-a485-7c3b2e6c25ce:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-bab42405-445f-468f-a485-7c3b2e6c25ce {
  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-bab42405-445f-468f-a485-7c3b2e6c25ce.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bab42405-445f-468f-a485-7c3b2e6c25ce.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-bab42405-445f-468f-a485-7c3b2e6c25ce.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


  #s-bab42405-445f-468f-a485-7c3b2e6c25ce.shg-btn.shg-product-atc-success {
    font-weight:  normal ;
    
    font-style:  normal ;
    
    color: ;
  }


#s-05158384-8e41-45b5-af87-e5d31ec12ed8 { border-style: solid;
margin-top: 5%;
margin-left: auto;
margin-bottom: 5%;
margin-right: auto;
padding-top: 3%;
padding-left: 2%;
padding-bottom: 3%;
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-05158384-8e41-45b5-af87-e5d31ec12ed8 {
  display: none;
}
#s-4d173ec2-5bee-4218-b630-e2c1824de570 { text-align: center; }

.shg-c#s-4d173ec2-5bee-4218-b630-e2c1824de570 {
  max-width: 100%;
}

.shg-c#s-4d173ec2-5bee-4218-b630-e2c1824de570 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-4d173ec2-5bee-4218-b630-e2c1824de570 .shg-image-zoom,
.shg-c#s-4d173ec2-5bee-4218-b630-e2c1824de570 img.shogun-image {
  max-width: 250px !important;
  
}



#s-e0db572e-f19f-449c-ac5c-3e36e448784d { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-e0db572e-f19f-449c-ac5c-3e36e448784d .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-dc2bab2c-796f-4b84-a64e-206cd9c025ba { text-align: center; }
#s-dc2bab2c-796f-4b84-a64e-206cd9c025ba .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-dc2bab2c-796f-4b84-a64e-206cd9c025ba .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 16px;
}

#s-dc2bab2c-796f-4b84-a64e-206cd9c025ba .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-3ee60d6b-359e-40ea-9a85-536274eb488a { 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-3ee60d6b-359e-40ea-9a85-536274eb488a:hover {background-color: #424242 !important;
text-decoration: none !important;}
#s-3ee60d6b-359e-40ea-9a85-536274eb488a:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3ee60d6b-359e-40ea-9a85-536274eb488a {
  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-3ee60d6b-359e-40ea-9a85-536274eb488a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3ee60d6b-359e-40ea-9a85-536274eb488a.shg-btn {
  color: #ffffff;
  font-size: 14px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3ee60d6b-359e-40ea-9a85-536274eb488a.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}


  #s-3ee60d6b-359e-40ea-9a85-536274eb488a.shg-btn.shg-product-atc-success {
    font-weight:  normal ;
    
    font-style:  normal ;
    
    color: ;
  }


#s-1daea4d3-fbfc-4d93-9b9e-27e209622609 { min-height: 50px; }
#s-1daea4d3-fbfc-4d93-9b9e-27e209622609 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-46dcbcad-4a57-48e2-9824-7c7a984431c5 { min-height: 50px; }
#s-46dcbcad-4a57-48e2-9824-7c7a984431c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-b62e315c-39de-4115-8a74-af5be36b9ef4 { min-height: 50px; }
#s-b62e315c-39de-4115-8a74-af5be36b9ef4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-a233d4a4-952d-4548-a7a3-f5c396e0dbb8 { text-align: center; }
#s-b3d23695-8c23-45e4-b437-69cff1670d10 { min-height: 50px; }
#s-b3d23695-8c23-45e4-b437-69cff1670d10 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1b8dabc9-5265-44ab-8455-f94d7821998d { min-height: 50px; }
#s-1b8dabc9-5265-44ab-8455-f94d7821998d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-bcbbe145-3ffc-431a-928e-730ecbe74173 { padding-top: 10px;
padding-bottom: 10px; }
 #s-bcbbe145-3ffc-431a-928e-730ecbe74173 .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 32px;
   
   
   text-align: center;
 }

 

#s-e558ef4f-3ba4-4b1e-8ed7-cc28f21e69da { margin-top: 10px;
margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px; }
#s-600616e2-5d2b-4eb6-b5d0-6789116e7a57 { min-height: 50px; }
#s-600616e2-5d2b-4eb6-b5d0-6789116e7a57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-5be037b8-fe04-4d03-955d-69991ac3fb0c { min-height: 50px; }
#s-5be037b8-fe04-4d03-955d-69991ac3fb0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-67194216-ba5d-4e0b-9e51-0a8407968621 { text-align: center; }
#s-b9bf268d-dc66-4dfd-a737-b86ee022f355 { min-height: 50px; }
#s-b9bf268d-dc66-4dfd-a737-b86ee022f355 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-975c3da1-b061-4947-9797-3834d165e90a { min-height: 50px; }
#s-975c3da1-b061-4947-9797-3834d165e90a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-07b2fee4-4eeb-4d7a-b12f-a9f0143816ca { padding-top: 10px;
padding-bottom: 10px; }
 #s-07b2fee4-4eeb-4d7a-b12f-a9f0143816ca .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 32px;
   
   
   text-align: center;
 }

 

#s-feacff90-ad88-4e07-9104-eea8af660d06 { margin-left: 25px;
margin-right: 25px; }
#s-3475c96b-12b3-4bb3-8d3a-f4c62a5da833 { min-height: 50px; }
#s-3475c96b-12b3-4bb3-8d3a-f4c62a5da833 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-74697ad9-2af0-4832-bc97-96ffddde3d7c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7773cc5f-c2b2-4b7a-bed4-0c3cc4251a61 { margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-7773cc5f-c2b2-4b7a-bed4-0c3cc4251a61 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-fe709f1f-f0ad-4485-8ae6-18070ea455da { margin-left: 25px;
margin-right: 25px; }
#s-1efabea3-c842-4e04-9786-754b9c66ecf6 { margin-top: 25px;
margin-bottom: 25px;
padding-top: 10px;
padding-bottom: 10px; }
 #s-1efabea3-c842-4e04-9786-754b9c66ecf6 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-adf41eda-9426-4538-aeeb-2cadc2b69c0e { margin-left: 25px;
margin-right: 25px; }
#s-35390686-4880-49d0-90d5-242c10b82219 { min-height: 50px; }
#s-35390686-4880-49d0-90d5-242c10b82219 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-6f114b69-ee61-4436-993e-9ff31d1f63ca { min-height: 50px; }
#s-6f114b69-ee61-4436-993e-9ff31d1f63ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-a981cc28-8036-435a-901a-eb6b5b8416d9 { text-align: center; }
#s-e23de810-6a4d-4b34-8745-99f0d9b7d3dc { min-height: 50px; }
#s-e23de810-6a4d-4b34-8745-99f0d9b7d3dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-cbe1bb7c-945d-46ff-914c-4017e0b9cbf8 { min-height: 50px; }
#s-cbe1bb7c-945d-46ff-914c-4017e0b9cbf8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-f416fa36-f2a3-4368-8184-99a21ba20f8b { padding-top: 10px;
padding-bottom: 10px; }
 #s-f416fa36-f2a3-4368-8184-99a21ba20f8b .shogun-heading-component h1 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 32px;
   
   
   text-align: center;
 }

 

#s-e86fee62-1731-40ea-97a4-7183040ee74f { margin-left: 25px;
margin-right: 25px; }
#s-e624de8f-cca9-4322-a3bb-18f51df48fe4 { min-height: 50px; }
#s-e624de8f-cca9-4322-a3bb-18f51df48fe4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-940e3d12-97c1-4d71-ba47-0b4a2fac6534 { min-height: 50px; }
#s-940e3d12-97c1-4d71-ba47-0b4a2fac6534 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-ca3cd532-eb23-44f8-b6d9-da9f8764340b { text-align: center; }
#s-e13b3feb-211b-4684-81de-f72d25d5ca20 { min-height: 50px; }
#s-e13b3feb-211b-4684-81de-f72d25d5ca20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-ab481d14-5eca-40c5-8676-2a497a8d62fb { min-height: 50px; }
#s-ab481d14-5eca-40c5-8676-2a497a8d62fb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f4ad04a5-feef-40ca-a7cd-02606a19ccb4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-e57b677b-2fef-446b-913c-df924bffb5e3 { padding-top: 10px;
padding-bottom: 10px; }
 #s-e57b677b-2fef-446b-913c-df924bffb5e3 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-4a1c387e-79f2-4bc4-95ad-fe753083d15a { margin-left: 25px;
margin-right: 25px; }
#s-79afce59-5ead-43db-a78d-f65722b44f73 { padding-top: 10px;
padding-bottom: 10px; }
 #s-79afce59-5ead-43db-a78d-f65722b44f73 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-79760c55-36e0-4c51-a99a-b2e4dbda8484 { margin-left: 25px;
margin-right: 25px; }
#s-f52278e8-2099-4e7d-9af0-2aa1cf9cb651 { min-height: 50px; }
#s-f52278e8-2099-4e7d-9af0-2aa1cf9cb651 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b2fd4cd2-0089-424e-9f78-cfdecb59c801"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-da9fd24d-65de-4f83-b38d-dffc48c677a1 { padding-top: 10px;
padding-bottom: 10px; }
 #s-da9fd24d-65de-4f83-b38d-dffc48c677a1 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-5a8d2e93-63ca-48ff-bb0c-6d4d1db9fca1 { margin-left: 25px;
margin-right: 25px; }
#s-9ae90f53-a750-4285-b66a-7df0c78f1e5b { padding-top: 10px;
padding-bottom: 10px; }
 #s-9ae90f53-a750-4285-b66a-7df0c78f1e5b .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

#s-c39b9f62-c0d2-4587-b2ff-fa2906620fc7 { margin-left: 25px;
margin-right: 25px; }
/*
  $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;
}
