.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-7599a8d8-f230-4cf0-bc87-3ddf84a16b85 { min-height: 50px; }
#s-7599a8d8-f230-4cf0-bc87-3ddf84a16b85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-nav-tabs {
  margin-left: 0 !important;
  margin-top: 0;
  margin-bottom: 15px !important;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  list-style: none !important;
}

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

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

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

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

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

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

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

#s-4a4acbbf-41a6-4dbf-8df1-34e3acfb4875 .shogun-nav-tabs > li > a {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(77, 77, 77, 1);
  border: 1px solid rgba(0, 0, 0, 0);
}

#s-4a4acbbf-41a6-4dbf-8df1-34e3acfb4875 .shogun-nav-tabs > li.active > a {
  background-color: #fff;
  color: #555;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

#s-4a4acbbf-41a6-4dbf-8df1-34e3acfb4875 .shogun-nav-tabs {
  border-bottom: 1px solid #ddd;
}
#s-df122d39-2e81-4cd9-8f53-1440fda7a01e { margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 900px; }
#s-df122d39-2e81-4cd9-8f53-1440fda7a01e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-13caf4e7-da50-440d-ba97-c2e130b085f5 { background-repeat: no-repeat;
background-size: cover;
min-height: 1150px;
background-position: center bottom; }
#s-13caf4e7-da50-440d-ba97-c2e130b085f5 > .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-7aa263f0-469e-4075-8839-288239fe61ef { margin-left: auto;
margin-right: auto;
padding-top: 5%;
padding-bottom: 0%;
max-width: 200px;
text-align: center; }
.shg-rich-text {
  overflow-wrap: break-word;
}

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

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

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

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

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

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: 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;
}

.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-2e10a2aa-910f-41ea-b811-fd9556d3ec4b { margin-top: 2%;
margin-bottom: 2%;
padding-top: 5px;
padding-bottom: 5px; }
 #s-2e10a2aa-910f-41ea-b811-fd9556d3ec4b .shogun-heading-component h2 {
   color: rgba(255, 255, 255, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 60px;
   
   
   text-align: center;
 }

 

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

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

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

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

#s-2e02fc71-7466-4f96-8b8a-d1a67efc0f0c { background-repeat: no-repeat;
background-size: cover;
min-height: 1000px;
background-position: center bottom; }
#s-2e02fc71-7466-4f96-8b8a-d1a67efc0f0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-9be7c11e-c4b8-4aa1-aae5-0225b63b99bf { margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(255, 255, 255, 0.64); }
#s-9ee8dd5b-6874-4ae7-becf-818f208bbf9f { min-height: 50px; }
#s-9ee8dd5b-6874-4ae7-becf-818f208bbf9f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-dff48206-f256-471e-9166-024e4563549c { margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(255, 255, 255, 0.64); }
#s-c4315b1d-0980-4f7e-8452-2707bf71a0b8 { text-align: center; }
#s-570c1dc4-cbd5-40f3-9576-0856800b9117 { background-repeat: no-repeat;
padding-top: 2%;
padding-bottom: 3%;
min-height: 300px; }
#s-570c1dc4-cbd5-40f3-9576-0856800b9117 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-d8398359-6ec0-492e-afa8-4a5e0b83284f { margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(42, 42, 42, 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-0c76dd4f-1143-478e-a090-b2ee017782e0 { margin-left: 2%;
margin-right: 2%; }
@media (min-width: 0px) {
[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-0c76dd4f-1143-478e-a090-b2ee017782e0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-f7f9670f-ed06-4431-8345-995ae6aa191c { background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center bottom; }
#s-f7f9670f-ed06-4431-8345-995ae6aa191c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-200fe8c2-4b5a-4946-b312-adb8a1e5dd01 { margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(42, 42, 42, 0.25); }
#s-fb94900e-c530-4f88-8edf-091cae88a1be { min-height: 50px; }
#s-fb94900e-c530-4f88-8edf-091cae88a1be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-605de1ff-79b9-437e-9c10-2445f1abf2ed { background-color: rgba(238, 238, 238, 1); }
@media (min-width: 0px) {
[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-605de1ff-79b9-437e-9c10-2445f1abf2ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-08b5deb5-c082-42f4-b26a-a0fed69246b7 { text-align: center; }
#s-19d0d4c2-93c1-42ad-b87e-232db8f99dea { margin-top: 5%;
margin-left: 2%;
margin-bottom: autopx;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(42, 42, 42, 0); }
#s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19 { background-color: rgba(238, 238, 238, 1); }
@media (min-width: 0px) {
[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da15d9c4-1eb2-47c8-aa7b-65c23a4cad19"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-704a26bf-d7d6-409c-b32c-a581a00aad6d { margin-top: 5%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(42, 42, 42, 0); }
#s-84cf73cc-0c2c-4717-83a4-4e18fe264967 { text-align: center; }
#s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695 { background-color: rgba(238, 238, 238, 1); }
@media (min-width: 0px) {
[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ae049b9d-fb60-4fc7-9adc-b8a01cbed695"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-fef12f76-6991-40ce-9d69-ad8b2eceec1e { text-align: center; }
#s-83c9b1d3-e87a-480f-8706-da45166aa747 { margin-top: 5%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(42, 42, 42, 0); }
#s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f { background-color: rgba(238, 238, 238, 1); }
@media (min-width: 0px) {
[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-49b2e4d4-1d2b-44d4-a4ca-325468614e5f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-af3be182-d955-491d-9cff-231d5aa038cc { margin-top: 5%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(42, 42, 42, 0); }
#s-30eae999-0ebb-45b9-b50a-b223d070af8d { text-align: center; }
#s-96db6cdd-b770-4880-a742-4a339db74da5 { background-repeat: no-repeat;
background-size: cover;
min-height: 800px;
background-position: center top; }
#s-96db6cdd-b770-4880-a742-4a339db74da5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1b2f131a-326d-4c63-857d-7ee5c3c64b15 { margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0.23); }
#s-d73cba87-cf67-4af1-8299-532940af0604 { min-height: 50px;
background-color: rgba(242, 242, 242, 1); }
#s-d73cba87-cf67-4af1-8299-532940af0604 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-79d4d5a3-473f-4b4c-b980-7addb5c0d11b { margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0); }
#s-f2d66ea8-44a6-499c-be2f-0ec0b9980dc0 { text-align: center; }
#s-ba32c1d8-7dfd-41fe-a0c8-083d5ab124f3 { margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0); }
#s-b1d9ecf3-50bb-42bf-802f-c578cfd539ee { box-shadow:1px 1px 7px 1px rgba(0, 0, 0, 0.21);
margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
background-color: rgba(255, 255, 255, 1); }
#s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c { margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%; }
@media (min-width: 0px) {
[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-2f1e7a96-2f8b-4ef4-9fdc-330f6dbf390c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-970eadb6-9ab2-4c76-a078-ada205bf4f12 { min-height: 50px; }
#s-970eadb6-9ab2-4c76-a078-ada205bf4f12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-63edfa81-fa13-4d0d-943e-47f081122e1b { text-align: center; }
#s-4095ba47-7538-4346-8812-bc3f94487002 { padding-top: 10px;
padding-bottom: 10px; }
 #s-4095ba47-7538-4346-8812-bc3f94487002 .shogun-heading-component h5 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 15px;
   
   
   text-align: left;
 }

 

#s-9c522ff2-10e9-4c97-9b47-52e0845f2737 { min-height: 50px; }
#s-9c522ff2-10e9-4c97-9b47-52e0845f2737 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-09e4ef19-e52b-4fa0-8874-4391ba1b642c { text-align: left; }
#s-34f3eda8-5f04-4c1d-8d65-34e6abb558ea { padding-top: 10px;
padding-bottom: 10px; }
 #s-34f3eda8-5f04-4c1d-8d65-34e6abb558ea .shogun-heading-component h5 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 15px;
   
   
   text-align: left;
 }

 

#s-14b605c8-7171-458f-a833-f8162cecc7d1 { min-height: 50px; }
#s-14b605c8-7171-458f-a833-f8162cecc7d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-c70bdfce-3f4c-407f-98f5-10ac199a55df { text-align: left; }
#s-b8594428-f68a-49b4-9206-a70e32ffe299 { padding-top: 10px;
padding-bottom: 10px; }
 #s-b8594428-f68a-49b4-9206-a70e32ffe299 .shogun-heading-component h5 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 15px;
   
   
   text-align: left;
 }

 

#s-34705744-76ad-495e-81c1-f19c59835617 { margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%; }
@media (min-width: 0px) {
[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-34705744-76ad-495e-81c1-f19c59835617"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-19c7884d-eebe-49ab-8a45-29abecb654d9 { min-height: 50px; }
#s-19c7884d-eebe-49ab-8a45-29abecb654d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-59d480bb-21f7-469f-b6c4-55f541d661cf { text-align: left; }
#s-0e8a661d-d635-4cad-a376-0a46cf5c322f { padding-top: 10px;
padding-bottom: 10px; }
 #s-0e8a661d-d635-4cad-a376-0a46cf5c322f .shogun-heading-component h5 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 15px;
   
   
   text-align: left;
 }

 

#s-3cf52495-30ff-4f86-83d3-099d0bbef439 { min-height: 50px; }
#s-3cf52495-30ff-4f86-83d3-099d0bbef439 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1a8fb70c-7f32-431e-9a91-42aa7f2d9009 { text-align: left; }
#s-c1887e2d-06c9-4e45-b185-39df1d503dac { padding-top: 10px;
padding-bottom: 10px; }
 #s-c1887e2d-06c9-4e45-b185-39df1d503dac .shogun-heading-component h5 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 15px;
   
   
   text-align: left;
 }

 

#s-71bf6da5-fd1d-43dc-b714-e2e500c3eec2 { min-height: 50px; }
#s-71bf6da5-fd1d-43dc-b714-e2e500c3eec2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-7d5c7a1a-ca11-42aa-88a9-9c60b211c4f1 { text-align: left; }
#s-9415119c-792e-47dc-8640-25ea6de0b859 { padding-top: 10px;
padding-bottom: 10px; }
 #s-9415119c-792e-47dc-8640-25ea6de0b859 .shogun-heading-component h5 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 15px;
   
   
   text-align: left;
 }

 

#s-e19c6054-b32c-4811-811c-8ccc515e11fe { min-height: 50px; }
#s-e19c6054-b32c-4811-811c-8ccc515e11fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-687a99a1-260d-49a6-8b82-9e6f7c70cac1 { margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0); }
#s-c49e6091-fd63-44aa-bf4f-b2ff0d846ce3 { margin-top: 2%;
margin-bottom: 2%;
padding-top: 0px;
padding-bottom: 10px; }
 #s-c49e6091-fd63-44aa-bf4f-b2ff0d846ce3 .shogun-heading-component h4 {
   color: rgba(101, 101, 101, 0.99);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 22px;
   
   
   text-align: center;
 }

 

#s-27bc9051-a226-4b88-a57f-2c3914ce7954 { text-align: center; }
@media (min-width: 0px) {
[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-c50cb41b-f899-40eb-b70f-56108976da46"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-9ee94239-ec71-4d8e-847f-a1870a21cff0 { padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px; }
#s-e9958a62-ad92-43ce-b351-1d0cda769d12 { padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px; }
#s-24fde434-d054-4749-b3af-2ad1163fb703 { padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px; }
#s-6033b9ff-f260-432e-bf18-3f27e861e8e4 { padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px; }
#s-2072eb83-af2a-4d8f-aa9b-ab01780c30de { margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 3%;
padding-right: 5%;
background-color: rgba(211, 211, 211, 1); }
#s-1518293b-d1e5-4a97-beca-376864d96359 { min-height: 50px; }
#s-1518293b-d1e5-4a97-beca-376864d96359 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-31035996-4bc8-4a24-8c6b-fd637499cf22 { background-repeat: no-repeat;
background-size: cover;
min-height: 888px;
background-position: center bottom; }
#s-31035996-4bc8-4a24-8c6b-fd637499cf22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-3b820d70-2cb4-481a-8f87-2c729feb1b3e { margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(255, 255, 255, 0.64); }
#s-7eb078ce-2e8e-4dc1-bd1d-59c3ca698d2a { text-align: center; }
#s-dbd660a1-786d-405a-a50c-46010f5f95a4 { text-align: center; }
#s-08e4d2cf-d8a9-4a8b-bd5b-f2f7757bc34b { text-align: center; }
#s-ae4a1d55-2446-45c1-8e16-b56e932e4349 { text-align: center; }
#s-2f06642d-80db-4fc2-885c-9dc004b259ce { min-height: 50px;
background-color: rgba(246, 246, 246, 1); }
#s-2f06642d-80db-4fc2-885c-9dc004b259ce > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1ace323f-8c90-46df-bf14-d5ab1b59a6d1 { margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0); }
#s-cafaf663-5b7b-4c9b-808d-9c61a79a86a6 { text-align: center; }
#s-dfe95615-f26e-4ebd-86a8-517ffd7ce0ad { min-height: 50px; }
#s-dfe95615-f26e-4ebd-86a8-517ffd7ce0ad > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-5074eeb9-98ae-48d2-9288-65bbadc045e1 {
  display: none;
}
#s-132c4459-5385-4b27-9b3f-72d497faeb6e { margin-top: 5%;
margin-bottom: 5%; }
@media (min-width: 0px) {
[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-132c4459-5385-4b27-9b3f-72d497faeb6e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  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-3acd27e8-8e35-4607-b168-e5b4c1b75c22 { text-align: left; }
.shg-gallery-thumb-list {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

#s-599e4bba-b1d0-4a65-9b4d-b4cb248d3000 { padding-top: 20px;
padding-bottom: 20px;
text-align: left; }
#s-599e4bba-b1d0-4a65-9b4d-b4cb248d3000 .shg-gallery-thumb-image-wrapper {
  
  flex-basis: 16.666666666666668%;
  padding-right: 10px;
  padding-bottom: 10px;
}

#s-599e4bba-b1d0-4a65-9b4d-b4cb248d3000 .shg-gallery-thumb-list-margin {
  margin-right: -10px;
}

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

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

#s-a21ebbc2-0bc3-46ed-90bc-9e656f2160b3 { padding-top: 10px;
padding-bottom: 10px;
text-align: left; }
#s-a21ebbc2-0bc3-46ed-90bc-9e656f2160b3 .shg-product-title-component h2 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 24px;
}

#s-784b5635-de34-4306-88cd-17acf6fa15a4 { margin-top: 10px;
margin-bottom: 10px;
text-align: left; }
#s-784b5635-de34-4306-88cd-17acf6fa15a4 .shg-product-sold-out {
  display: none;
}

#s-784b5635-de34-4306-88cd-17acf6fa15a4 .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-784b5635-de34-4306-88cd-17acf6fa15a4 .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-6461d705-f053-4187-8816-1cad830d51e4 { margin-top: 10px;
margin-bottom: 10px;
text-align: left; }
#s-6461d705-f053-4187-8816-1cad830d51e4 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-6461d705-f053-4187-8816-1cad830d51e4 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-6461d705-f053-4187-8816-1cad830d51e4 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-6461d705-f053-4187-8816-1cad830d51e4 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-590677a1-36cc-4b9f-86aa-be7aca0c10dd { margin-top: 10px;
margin-bottom: 10px;
text-align: left; }
#s-590677a1-36cc-4b9f-86aa-be7aca0c10dd .shg-product-quantity-wrapper {
  display: flex;
}

#s-590677a1-36cc-4b9f-86aa-be7aca0c10dd .shg-product-quantity-wrapper input {
  flex: auto;
  text-align: center;
  width: calc(100% - 70px);
  margin: 0 !important;
}


  #s-590677a1-36cc-4b9f-86aa-be7aca0c10dd .shg-product-quantity-wrapper button.shg-product-quantity-button {
    border: 0 !important;
    margin: 0 !important;
  }

  #s-590677a1-36cc-4b9f-86aa-be7aca0c10dd .shg-product-quantity-wrapper button.shg-product-quantity-button-left {
    margin-right: 10px !important;
  }

  #s-590677a1-36cc-4b9f-86aa-be7aca0c10dd .shg-product-quantity-wrapper button.shg-product-quantity-button-right {
    margin-left: 10px !important;
  }



.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-f7a1fa59-b751-4175-b91f-336af66a02fd { margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 150px;
text-align: center;
background-color: rgba(4, 4, 4, 1); }
#s-f7a1fa59-b751-4175-b91f-336af66a02fd:hover {background-color: #3cb0fd !important;
text-decoration: none !important;}
#s-f7a1fa59-b751-4175-b91f-336af66a02fd:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-f7a1fa59-b751-4175-b91f-336af66a02fd {
  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-f7a1fa59-b751-4175-b91f-336af66a02fd.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f7a1fa59-b751-4175-b91f-336af66a02fd.shg-btn {
  color: #ffffff;
  font-size: 18px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-f7a1fa59-b751-4175-b91f-336af66a02fd.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-eaec4266-0384-44ea-88d2-b32b775d0004 { min-height: 50px; }
#s-eaec4266-0384-44ea-88d2-b32b775d0004 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-03699923-6e1b-4498-9df3-7aa742ca4332 { min-height: 50px; }
#s-03699923-6e1b-4498-9df3-7aa742ca4332 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-66eac895-0c91-486d-a6a6-58fc84127db1 { min-height: 50px; }
#s-66eac895-0c91-486d-a6a6-58fc84127db1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
.shogun-table-wrapper {
  overflow: auto;
}

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

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

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

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

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

#s-2090f551-c13c-4146-8e9e-d8ed318bcb63 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}


#s-2090f551-c13c-4146-8e9e-d8ed318bcb63 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-2090f551-c13c-4146-8e9e-d8ed318bcb63 td.shogun-table-column {
  background-color: #fff;
  padding: 10px;
  text-align: inherit;
}

#s-2090f551-c13c-4146-8e9e-d8ed318bcb63 td.shogun-table-row {
  background-color: #fff;
  padding: 10px;
}

#s-2090f551-c13c-4146-8e9e-d8ed318bcb63 td.shogun-table-column, #s-2090f551-c13c-4146-8e9e-d8ed318bcb63 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-b88dbaad-2eca-4363-b6c8-08f1e382dcb5 { margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 950px; }
#s-b88dbaad-2eca-4363-b6c8-08f1e382dcb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-de0939c1-270e-44a0-9a78-d722762f0745 { min-height: 500px;
background-color: rgba(255, 255, 255, 0); }
#s-de0939c1-270e-44a0-9a78-d722762f0745 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-dd3ffb85-0297-4596-a801-2ad91027c8d3 { margin-top: 2%;
margin-left: 2%;
margin-bottom: 0%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 0%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0); }
#s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60 { box-shadow:1px 1px 3px 1px rgba(0, 0, 0, 0.22);
margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(249, 249, 249, 1); }
@media (min-width: 0px) {
[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1e4e81a5-d54d-4eec-84da-4bf4a0690e60"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-419587bd-563a-4b53-a291-b7e5a2b5420b { padding-left: 5%;
padding-right: 5%; }
#s-6e1c3ca3-4e4d-472a-99cd-153d1820fd48 { text-align: center; }
#s-35556e2f-250c-4906-b26b-732f0b8165a8 { padding-left: 5%;
padding-right: 5%; }
#s-e1d60129-65cf-4b26-a715-fc36209f81c1 { padding-left: 5%;
padding-right: 5%; }
#s-c0a6e70d-4578-41e7-ac7b-42da2d9bdc85 { padding-left: 5%;
padding-right: 5%; }
#s-8ffcbc2a-23e5-47fc-9b0c-74e39baadcb1 { text-align: center; }
#s-3cdb6aeb-1089-4e8a-a3a8-d44091eed793 { padding-left: 5%;
padding-right: 5%; }
#s-46a8600c-3c36-4773-bf11-a437d5023c62 { min-height: 50px;
background-color: rgba(242, 242, 242, 1); }
#s-46a8600c-3c36-4773-bf11-a437d5023c62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-9aa87686-7353-46ad-9803-0f81c6288125 { margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0); }
#s-74052e99-e2d9-4a8e-9006-e92db7330782 { text-align: center; }
#s-e1445b8a-71be-4162-8ae5-d34383236d5d { margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0); }
#s-18731099-9ce8-4f08-978c-2edb9c3797d6 { box-shadow:1px 1px 7px 1px rgba(0, 0, 0, 0.21);
margin-top: 2%;
margin-left: 5%;
margin-bottom: 2%;
margin-right: 5%;
padding-top: 3%;
padding-left: 3%;
padding-bottom: 3%;
padding-right: 3%;
background-color: rgba(255, 255, 255, 1); }
#s-b7e8cd65-d166-4392-a65c-93e6d2d234c7 { margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%; }
@media (min-width: 0px) {
[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-b7e8cd65-d166-4392-a65c-93e6d2d234c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-bb25ac19-dfcb-4981-9f49-73b6c594dbc6 { min-height: 50px; }
#s-bb25ac19-dfcb-4981-9f49-73b6c594dbc6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-dc6f813c-5d6f-45c5-b1ac-37bbb4fc8c99 { text-align: center; }
#s-0022d7a5-5573-4aae-8bf3-d497a5a98ecf { padding-top: 10px;
padding-bottom: 10px; }
 #s-0022d7a5-5573-4aae-8bf3-d497a5a98ecf .shogun-heading-component h5 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 15px;
   
   
   text-align: left;
 }

 

#s-c35c693b-dfef-4ccf-b27c-84a30eb52cbc { min-height: 50px; }
#s-c35c693b-dfef-4ccf-b27c-84a30eb52cbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-128b6c8a-af0b-4e64-b37f-a3288e31b293 { text-align: center; }
#s-4d8ba9f0-443a-4d57-bf26-c7366619190e { padding-top: 10px;
padding-bottom: 10px; }
 #s-4d8ba9f0-443a-4d57-bf26-c7366619190e .shogun-heading-component h5 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 15px;
   
   
   text-align: left;
 }

 

#s-01ce01b2-e0e5-43e1-8a9c-1e147adfeb3b { min-height: 50px; }
#s-01ce01b2-e0e5-43e1-8a9c-1e147adfeb3b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-64ec331f-e175-4f8f-b817-b0f4001b9582 { text-align: left; }
#s-ee58d314-2e54-462d-b3fb-4c53c16f096c { padding-top: 10px;
padding-bottom: 10px; }
 #s-ee58d314-2e54-462d-b3fb-4c53c16f096c .shogun-heading-component h5 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 15px;
   
   
   text-align: left;
 }

 

#s-859df372-8df1-497b-abf0-22cccf0455d2 { margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%; }
@media (min-width: 0px) {
[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-859df372-8df1-497b-abf0-22cccf0455d2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-c94bb363-59f4-4403-a593-1a041c427d80 { min-height: 50px; }
#s-c94bb363-59f4-4403-a593-1a041c427d80 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-68699fee-2845-4ca8-a9f5-a546d6b5a1b2 { text-align: left; }
#s-c19b7d05-fab1-4253-aa17-6002dc97cdf3 { padding-top: 10px;
padding-bottom: 10px; }
 #s-c19b7d05-fab1-4253-aa17-6002dc97cdf3 .shogun-heading-component h5 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 15px;
   
   
   text-align: left;
 }

 

#s-3ee545ad-47f0-485f-92eb-7e29d8b06f36 { min-height: 50px; }
#s-3ee545ad-47f0-485f-92eb-7e29d8b06f36 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-2a2f15b5-ab06-4c7f-94d9-3779bdcedace { text-align: left; }
#s-51c5fe39-d61b-46ca-a6ff-57bf0b5adaec { padding-top: 10px;
padding-bottom: 10px; }
 #s-51c5fe39-d61b-46ca-a6ff-57bf0b5adaec .shogun-heading-component h5 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 15px;
   
   
   text-align: left;
 }

 

#s-2bfdd910-a6c9-4c56-87ec-fd1a01c46c23 { min-height: 50px; }
#s-2bfdd910-a6c9-4c56-87ec-fd1a01c46c23 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-cc3463b9-ba85-4a6c-8202-24e63b52eb55 { text-align: left; }
#s-5f3f8688-4c78-4bd6-abc0-7b379f696d52 { padding-top: 10px;
padding-bottom: 10px; }
 #s-5f3f8688-4c78-4bd6-abc0-7b379f696d52 .shogun-heading-component h5 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 15px;
   
   
   text-align: left;
 }

 

#s-5490f3e4-4619-4f8d-879d-971ab6412bdc { background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iYzBjNjFhYTUtMTczOC00ZTBkLWJiYWQtZDhkODQwODI0NjU3IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYWNhY2FjO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYmViZWJlO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNjMGM2MWFhNS0xNzM4LTRlMGQtYmJhZC1kOGQ4NDA4MjQ2NTcpIi8+PC9zdmc+);
background-repeat: no-repeat;
min-height: 50px; }
#s-5490f3e4-4619-4f8d-879d-971ab6412bdc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-abc5da0c-6776-454b-b32f-4bfa465a4e93 { margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
padding-top: 2%;
padding-left: 2%;
padding-right: 2%;
background-color: rgba(147, 147, 147, 0); }
#s-7f963456-2c89-4133-bb2b-fb615cfbb623 { box-shadow:1px 1px 3px 2px rgba(0, 0, 0, 0.17);
margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(253, 253, 253, 1); }
#s-7f963456-2c89-4133-bb2b-fb615cfbb623 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-bf3bad61-1a96-4e7a-9ee7-571951ba6235 { margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px; }
 #s-bf3bad61-1a96-4e7a-9ee7-571951ba6235 .shogun-heading-component h4 {
   color: rgba(76, 76, 76, 1);
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 26px;
   
   
   text-align: center;
 }

 

#s-a96ea59d-a72f-4d50-983a-ab21265f8d73 { text-align: center; }
#s-e255743a-ce74-4351-9dc9-214f5c26e316 { padding-top: 5px;
padding-bottom: 0px; }
#s-622cf62b-49e7-4e61-bff1-5e1fdd12b973 { margin-top: 3%;
margin-bottom: 0%; }
@media (min-width: 0px) {
[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-622cf62b-49e7-4e61-bff1-5e1fdd12b973"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-2013d5b4-e0e4-4ba7-a9be-1db39bcdde63 { text-align: center; }
#s-f5dc8e9c-53ab-4adb-8841-da5d76e0097e { padding-top: 5px;
padding-bottom: 0px; }
#s-a2ac946c-2917-4838-a25d-d848dcea06e4 { text-align: center; }
#s-557f60fb-1c8f-462e-8a9a-028981e8397e { padding-top: 5px;
padding-bottom: 0px; }
#s-982ca85f-7b85-4906-bbd7-bd9a2f7b9833 { padding-top: 1%;
padding-left: 2%;
padding-bottom: 1%;
padding-right: 2%; }
#s-6d8065b6-589a-4fb1-b652-1860a2eb967c { box-shadow:1px 1px 3px 2px rgba(0, 0, 0, 0.17);
margin-top: 2%;
margin-left: 3%;
margin-bottom: 2%;
margin-right: 3%;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(253, 253, 253, 1); }
#s-6d8065b6-589a-4fb1-b652-1860a2eb967c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-17490b7e-98c3-457c-8459-a9230cf9e817 { margin-top: 3%;
margin-bottom: 0%; }
@media (min-width: 0px) {
[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-17490b7e-98c3-457c-8459-a9230cf9e817"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5c00eb8b-4b0d-4439-8449-708d59e7a195 { text-align: center; }
#s-1082f787-5ba6-45bf-8cd4-53feefcaf224 { padding-top: 5px;
padding-bottom: 0px; }
#s-2c3f9475-ee27-4f6f-a52e-31d804defca2 { margin-top: 3%;
margin-bottom: 0%; }
@media (min-width: 0px) {
[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2c3f9475-ee27-4f6f-a52e-31d804defca2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b3e69c77-e708-4354-ae2b-b6e64d2c390a { text-align: center; }
#s-c8451b6c-0d77-4ffb-b3aa-958d859fb5f8 { padding-top: 5px;
padding-bottom: 0px; }
#s-2ff57b3b-a84d-4701-9ebe-942c982d08f1 { margin-top: 3%;
margin-bottom: 0%; }
@media (min-width: 0px) {
[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2ff57b3b-a84d-4701-9ebe-942c982d08f1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f6035751-9898-41d2-82b1-0250f66ef014 { text-align: center; }
#s-93646246-fe47-42c4-bd1c-669174d11b2f { padding-top: 5px;
padding-bottom: 0px; }
#s-51030a52-a9d1-4c14-81ac-5d964a3e55c1 { margin-top: 3%;
margin-bottom: 0%; }
@media (min-width: 0px) {
[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51030a52-a9d1-4c14-81ac-5d964a3e55c1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b4333283-5598-4b26-aead-8ebff8cccba4 { text-align: center; }
#s-91b3840f-b606-4d1a-ac2d-ffe202f6e9d0 { padding-top: 5px;
padding-bottom: 0px; }
#s-ad2b56c2-23e9-421d-89af-5dff0ebf430c { min-height: 50px; }
#s-ad2b56c2-23e9-421d-89af-5dff0ebf430c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-69f2aa24-97d7-4483-b529-029976dd2d72 { min-height: 50px; }
#s-69f2aa24-97d7-4483-b529-029976dd2d72 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
@media (min-width: 0px) {
[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-38e89a61-6a19-4624-966d-533b9d281496"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-ace2d488-8161-4b3f-89ec-5261a3038f21 { border-style: solid;
margin-left: auto;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
max-width: 400px;
border-color: rgba(218, 218, 218, 1); }
#s-ace2d488-8161-4b3f-89ec-5261a3038f21 {
  display: none;
}
#s-d2d13622-f203-46d6-9396-bfb311816889 { margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center; }
#s-d37f9e0d-0810-49f8-a249-5aa3d9282a51 { padding-top: 10px;
padding-bottom: 10px;
text-align: center; }
#s-d37f9e0d-0810-49f8-a249-5aa3d9282a51 .shg-product-title-component h3 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 18px;
}

#s-3abcb0c8-405b-46d1-a306-0ad14de9221a { text-align: center; }
#s-3abcb0c8-405b-46d1-a306-0ad14de9221a .shg-product-sold-out {
  display: none;
}

#s-3abcb0c8-405b-46d1-a306-0ad14de9221a .shg-product-price {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 17px;
}

#s-3abcb0c8-405b-46d1-a306-0ad14de9221a .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-3b61fe5e-3590-44b1-84a4-59bce0a1d823 { margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 4px;
max-width: 120px;
text-align: center;
background-color: rgba(141, 198, 63, 1); }
#s-3b61fe5e-3590-44b1-84a4-59bce0a1d823:hover {background-color: rgba(75, 118, 18, 1) !important;
text-decoration: none !important;}
#s-3b61fe5e-3590-44b1-84a4-59bce0a1d823:active {background-color: #000000 !important;
text-decoration: none !important;}

#s-3b61fe5e-3590-44b1-84a4-59bce0a1d823 {
  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-3b61fe5e-3590-44b1-84a4-59bce0a1d823.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-3b61fe5e-3590-44b1-84a4-59bce0a1d823.shg-btn {
  color: #ffffff;
  font-size: 15px;
  font-weight:  normal ;
  font-style:  normal ;
  
}

#s-3b61fe5e-3590-44b1-84a4-59bce0a1d823.shg-btn.shg-product-atc-error {
  font-weight:  normal ;
  
  font-style:  normal ;
  
  color: ;
}



#s-01b3c651-548d-4ae4-abb3-38455aadfc27 { min-height: 50px; }
#s-01b3c651-548d-4ae4-abb3-38455aadfc27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-26c7568b-3e23-4486-92de-b2e096f8617f { text-align: center; }
#s-197e4c2b-2547-41aa-bac7-7145bc5633ca { text-align: center; }
#s-7ce728f6-c73d-48c4-9d33-1fa378fd9ffb { margin-top: 5%;
margin-bottom: 5%;
min-height: 50px; }
#s-7ce728f6-c73d-48c4-9d33-1fa378fd9ffb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}
#s-1edb9f8b-6a4e-40a8-bc64-33e96cc09a61 { margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px; }
 #s-1edb9f8b-6a4e-40a8-bc64-33e96cc09a61 .shogun-heading-component h2 {
   color: #000;
   font-weight:  normal ;
   
   font-style:  normal ;
   font-size: 24px;
   
   
   text-align: center;
 }

 

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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