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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-3d1414a0-2ff4-4eb6-83d9-503c06603bbb {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-3d1414a0-2ff4-4eb6-83d9-503c06603bbb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d1414a0-2ff4-4eb6-83d9-503c06603bbb.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-950fcc8f-6c65-4c6b-8679-795962782e85 {
  margin-left: 2%;
margin-right: 2%;
}

#s-950fcc8f-6c65-4c6b-8679-795962782e85 .shogun-tabs {
  justify-content: flex-start;
}


  #s-950fcc8f-6c65-4c6b-8679-795962782e85 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid #DDDDDD;
  }
  #s-950fcc8f-6c65-4c6b-8679-795962782e85 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(141, 198, 63, 1);
    border: 1px solid #ddd;
  }
#s-950fcc8f-6c65-4c6b-8679-795962782e85 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(112, 112, 112, 1);
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-950fcc8f-6c65-4c6b-8679-795962782e85 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-950fcc8f-6c65-4c6b-8679-795962782e85 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(141, 198, 63, 1);
}

#s-950fcc8f-6c65-4c6b-8679-795962782e85 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid #ddd;
}

#s-950fcc8f-6c65-4c6b-8679-795962782e85 .shogun-tab {
  max-width: calc(100% / 4 - (4 - 2) * 2px / 4);
}

#s-664c42c6-315c-4087-b5ef-33f1e43cd206 {
  min-height: 50px;
}








#s-664c42c6-315c-4087-b5ef-33f1e43cd206 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-664c42c6-315c-4087-b5ef-33f1e43cd206.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b0d82488-5c6c-48e7-a84b-dc4ccc470ec5 {
  min-height: 50px;
}








#s-b0d82488-5c6c-48e7-a84b-dc4ccc470ec5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b0d82488-5c6c-48e7-a84b-dc4ccc470ec5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-6585a3e2-8364-456f-918c-86f28ea994f7 {
  min-height: 50px;
}








#s-6585a3e2-8364-456f-918c-86f28ea994f7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6585a3e2-8364-456f-918c-86f28ea994f7.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ab8e769a-4ae3-41ec-b5be-1c55402390fc {
  min-height: 50px;
}








#s-ab8e769a-4ae3-41ec-b5be-1c55402390fc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab8e769a-4ae3-41ec-b5be-1c55402390fc.shg-box.shg-c {
  justify-content: center;
}

#s-9d20a6ff-35fc-422a-9ad8-ac9358647c17 {
  padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
background-color: rgba(255, 255, 255, 0.42);
}








#s-9d20a6ff-35fc-422a-9ad8-ac9358647c17 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d20a6ff-35fc-422a-9ad8-ac9358647c17.shg-box.shg-c {
  justify-content: center;
}

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

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

#s-24edea73-646d-4207-99c4-cc4d6638804b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-24edea73-646d-4207-99c4-cc4d6638804b .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 30px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6a3f5dcd-3dcc-4eba-af82-1f60c5d7d49f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a3f5dcd-3dcc-4eba-af82-1f60c5d7d49f .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ebe5b687-b757-4050-ba4f-e8c4a4f91d48 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ebe5b687-b757-4050-ba4f-e8c4a4f91d48 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-dacf6d53-8a64-4874-860b-282f90daac46 {
  margin-left: auto;
margin-right: auto;
max-width: 800px;
}

.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-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef {
  background-color: rgba(240, 240, 240, 1);
}

@media (min-width: 0px) {
[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c7b33c8e-8a29-4860-af0d-ae5b7e0097ef"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4272975c-c58b-462c-960e-5b968b9b6601 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 500px;
}








#s-4272975c-c58b-462c-960e-5b968b9b6601 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4272975c-c58b-462c-960e-5b968b9b6601.shg-box.shg-c {
  justify-content: center;
}

#s-a3de349c-f92b-4d1e-9b1f-b34344916cc4 .shogun-icon-wrapper {
  text-align: center;
}


#s-a3de349c-f92b-4d1e-9b1f-b34344916cc4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 64px !important;
  color: rgba(141, 198, 63, 1);
}

#s-34269a5f-90ae-4522-868e-84a9d90be2f4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-34269a5f-90ae-4522-868e-84a9d90be2f4 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-baec8e9d-d295-490c-87ac-200e0d654890 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-baec8e9d-d295-490c-87ac-200e0d654890 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ea7a4c1e-82b0-45e7-a57f-d7f15bf46223 {
  min-height: 50px;
}








#s-ea7a4c1e-82b0-45e7-a57f-d7f15bf46223 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ea7a4c1e-82b0-45e7-a57f-d7f15bf46223.shg-box.shg-c {
  justify-content: center;
}

#s-bd3358b1-3944-48f2-98fd-b03dcccdd3e6 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-09b2ae95-c5e7-4454-b14b-e6834febd8d5 {
  text-align: center;
}




  #s-09b2ae95-c5e7-4454-b14b-e6834febd8d5 img.shogun-image {
    
    width: px;
  }


#s-09b2ae95-c5e7-4454-b14b-e6834febd8d5 .shogun-image-content {
  
    align-items: center;
  
}

#s-e0eaaee8-82e7-402a-a92f-3bc25f094547 {
  min-height: 500px;
}








#s-e0eaaee8-82e7-402a-a92f-3bc25f094547 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e0eaaee8-82e7-402a-a92f-3bc25f094547.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d1f0bf13-06b7-4981-a660-27f3359fda4f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMjMwYzgwZDEtZTkwOC00NmJjLTk4YTEtYzc4NWYzNGQ2NTAzIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYjZkNmYwO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMyMzBjODBkMS1lOTA4LTQ2YmMtOThhMS1jNzg1ZjM0ZDY1MDMpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
min-height: 50px;
}








#s-d1f0bf13-06b7-4981-a660-27f3359fda4f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1f0bf13-06b7-4981-a660-27f3359fda4f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-35610ef0-46b5-4428-8cb1-53f6fe99c112"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4385f80e-709c-462c-bc4c-6e3a22f7a5ee {
  min-height: 400px;
}








#s-4385f80e-709c-462c-bc4c-6e3a22f7a5ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4385f80e-709c-462c-bc4c-6e3a22f7a5ee.shg-box.shg-c {
  justify-content: center;
}

#s-00035228-c645-46e3-a652-e958dc708318 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
text-align: center;
}




  #s-00035228-c645-46e3-a652-e958dc708318 img.shogun-image {
    
    width: px;
  }


#s-00035228-c645-46e3-a652-e958dc708318 .shogun-image-content {
  
    align-items: center;
  
}

#s-7058ff18-b032-4f63-a4cd-80db57812308 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

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

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

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-7693628d-5bd2-426b-95d9-48a6a6f0fdcc {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: #252525;
text-decoration: none;
}
#s-7693628d-5bd2-426b-95d9-48a6a6f0fdcc:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-7693628d-5bd2-426b-95d9-48a6a6f0fdcc:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-7693628d-5bd2-426b-95d9-48a6a6f0fdcc.shg-btn {
  color: #ffffff;
  font-size: 22px;
  
  
  
  display:  inline-block ;
}

#s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e {
  margin-top: 2%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-3ebcf7e7-0922-49c6-999e-cf9de3f3025e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-30a26aed-2905-4b92-b112-5e84036cd199 .shogun-icon-wrapper {
  text-align: left;
}


#s-30a26aed-2905-4b92-b112-5e84036cd199 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(141, 220, 99, 1);
}

#s-c385f01e-2643-4c61-8d86-263c6bc3b3bb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c385f01e-2643-4c61-8d86-263c6bc3b3bb .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a42d5c38-64d3-47bd-be83-ef5d32585883 {
  margin-top: 2%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a42d5c38-64d3-47bd-be83-ef5d32585883"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9fc51aca-a185-4d08-9fe2-7cd1e9bb90e9 .shogun-icon-wrapper {
  text-align: left;
}


#s-9fc51aca-a185-4d08-9fe2-7cd1e9bb90e9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(141, 220, 99, 1);
}

#s-f0edde3f-1349-4dcb-96b0-88c2d609de51 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-f0edde3f-1349-4dcb-96b0-88c2d609de51 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fd1eb65c-8085-47ac-bf89-f712bf683cf7 {
  margin-top: 2%;
margin-bottom: 2%;
}

@media (min-width: 0px) {
[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fd1eb65c-8085-47ac-bf89-f712bf683cf7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b30b50a5-80d7-4148-ba77-a9826ee96dee .shogun-icon-wrapper {
  text-align: left;
}


#s-b30b50a5-80d7-4148-ba77-a9826ee96dee .shogun-icon-wrapper > .shogun-icon {

  font-size: 40px !important;
  color: rgba(141, 220, 99, 1);
}

#s-2f40bc9c-01ed-40cb-a8f4-7b1467a92611 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2f40bc9c-01ed-40cb-a8f4-7b1467a92611 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-99369b31-c96c-4e74-bdb5-9b6583ab3c02 {
  background-color: rgba(232, 232, 232, 1);
}

@media (min-width: 0px) {
[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-99369b31-c96c-4e74-bdb5-9b6583ab3c02"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-67dd20e2-4604-4c11-88ac-ff1007ca01f3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-67dd20e2-4604-4c11-88ac-ff1007ca01f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67dd20e2-4604-4c11-88ac-ff1007ca01f3.shg-box.shg-c {
  justify-content: center;
}

#s-272baf07-616c-4119-8927-ddc98288f27a {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 450px;
}








#s-272baf07-616c-4119-8927-ddc98288f27a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-272baf07-616c-4119-8927-ddc98288f27a.shg-box.shg-c {
  justify-content: center;
}

#s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5 {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6c484c25-8b54-4a6b-8b10-346d5c4d64b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5607dcd3-e5dd-4aad-9f62-3c2c447df30c {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-5607dcd3-e5dd-4aad-9f62-3c2c447df30c img.shogun-image {
    
    width: px;
  }


#s-5607dcd3-e5dd-4aad-9f62-3c2c447df30c .shogun-image-content {
  
    align-items: center;
  
}

#s-0df15032-e5e5-499f-9339-c97ab10be9df {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-0df15032-e5e5-499f-9339-c97ab10be9df .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-d5cacbb9-a452-487b-be76-c8129162f56f {
  margin-top: 1%;
margin-left: 5%;
margin-bottom: 1%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d5cacbb9-a452-487b-be76-c8129162f56f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1d389caf-c9b6-4cdd-a49f-2ac6f9d2ae46 {
  text-align: center;
}




  #s-1d389caf-c9b6-4cdd-a49f-2ac6f9d2ae46 img.shogun-image {
    
    width: px;
  }


#s-1d389caf-c9b6-4cdd-a49f-2ac6f9d2ae46 .shogun-image-content {
  
    align-items: center;
  
}

#s-45204087-cac2-43dd-9a88-6943978d7e0a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-45204087-cac2-43dd-9a88-6943978d7e0a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e3f39e15-99f7-44b3-8d50-dbf32531aa7f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-34664ddb-a260-4ff0-b599-1a9f23a2a1dc {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-34664ddb-a260-4ff0-b599-1a9f23a2a1dc img.shogun-image {
    
    width: px;
  }


#s-34664ddb-a260-4ff0-b599-1a9f23a2a1dc .shogun-image-content {
  
    align-items: center;
  
}

#s-ed645bf8-911c-4984-b959-965c2d5fbbdc {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ed645bf8-911c-4984-b959-965c2d5fbbdc .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-55e73707-1504-4045-ade8-591adff2f25b {
  margin-left: auto;
margin-right: auto;
}

#s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc {
  background-color: rgba(217, 217, 217, 1);
}

@media (min-width: 0px) {
[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-c86983bc-1e64-4ab9-b9c5-0802ff3187fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c9f29fd9-861f-4f14-a763-cfb69a294025 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 500px;
}








#s-c9f29fd9-861f-4f14-a763-cfb69a294025 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c9f29fd9-861f-4f14-a763-cfb69a294025.shg-box.shg-c {
  justify-content: center;
}

#s-449f7e0c-8090-44b6-bd80-61e781fd34b2 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-449f7e0c-8090-44b6-bd80-61e781fd34b2 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0e203492-cec4-49e3-b6d2-fa8bd2e9f69c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-337b054d-af80-47cc-8ec9-f2fada46d13f {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-337b054d-af80-47cc-8ec9-f2fada46d13f img.shogun-image {
    
    width: px;
  }


#s-337b054d-af80-47cc-8ec9-f2fada46d13f .shogun-image-content {
  
    align-items: center;
  
}

#s-728c100e-dc7b-4b31-9188-75a399e8e78e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-728c100e-dc7b-4b31-9188-75a399e8e78e .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8e107e2e-7a94-4fec-b605-30ee57d4ed17 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-0dbe0c7a-5c9b-4a7e-ba75-8db4b69a49a6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b8ac7dfd-0945-472a-b85b-68de7dcf3dcb {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-b8ac7dfd-0945-472a-b85b-68de7dcf3dcb img.shogun-image {
    
    width: px;
  }


#s-b8ac7dfd-0945-472a-b85b-68de7dcf3dcb .shogun-image-content {
  
    align-items: center;
  
}

#s-398a2096-7fc0-402f-9769-fff6d1f47d70 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-398a2096-7fc0-402f-9769-fff6d1f47d70 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ca7a5c4e-b9ba-4536-bf98-72e2ebb643a1 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e7e3478b-c611-420c-ae31-cf0c840175d4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-355b08b9-5524-415f-be34-f9efdbc9d7e6 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-355b08b9-5524-415f-be34-f9efdbc9d7e6 img.shogun-image {
    
    width: px;
  }


#s-355b08b9-5524-415f-be34-f9efdbc9d7e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-30e566d2-5382-43c4-a249-496c13816279 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-30e566d2-5382-43c4-a249-496c13816279 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7c232a16-0da0-45b9-9f4b-8e099e9bb2ce {
  margin-left: auto;
margin-right: auto;
}

#s-4b3e7b34-da54-46f6-b65d-2c113c4a41dc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-4b3e7b34-da54-46f6-b65d-2c113c4a41dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b3e7b34-da54-46f6-b65d-2c113c4a41dc.shg-box.shg-c {
  justify-content: center;
}

#s-627090d6-27e9-415d-ae12-aef5cfdc2bae {
  background-color: rgba(234, 234, 234, 1);
}

@media (min-width: 0px) {
[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-627090d6-27e9-415d-ae12-aef5cfdc2bae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-63940435-e214-4ae9-9955-b8acc52c0b20 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-63940435-e214-4ae9-9955-b8acc52c0b20 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63940435-e214-4ae9-9955-b8acc52c0b20.shg-box.shg-c {
  justify-content: center;
}

#s-65abba7e-70c1-43bf-b656-e9b5e776f88d {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 500px;
background-color: rgba(255, 255, 255, 0);
}








#s-65abba7e-70c1-43bf-b656-e9b5e776f88d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-65abba7e-70c1-43bf-b656-e9b5e776f88d.shg-box.shg-c {
  justify-content: center;
}

#s-8fbcbb5b-1a43-4e08-aa02-b0a716194a50 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8fbcbb5b-1a43-4e08-aa02-b0a716194a50 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6971501c-7592-400d-a423-43f24dbfd300"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3d6414b7-f444-4ca9-88f5-8cf99e6aef3b {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-3d6414b7-f444-4ca9-88f5-8cf99e6aef3b img.shogun-image {
    
    width: px;
  }


#s-3d6414b7-f444-4ca9-88f5-8cf99e6aef3b .shogun-image-content {
  
    align-items: center;
  
}

#s-651ee1ca-d639-44e5-84d1-c85622b8566c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-651ee1ca-d639-44e5-84d1-c85622b8566c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9df2d74e-2d67-4e2d-8107-409f34e7988f {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f11e2ef3-70f9-4c26-bc54-74b15d2202fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-3457a82c-0a66-4f04-9c71-0484d4c02103 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-3457a82c-0a66-4f04-9c71-0484d4c02103 img.shogun-image {
    
    width: px;
  }


#s-3457a82c-0a66-4f04-9c71-0484d4c02103 .shogun-image-content {
  
    align-items: center;
  
}

#s-dd20a88d-c947-4279-ba42-f274deebf983 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dd20a88d-c947-4279-ba42-f274deebf983 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-78096965-8880-4537-8ef2-98c3e451d90a {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f9e789f2-ac95-42d4-ab8d-5e86ebae56ae"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8cc629d8-8466-4152-8a3d-cf89c34e3f77 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-8cc629d8-8466-4152-8a3d-cf89c34e3f77 img.shogun-image {
    
    width: px;
  }


#s-8cc629d8-8466-4152-8a3d-cf89c34e3f77 .shogun-image-content {
  
    align-items: center;
  
}

#s-8c3e980e-82b8-4950-b8a3-e082ed49c3c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8c3e980e-82b8-4950-b8a3-e082ed49c3c8 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a2f31c18-7796-4ffb-bd64-a76a5490c44c {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-8b88ed5e-4ca2-4159-9f0a-dbffa6bf58a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-0dc46ade-f517-4e99-a95f-979259013c63 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 500px;
background-color: rgba(255, 255, 255, 0);
}








#s-0dc46ade-f517-4e99-a95f-979259013c63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0dc46ade-f517-4e99-a95f-979259013c63.shg-box.shg-c {
  justify-content: center;
}

#s-3eb41b6f-4b05-4eb9-920f-444ea4b3f21c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3eb41b6f-4b05-4eb9-920f-444ea4b3f21c .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-325f6951-344d-49b3-8e7b-c06dba91977a {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-b59cf012-571a-42af-ba39-dc7ef6a6a96f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-b59cf012-571a-42af-ba39-dc7ef6a6a96f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b59cf012-571a-42af-ba39-dc7ef6a6a96f.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-67933b33-9ab2-44a0-964c-d6a4269d450f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7cc04154-5a3c-4ba2-9f2a-8c8873dc8f63 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-7cc04154-5a3c-4ba2-9f2a-8c8873dc8f63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7cc04154-5a3c-4ba2-9f2a-8c8873dc8f63.shg-box.shg-c {
  justify-content: center;
}

#s-4e731686-c6be-45f9-87d6-2c5466a08360 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 500px;
}








#s-4e731686-c6be-45f9-87d6-2c5466a08360 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4e731686-c6be-45f9-87d6-2c5466a08360.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4001352f-f500-4b32-b722-13a553d20c02"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5e4da566-55e3-4b1f-92d5-824b6a47ae2f {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-5e4da566-55e3-4b1f-92d5-824b6a47ae2f img.shogun-image {
    
    width: px;
  }


#s-5e4da566-55e3-4b1f-92d5-824b6a47ae2f .shogun-image-content {
  
    align-items: center;
  
}

#s-9d30bd7a-260b-4126-8449-a5e5bc35aa54 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9d30bd7a-260b-4126-8449-a5e5bc35aa54 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-42c846bd-1f5b-484a-917b-2fd92c5fcd44 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b246217-fbd5-4cae-9311-b49189e2468b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bc79c35a-2cff-4ac2-9fae-2eac70025822 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-bc79c35a-2cff-4ac2-9fae-2eac70025822 img.shogun-image {
    
    width: px;
  }


#s-bc79c35a-2cff-4ac2-9fae-2eac70025822 .shogun-image-content {
  
    align-items: center;
  
}

#s-d358bdd3-90b6-436a-9d47-6b960d760976 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d358bdd3-90b6-436a-9d47-6b960d760976 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9d42beb1-3930-46a1-8922-27d312cad0c5 {
  margin-left: auto;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-522cab01-d57c-4021-90fc-f3094b0083b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-e2c06f57-34bd-4eee-a85e-b8f0a07bc7c4 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 500px;
}








#s-e2c06f57-34bd-4eee-a85e-b8f0a07bc7c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2c06f57-34bd-4eee-a85e-b8f0a07bc7c4.shg-box.shg-c {
  justify-content: center;
}

#s-f5f69171-008e-4918-b3b1-c0b74306c62e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f5f69171-008e-4918-b3b1-c0b74306c62e .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4d6c3a23-9a7e-4794-860f-a1b32c7731bb {
  min-height: 50px;
}








#s-4d6c3a23-9a7e-4794-860f-a1b32c7731bb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4d6c3a23-9a7e-4794-860f-a1b32c7731bb.shg-box.shg-c {
  justify-content: center;
}

#s-0a44b802-cab2-4881-9b15-efbc78835ff1 {
  margin-top: 3%;
margin-left: auto;
margin-bottom: 3%;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-0a44b802-cab2-4881-9b15-efbc78835ff1 img.shogun-image {
    
    width: px;
  }


#s-0a44b802-cab2-4881-9b15-efbc78835ff1 .shogun-image-content {
  
    align-items: center;
  
}

#s-c6fefb3a-c2b7-47a4-940c-8735ab853ba3 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-edf17bde-effb-4fa5-b937-eaae8e8b72f8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-edf17bde-effb-4fa5-b937-eaae8e8b72f8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edf17bde-effb-4fa5-b937-eaae8e8b72f8.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-7eb8159f-c6fe-4dbe-a178-f11faec79f48"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-6328fe31-f512-4581-90e4-28252e4f7d38 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-6328fe31-f512-4581-90e4-28252e4f7d38 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6328fe31-f512-4581-90e4-28252e4f7d38.shg-box.shg-c {
  justify-content: center;
}

#s-1dab8796-9f18-4c08-90c1-41b0c36f6be7 {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 500px;
}








#s-1dab8796-9f18-4c08-90c1-41b0c36f6be7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1dab8796-9f18-4c08-90c1-41b0c36f6be7.shg-box.shg-c {
  justify-content: center;
}

#s-61029af2-f0f8-421d-bbf6-2d39a8588494 {
  min-height: 50px;
}








#s-61029af2-f0f8-421d-bbf6-2d39a8588494 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61029af2-f0f8-421d-bbf6-2d39a8588494.shg-box.shg-c {
  justify-content: center;
}

#s-368fe7c4-1c10-4ea5-a715-5ceefdb7819f {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-368fe7c4-1c10-4ea5-a715-5ceefdb7819f img.shogun-image {
    
    width: px;
  }


#s-368fe7c4-1c10-4ea5-a715-5ceefdb7819f .shogun-image-content {
  
    align-items: center;
  
}

#s-40a97aaf-5549-4b2f-a9c8-594b602adf5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-40a97aaf-5549-4b2f-a9c8-594b602adf5a .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e0e0dfe1-19ad-4cef-9832-c6a043d5101a {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

@media (min-width: 0px) {
[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0818e617-de0d-477c-b548-35c36f23a8f6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-754dc8a7-de0b-43ff-a93d-bfe9e161cafe {
  padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
min-height: 500px;
}








#s-754dc8a7-de0b-43ff-a93d-bfe9e161cafe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-754dc8a7-de0b-43ff-a93d-bfe9e161cafe.shg-box.shg-c {
  justify-content: center;
}

#s-03424792-3314-43bc-bf48-b4be0aa1969c {
  min-height: 50px;
}








#s-03424792-3314-43bc-bf48-b4be0aa1969c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-03424792-3314-43bc-bf48-b4be0aa1969c.shg-box.shg-c {
  justify-content: center;
}

#s-cdc7e359-b49d-49b4-80e2-c49815b6ecf3 {
  margin-left: auto;
margin-right: auto;
max-width: 80px;
text-align: center;
}




  #s-cdc7e359-b49d-49b4-80e2-c49815b6ecf3 img.shogun-image {
    
    width: px;
  }


#s-cdc7e359-b49d-49b4-80e2-c49815b6ecf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-cbe0fddb-13b1-4e6e-b27a-a50b7de01b01 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-cbe0fddb-13b1-4e6e-b27a-a50b7de01b01 .shogun-heading-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-153c05f2-4241-4051-9eac-1a7d7c7ba668 {
  margin-left: auto;
margin-right: auto;
max-width: 500px;
}

#s-40cc70e5-12bd-4e71-a685-aa72af9a4668 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-40cc70e5-12bd-4e71-a685-aa72af9a4668 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-40cc70e5-12bd-4e71-a685-aa72af9a4668.shg-box.shg-c {
  justify-content: center;
}

#s-11f8ab96-3f24-4cbd-9b30-206ca2ee3d63 {
  min-height: 50px;
background-color: rgba(238, 238, 238, 1);
}








#s-11f8ab96-3f24-4cbd-9b30-206ca2ee3d63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-11f8ab96-3f24-4cbd-9b30-206ca2ee3d63.shg-box.shg-c {
  justify-content: center;
}

#s-7b338308-276f-4950-8956-dc5ed17b2821 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7b338308-276f-4950-8956-dc5ed17b2821 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8bc8fad8-e590-47af-95bc-cf197dd83534 {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8bc8fad8-e590-47af-95bc-cf197dd83534"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-242ac837-2559-4ba6-a49b-9d8eafffee63 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}








#s-242ac837-2559-4ba6-a49b-9d8eafffee63 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-242ac837-2559-4ba6-a49b-9d8eafffee63.shg-box.shg-c {
  justify-content: center;
}

#s-688728f1-ba2f-4ac7-820f-4c0a90e85dba {
  text-align: center;
}




  #s-688728f1-ba2f-4ac7-820f-4c0a90e85dba img.shogun-image {
    
    width: px;
  }


#s-688728f1-ba2f-4ac7-820f-4c0a90e85dba .shogun-image-content {
  
    align-items: center;
  
}

#s-b16ba7de-a2de-43b0-af9f-75b4ccb19499 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b16ba7de-a2de-43b0-af9f-75b4ccb19499 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5ccf9d33-972c-40ac-8e0e-c388c812f314 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}








#s-5ccf9d33-972c-40ac-8e0e-c388c812f314 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ccf9d33-972c-40ac-8e0e-c388c812f314.shg-box.shg-c {
  justify-content: center;
}

#s-f019d607-33fb-48bc-9762-6863bcf5a645 {
  text-align: center;
}




  #s-f019d607-33fb-48bc-9762-6863bcf5a645 img.shogun-image {
    
    width: px;
  }


#s-f019d607-33fb-48bc-9762-6863bcf5a645 .shogun-image-content {
  
    align-items: center;
  
}

#s-2de5aa4e-2e23-4ac5-b847-cce732a69cf0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-2de5aa4e-2e23-4ac5-b847-cce732a69cf0 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f {
  margin-top: 2%;
margin-left: 2%;
margin-bottom: 2%;
margin-right: 2%;
}

@media (min-width: 0px) {
[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2f3ff25d-b2c1-47bf-b16f-b0ad99a66d7f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-7e20fc73-93c7-4893-a747-a2596c75d816 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}








#s-7e20fc73-93c7-4893-a747-a2596c75d816 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7e20fc73-93c7-4893-a747-a2596c75d816.shg-box.shg-c {
  justify-content: center;
}

#s-54493589-770f-4fa9-8025-c6df2b9b150f {
  text-align: center;
}




  #s-54493589-770f-4fa9-8025-c6df2b9b150f img.shogun-image {
    
    width: px;
  }


#s-54493589-770f-4fa9-8025-c6df2b9b150f .shogun-image-content {
  
    align-items: center;
  
}

#s-e6b91cb7-218a-4594-b61e-b26f3cf91301 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e6b91cb7-218a-4594-b61e-b26f3cf91301 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d5f0884a-012e-4bdd-84da-210e567d0593 {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
min-height: 50px;
max-width: 500px;
}








#s-d5f0884a-012e-4bdd-84da-210e567d0593 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5f0884a-012e-4bdd-84da-210e567d0593.shg-box.shg-c {
  justify-content: center;
}

#s-0097fb82-3f50-4a68-bc2a-32d048e10bf3 {
  text-align: center;
}




  #s-0097fb82-3f50-4a68-bc2a-32d048e10bf3 img.shogun-image {
    
    width: px;
  }


#s-0097fb82-3f50-4a68-bc2a-32d048e10bf3 .shogun-image-content {
  
    align-items: center;
  
}

#s-153ef0e7-7427-4057-8fe1-d52e96d37a39 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-153ef0e7-7427-4057-8fe1-d52e96d37a39 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b428df3d-dd79-49a0-9166-c916e46046b5 {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iMTk0MzA2ZGYtODcwYy00Mjg5LTk4ZjQtYWE3MjZjYTUyYjU1IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwLjA1NTYiIHN0eWxlPSJzdG9wLWNvbG9yOiNiZWJlYmU7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuNTA1IiBzdHlsZT0ic3RvcC1jb2xvcjojZmRmZGZkO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxLjAwIiBzdHlsZT0ic3RvcC1jb2xvcjojYjNiM2IzO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCMxOTQzMDZkZi04NzBjLTQyODktOThmNC1hYTcyNmNhNTJiNTUpIi8+PC9zdmc+);
background-repeat: no-repeat;
padding-left: 3%;
padding-right: 3%;
min-height: 450px;
}








#s-b428df3d-dd79-49a0-9166-c916e46046b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b428df3d-dd79-49a0-9166-c916e46046b5.shg-box.shg-c {
  justify-content: center;
}

#s-ecd074ca-730e-4741-a553-8fe62b5083af {
  margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
}

@media (min-width: 0px) {
[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ecd074ca-730e-4741-a553-8fe62b5083af"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4b21ac4e-bbd9-4b3a-a8f1-1fb3a90e81b7 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 300px;
}








#s-4b21ac4e-bbd9-4b3a-a8f1-1fb3a90e81b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b21ac4e-bbd9-4b3a-a8f1-1fb3a90e81b7.shg-box.shg-c {
  justify-content: center;
}

#s-7b4b2383-67ee-4c6e-841b-0bee80d7a7b1 {
  margin-left: auto;
margin-right: auto;
padding-left: 2%;
padding-right: 2%;
max-width: 400px;
text-align: center;
}

#s-7a2a169d-1421-4981-8c42-08235db2d27d {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 300px;
}








#s-7a2a169d-1421-4981-8c42-08235db2d27d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7a2a169d-1421-4981-8c42-08235db2d27d.shg-box.shg-c {
  justify-content: center;
}

#s-14a03ae4-e3c0-4cca-a773-3fc632d65997 {
  margin-top: 2%;
margin-bottom: 2%;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-14a03ae4-e3c0-4cca-a773-3fc632d65997 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 27px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-255920e7-3ff5-4f1b-9833-03a503787a52 {
  min-height: 50px;
}








#s-255920e7-3ff5-4f1b-9833-03a503787a52 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-255920e7-3ff5-4f1b-9833-03a503787a52.shg-box.shg-c {
  justify-content: flex-start;
}

@media (min-width: 0px) {
[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ed24ba3d-590f-4872-ac5a-cb2b6fde61ba"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-528d6e25-3653-4c47-8aa3-199caeceb6e3 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-528d6e25-3653-4c47-8aa3-199caeceb6e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-528d6e25-3653-4c47-8aa3-199caeceb6e3.shg-box.shg-c {
  justify-content: flex-start;
}

#s-df73b107-0f7d-416b-adf8-6206a6291e30 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-df73b107-0f7d-416b-adf8-6206a6291e30 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-8124bb70-f78b-4f3c-bd42-d648eb18a106 {
  margin-top: 2%;
margin-bottom: 2%;
min-height: 50px;
}








#s-8124bb70-f78b-4f3c-bd42-d648eb18a106 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8124bb70-f78b-4f3c-bd42-d648eb18a106.shg-box.shg-c {
  justify-content: flex-start;
}

#s-88eeaa4d-905f-4cb1-b938-24497e899d82 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88eeaa4d-905f-4cb1-b938-24497e899d82 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d49619e6-1e3b-40ac-b13b-f6dba06aa66f {
  min-height: 50px;
}








#s-d49619e6-1e3b-40ac-b13b-f6dba06aa66f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d49619e6-1e3b-40ac-b13b-f6dba06aa66f.shg-box.shg-c {
  justify-content: flex-start;
}

#s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb {
  margin-top: 0%;
margin-bottom: 0%;
}

@media (min-width: 0px) {
[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-98c2e141-7bbc-46ce-ac19-4a3e0a872eeb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-77e1e482-a82b-4f25-ae01-59360776e591 {
  border-style: solid;
margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.35);
max-width: 400px;
text-align: center;
}

#s-77e1e482-a82b-4f25-ae01-59360776e591 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

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

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

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

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

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

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

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

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

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  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-f6a35766-5c1c-4c62-bb19-9cb41b667d63 {
  text-align: center;
}


.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 {
  max-width: 100%;
}

.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 .shg-image-zoom,
.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 {
  max-width: 100%;
}

.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 .shg-image-zoom,
.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 {
  max-width: 100%;
}

.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 .shg-image-zoom,
.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 {
  max-width: 100%;
}

.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 .shg-image-zoom,
.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 {
  max-width: 100%;
}

.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 .shg-image-zoom,
.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-f6a35766-5c1c-4c62-bb19-9cb41b667d63 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
.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-5ee8da3d-8bb0-4770-9508-5a7868275ca3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5ee8da3d-8bb0-4770-9508-5a7868275ca3 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-5b52b524-1f4d-4028-b54a-c32e8044f3f0 {
  text-align: center;
}

#s-5b52b524-1f4d-4028-b54a-c32e8044f3f0 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-5b52b524-1f4d-4028-b54a-c32e8044f3f0 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-5b52b524-1f4d-4028-b54a-c32e8044f3f0 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

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

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

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

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

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

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

#s-f3a9f781-1820-4798-9373-be787aad7ab6 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0.44);
}
#s-f3a9f781-1820-4798-9373-be787aad7ab6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-f3a9f781-1820-4798-9373-be787aad7ab6:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f3a9f781-1820-4798-9373-be787aad7ab6 {
  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-f3a9f781-1820-4798-9373-be787aad7ab6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f3a9f781-1820-4798-9373-be787aad7ab6.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-f3a9f781-1820-4798-9373-be787aad7ab6.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f3a9f781-1820-4798-9373-be787aad7ab6.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-b14c02b4-21ba-45d9-9032-1112f2782962 {
  border-style: solid;
margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.35);
max-width: 400px;
text-align: center;
}

#s-b14c02b4-21ba-45d9-9032-1112f2782962 {
  display: none;
}
#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 {
  text-align: center;
}


.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 {
  max-width: 100%;
}

.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 .shg-image-zoom,
.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 {
  max-width: 100%;
}

.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 .shg-image-zoom,
.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 {
  max-width: 100%;
}

.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 .shg-image-zoom,
.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 {
  max-width: 100%;
}

.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 .shg-image-zoom,
.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 {
  max-width: 100%;
}

.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 .shg-image-zoom,
.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-34eea561-3e23-41e0-9e5b-549ad988b3f3 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-72e93d9a-9256-4450-b86b-c8209bc2889e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-72e93d9a-9256-4450-b86b-c8209bc2889e .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-01e7c096-2907-45c5-ae24-4a64280d8b6a {
  text-align: center;
}

#s-01e7c096-2907-45c5-ae24-4a64280d8b6a .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-01e7c096-2907-45c5-ae24-4a64280d8b6a .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-01e7c096-2907-45c5-ae24-4a64280d8b6a .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-d667a413-0c12-426b-9413-e81964cc18ad {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0.44);
}
#s-d667a413-0c12-426b-9413-e81964cc18ad:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d667a413-0c12-426b-9413-e81964cc18ad:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-d667a413-0c12-426b-9413-e81964cc18ad {
  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-d667a413-0c12-426b-9413-e81964cc18ad.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-d667a413-0c12-426b-9413-e81964cc18ad.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-d667a413-0c12-426b-9413-e81964cc18ad.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-d667a413-0c12-426b-9413-e81964cc18ad.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-6c58a2a8-17e1-4531-b61a-3ff7fe40addd {
  border-style: solid;
margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.35);
max-width: 400px;
text-align: center;
}

#s-6c58a2a8-17e1-4531-b61a-3ff7fe40addd {
  display: none;
}
#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 {
  text-align: center;
}


.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 {
  max-width: 100%;
}

.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 .shg-image-zoom,
.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 {
  max-width: 100%;
}

.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 .shg-image-zoom,
.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 {
  max-width: 100%;
}

.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 .shg-image-zoom,
.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 {
  max-width: 100%;
}

.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 .shg-image-zoom,
.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 {
  max-width: 100%;
}

.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 .shg-image-zoom,
.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-eb3fcf20-b7f9-44a4-aa88-5b432e5a9205 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-bc73d579-73d2-49b2-8e21-ddaf32785294 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc73d579-73d2-49b2-8e21-ddaf32785294 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-e12517b4-5a8c-4714-a902-d395affce8bd {
  text-align: center;
}

#s-e12517b4-5a8c-4714-a902-d395affce8bd .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-e12517b4-5a8c-4714-a902-d395affce8bd .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-e12517b4-5a8c-4714-a902-d395affce8bd .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-acc1aa47-5d00-427c-9be4-009e351f7463 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0.44);
}
#s-acc1aa47-5d00-427c-9be4-009e351f7463:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-acc1aa47-5d00-427c-9be4-009e351f7463:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-acc1aa47-5d00-427c-9be4-009e351f7463 {
  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-acc1aa47-5d00-427c-9be4-009e351f7463.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-acc1aa47-5d00-427c-9be4-009e351f7463.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-acc1aa47-5d00-427c-9be4-009e351f7463.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-acc1aa47-5d00-427c-9be4-009e351f7463.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


@media (min-width: 0px) {
[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 992px) {
[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

@media (min-width: 1200px) {
[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 6.666666666666667px);
}

[id="s-8f3a61d1-66f5-4427-bb86-5ecbfbdac5a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 6.666666666666667px);
}

}

#s-d6d49ec4-cd30-4a3f-a1f1-65876833757f {
  border-style: solid;
margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.35);
max-width: 400px;
text-align: center;
}

#s-d6d49ec4-cd30-4a3f-a1f1-65876833757f {
  display: none;
}
#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 {
  text-align: center;
}


.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 {
  max-width: 100%;
}

.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 .shg-image-zoom,
.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 {
  max-width: 100%;
}

.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 .shg-image-zoom,
.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 {
  max-width: 100%;
}

.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 .shg-image-zoom,
.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 {
  max-width: 100%;
}

.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 .shg-image-zoom,
.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 {
  max-width: 100%;
}

.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 .shg-image-zoom,
.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-987f9ad0-d92e-4f7c-a8ef-1059a0ea30e6 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-8f477e0f-809e-495f-b681-a807ec221681 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f477e0f-809e-495f-b681-a807ec221681 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-013e90f7-4e00-4f0b-a707-928bdeb246eb {
  text-align: center;
}

#s-013e90f7-4e00-4f0b-a707-928bdeb246eb .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-013e90f7-4e00-4f0b-a707-928bdeb246eb .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-013e90f7-4e00-4f0b-a707-928bdeb246eb .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-f619bc09-bb51-45dd-9ad5-35aa8c8e9535 {
  margin-top: 1%;
margin-bottom: 1%;
text-align: center;
}

#s-f619bc09-bb51-45dd-9ad5-35aa8c8e9535 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-f619bc09-bb51-45dd-9ad5-35aa8c8e9535 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-f619bc09-bb51-45dd-9ad5-35aa8c8e9535 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-f619bc09-bb51-45dd-9ad5-35aa8c8e9535 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


  #s-f619bc09-bb51-45dd-9ad5-35aa8c8e9535 .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: 16px;
  }

       
    #s-f619bc09-bb51-45dd-9ad5-35aa8c8e9535 .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

#s-0dc7e240-afa3-4b04-8c1e-16e2fbd5d014 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0.44);
}
#s-0dc7e240-afa3-4b04-8c1e-16e2fbd5d014:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-0dc7e240-afa3-4b04-8c1e-16e2fbd5d014:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-0dc7e240-afa3-4b04-8c1e-16e2fbd5d014 {
  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-0dc7e240-afa3-4b04-8c1e-16e2fbd5d014.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-0dc7e240-afa3-4b04-8c1e-16e2fbd5d014.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-0dc7e240-afa3-4b04-8c1e-16e2fbd5d014.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-0dc7e240-afa3-4b04-8c1e-16e2fbd5d014.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-5c5fc658-79d6-4192-8552-c64632abc428 {
  border-style: solid;
margin-top: 2%;
margin-left: auto;
margin-bottom: 2%;
margin-right: auto;
padding-top: 2%;
padding-left: 2%;
padding-bottom: 2%;
padding-right: 2%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 0.35);
max-width: 400px;
text-align: center;
}

#s-5c5fc658-79d6-4192-8552-c64632abc428 {
  display: none;
}
#s-37ea44f9-70da-4d4b-a65a-e824070ab00e {
  text-align: center;
}


.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e {
  max-width: 100%;
}

.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e .shg-image-zoom,
.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e {
  max-width: 100%;
}

.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e .shg-image-zoom,
.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e {
  max-width: 100%;
}

.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e .shg-image-zoom,
.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e {
  max-width: 100%;
}

.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e .shg-image-zoom,
.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e {
  max-width: 100%;
}

.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e .shg-image-zoom,
.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e img.shogun-image {
  max-width: 250px !important;
  min-height:  !important;
}

.shg-c#s-37ea44f9-70da-4d4b-a65a-e824070ab00e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-0d166bfc-1057-42b7-93aa-783bade28cc6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0d166bfc-1057-42b7-93aa-783bade28cc6 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
}

#s-4a3df526-8a0b-45ef-bfb5-4be160555203 {
  text-align: center;
}

#s-4a3df526-8a0b-45ef-bfb5-4be160555203 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: 16px;
}

#s-4a3df526-8a0b-45ef-bfb5-4be160555203 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 16px;
}

#s-4a3df526-8a0b-45ef-bfb5-4be160555203 .shg-product-compare-price {
  display: none;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}
#s-8d0f01c0-3030-4c1a-afa4-d2c52f33213f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
text-align: center;
background-color: rgba(37, 37, 37, 0.44);
}
#s-8d0f01c0-3030-4c1a-afa4-d2c52f33213f:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-8d0f01c0-3030-4c1a-afa4-d2c52f33213f:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-8d0f01c0-3030-4c1a-afa4-d2c52f33213f {
  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-8d0f01c0-3030-4c1a-afa4-d2c52f33213f.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-8d0f01c0-3030-4c1a-afa4-d2c52f33213f.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}

#s-8d0f01c0-3030-4c1a-afa4-d2c52f33213f.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-8d0f01c0-3030-4c1a-afa4-d2c52f33213f.shg-btn.shg-product-atc-success {
    
    
    
    
    
  }


#s-db32d975-8834-496c-8929-df8cc031d452 {
  min-height: 50px;
}








#s-db32d975-8834-496c-8929-df8cc031d452 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db32d975-8834-496c-8929-df8cc031d452.shg-box.shg-c {
  justify-content: flex-start;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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