.shogun-countdown {
  display: flex;
  text-align: center;
  justify-content: center;
}

.shg-align-left > .shogun-countdown {
  justify-content: flex-start;
}

.shg-align-right > .shogun-countdown {
  justify-content: flex-end;
}

.shogun-countdown > div {
  padding: 5px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.shogun-countdown > div > label {
  font-size: 12px;
}

.shogun-countdown > span {
  padding: 5px;
  font-size: 32px;
  line-height: 32px;
}

.shogun-countdown > div > span {
  font-size: 32px;
  line-height: 32px;
  font-weight: 600;
}

.shogun-countdown-small > div > label {
  font-size: 8px;
}

.shogun-countdown-small > span,
.shogun-countdown-small > div > span  {
  font-size: 21px;
  line-height: 21px;
}

.shogun-countdown-large > div > label {
  font-size: 18px;
}

.shogun-countdown-large > span,
.shogun-countdown-large > div > span {
  font-size: 48px;
  line-height: 48px;
}

@media (min-width: 768px) {
  .shogun-countdown > span,
  .shogun-countdown > div > span {
    font-size: 45px;
    line-height: 45px;
  }

  .shogun-countdown-small > span,
  .shogun-countdown-small > div > span {
    font-size: 30px;
    line-height: 30px;
  }

  .shogun-countdown-large > span,
  .shogun-countdown-large > div > span {
    font-size: 68px;
    line-height: 68px;
  }
}

#s-55c0e772-e836-4b1b-bd69-2e40820a7836 {
  background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-55c0e772-e836-4b1b-bd69-2e40820a7836 {
  display: none;
}
#s-55c0e772-e836-4b1b-bd69-2e40820a7836, #wrap-s-55c0e772-e836-4b1b-bd69-2e40820a7836 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55c0e772-e836-4b1b-bd69-2e40820a7836 {
  display: none;
}
#s-55c0e772-e836-4b1b-bd69-2e40820a7836, #wrap-s-55c0e772-e836-4b1b-bd69-2e40820a7836 { display:none !important; }}@media (max-width: 767px){#s-55c0e772-e836-4b1b-bd69-2e40820a7836 {
  display: none;
}
#s-55c0e772-e836-4b1b-bd69-2e40820a7836, #wrap-s-55c0e772-e836-4b1b-bd69-2e40820a7836 { display:none !important; }}
#s-55c0e772-e836-4b1b-bd69-2e40820a7836 .shogun-countdown span, #s-55c0e772-e836-4b1b-bd69-2e40820a7836 .shogun-countdown label {
  color: rgba(240, 77, 77, 1);
}
.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

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

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

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

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

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

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

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

#s-f5e7275b-862c-4144-a02d-18e817a1a0bd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-f5e7275b-862c-4144-a02d-18e817a1a0bd {
  display: none;
}
#s-f5e7275b-862c-4144-a02d-18e817a1a0bd, #wrap-s-f5e7275b-862c-4144-a02d-18e817a1a0bd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f5e7275b-862c-4144-a02d-18e817a1a0bd {
  display: none;
}
#s-f5e7275b-862c-4144-a02d-18e817a1a0bd, #wrap-s-f5e7275b-862c-4144-a02d-18e817a1a0bd { display:none !important; }}@media (max-width: 767px){#s-f5e7275b-862c-4144-a02d-18e817a1a0bd {
  display: none;
}
#s-f5e7275b-862c-4144-a02d-18e817a1a0bd, #wrap-s-f5e7275b-862c-4144-a02d-18e817a1a0bd { display:none !important; }}







#s-f5e7275b-862c-4144-a02d-18e817a1a0bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f5e7275b-862c-4144-a02d-18e817a1a0bd.shg-box.shg-c {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-55df1ec4-df78-4247-88f4-c3da67248411 {
  text-align: center;
}
@media (min-width: 1200px){#s-55df1ec4-df78-4247-88f4-c3da67248411 {
  display: none;
}
#s-55df1ec4-df78-4247-88f4-c3da67248411, #wrap-s-55df1ec4-df78-4247-88f4-c3da67248411 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-55df1ec4-df78-4247-88f4-c3da67248411 {
  display: none;
}
#s-55df1ec4-df78-4247-88f4-c3da67248411, #wrap-s-55df1ec4-df78-4247-88f4-c3da67248411 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-55df1ec4-df78-4247-88f4-c3da67248411 {
  margin-top: 0px;
margin-bottom: 0px;
}
}@media (max-width: 767px){#s-55df1ec4-df78-4247-88f4-c3da67248411 {
  display: none;
}
#s-55df1ec4-df78-4247-88f4-c3da67248411, #wrap-s-55df1ec4-df78-4247-88f4-c3da67248411 { display:none !important; }}



  #s-55df1ec4-df78-4247-88f4-c3da67248411 img.shogun-image {
    
    width: px;
  }


#s-55df1ec4-df78-4247-88f4-c3da67248411 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-c5c6166d-4bf9-4a00-9786-61c0ee0025e6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 25px;
min-height: 600px;
}
@media (min-width: 1200px){#s-c5c6166d-4bf9-4a00-9786-61c0ee0025e6 {
  display: none;
}
#s-c5c6166d-4bf9-4a00-9786-61c0ee0025e6, #wrap-s-c5c6166d-4bf9-4a00-9786-61c0ee0025e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c5c6166d-4bf9-4a00-9786-61c0ee0025e6 {
  display: none;
}
#s-c5c6166d-4bf9-4a00-9786-61c0ee0025e6, #wrap-s-c5c6166d-4bf9-4a00-9786-61c0ee0025e6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c5c6166d-4bf9-4a00-9786-61c0ee0025e6 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-c5c6166d-4bf9-4a00-9786-61c0ee0025e6 {
  padding-left: 5%;
padding-bottom: 30px;
padding-right: 5%;
}
}







#s-c5c6166d-4bf9-4a00-9786-61c0ee0025e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c5c6166d-4bf9-4a00-9786-61c0ee0025e6.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-8a2588bc-497b-404b-837e-0ecce5479244 {
  margin-top: -20px;
margin-left: 0px;
margin-bottom: -20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-8a2588bc-497b-404b-837e-0ecce5479244 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8a2588bc-497b-404b-837e-0ecce5479244 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-8a2588bc-497b-404b-837e-0ecce5479244 {
  
}
}@media (max-width: 767px){#s-8a2588bc-497b-404b-837e-0ecce5479244 {
  
}
}
#s-8a2588bc-497b-404b-837e-0ecce5479244 .shogun-heading-component h4 {
  color: rgba(11, 11, 11, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-7d875b2f-2856-4435-aa58-112d42868d5d {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-7d875b2f-2856-4435-aa58-112d42868d5d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d875b2f-2856-4435-aa58-112d42868d5d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7d875b2f-2856-4435-aa58-112d42868d5d {
  
}
}@media (max-width: 767px){#s-7d875b2f-2856-4435-aa58-112d42868d5d {
  
}
}
#s-7d875b2f-2856-4435-aa58-112d42868d5d .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-f17a9244-e947-4dae-9fa1-bd3ccd777461 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-f17a9244-e947-4dae-9fa1-bd3ccd777461 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f17a9244-e947-4dae-9fa1-bd3ccd777461 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f17a9244-e947-4dae-9fa1-bd3ccd777461 {
  
}
}@media (max-width: 767px){#s-f17a9244-e947-4dae-9fa1-bd3ccd777461 {
  margin-bottom: 0px;
}
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

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

@media (min-width: 0px) {
[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fb54ae8f-8e0d-468d-bda3-7037bb091557"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c0bbe1ef-5754-4de9-9e1a-7b2c5cb606e2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-c0bbe1ef-5754-4de9-9e1a-7b2c5cb606e2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c0bbe1ef-5754-4de9-9e1a-7b2c5cb606e2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c0bbe1ef-5754-4de9-9e1a-7b2c5cb606e2 {
  
}
}@media (max-width: 767px){#s-c0bbe1ef-5754-4de9-9e1a-7b2c5cb606e2 {
  
}
}
#s-413dfe58-7c34-48ad-b92b-4617ece066ce {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-413dfe58-7c34-48ad-b92b-4617ece066ce {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-413dfe58-7c34-48ad-b92b-4617ece066ce {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-413dfe58-7c34-48ad-b92b-4617ece066ce {
  
}
}@media (max-width: 767px){#s-413dfe58-7c34-48ad-b92b-4617ece066ce {
  
}
}
.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-4da3f43b-4f78-43e4-814a-6b0c9c88c952 {
  border-style: solid;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 52, 54, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(239, 52, 54, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4da3f43b-4f78-43e4-814a-6b0c9c88c952:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-4da3f43b-4f78-43e4-814a-6b0c9c88c952:active {background-color: rgba(239, 52, 54, 1) !important;
color: rgba(254, 254, 254, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-4da3f43b-4f78-43e4-814a-6b0c9c88c952 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4da3f43b-4f78-43e4-814a-6b0c9c88c952 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4da3f43b-4f78-43e4-814a-6b0c9c88c952 {
  
}
}@media (max-width: 767px){#s-4da3f43b-4f78-43e4-814a-6b0c9c88c952 {
  
}
}


#s-4da3f43b-4f78-43e4-814a-6b0c9c88c952.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-da2a9ab2-1fa5-49e8-a8b1-09215fb698bd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-da2a9ab2-1fa5-49e8-a8b1-09215fb698bd {
  display: none;
}
#s-da2a9ab2-1fa5-49e8-a8b1-09215fb698bd, #wrap-s-da2a9ab2-1fa5-49e8-a8b1-09215fb698bd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da2a9ab2-1fa5-49e8-a8b1-09215fb698bd {
  display: none;
}
#s-da2a9ab2-1fa5-49e8-a8b1-09215fb698bd, #wrap-s-da2a9ab2-1fa5-49e8-a8b1-09215fb698bd { display:none !important; }}







#s-da2a9ab2-1fa5-49e8-a8b1-09215fb698bd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da2a9ab2-1fa5-49e8-a8b1-09215fb698bd.shg-box.shg-c {
  justify-content: center;
}

#s-5a1313e9-b435-431f-a30e-3c9b9c72ddea {
  min-height: 50px;
}
@media (min-width: 1200px){#s-5a1313e9-b435-431f-a30e-3c9b9c72ddea {
  display: none;
}
#s-5a1313e9-b435-431f-a30e-3c9b9c72ddea, #wrap-s-5a1313e9-b435-431f-a30e-3c9b9c72ddea { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5a1313e9-b435-431f-a30e-3c9b9c72ddea {
  display: none;
}
#s-5a1313e9-b435-431f-a30e-3c9b9c72ddea, #wrap-s-5a1313e9-b435-431f-a30e-3c9b9c72ddea { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5a1313e9-b435-431f-a30e-3c9b9c72ddea {
  display: none;
}
#s-5a1313e9-b435-431f-a30e-3c9b9c72ddea, #wrap-s-5a1313e9-b435-431f-a30e-3c9b9c72ddea { display:none !important; }}







#s-5a1313e9-b435-431f-a30e-3c9b9c72ddea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a1313e9-b435-431f-a30e-3c9b9c72ddea.shg-box.shg-c {
  justify-content: center;
}

#s-e661899d-c57d-4bc3-bf1c-737dac389207 {
  background-color: rgba(0, 0, 0, 1);
}

#s-e661899d-c57d-4bc3-bf1c-737dac389207 .shogun-countdown span, #s-e661899d-c57d-4bc3-bf1c-737dac389207 .shogun-countdown label {
  color: rgba(240, 77, 77, 1);
}
#s-d90b3ea5-671b-47ce-9c82-5d6634c1b53e {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNjI4YzA5ODktNWU5Ny00YWU4LWIwNzAtYTJlODc0YjYyMmE2IiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojZTRmMmY1O3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojZmZmZmZmO3N0b3Atb3BhY2l0eToxIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCM2MjhjMDk4OS01ZTk3LTRhZTgtYjA3MC1hMmU4NzRiNjIyYTYpIi8+PC9zdmc+);
background-repeat: no-repeat;
margin-top: 0px;
margin-bottom: 0px;
padding-bottom: 25px;
min-height: 600px;
}
@media (min-width: 1200px){#s-d90b3ea5-671b-47ce-9c82-5d6634c1b53e {
  display: none;
}
#s-d90b3ea5-671b-47ce-9c82-5d6634c1b53e, #wrap-s-d90b3ea5-671b-47ce-9c82-5d6634c1b53e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d90b3ea5-671b-47ce-9c82-5d6634c1b53e {
  display: none;
}
#s-d90b3ea5-671b-47ce-9c82-5d6634c1b53e, #wrap-s-d90b3ea5-671b-47ce-9c82-5d6634c1b53e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d90b3ea5-671b-47ce-9c82-5d6634c1b53e {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-d90b3ea5-671b-47ce-9c82-5d6634c1b53e, #wrap-s-d90b3ea5-671b-47ce-9c82-5d6634c1b53e { display:none !important; }}@media (max-width: 767px){#s-d90b3ea5-671b-47ce-9c82-5d6634c1b53e {
  padding-top: 50px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}







#s-d90b3ea5-671b-47ce-9c82-5d6634c1b53e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d90b3ea5-671b-47ce-9c82-5d6634c1b53e.shg-box.shg-c {
  justify-content: center;
}

#s-2c75fee5-d6b4-458b-be51-cce941b8e991 {
  margin-top: -20px;
margin-left: 0px;
margin-bottom: -20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-2c75fee5-d6b4-458b-be51-cce941b8e991 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2c75fee5-d6b4-458b-be51-cce941b8e991 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2c75fee5-d6b4-458b-be51-cce941b8e991 {
  
}
}@media (max-width: 767px){#s-2c75fee5-d6b4-458b-be51-cce941b8e991 {
  
}
}
#s-2c75fee5-d6b4-458b-be51-cce941b8e991 .shogun-heading-component h4 {
  color: rgba(11, 11, 11, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-da9e3027-05cf-41e2-9460-1e9f893a6510 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-da9e3027-05cf-41e2-9460-1e9f893a6510 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-da9e3027-05cf-41e2-9460-1e9f893a6510 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-da9e3027-05cf-41e2-9460-1e9f893a6510 {
  
}
}@media (max-width: 767px){#s-da9e3027-05cf-41e2-9460-1e9f893a6510 {
  
}
}
#s-da9e3027-05cf-41e2-9460-1e9f893a6510 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 30px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-c8905a57-e271-4c63-9002-12167267546f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-c8905a57-e271-4c63-9002-12167267546f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c8905a57-e271-4c63-9002-12167267546f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c8905a57-e271-4c63-9002-12167267546f {
  
}
}@media (max-width: 767px){#s-c8905a57-e271-4c63-9002-12167267546f {
  margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 25px;
}
}
@media (min-width: 0px) {
[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-71617c9f-8ab5-4116-be30-7a5d5e379b5d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f88a54dc-b739-4756-a84d-57af386f9162 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-f88a54dc-b739-4756-a84d-57af386f9162 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f88a54dc-b739-4756-a84d-57af386f9162 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f88a54dc-b739-4756-a84d-57af386f9162 {
  
}
}@media (max-width: 767px){#s-f88a54dc-b739-4756-a84d-57af386f9162 {
  
}
}
#s-7ac32564-e72d-487b-ad6a-bfa71c71e882 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-7ac32564-e72d-487b-ad6a-bfa71c71e882 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7ac32564-e72d-487b-ad6a-bfa71c71e882 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7ac32564-e72d-487b-ad6a-bfa71c71e882 {
  
}
}@media (max-width: 767px){#s-7ac32564-e72d-487b-ad6a-bfa71c71e882 {
  
}
}
#s-5a1c22b3-a452-4201-b26a-6125539819ac {
  border-style: solid;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 52, 54, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(239, 52, 54, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5a1c22b3-a452-4201-b26a-6125539819ac:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-5a1c22b3-a452-4201-b26a-6125539819ac:active {background-color: rgba(239, 52, 54, 1) !important;
color: rgba(254, 254, 254, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-5a1c22b3-a452-4201-b26a-6125539819ac {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a1c22b3-a452-4201-b26a-6125539819ac {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a1c22b3-a452-4201-b26a-6125539819ac {
  
}
}@media (max-width: 767px){#s-5a1c22b3-a452-4201-b26a-6125539819ac {
  padding-bottom: 15px;
}
}


#s-5a1c22b3-a452-4201-b26a-6125539819ac.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-196e9965-9cb8-40fd-8163-3f491c8e12c1 {
  text-align: center;
}




  #s-196e9965-9cb8-40fd-8163-3f491c8e12c1 img.shogun-image {
    
    width: px;
  }


#s-196e9965-9cb8-40fd-8163-3f491c8e12c1 .shogun-image-content {
  
    align-items: center;
  
}

#s-52d6d28b-1389-43ac-8636-a4ad1c768277 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-52d6d28b-1389-43ac-8636-a4ad1c768277 {
  display: none;
}
#s-52d6d28b-1389-43ac-8636-a4ad1c768277, #wrap-s-52d6d28b-1389-43ac-8636-a4ad1c768277 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-52d6d28b-1389-43ac-8636-a4ad1c768277 {
  display: none;
}
#s-52d6d28b-1389-43ac-8636-a4ad1c768277, #wrap-s-52d6d28b-1389-43ac-8636-a4ad1c768277 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-52d6d28b-1389-43ac-8636-a4ad1c768277 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-52d6d28b-1389-43ac-8636-a4ad1c768277 {
  display: none;
}
#s-52d6d28b-1389-43ac-8636-a4ad1c768277, #wrap-s-52d6d28b-1389-43ac-8636-a4ad1c768277 { display:none !important; }}







#s-52d6d28b-1389-43ac-8636-a4ad1c768277 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-52d6d28b-1389-43ac-8636-a4ad1c768277.shg-box.shg-c {
  justify-content: center;
}

#s-f48e98ce-1ed8-48e7-9d81-c5bf313c3000 {
  margin-top: 40px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-f48e98ce-1ed8-48e7-9d81-c5bf313c3000 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f48e98ce-1ed8-48e7-9d81-c5bf313c3000 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f48e98ce-1ed8-48e7-9d81-c5bf313c3000 {
  
}
}@media (max-width: 767px){#s-f48e98ce-1ed8-48e7-9d81-c5bf313c3000 {
  margin-left: 5px;
margin-right: 5px;
}
}
#s-f48e98ce-1ed8-48e7-9d81-c5bf313c3000 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}



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

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

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

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

#s-878ebaa3-4a18-4283-b64a-36b214a0540b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-878ebaa3-4a18-4283-b64a-36b214a0540b {
  display: none;
}
#s-878ebaa3-4a18-4283-b64a-36b214a0540b, #wrap-s-878ebaa3-4a18-4283-b64a-36b214a0540b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-878ebaa3-4a18-4283-b64a-36b214a0540b {
  display: none;
}
#s-878ebaa3-4a18-4283-b64a-36b214a0540b, #wrap-s-878ebaa3-4a18-4283-b64a-36b214a0540b { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-878ebaa3-4a18-4283-b64a-36b214a0540b {
  padding-top: 100px;
padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-878ebaa3-4a18-4283-b64a-36b214a0540b {
  display: none;
}
#s-878ebaa3-4a18-4283-b64a-36b214a0540b, #wrap-s-878ebaa3-4a18-4283-b64a-36b214a0540b { display:none !important; }}







#s-878ebaa3-4a18-4283-b64a-36b214a0540b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-878ebaa3-4a18-4283-b64a-36b214a0540b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e40a7e10-e257-4d0c-9e93-1e24fcb28934"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-409e02fb-a7fc-4bda-82fe-0d9d8f3fcd7d {
  margin-top: 50px;
margin-left: 25px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-409e02fb-a7fc-4bda-82fe-0d9d8f3fcd7d {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-409e02fb-a7fc-4bda-82fe-0d9d8f3fcd7d {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-409e02fb-a7fc-4bda-82fe-0d9d8f3fcd7d {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-409e02fb-a7fc-4bda-82fe-0d9d8f3fcd7d {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-409e02fb-a7fc-4bda-82fe-0d9d8f3fcd7d .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b0dc2a83-fe49-4510-aa26-a0055c755ecf {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-b0dc2a83-fe49-4510-aa26-a0055c755ecf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b0dc2a83-fe49-4510-aa26-a0055c755ecf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b0dc2a83-fe49-4510-aa26-a0055c755ecf {
  
}
}@media (max-width: 767px){#s-b0dc2a83-fe49-4510-aa26-a0055c755ecf {
  
}
}
#s-b69d02f9-f432-4147-b50c-234a1fba381a {
  box-shadow:    rgba(28, 97, 0, 1);
text-align: right;
}
@media (min-width: 1200px){#s-b69d02f9-f432-4147-b50c-234a1fba381a {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b69d02f9-f432-4147-b50c-234a1fba381a {
  padding-left: 5%;
padding-right: 5%;
}
}



  #s-b69d02f9-f432-4147-b50c-234a1fba381a img.shogun-image {
    
    width: px;
  }


#s-b69d02f9-f432-4147-b50c-234a1fba381a .shogun-image-content {
  
    align-items: center;
  
}

#s-81b6402c-a050-42a5-8a89-9ba417226885 {
  margin-top: 0px;
padding-left: 5%;
padding-right: 5%;
min-height: 500px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-81b6402c-a050-42a5-8a89-9ba417226885 {
  display: none;
}
#s-81b6402c-a050-42a5-8a89-9ba417226885, #wrap-s-81b6402c-a050-42a5-8a89-9ba417226885 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-81b6402c-a050-42a5-8a89-9ba417226885 {
  display: none;
}
#s-81b6402c-a050-42a5-8a89-9ba417226885, #wrap-s-81b6402c-a050-42a5-8a89-9ba417226885 { display:none !important; }}@media (max-width: 767px){#s-81b6402c-a050-42a5-8a89-9ba417226885 {
  margin-top: -50px;
padding-left: 0%;
padding-right: 0%;
display: none;
}
#s-81b6402c-a050-42a5-8a89-9ba417226885, #wrap-s-81b6402c-a050-42a5-8a89-9ba417226885 { display:none !important; }}







#s-81b6402c-a050-42a5-8a89-9ba417226885 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81b6402c-a050-42a5-8a89-9ba417226885.shg-box.shg-c {
  justify-content: center;
}

#s-4152698a-b4f5-4a53-b52c-2b46c33b0f8b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-4152698a-b4f5-4a53-b52c-2b46c33b0f8b {
  padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4152698a-b4f5-4a53-b52c-2b46c33b0f8b {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-4152698a-b4f5-4a53-b52c-2b46c33b0f8b {
  display: none;
}
#s-4152698a-b4f5-4a53-b52c-2b46c33b0f8b, #wrap-s-4152698a-b4f5-4a53-b52c-2b46c33b0f8b { display:none !important; }}







#s-4152698a-b4f5-4a53-b52c-2b46c33b0f8b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4152698a-b4f5-4a53-b52c-2b46c33b0f8b.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
  z-index: 1;
}

.shg-sld-slides {
  word-break: break-word;
  position: relative;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;
  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button > svg {
  height: 100%;
  width: 100%;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
}

.shg-sld-nav-button.shg-sld-left-over-content {
  left: 2%;
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
}

.shg-sld-nav-button.shg-sld-right-over-content {
  right: 2%;
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
  z-index: 1;
  position: relative;
}

.shg-sld-dots-on-top {
  margin-top: -30px !important;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block !important;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  opacity: 0.5;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  opacity: 1;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

@-webkit-keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

@keyframes shg-sld-fade {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

#s-b77ebdec-41fa-4fc8-a19d-de32bc95b771 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b77ebdec-41fa-4fc8-a19d-de32bc95b771 {
  padding-top: 0px;
padding-bottom: 0px;
}
}
#s-b77ebdec-41fa-4fc8-a19d-de32bc95b771 .shg-sld-dot {
  background-color: rgba(66, 66, 66, 1);
}

#s-b77ebdec-41fa-4fc8-a19d-de32bc95b771 .shg-sld-nav-button.shg-sld-left,
#s-b77ebdec-41fa-4fc8-a19d-de32bc95b771 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(66, 66, 66, 1);
}

@media (min-width: 0px) {
[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-43033f16-8a76-4e6b-bdb6-be73621d896f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f88f17f7-05be-473b-bb89-fbe07d998b2b {
  text-align: center;
}




  #s-f88f17f7-05be-473b-bb89-fbe07d998b2b img.shogun-image {
    
    width: px;
  }


#s-f88f17f7-05be-473b-bb89-fbe07d998b2b .shogun-image-content {
  
    align-items: center;
  
}

#s-b968eff5-3e35-4881-8077-642356be9ad4 {
  text-align: center;
}




  #s-b968eff5-3e35-4881-8077-642356be9ad4 img.shogun-image {
    
    width: px;
  }


#s-b968eff5-3e35-4881-8077-642356be9ad4 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ac2e21a0-774e-4ef7-9503-bc80619ade76"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f560c59d-eb89-4e7e-97c0-2cfd30d9dc22 {
  text-align: center;
}




  #s-f560c59d-eb89-4e7e-97c0-2cfd30d9dc22 img.shogun-image {
    
    width: px;
  }


#s-f560c59d-eb89-4e7e-97c0-2cfd30d9dc22 .shogun-image-content {
  
    align-items: center;
  
}

#s-11709bda-6fda-46f4-b39e-683dd9d2a3ee {
  text-align: center;
}




  #s-11709bda-6fda-46f4-b39e-683dd9d2a3ee img.shogun-image {
    
    width: px;
  }


#s-11709bda-6fda-46f4-b39e-683dd9d2a3ee .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dab1bfd8-e73f-4c93-b4c3-6abb627543c7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-513b3f72-135f-4012-89bb-c0b5aa273c3c {
  text-align: center;
}




  #s-513b3f72-135f-4012-89bb-c0b5aa273c3c img.shogun-image {
    
    width: px;
  }


#s-513b3f72-135f-4012-89bb-c0b5aa273c3c .shogun-image-content {
  
    align-items: center;
  
}

#s-ff4aafae-b27b-4a61-80e0-5ceb724231b0 {
  text-align: center;
}




  #s-ff4aafae-b27b-4a61-80e0-5ceb724231b0 img.shogun-image {
    
    width: px;
  }


#s-ff4aafae-b27b-4a61-80e0-5ceb724231b0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-efd004f8-1d98-4c7a-8eb4-cbcc46bb5ec7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-36a82980-222d-4b47-a5b7-bac84cf09839 {
  text-align: center;
}




  #s-36a82980-222d-4b47-a5b7-bac84cf09839 img.shogun-image {
    
    width: px;
  }


#s-36a82980-222d-4b47-a5b7-bac84cf09839 .shogun-image-content {
  
    align-items: center;
  
}

#s-fb15132d-8257-401e-bf27-0489448121c7 {
  text-align: center;
}




  #s-fb15132d-8257-401e-bf27-0489448121c7 img.shogun-image {
    
    width: px;
  }


#s-fb15132d-8257-401e-bf27-0489448121c7 .shogun-image-content {
  
    align-items: center;
  
}

#s-a80e6544-9011-4cd0-b6f5-94f9934d96e4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-a80e6544-9011-4cd0-b6f5-94f9934d96e4 {
  display: none;
}
#s-a80e6544-9011-4cd0-b6f5-94f9934d96e4, #wrap-s-a80e6544-9011-4cd0-b6f5-94f9934d96e4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a80e6544-9011-4cd0-b6f5-94f9934d96e4 {
  display: none;
}
#s-a80e6544-9011-4cd0-b6f5-94f9934d96e4, #wrap-s-a80e6544-9011-4cd0-b6f5-94f9934d96e4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a80e6544-9011-4cd0-b6f5-94f9934d96e4 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-a80e6544-9011-4cd0-b6f5-94f9934d96e4 {
  display: none;
}
#s-a80e6544-9011-4cd0-b6f5-94f9934d96e4, #wrap-s-a80e6544-9011-4cd0-b6f5-94f9934d96e4 { display:none !important; }}







#s-a80e6544-9011-4cd0-b6f5-94f9934d96e4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a80e6544-9011-4cd0-b6f5-94f9934d96e4.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-af14718e-7dea-4410-b24d-cb8cb88340dc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-463bd4d4-dd10-487f-8457-6e5c4c569363 {
  margin-top: 0px;
min-height: 500px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-463bd4d4-dd10-487f-8457-6e5c4c569363 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-463bd4d4-dd10-487f-8457-6e5c4c569363, #wrap-s-463bd4d4-dd10-487f-8457-6e5c4c569363 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-463bd4d4-dd10-487f-8457-6e5c4c569363 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-463bd4d4-dd10-487f-8457-6e5c4c569363, #wrap-s-463bd4d4-dd10-487f-8457-6e5c4c569363 { display:none !important; }}@media (max-width: 767px){#s-463bd4d4-dd10-487f-8457-6e5c4c569363 {
  display: none;
}
#s-463bd4d4-dd10-487f-8457-6e5c4c569363, #wrap-s-463bd4d4-dd10-487f-8457-6e5c4c569363 { display:none !important; }}







#s-463bd4d4-dd10-487f-8457-6e5c4c569363 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-463bd4d4-dd10-487f-8457-6e5c4c569363.shg-box.shg-c {
  justify-content: center;
}

#s-c951fdd0-30bd-4118-8c95-45489cb9bee3 {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-c951fdd0-30bd-4118-8c95-45489cb9bee3 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-91064a4b-c22d-4525-b745-b692b793ff1c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-91064a4b-c22d-4525-b745-b692b793ff1c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-91064a4b-c22d-4525-b745-b692b793ff1c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-91064a4b-c22d-4525-b745-b692b793ff1c {
  
}
}@media (max-width: 767px){#s-91064a4b-c22d-4525-b745-b692b793ff1c {
  
}
}
#s-cf4de967-5f41-4240-a5f5-6d85d41ee4d8 {
  box-shadow:    rgba(28, 97, 0, 1);
text-align: left;
}
@media (min-width: 1200px){#s-cf4de967-5f41-4240-a5f5-6d85d41ee4d8 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf4de967-5f41-4240-a5f5-6d85d41ee4d8 {
  padding-left: 5%;
padding-right: 5%;
}
}



  #s-cf4de967-5f41-4240-a5f5-6d85d41ee4d8 img.shogun-image {
    
    width: px;
  }


#s-cf4de967-5f41-4240-a5f5-6d85d41ee4d8 .shogun-image-content {
  
    align-items: center;
  
}

#s-f96c0057-840a-4a25-87ef-17ab97e82a66 {
  background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-f96c0057-840a-4a25-87ef-17ab97e82a66 {
  display: none;
}
#s-f96c0057-840a-4a25-87ef-17ab97e82a66, #wrap-s-f96c0057-840a-4a25-87ef-17ab97e82a66 { display:none !important; }}@media (max-width: 767px){#s-f96c0057-840a-4a25-87ef-17ab97e82a66 {
  display: none;
}
#s-f96c0057-840a-4a25-87ef-17ab97e82a66, #wrap-s-f96c0057-840a-4a25-87ef-17ab97e82a66 { display:none !important; }}
#s-f96c0057-840a-4a25-87ef-17ab97e82a66 .shogun-countdown span, #s-f96c0057-840a-4a25-87ef-17ab97e82a66 .shogun-countdown label {
  color: rgba(240, 77, 77, 1);
}
#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}@media (max-width: 767px){#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 {
  
}
}







#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2660ea50-7bd9-4956-ba0d-02d2a9e28143.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  background-image: url(https://i.shgcdn.com/2d04bcaf-8c41-4e98-aafd-a2d000598c46/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
min-height: 750px;
background-position: center center;
}
@media (min-width: 1200px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  display: none;
}
#s-a92d74ae-118a-47c8-b2dc-0104a67a8591, #wrap-s-a92d74ae-118a-47c8-b2dc-0104a67a8591 { display:none !important; }}@media (max-width: 767px){#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 {
  display: none;
}
#s-a92d74ae-118a-47c8-b2dc-0104a67a8591, #wrap-s-a92d74ae-118a-47c8-b2dc-0104a67a8591 { display:none !important; }}







#s-a92d74ae-118a-47c8-b2dc-0104a67a8591 > .shg-box-overlay {
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
}#s-a92d74ae-118a-47c8-b2dc-0104a67a8591.shg-box.shg-c {
  justify-content: center;
}

#s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee {
  margin-left: 5%;
margin-right: 5%;
}

@media (min-width: 0px) {
[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7dde222-0a2c-43f9-b8a4-9d363463c1ee"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-407b7e9b-9bb9-4856-8313-2c71db9e9006 {
  margin-top: -20px;
margin-left: 0px;
margin-bottom: -20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-407b7e9b-9bb9-4856-8313-2c71db9e9006 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-407b7e9b-9bb9-4856-8313-2c71db9e9006 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-407b7e9b-9bb9-4856-8313-2c71db9e9006 {
  
}
}@media (max-width: 767px){#s-407b7e9b-9bb9-4856-8313-2c71db9e9006 {
  
}
}
#s-407b7e9b-9bb9-4856-8313-2c71db9e9006 .shogun-heading-component h4 {
  color: rgba(11, 11, 11, 1);
  font-weight:  500 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-39965733-96b1-4ccb-9978-1774db675709 {
  margin-top: 20px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-39965733-96b1-4ccb-9978-1774db675709 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-39965733-96b1-4ccb-9978-1774db675709 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-39965733-96b1-4ccb-9978-1774db675709 {
  
}
}@media (max-width: 767px){#s-39965733-96b1-4ccb-9978-1774db675709 {
  
}
}
#s-39965733-96b1-4ccb-9978-1774db675709 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: ;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1bae1c49-6253-4d57-b993-049e1e0e3164 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-1bae1c49-6253-4d57-b993-049e1e0e3164 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1bae1c49-6253-4d57-b993-049e1e0e3164 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1bae1c49-6253-4d57-b993-049e1e0e3164 {
  
}
}@media (max-width: 767px){#s-1bae1c49-6253-4d57-b993-049e1e0e3164 {
  
}
}
@media (min-width: 0px) {
[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-755cad5c-3c0d-4e16-8e28-929a56e3d739"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bf0f43ab-9234-48dd-9747-3e40057ea132 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-bf0f43ab-9234-48dd-9747-3e40057ea132 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bf0f43ab-9234-48dd-9747-3e40057ea132 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bf0f43ab-9234-48dd-9747-3e40057ea132 {
  
}
}@media (max-width: 767px){#s-bf0f43ab-9234-48dd-9747-3e40057ea132 {
  
}
}
#s-635d4f22-7d4b-401a-8fb0-d6ef23e348d7 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-635d4f22-7d4b-401a-8fb0-d6ef23e348d7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-635d4f22-7d4b-401a-8fb0-d6ef23e348d7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-635d4f22-7d4b-401a-8fb0-d6ef23e348d7 {
  
}
}@media (max-width: 767px){#s-635d4f22-7d4b-401a-8fb0-d6ef23e348d7 {
  
}
}
#s-d774829e-698d-4677-b1bd-2cdd015fc5ed {
  border-style: solid;
margin-left: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
}
@media (min-width: 1200px){#s-d774829e-698d-4677-b1bd-2cdd015fc5ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d774829e-698d-4677-b1bd-2cdd015fc5ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d774829e-698d-4677-b1bd-2cdd015fc5ed {
  
}
}@media (max-width: 767px){#s-d774829e-698d-4677-b1bd-2cdd015fc5ed {
  
}
}
@media (min-width: 0px) {
[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d774829e-698d-4677-b1bd-2cdd015fc5ed"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b928e4e7-5e4d-464f-b8de-b8866465f081 {
  border-style: solid;
padding-top: 15px;
padding-left: 25%;
padding-bottom: 15px;
padding-right: 25%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(239, 52, 54, 1);
border-radius: 0px;
text-align: center;
background-color: rgba(239, 52, 54, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-b928e4e7-5e4d-464f-b8de-b8866465f081:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-b928e4e7-5e4d-464f-b8de-b8866465f081:active {background-color: rgba(0, 0, 0, 1) !important;
color: rgba(254, 254, 254, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}@media (min-width: 1200px){#s-b928e4e7-5e4d-464f-b8de-b8866465f081 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b928e4e7-5e4d-464f-b8de-b8866465f081 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-b928e4e7-5e4d-464f-b8de-b8866465f081 {
  
}
}@media (max-width: 767px){#s-b928e4e7-5e4d-464f-b8de-b8866465f081 {
  
}
}


#s-b928e4e7-5e4d-464f-b8de-b8866465f081.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: 700;
  
  font-family: Poppins;
  display:  block ;
}

#s-bd288ddf-06b1-40e7-8d41-f7a3939c3027 {
  min-height: 50px;
background-color: rgba(247, 249, 250, 1);
}
@media (min-width: 1200px){#s-bd288ddf-06b1-40e7-8d41-f7a3939c3027 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-bd288ddf-06b1-40e7-8d41-f7a3939c3027 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-bd288ddf-06b1-40e7-8d41-f7a3939c3027 {
  display: none;
}
#s-bd288ddf-06b1-40e7-8d41-f7a3939c3027, #wrap-s-bd288ddf-06b1-40e7-8d41-f7a3939c3027 { display:none !important; }}@media (max-width: 767px){#s-bd288ddf-06b1-40e7-8d41-f7a3939c3027 {
  
}
}







#s-bd288ddf-06b1-40e7-8d41-f7a3939c3027 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd288ddf-06b1-40e7-8d41-f7a3939c3027.shg-box.shg-c {
  justify-content: flex-start;
}

#s-851b9da2-acfc-450c-a3f0-55df50ffcb3a {
  background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 0px;
background-position: center center;
}
@media (min-width: 1200px){#s-851b9da2-acfc-450c-a3f0-55df50ffcb3a {
  padding-bottom: 30px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-851b9da2-acfc-450c-a3f0-55df50ffcb3a {
  padding-bottom: 30px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-851b9da2-acfc-450c-a3f0-55df50ffcb3a {
  display: none;
}
#s-851b9da2-acfc-450c-a3f0-55df50ffcb3a, #wrap-s-851b9da2-acfc-450c-a3f0-55df50ffcb3a { display:none !important; }}@media (max-width: 767px){#s-851b9da2-acfc-450c-a3f0-55df50ffcb3a {
  padding-top: 25px;
}
}







#s-851b9da2-acfc-450c-a3f0-55df50ffcb3a > .shg-box-overlay {
  background-color: rgba(222, 247, 250, 1);
  opacity: 0;
}#s-851b9da2-acfc-450c-a3f0-55df50ffcb3a.shg-box.shg-c {
  justify-content: center;
}

#s-4c9b1150-f1e7-43a5-9eb0-28095538db1f {
  margin-left: 0px;
margin-right: 0px;
}
@media (max-width: 767px){#s-4c9b1150-f1e7-43a5-9eb0-28095538db1f {
  padding-left: 5%;
padding-right: 5%;
}
}
@media (min-width: 0px) {
[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4c9b1150-f1e7-43a5-9eb0-28095538db1f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-f4f0343a-7719-4ab8-baa5-b71e3c32cfc5 {
  margin-top: 40px;
margin-left: 30px;
margin-bottom: 20px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-f4f0343a-7719-4ab8-baa5-b71e3c32cfc5 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f4f0343a-7719-4ab8-baa5-b71e3c32cfc5 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f4f0343a-7719-4ab8-baa5-b71e3c32cfc5 {
  
}
}@media (max-width: 767px){#s-f4f0343a-7719-4ab8-baa5-b71e3c32cfc5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 5px;
padding-bottom: 5px;
}
}
#s-f4f0343a-7719-4ab8-baa5-b71e3c32cfc5 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-f4f0343a-7719-4ab8-baa5-b71e3c32cfc5 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}


}
#s-ff8133ae-02a0-4884-85e6-1df065932ca7 {
  margin-left: -6%;
margin-right: -6%;
}

#s-da16e0d0-9bd1-4998-8c16-c669df299ec3 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-da16e0d0-9bd1-4998-8c16-c669df299ec3 {
  display: none;
}
#s-da16e0d0-9bd1-4998-8c16-c669df299ec3, #wrap-s-da16e0d0-9bd1-4998-8c16-c669df299ec3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-da16e0d0-9bd1-4998-8c16-c669df299ec3 {
  display: none;
}
#s-da16e0d0-9bd1-4998-8c16-c669df299ec3, #wrap-s-da16e0d0-9bd1-4998-8c16-c669df299ec3 { display:none !important; }}
@media (min-width: 0px) {
[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-da16e0d0-9bd1-4998-8c16-c669df299ec3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4a8861c8-294c-41df-9e70-26938f641bd8 {
  margin-top: 0px;
padding-left: 5%;
padding-right: 5%;
min-height: 500px;
background-color: rgba(0, 0, 0, 0);
}
@media (max-width: 767px){#s-4a8861c8-294c-41df-9e70-26938f641bd8 {
  margin-top: -50px;
padding-left: 0%;
padding-right: 0%;
}
}







#s-4a8861c8-294c-41df-9e70-26938f641bd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4a8861c8-294c-41df-9e70-26938f641bd8.shg-box.shg-c {
  justify-content: center;
}

#s-42b9d740-649d-46fe-99a4-b1e44be6495e {
  margin-top: 50px;
margin-left: 25px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-42b9d740-649d-46fe-99a4-b1e44be6495e {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-42b9d740-649d-46fe-99a4-b1e44be6495e {
  margin-left: 0px;
margin-right: 0px;
}
}@media (max-width: 767px){#s-42b9d740-649d-46fe-99a4-b1e44be6495e {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-42b9d740-649d-46fe-99a4-b1e44be6495e .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-42b9d740-649d-46fe-99a4-b1e44be6495e .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-917f3f8c-5e1a-49e2-ac06-9e03a3855717 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-917f3f8c-5e1a-49e2-ac06-9e03a3855717 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-917f3f8c-5e1a-49e2-ac06-9e03a3855717 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-917f3f8c-5e1a-49e2-ac06-9e03a3855717 {
  
}
}@media (max-width: 767px){#s-917f3f8c-5e1a-49e2-ac06-9e03a3855717 {
  
}
}
#s-eb25b01b-bdf4-4a8c-b284-f4a3d901ac4a {
  box-shadow:    rgba(28, 97, 0, 1);
text-align: right;
}
@media (min-width: 1200px){#s-eb25b01b-bdf4-4a8c-b284-f4a3d901ac4a {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb25b01b-bdf4-4a8c-b284-f4a3d901ac4a {
  padding-left: 5%;
padding-right: 5%;
}
}



  #s-eb25b01b-bdf4-4a8c-b284-f4a3d901ac4a img.shogun-image {
    
    width: px;
  }


#s-eb25b01b-bdf4-4a8c-b284-f4a3d901ac4a .shogun-image-content {
  
    align-items: center;
  
}

#s-0d6f4968-779a-488f-872f-037a8e7e96b0 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-0d6f4968-779a-488f-872f-037a8e7e96b0 {
  display: none;
}
#s-0d6f4968-779a-488f-872f-037a8e7e96b0, #wrap-s-0d6f4968-779a-488f-872f-037a8e7e96b0 { display:none !important; }}@media (max-width: 767px){#s-0d6f4968-779a-488f-872f-037a8e7e96b0 {
  display: none;
}
#s-0d6f4968-779a-488f-872f-037a8e7e96b0, #wrap-s-0d6f4968-779a-488f-872f-037a8e7e96b0 { display:none !important; }}
@media (min-width: 0px) {
[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0d6f4968-779a-488f-872f-037a8e7e96b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-9fb101c9-a620-474f-a139-94f0e31a6c14 {
  text-align: right;
}
@media (min-width: 1200px){#s-9fb101c9-a620-474f-a139-94f0e31a6c14 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9fb101c9-a620-474f-a139-94f0e31a6c14 {
  padding-left: 5%;
padding-right: 5%;
}
}



  #s-9fb101c9-a620-474f-a139-94f0e31a6c14 img.shogun-image {
    
    width: px;
  }


#s-9fb101c9-a620-474f-a139-94f0e31a6c14 .shogun-image-content {
  
    align-items: center;
  
}

#s-be4c787d-2bb1-41cd-b9ee-b8a6df502011 {
  margin-top: 0px;
padding-left: 5%;
padding-right: 5%;
min-height: 500px;
background-color: rgba(0, 0, 0, 0);
}








#s-be4c787d-2bb1-41cd-b9ee-b8a6df502011 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be4c787d-2bb1-41cd-b9ee-b8a6df502011.shg-box.shg-c {
  justify-content: center;
}

#s-3b9ccc20-6fa4-424e-947a-b3ca6c7b3243 {
  margin-top: 50px;
margin-left: 25px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-3b9ccc20-6fa4-424e-947a-b3ca6c7b3243 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3b9ccc20-6fa4-424e-947a-b3ca6c7b3243 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-3b9ccc20-6fa4-424e-947a-b3ca6c7b3243 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-3fb45b1f-1bdd-4597-983d-5cc8f59ae437 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-3fb45b1f-1bdd-4597-983d-5cc8f59ae437 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3fb45b1f-1bdd-4597-983d-5cc8f59ae437 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3fb45b1f-1bdd-4597-983d-5cc8f59ae437 {
  
}
}@media (max-width: 767px){#s-3fb45b1f-1bdd-4597-983d-5cc8f59ae437 {
  
}
}
#s-77164a43-63c9-481a-9d45-40144f8a9542 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-77164a43-63c9-481a-9d45-40144f8a9542 {
  display: none;
}
#s-77164a43-63c9-481a-9d45-40144f8a9542, #wrap-s-77164a43-63c9-481a-9d45-40144f8a9542 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-77164a43-63c9-481a-9d45-40144f8a9542 {
  display: none;
}
#s-77164a43-63c9-481a-9d45-40144f8a9542, #wrap-s-77164a43-63c9-481a-9d45-40144f8a9542 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-77164a43-63c9-481a-9d45-40144f8a9542 {
  
}
}@media (max-width: 767px){#s-77164a43-63c9-481a-9d45-40144f8a9542 {
  display: none;
}
#s-77164a43-63c9-481a-9d45-40144f8a9542, #wrap-s-77164a43-63c9-481a-9d45-40144f8a9542 { display:none !important; }}
@media (min-width: 0px) {
[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-77164a43-63c9-481a-9d45-40144f8a9542"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-fa5c0283-e251-4b17-8a46-2c11a3c59590 {
  box-shadow:    rgba(28, 97, 0, 1);
text-align: right;
}
@media (min-width: 1200px){#s-fa5c0283-e251-4b17-8a46-2c11a3c59590 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fa5c0283-e251-4b17-8a46-2c11a3c59590 {
  padding-left: 5%;
padding-right: 5%;
}
}



  #s-fa5c0283-e251-4b17-8a46-2c11a3c59590 img.shogun-image {
    
    width: px;
  }


#s-fa5c0283-e251-4b17-8a46-2c11a3c59590 .shogun-image-content {
  
    align-items: center;
  
}

#s-7d75dc42-f001-43bd-b2be-69e2d7643fa5 {
  margin-top: 0px;
padding-left: 5%;
padding-right: 5%;
min-height: 500px;
background-color: rgba(0, 0, 0, 0);
}








#s-7d75dc42-f001-43bd-b2be-69e2d7643fa5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7d75dc42-f001-43bd-b2be-69e2d7643fa5.shg-box.shg-c {
  justify-content: center;
}

#s-7197d20e-94c6-47c2-9d00-64c9f0ff8e37 {
  margin-top: 50px;
margin-left: 25px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (min-width: 1200px){#s-7197d20e-94c6-47c2-9d00-64c9f0ff8e37 {
  margin-left: 0px;
margin-right: 0px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7197d20e-94c6-47c2-9d00-64c9f0ff8e37 {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-7197d20e-94c6-47c2-9d00-64c9f0ff8e37 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-fe4d1d05-cbd5-4593-b528-53f9db1b6e16 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-fe4d1d05-cbd5-4593-b528-53f9db1b6e16 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-fe4d1d05-cbd5-4593-b528-53f9db1b6e16 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-fe4d1d05-cbd5-4593-b528-53f9db1b6e16 {
  
}
}@media (max-width: 767px){#s-fe4d1d05-cbd5-4593-b528-53f9db1b6e16 {
  
}
}
#s-6b0fb3a0-f195-4d2c-b59e-490dac0a7b47 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-6b0fb3a0-f195-4d2c-b59e-490dac0a7b47 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6b0fb3a0-f195-4d2c-b59e-490dac0a7b47 {
  padding-left: 2%;
padding-right: 2%;
}
}@media (max-width: 767px){#s-6b0fb3a0-f195-4d2c-b59e-490dac0a7b47 {
  display: none;
}
#s-6b0fb3a0-f195-4d2c-b59e-490dac0a7b47, #wrap-s-6b0fb3a0-f195-4d2c-b59e-490dac0a7b47 { display:none !important; }}







#s-6b0fb3a0-f195-4d2c-b59e-490dac0a7b47 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b0fb3a0-f195-4d2c-b59e-490dac0a7b47.shg-box.shg-c {
  justify-content: center;
}

#s-079bde72-16a4-4afc-99f9-be10a2540cd2 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-079bde72-16a4-4afc-99f9-be10a2540cd2 .shg-sld-dot {
  background-color: rgba(66, 66, 66, 1);
}

#s-079bde72-16a4-4afc-99f9-be10a2540cd2 .shg-sld-nav-button.shg-sld-left,
#s-079bde72-16a4-4afc-99f9-be10a2540cd2 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(66, 66, 66, 1);
}

@media (min-width: 0px) {
[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ace7f0e8-8bc0-4c8c-8150-3478c864ddfe"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fb820710-833a-41ef-85e1-b8f9f96a1f25 {
  text-align: center;
}




  #s-fb820710-833a-41ef-85e1-b8f9f96a1f25 img.shogun-image {
    
    width: px;
  }


#s-fb820710-833a-41ef-85e1-b8f9f96a1f25 .shogun-image-content {
  
    align-items: center;
  
}

#s-8cfde97a-7038-4b6f-adee-bdd5cafa9208 {
  text-align: center;
}




  #s-8cfde97a-7038-4b6f-adee-bdd5cafa9208 img.shogun-image {
    
    width: px;
  }


#s-8cfde97a-7038-4b6f-adee-bdd5cafa9208 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-63944dbf-9c6f-4bb1-a052-d2199c8fe3b9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bdc5eee5-6c5a-436c-b495-71087fdc4b6b {
  text-align: center;
}




  #s-bdc5eee5-6c5a-436c-b495-71087fdc4b6b img.shogun-image {
    
    width: px;
  }


#s-bdc5eee5-6c5a-436c-b495-71087fdc4b6b .shogun-image-content {
  
    align-items: center;
  
}

#s-a46092a3-e52b-4353-b1e2-a6e4e8a9189b {
  text-align: center;
}




  #s-a46092a3-e52b-4353-b1e2-a6e4e8a9189b img.shogun-image {
    
    width: px;
  }


#s-a46092a3-e52b-4353-b1e2-a6e4e8a9189b .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-131fa81d-a268-4b74-84a6-fb1279f3a62d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c1e2a612-af1a-4a6e-a20f-cf52853dae79 {
  text-align: center;
}




  #s-c1e2a612-af1a-4a6e-a20f-cf52853dae79 img.shogun-image {
    
    width: px;
  }


#s-c1e2a612-af1a-4a6e-a20f-cf52853dae79 .shogun-image-content {
  
    align-items: center;
  
}

#s-5adb567e-7133-4f1b-abd1-2537eab68363 {
  text-align: center;
}




  #s-5adb567e-7133-4f1b-abd1-2537eab68363 img.shogun-image {
    
    width: px;
  }


#s-5adb567e-7133-4f1b-abd1-2537eab68363 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6e7e7c92-6f85-48a2-83c0-2ac854fdf92f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-56bbb91f-40be-48e7-a4b9-6fc68b3b9428 {
  text-align: center;
}




  #s-56bbb91f-40be-48e7-a4b9-6fc68b3b9428 img.shogun-image {
    
    width: px;
  }


#s-56bbb91f-40be-48e7-a4b9-6fc68b3b9428 .shogun-image-content {
  
    align-items: center;
  
}

#s-767db9bd-cfb6-4ecd-b4e6-8961ab4d481a {
  text-align: center;
}




  #s-767db9bd-cfb6-4ecd-b4e6-8961ab4d481a img.shogun-image {
    
    width: px;
  }


#s-767db9bd-cfb6-4ecd-b4e6-8961ab4d481a .shogun-image-content {
  
    align-items: center;
  
}

#s-e2bc4b4b-4abb-4424-939e-c0e5c697d002 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-e2bc4b4b-4abb-4424-939e-c0e5c697d002 {
  padding-left: 2%;
padding-right: 2%;
display: none;
}
#s-e2bc4b4b-4abb-4424-939e-c0e5c697d002, #wrap-s-e2bc4b4b-4abb-4424-939e-c0e5c697d002 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e2bc4b4b-4abb-4424-939e-c0e5c697d002 {
  padding-left: 2%;
padding-right: 2%;
display: none;
}
#s-e2bc4b4b-4abb-4424-939e-c0e5c697d002, #wrap-s-e2bc4b4b-4abb-4424-939e-c0e5c697d002 { display:none !important; }}@media (max-width: 767px){#s-e2bc4b4b-4abb-4424-939e-c0e5c697d002 {
  display: none;
}
#s-e2bc4b4b-4abb-4424-939e-c0e5c697d002, #wrap-s-e2bc4b4b-4abb-4424-939e-c0e5c697d002 { display:none !important; }}







#s-e2bc4b4b-4abb-4424-939e-c0e5c697d002 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e2bc4b4b-4abb-4424-939e-c0e5c697d002.shg-box.shg-c {
  justify-content: center;
}

#s-d83aac5e-6918-44e6-92cf-5d0c091bc341 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-d83aac5e-6918-44e6-92cf-5d0c091bc341 .shg-sld-dot {
  background-color: rgba(66, 66, 66, 1);
}

#s-d83aac5e-6918-44e6-92cf-5d0c091bc341 .shg-sld-nav-button.shg-sld-left,
#s-d83aac5e-6918-44e6-92cf-5d0c091bc341 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(66, 66, 66, 1);
}

@media (min-width: 0px) {
[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51a8b78b-43ab-45dd-9c76-a4d170a63fb6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-29969838-6f42-4bdd-aead-6008d681bccf {
  text-align: center;
}




  #s-29969838-6f42-4bdd-aead-6008d681bccf img.shogun-image {
    
    width: px;
  }


#s-29969838-6f42-4bdd-aead-6008d681bccf .shogun-image-content {
  
    align-items: center;
  
}

#s-4553a75a-78bf-4a77-85af-20ed43d17ddf {
  text-align: center;
}




  #s-4553a75a-78bf-4a77-85af-20ed43d17ddf img.shogun-image {
    
    width: px;
  }


#s-4553a75a-78bf-4a77-85af-20ed43d17ddf .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfaf8d27-052a-47f7-bf6d-bfac9512d3db"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-946eee44-fdfc-4650-91b8-7bbcec15f043 {
  text-align: center;
}




  #s-946eee44-fdfc-4650-91b8-7bbcec15f043 img.shogun-image {
    
    width: px;
  }


#s-946eee44-fdfc-4650-91b8-7bbcec15f043 .shogun-image-content {
  
    align-items: center;
  
}

#s-0807d2a6-1045-46e8-a7e0-2eae4f94758f {
  text-align: center;
}




  #s-0807d2a6-1045-46e8-a7e0-2eae4f94758f img.shogun-image {
    
    width: px;
  }


#s-0807d2a6-1045-46e8-a7e0-2eae4f94758f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-38699a59-7d01-4e58-8dc4-bb6e726110b1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cfdfc057-4014-470e-90e5-5bbb26858f79 {
  text-align: center;
}




  #s-cfdfc057-4014-470e-90e5-5bbb26858f79 img.shogun-image {
    
    width: px;
  }


#s-cfdfc057-4014-470e-90e5-5bbb26858f79 .shogun-image-content {
  
    align-items: center;
  
}

#s-3ea51301-2200-492f-b133-91fe0a213e77 {
  text-align: center;
}




  #s-3ea51301-2200-492f-b133-91fe0a213e77 img.shogun-image {
    
    width: px;
  }


#s-3ea51301-2200-492f-b133-91fe0a213e77 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f806684f-5c57-4755-8e86-652763c6a74f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-16aa734a-051c-4e59-8568-1e9c0d19eec6 {
  text-align: center;
}




  #s-16aa734a-051c-4e59-8568-1e9c0d19eec6 img.shogun-image {
    
    width: px;
  }


#s-16aa734a-051c-4e59-8568-1e9c0d19eec6 .shogun-image-content {
  
    align-items: center;
  
}

#s-188533ce-6cdc-4b01-90f3-db9dcbfa8eaf {
  text-align: center;
}




  #s-188533ce-6cdc-4b01-90f3-db9dcbfa8eaf img.shogun-image {
    
    width: px;
  }


#s-188533ce-6cdc-4b01-90f3-db9dcbfa8eaf .shogun-image-content {
  
    align-items: center;
  
}

#s-9f6cf934-7c39-4979-b937-fe692e3bf29d {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9f6cf934-7c39-4979-b937-fe692e3bf29d {
  padding-left: 2%;
padding-right: 2%;
display: none;
}
#s-9f6cf934-7c39-4979-b937-fe692e3bf29d, #wrap-s-9f6cf934-7c39-4979-b937-fe692e3bf29d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f6cf934-7c39-4979-b937-fe692e3bf29d {
  padding-left: 2%;
padding-right: 2%;
display: none;
}
#s-9f6cf934-7c39-4979-b937-fe692e3bf29d, #wrap-s-9f6cf934-7c39-4979-b937-fe692e3bf29d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f6cf934-7c39-4979-b937-fe692e3bf29d {
  display: none;
}
#s-9f6cf934-7c39-4979-b937-fe692e3bf29d, #wrap-s-9f6cf934-7c39-4979-b937-fe692e3bf29d { display:none !important; }}







#s-9f6cf934-7c39-4979-b937-fe692e3bf29d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9f6cf934-7c39-4979-b937-fe692e3bf29d.shg-box.shg-c {
  justify-content: center;
}

#s-59a874d5-dd01-4b69-8305-8ec887712337 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-59a874d5-dd01-4b69-8305-8ec887712337 .shg-sld-dot {
  background-color: rgba(66, 66, 66, 1);
}

#s-59a874d5-dd01-4b69-8305-8ec887712337 .shg-sld-nav-button.shg-sld-left,
#s-59a874d5-dd01-4b69-8305-8ec887712337 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(66, 66, 66, 1);
}

#s-8ff9baaa-59d6-4d53-b275-1c4ac69e2d35 {
  text-align: center;
}




  #s-8ff9baaa-59d6-4d53-b275-1c4ac69e2d35 img.shogun-image {
    
    width: px;
  }


#s-8ff9baaa-59d6-4d53-b275-1c4ac69e2d35 .shogun-image-content {
  
    align-items: center;
  
}

#s-8094eb0e-76b0-4c6e-ab32-8e09d271cfee {
  text-align: center;
}




  #s-8094eb0e-76b0-4c6e-ab32-8e09d271cfee img.shogun-image {
    
    width: px;
  }


#s-8094eb0e-76b0-4c6e-ab32-8e09d271cfee .shogun-image-content {
  
    align-items: center;
  
}

#s-62512377-9f55-4f22-b795-f4a9962fa6cc {
  text-align: center;
}




  #s-62512377-9f55-4f22-b795-f4a9962fa6cc img.shogun-image {
    
    width: px;
  }


#s-62512377-9f55-4f22-b795-f4a9962fa6cc .shogun-image-content {
  
    align-items: center;
  
}

#s-43106614-9dec-4180-b6b5-6dd0d1b47336 {
  text-align: center;
}




  #s-43106614-9dec-4180-b6b5-6dd0d1b47336 img.shogun-image {
    
    width: px;
  }


#s-43106614-9dec-4180-b6b5-6dd0d1b47336 .shogun-image-content {
  
    align-items: center;
  
}

#s-15707f09-64c9-4883-afa6-66b3f64b2b0e {
  text-align: center;
}




  #s-15707f09-64c9-4883-afa6-66b3f64b2b0e img.shogun-image {
    
    width: px;
  }


#s-15707f09-64c9-4883-afa6-66b3f64b2b0e .shogun-image-content {
  
    align-items: center;
  
}

#s-d6b2a29e-8922-45a6-a174-511be3873d9e {
  text-align: center;
}




  #s-d6b2a29e-8922-45a6-a174-511be3873d9e img.shogun-image {
    
    width: px;
  }


#s-d6b2a29e-8922-45a6-a174-511be3873d9e .shogun-image-content {
  
    align-items: center;
  
}

#s-c4fe030d-2d9f-445e-aec0-f190fd0a3bfc {
  text-align: center;
}




  #s-c4fe030d-2d9f-445e-aec0-f190fd0a3bfc img.shogun-image {
    
    width: px;
  }


#s-c4fe030d-2d9f-445e-aec0-f190fd0a3bfc .shogun-image-content {
  
    align-items: center;
  
}

#s-51f8c410-3880-4f48-ae11-2a0f339fb419 {
  text-align: center;
}




  #s-51f8c410-3880-4f48-ae11-2a0f339fb419 img.shogun-image {
    
    width: px;
  }


#s-51f8c410-3880-4f48-ae11-2a0f339fb419 .shogun-image-content {
  
    align-items: center;
  
}

#s-0ea265c0-8ba5-44ba-bbf6-390af762d76e {
  margin-top: 50px;
margin-left: 30px;
margin-right: 30px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-0ea265c0-8ba5-44ba-bbf6-390af762d76e {
  display: none;
}
#s-0ea265c0-8ba5-44ba-bbf6-390af762d76e, #wrap-s-0ea265c0-8ba5-44ba-bbf6-390af762d76e { display:none !important; }}@media (max-width: 767px){#s-0ea265c0-8ba5-44ba-bbf6-390af762d76e {
  display: none;
}
#s-0ea265c0-8ba5-44ba-bbf6-390af762d76e, #wrap-s-0ea265c0-8ba5-44ba-bbf6-390af762d76e { display:none !important; }}
@media (min-width: 0px) {
[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-0ea265c0-8ba5-44ba-bbf6-390af762d76e"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-441c6582-dd9c-4210-ab3d-23b3c77b8cff {
  margin-top: 0px;
min-height: 500px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-441c6582-dd9c-4210-ab3d-23b3c77b8cff {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-441c6582-dd9c-4210-ab3d-23b3c77b8cff {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-441c6582-dd9c-4210-ab3d-23b3c77b8cff > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-441c6582-dd9c-4210-ab3d-23b3c77b8cff.shg-box.shg-c {
  justify-content: center;
}

#s-9323a4c0-04f4-442e-988d-0c06ca84c5c6 {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-9323a4c0-04f4-442e-988d-0c06ca84c5c6 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ff9d1e1c-1b08-4922-a9ed-2ff03c34aa01 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-ff9d1e1c-1b08-4922-a9ed-2ff03c34aa01 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff9d1e1c-1b08-4922-a9ed-2ff03c34aa01 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff9d1e1c-1b08-4922-a9ed-2ff03c34aa01 {
  
}
}@media (max-width: 767px){#s-ff9d1e1c-1b08-4922-a9ed-2ff03c34aa01 {
  
}
}
#s-d1d01f31-08a5-438b-8bec-dc5c8d5369e3 {
  box-shadow:    rgba(28, 97, 0, 1);
text-align: left;
}
@media (min-width: 1200px){#s-d1d01f31-08a5-438b-8bec-dc5c8d5369e3 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d1d01f31-08a5-438b-8bec-dc5c8d5369e3 {
  padding-left: 5%;
padding-right: 5%;
}
}



  #s-d1d01f31-08a5-438b-8bec-dc5c8d5369e3 img.shogun-image {
    
    width: px;
  }


#s-d1d01f31-08a5-438b-8bec-dc5c8d5369e3 .shogun-image-content {
  
    align-items: center;
  
}

#s-ef88e525-7270-47fe-8076-bb9a9d4d552d {
  margin-top: 50px;
margin-left: 30px;
margin-right: 30px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-ef88e525-7270-47fe-8076-bb9a9d4d552d {
  display: none;
}
#s-ef88e525-7270-47fe-8076-bb9a9d4d552d, #wrap-s-ef88e525-7270-47fe-8076-bb9a9d4d552d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef88e525-7270-47fe-8076-bb9a9d4d552d {
  display: none;
}
#s-ef88e525-7270-47fe-8076-bb9a9d4d552d, #wrap-s-ef88e525-7270-47fe-8076-bb9a9d4d552d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef88e525-7270-47fe-8076-bb9a9d4d552d {
  display: none;
}
#s-ef88e525-7270-47fe-8076-bb9a9d4d552d, #wrap-s-ef88e525-7270-47fe-8076-bb9a9d4d552d { display:none !important; }}@media (max-width: 767px){#s-ef88e525-7270-47fe-8076-bb9a9d4d552d {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-ef88e525-7270-47fe-8076-bb9a9d4d552d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-3d3409bf-ef02-499b-bd69-e17c22516951 {
  margin-top: 0px;
min-height: 500px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-3d3409bf-ef02-499b-bd69-e17c22516951 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3d3409bf-ef02-499b-bd69-e17c22516951 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-3d3409bf-ef02-499b-bd69-e17c22516951 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d3409bf-ef02-499b-bd69-e17c22516951.shg-box.shg-c {
  justify-content: center;
}

#s-ecd36a5a-866b-4c06-9480-0c1e552075bc {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-ecd36a5a-866b-4c06-9480-0c1e552075bc .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-ecd36a5a-866b-4c06-9480-0c1e552075bc .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-51e08c5d-82f0-4e8f-be9f-d8c97f2ed7d2 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-51e08c5d-82f0-4e8f-be9f-d8c97f2ed7d2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-51e08c5d-82f0-4e8f-be9f-d8c97f2ed7d2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-51e08c5d-82f0-4e8f-be9f-d8c97f2ed7d2 {
  
}
}@media (max-width: 767px){#s-51e08c5d-82f0-4e8f-be9f-d8c97f2ed7d2 {
  
}
}
#s-5768e869-63a9-47d9-a56c-d78572c596fb {
  box-shadow:    rgba(28, 97, 0, 1);
text-align: left;
}
@media (min-width: 1200px){#s-5768e869-63a9-47d9-a56c-d78572c596fb {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5768e869-63a9-47d9-a56c-d78572c596fb {
  padding-left: 5%;
padding-right: 5%;
}
}



  #s-5768e869-63a9-47d9-a56c-d78572c596fb img.shogun-image {
    
    width: px;
  }


#s-5768e869-63a9-47d9-a56c-d78572c596fb .shogun-image-content {
  
    align-items: center;
  
}

#s-9073d4c7-2d10-40bb-93ad-daec3d1e8b19 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9073d4c7-2d10-40bb-93ad-daec3d1e8b19 {
  padding-left: 2%;
padding-right: 2%;
display: none;
}
#s-9073d4c7-2d10-40bb-93ad-daec3d1e8b19, #wrap-s-9073d4c7-2d10-40bb-93ad-daec3d1e8b19 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9073d4c7-2d10-40bb-93ad-daec3d1e8b19 {
  padding-left: 2%;
padding-right: 2%;
display: none;
}
#s-9073d4c7-2d10-40bb-93ad-daec3d1e8b19, #wrap-s-9073d4c7-2d10-40bb-93ad-daec3d1e8b19 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9073d4c7-2d10-40bb-93ad-daec3d1e8b19 {
  display: none;
}
#s-9073d4c7-2d10-40bb-93ad-daec3d1e8b19, #wrap-s-9073d4c7-2d10-40bb-93ad-daec3d1e8b19 { display:none !important; }}







#s-9073d4c7-2d10-40bb-93ad-daec3d1e8b19 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9073d4c7-2d10-40bb-93ad-daec3d1e8b19.shg-box.shg-c {
  justify-content: center;
}

#s-460b6e3c-b234-48aa-bac1-17a0f3b05908 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-460b6e3c-b234-48aa-bac1-17a0f3b05908 .shg-sld-dot {
  background-color: rgba(66, 66, 66, 1);
}

#s-460b6e3c-b234-48aa-bac1-17a0f3b05908 .shg-sld-nav-button.shg-sld-left,
#s-460b6e3c-b234-48aa-bac1-17a0f3b05908 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(66, 66, 66, 1);
}

#s-5d26ad5d-b233-4788-91f1-d3c8997eecbc {
  text-align: center;
}




  #s-5d26ad5d-b233-4788-91f1-d3c8997eecbc img.shogun-image {
    
    width: px;
  }


#s-5d26ad5d-b233-4788-91f1-d3c8997eecbc .shogun-image-content {
  
    align-items: center;
  
}

#s-69ede460-3690-4c6f-a524-e6e86b8375d0 {
  text-align: center;
}




  #s-69ede460-3690-4c6f-a524-e6e86b8375d0 img.shogun-image {
    
    width: px;
  }


#s-69ede460-3690-4c6f-a524-e6e86b8375d0 .shogun-image-content {
  
    align-items: center;
  
}

#s-7a709126-753d-4179-8aa3-b630a45707bb {
  text-align: center;
}




  #s-7a709126-753d-4179-8aa3-b630a45707bb img.shogun-image {
    
    width: px;
  }


#s-7a709126-753d-4179-8aa3-b630a45707bb .shogun-image-content {
  
    align-items: center;
  
}

#s-5881764c-9fa2-46ef-bf34-2d98520db102 {
  text-align: center;
}




  #s-5881764c-9fa2-46ef-bf34-2d98520db102 img.shogun-image {
    
    width: px;
  }


#s-5881764c-9fa2-46ef-bf34-2d98520db102 .shogun-image-content {
  
    align-items: center;
  
}

#s-6795d730-2e0f-44e7-83f1-6376f03dd2fd {
  text-align: center;
}




  #s-6795d730-2e0f-44e7-83f1-6376f03dd2fd img.shogun-image {
    
    width: px;
  }


#s-6795d730-2e0f-44e7-83f1-6376f03dd2fd .shogun-image-content {
  
    align-items: center;
  
}

#s-7737d71c-798d-4268-a503-008994873f78 {
  text-align: center;
}




  #s-7737d71c-798d-4268-a503-008994873f78 img.shogun-image {
    
    width: px;
  }


#s-7737d71c-798d-4268-a503-008994873f78 .shogun-image-content {
  
    align-items: center;
  
}

#s-281e712e-37b8-472a-950a-b1ef5459aa2e {
  text-align: center;
}




  #s-281e712e-37b8-472a-950a-b1ef5459aa2e img.shogun-image {
    
    width: px;
  }


#s-281e712e-37b8-472a-950a-b1ef5459aa2e .shogun-image-content {
  
    align-items: center;
  
}

#s-6de3c11c-18d4-49e6-bf6a-786612158723 {
  text-align: center;
}




  #s-6de3c11c-18d4-49e6-bf6a-786612158723 img.shogun-image {
    
    width: px;
  }


#s-6de3c11c-18d4-49e6-bf6a-786612158723 .shogun-image-content {
  
    align-items: center;
  
}

#s-9041554e-5ebe-4ea6-a227-6583d4c2f69a {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9041554e-5ebe-4ea6-a227-6583d4c2f69a {
  padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9041554e-5ebe-4ea6-a227-6583d4c2f69a {
  padding-left: 2%;
padding-right: 2%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-9041554e-5ebe-4ea6-a227-6583d4c2f69a {
  
}
}@media (max-width: 767px){#s-9041554e-5ebe-4ea6-a227-6583d4c2f69a {
  display: none;
}
#s-9041554e-5ebe-4ea6-a227-6583d4c2f69a, #wrap-s-9041554e-5ebe-4ea6-a227-6583d4c2f69a { display:none !important; }}







#s-9041554e-5ebe-4ea6-a227-6583d4c2f69a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9041554e-5ebe-4ea6-a227-6583d4c2f69a.shg-box.shg-c {
  justify-content: center;
}

#s-a33f8c0e-f479-4752-8238-c9dd1f4ec8f1 {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a33f8c0e-f479-4752-8238-c9dd1f4ec8f1 .shg-sld-dot {
  background-color: rgba(66, 66, 66, 1);
}

#s-a33f8c0e-f479-4752-8238-c9dd1f4ec8f1 .shg-sld-nav-button.shg-sld-left,
#s-a33f8c0e-f479-4752-8238-c9dd1f4ec8f1 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(66, 66, 66, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824 {
  
}
}
@media (min-width: 0px) {
[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2bb69ce5-ae50-4b99-b64e-3c22d1d37824"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9c8a13de-067f-49be-a893-4d26fa1eb3a2 {
  text-align: center;
}




  #s-9c8a13de-067f-49be-a893-4d26fa1eb3a2 img.shogun-image {
    
    width: px;
  }


#s-9c8a13de-067f-49be-a893-4d26fa1eb3a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-0607a3d0-1774-49c0-b4db-ccc65c32cdf0 {
  text-align: center;
}




  #s-0607a3d0-1774-49c0-b4db-ccc65c32cdf0 img.shogun-image {
    
    width: px;
  }


#s-0607a3d0-1774-49c0-b4db-ccc65c32cdf0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eed6a616-8abc-405b-a255-29b905200cfc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d2942bed-c20c-4c60-9db0-dd64fbbc6ef4 {
  text-align: center;
}




  #s-d2942bed-c20c-4c60-9db0-dd64fbbc6ef4 img.shogun-image {
    
    width: px;
  }


#s-d2942bed-c20c-4c60-9db0-dd64fbbc6ef4 .shogun-image-content {
  
    align-items: center;
  
}

#s-d6f3f72c-20ab-4f21-9084-bfcd0fcd161f {
  text-align: center;
}




  #s-d6f3f72c-20ab-4f21-9084-bfcd0fcd161f img.shogun-image {
    
    width: px;
  }


#s-d6f3f72c-20ab-4f21-9084-bfcd0fcd161f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-fbfa66f4-b011-41b6-bf33-a9b892e0f9a9"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ba15ea32-7fb3-4645-92f4-e53eab2e2e07"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-0372a406-e5da-433b-9f47-cee916ac90e2 {
  text-align: center;
}




  #s-0372a406-e5da-433b-9f47-cee916ac90e2 img.shogun-image {
    
    width: px;
  }


#s-0372a406-e5da-433b-9f47-cee916ac90e2 .shogun-image-content {
  
    align-items: center;
  
}

#s-2fccdbd9-dc25-4321-89c4-fb2971ec6fde {
  text-align: center;
}




  #s-2fccdbd9-dc25-4321-89c4-fb2971ec6fde img.shogun-image {
    
    width: px;
  }


#s-2fccdbd9-dc25-4321-89c4-fb2971ec6fde .shogun-image-content {
  
    align-items: center;
  
}

#s-b598ddf8-ef09-4629-8ccb-093efda00316 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-b598ddf8-ef09-4629-8ccb-093efda00316 {
  padding-left: 2%;
padding-right: 2%;
display: none;
}
#s-b598ddf8-ef09-4629-8ccb-093efda00316, #wrap-s-b598ddf8-ef09-4629-8ccb-093efda00316 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b598ddf8-ef09-4629-8ccb-093efda00316 {
  padding-left: 2%;
padding-right: 2%;
display: none;
}
#s-b598ddf8-ef09-4629-8ccb-093efda00316, #wrap-s-b598ddf8-ef09-4629-8ccb-093efda00316 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b598ddf8-ef09-4629-8ccb-093efda00316 {
  display: none;
}
#s-b598ddf8-ef09-4629-8ccb-093efda00316, #wrap-s-b598ddf8-ef09-4629-8ccb-093efda00316 { display:none !important; }}@media (max-width: 767px){#s-b598ddf8-ef09-4629-8ccb-093efda00316 {
  display: none;
}
#s-b598ddf8-ef09-4629-8ccb-093efda00316, #wrap-s-b598ddf8-ef09-4629-8ccb-093efda00316 { display:none !important; }}







#s-b598ddf8-ef09-4629-8ccb-093efda00316 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b598ddf8-ef09-4629-8ccb-093efda00316.shg-box.shg-c {
  justify-content: center;
}

#s-b95dfc43-7274-493d-b766-3e17a4711fca {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b95dfc43-7274-493d-b766-3e17a4711fca {
  display: none;
}
#s-b95dfc43-7274-493d-b766-3e17a4711fca, #wrap-s-b95dfc43-7274-493d-b766-3e17a4711fca { display:none !important; }}
#s-b95dfc43-7274-493d-b766-3e17a4711fca .shg-sld-dot {
  background-color: rgba(66, 66, 66, 1);
}

#s-b95dfc43-7274-493d-b766-3e17a4711fca .shg-sld-nav-button.shg-sld-left,
#s-b95dfc43-7274-493d-b766-3e17a4711fca .shg-sld-nav-button.shg-sld-right {
  fill: rgba(66, 66, 66, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-e534addf-4e9a-4cde-9320-b3e960fb232c {
  display: none;
}
#s-e534addf-4e9a-4cde-9320-b3e960fb232c, #wrap-s-e534addf-4e9a-4cde-9320-b3e960fb232c { display:none !important; }}
@media (min-width: 0px) {
[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e534addf-4e9a-4cde-9320-b3e960fb232c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-cabce359-775f-460c-9a46-e6377205fbb4 {
  text-align: center;
}




  #s-cabce359-775f-460c-9a46-e6377205fbb4 img.shogun-image {
    
    width: px;
  }


#s-cabce359-775f-460c-9a46-e6377205fbb4 .shogun-image-content {
  
    align-items: center;
  
}

#s-8693de34-925a-47ba-946e-eebad0a431e0 {
  text-align: center;
}




  #s-8693de34-925a-47ba-946e-eebad0a431e0 img.shogun-image {
    
    width: px;
  }


#s-8693de34-925a-47ba-946e-eebad0a431e0 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eb001b68-35a1-42e4-a8d3-796465c5fd8a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-568e1991-f569-4df0-b65a-8d9ad22a3e01 {
  text-align: center;
}




  #s-568e1991-f569-4df0-b65a-8d9ad22a3e01 img.shogun-image {
    
    width: px;
  }


#s-568e1991-f569-4df0-b65a-8d9ad22a3e01 .shogun-image-content {
  
    align-items: center;
  
}

#s-8592028d-33bb-4164-bc7e-7d9419a15fab {
  text-align: center;
}




  #s-8592028d-33bb-4164-bc7e-7d9419a15fab img.shogun-image {
    
    width: px;
  }


#s-8592028d-33bb-4164-bc7e-7d9419a15fab .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-d0e675e4-ee59-4bcc-895d-ebf38df1bc41"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 0px) {
[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-ccf60648-ef46-47df-aee0-3a83906f0bc3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b91d4bd4-b7be-40e6-bb38-b3735b382628 {
  text-align: center;
}




  #s-b91d4bd4-b7be-40e6-bb38-b3735b382628 img.shogun-image {
    
    width: px;
  }


#s-b91d4bd4-b7be-40e6-bb38-b3735b382628 .shogun-image-content {
  
    align-items: center;
  
}

#s-413fee4f-02a7-43af-bd87-6652cd8fcfc7 {
  text-align: center;
}




  #s-413fee4f-02a7-43af-bd87-6652cd8fcfc7 img.shogun-image {
    
    width: px;
  }


#s-413fee4f-02a7-43af-bd87-6652cd8fcfc7 .shogun-image-content {
  
    align-items: center;
  
}

#s-965ac00e-57f3-4d30-a717-a4d18e925072 {
  margin-left: 30px;
margin-right: 30px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-965ac00e-57f3-4d30-a717-a4d18e925072 {
  display: none;
}
#s-965ac00e-57f3-4d30-a717-a4d18e925072, #wrap-s-965ac00e-57f3-4d30-a717-a4d18e925072 { display:none !important; }}@media (max-width: 767px){#s-965ac00e-57f3-4d30-a717-a4d18e925072 {
  display: none;
}
#s-965ac00e-57f3-4d30-a717-a4d18e925072, #wrap-s-965ac00e-57f3-4d30-a717-a4d18e925072 { display:none !important; }}
@media (min-width: 0px) {
[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-965ac00e-57f3-4d30-a717-a4d18e925072"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px){#s-102dcc16-f0d8-4827-8ba1-05dc419c1e58 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-102dcc16-f0d8-4827-8ba1-05dc419c1e58 {
  padding-top: 60px;
padding-left: 5%;
padding-bottom: 60px;
padding-right: 5%;
}
}
#s-8308a15c-cf09-4706-9978-e5e0df274142 {
  margin-top: 0px;
min-height: 500px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-8308a15c-cf09-4706-9978-e5e0df274142 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-8308a15c-cf09-4706-9978-e5e0df274142 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-8308a15c-cf09-4706-9978-e5e0df274142 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8308a15c-cf09-4706-9978-e5e0df274142.shg-box.shg-c {
  justify-content: center;
}

#s-37039b90-7ead-49b6-9717-e48c60abd44f {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-37039b90-7ead-49b6-9717-e48c60abd44f .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-58c727b0-8f4a-45c9-a859-0a6f63e35dfd {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-58c727b0-8f4a-45c9-a859-0a6f63e35dfd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-58c727b0-8f4a-45c9-a859-0a6f63e35dfd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-58c727b0-8f4a-45c9-a859-0a6f63e35dfd {
  
}
}@media (max-width: 767px){#s-58c727b0-8f4a-45c9-a859-0a6f63e35dfd {
  
}
}
#s-06184e96-1c54-4b80-b529-1cf24d828732 {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-06184e96-1c54-4b80-b529-1cf24d828732 {
  display: none;
}
#s-06184e96-1c54-4b80-b529-1cf24d828732, #wrap-s-06184e96-1c54-4b80-b529-1cf24d828732 { display:none !important; }}@media (max-width: 767px){#s-06184e96-1c54-4b80-b529-1cf24d828732 {
  display: none;
}
#s-06184e96-1c54-4b80-b529-1cf24d828732, #wrap-s-06184e96-1c54-4b80-b529-1cf24d828732 { display:none !important; }}
@media (min-width: 0px) {
[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-06184e96-1c54-4b80-b529-1cf24d828732"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a42a76a5-3627-4d42-a5f6-be2f438ee68d {
  margin-top: 0px;
min-height: 500px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-a42a76a5-3627-4d42-a5f6-be2f438ee68d {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a42a76a5-3627-4d42-a5f6-be2f438ee68d {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-a42a76a5-3627-4d42-a5f6-be2f438ee68d {
  margin-bottom: -85px;
}
}







#s-a42a76a5-3627-4d42-a5f6-be2f438ee68d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a42a76a5-3627-4d42-a5f6-be2f438ee68d.shg-box.shg-c {
  justify-content: center;
}

#s-8d3944d5-36fb-4be0-8a62-d1b3a3c6c896 {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-8d3944d5-36fb-4be0-8a62-d1b3a3c6c896 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-adc60f64-c1df-47e4-a1c9-8f4f65b422b1 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-adc60f64-c1df-47e4-a1c9-8f4f65b422b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-adc60f64-c1df-47e4-a1c9-8f4f65b422b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-adc60f64-c1df-47e4-a1c9-8f4f65b422b1 {
  
}
}@media (max-width: 767px){#s-adc60f64-c1df-47e4-a1c9-8f4f65b422b1 {
  
}
}
#s-2b72851a-8c98-4ccc-8cfd-f1064dcde86d {
  box-shadow:    rgba(28, 97, 0, 1);
text-align: left;
}
@media (min-width: 1200px){#s-2b72851a-8c98-4ccc-8cfd-f1064dcde86d {
  margin-left: 5%;
margin-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b72851a-8c98-4ccc-8cfd-f1064dcde86d {
  margin-left: 5%;
margin-right: 5%;
}
}



  #s-2b72851a-8c98-4ccc-8cfd-f1064dcde86d img.shogun-image {
    
    width: px;
  }


#s-2b72851a-8c98-4ccc-8cfd-f1064dcde86d .shogun-image-content {
  
    align-items: center;
  
}

#s-b93dc07a-0e52-4c87-afb9-3ec453211e64 {
  margin-top: 0px;
min-height: 500px;
background-color: rgba(247, 249, 250, 1);
}
@media (min-width: 1200px){#s-b93dc07a-0e52-4c87-afb9-3ec453211e64 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-b93dc07a-0e52-4c87-afb9-3ec453211e64, #wrap-s-b93dc07a-0e52-4c87-afb9-3ec453211e64 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-b93dc07a-0e52-4c87-afb9-3ec453211e64 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-b93dc07a-0e52-4c87-afb9-3ec453211e64, #wrap-s-b93dc07a-0e52-4c87-afb9-3ec453211e64 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-b93dc07a-0e52-4c87-afb9-3ec453211e64 {
  display: none;
}
#s-b93dc07a-0e52-4c87-afb9-3ec453211e64, #wrap-s-b93dc07a-0e52-4c87-afb9-3ec453211e64 { display:none !important; }}@media (max-width: 767px){#s-b93dc07a-0e52-4c87-afb9-3ec453211e64 {
  padding-left: 5%;
padding-right: 5%;
}
}







#s-b93dc07a-0e52-4c87-afb9-3ec453211e64 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b93dc07a-0e52-4c87-afb9-3ec453211e64.shg-box.shg-c {
  justify-content: center;
}

#s-4af958ab-47f7-40af-8936-d630b4305ea3 {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-4af958ab-47f7-40af-8936-d630b4305ea3 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-4af958ab-47f7-40af-8936-d630b4305ea3 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-9e2a4f6f-100e-4b7e-b128-f57df0c9eae9 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-9e2a4f6f-100e-4b7e-b128-f57df0c9eae9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9e2a4f6f-100e-4b7e-b128-f57df0c9eae9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9e2a4f6f-100e-4b7e-b128-f57df0c9eae9 {
  
}
}@media (max-width: 767px){#s-9e2a4f6f-100e-4b7e-b128-f57df0c9eae9 {
  
}
}
#s-36284f95-0422-49d2-95e2-ca6214714933 {
  margin-left: -8%;
margin-right: -8%;
}
@media (min-width: 1200px){#s-36284f95-0422-49d2-95e2-ca6214714933 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-36284f95-0422-49d2-95e2-ca6214714933 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-36284f95-0422-49d2-95e2-ca6214714933 {
  margin-left: -10%;
margin-right: -10%;
}
}
#s-22d81b18-1215-457b-ab90-966c5f1e70a0 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
margin-bottom: 50px;
min-height: 300px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-22d81b18-1215-457b-ab90-966c5f1e70a0 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-22d81b18-1215-457b-ab90-966c5f1e70a0 {
  margin-top: 50px;
margin-bottom: 50px;
padding-left: 5%;
padding-right: 5%;
}
}







#s-22d81b18-1215-457b-ab90-966c5f1e70a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22d81b18-1215-457b-ab90-966c5f1e70a0.shg-box.shg-c {
  justify-content: center;
}

#s-5a7a8f96-e44b-4bf5-98ce-cda360c7bf0f {
  margin-top: 50px;
margin-left: 25px;
margin-right: 25px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (max-width: 767px){#s-5a7a8f96-e44b-4bf5-98ce-cda360c7bf0f {
  margin-left: 0px;
margin-right: 0px;
}
}
#s-5a7a8f96-e44b-4bf5-98ce-cda360c7bf0f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-5a7a8f96-e44b-4bf5-98ce-cda360c7bf0f .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}


}
#s-949dd1a8-bfb6-41ce-8f47-09fd8cab37c5 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
padding-top: 10px;
padding-left: 0%;
padding-right: 0%;
}
@media (min-width: 1200px){#s-949dd1a8-bfb6-41ce-8f47-09fd8cab37c5 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-949dd1a8-bfb6-41ce-8f47-09fd8cab37c5 {
  padding-left: 20%;
padding-right: 20%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-949dd1a8-bfb6-41ce-8f47-09fd8cab37c5 {
  
}
}@media (max-width: 767px){#s-949dd1a8-bfb6-41ce-8f47-09fd8cab37c5 {
  
}
}
#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  margin-top: 50px;
margin-left: 0px;
margin-bottom: 50px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(247, 249, 250, 1);
}
@media (min-width: 1200px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  display: none;
}
#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab, #wrap-s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab { display:none !important; }}@media (max-width: 767px){#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab {
  margin-top: 0px;
margin-bottom: 0px;
}
}







#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cfbd430-c6a0-4d4e-8a53-b14b14a47fab.shg-box.shg-c {
  justify-content: flex-start;
}

#s-273d27cb-1621-46be-89a8-37de02c17f55 {
  margin-left: 30px;
margin-right: 30px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 768px) and (max-width: 991px){#s-273d27cb-1621-46be-89a8-37de02c17f55 {
  display: none;
}
#s-273d27cb-1621-46be-89a8-37de02c17f55, #wrap-s-273d27cb-1621-46be-89a8-37de02c17f55 { display:none !important; }}@media (max-width: 767px){#s-273d27cb-1621-46be-89a8-37de02c17f55 {
  display: none;
}
#s-273d27cb-1621-46be-89a8-37de02c17f55, #wrap-s-273d27cb-1621-46be-89a8-37de02c17f55 { display:none !important; }}
@media (min-width: 0px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-273d27cb-1621-46be-89a8-37de02c17f55"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-7d4f9fa8-1992-40ee-90c0-287ba729fbbd {
  box-shadow:    rgba(28, 97, 0, 1);
text-align: right;
}
@media (min-width: 1200px){#s-7d4f9fa8-1992-40ee-90c0-287ba729fbbd {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7d4f9fa8-1992-40ee-90c0-287ba729fbbd {
  padding-left: 5%;
padding-right: 5%;
}
}



  #s-7d4f9fa8-1992-40ee-90c0-287ba729fbbd img.shogun-image {
    
    width: px;
  }


#s-7d4f9fa8-1992-40ee-90c0-287ba729fbbd .shogun-image-content {
  
    align-items: center;
  
}

#s-935ff7d3-6be2-412b-a6bd-5707d774fd1c {
  margin-top: 0px;
min-height: 500px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-935ff7d3-6be2-412b-a6bd-5707d774fd1c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-935ff7d3-6be2-412b-a6bd-5707d774fd1c {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-935ff7d3-6be2-412b-a6bd-5707d774fd1c {
  margin-top: -75px;
margin-bottom: -75px;
}
}







#s-935ff7d3-6be2-412b-a6bd-5707d774fd1c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-935ff7d3-6be2-412b-a6bd-5707d774fd1c.shg-box.shg-c {
  justify-content: center;
}

#s-a54257d7-0aa4-490b-b77b-f67b0902aea0 {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-a54257d7-0aa4-490b-b77b-f67b0902aea0 {
  padding-bottom: 15px;
}
}
#s-a54257d7-0aa4-490b-b77b-f67b0902aea0 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-31529756-fe61-40a2-93d2-11b3ce6fd1cc {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-31529756-fe61-40a2-93d2-11b3ce6fd1cc {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31529756-fe61-40a2-93d2-11b3ce6fd1cc {
  padding-top: 15px;
padding-bottom: 15px;
}
}@media (min-width: 768px) and (max-width: 991px){#s-31529756-fe61-40a2-93d2-11b3ce6fd1cc {
  
}
}@media (max-width: 767px){#s-31529756-fe61-40a2-93d2-11b3ce6fd1cc {
  
}
}
#s-88641145-472d-4eec-8e50-96ef1de0549c {
  margin-left: 30px;
margin-right: 30px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-88641145-472d-4eec-8e50-96ef1de0549c {
  display: none;
}
#s-88641145-472d-4eec-8e50-96ef1de0549c, #wrap-s-88641145-472d-4eec-8e50-96ef1de0549c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-88641145-472d-4eec-8e50-96ef1de0549c {
  display: none;
}
#s-88641145-472d-4eec-8e50-96ef1de0549c, #wrap-s-88641145-472d-4eec-8e50-96ef1de0549c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-88641145-472d-4eec-8e50-96ef1de0549c {
  display: none;
}
#s-88641145-472d-4eec-8e50-96ef1de0549c, #wrap-s-88641145-472d-4eec-8e50-96ef1de0549c { display:none !important; }}@media (max-width: 767px){#s-88641145-472d-4eec-8e50-96ef1de0549c {
  margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 0px) {
[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-88641145-472d-4eec-8e50-96ef1de0549c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-c305b345-ac46-4fb2-98f3-ecc4618a9e02 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c305b345-ac46-4fb2-98f3-ecc4618a9e02 {
  display: none;
}
#s-c305b345-ac46-4fb2-98f3-ecc4618a9e02, #wrap-s-c305b345-ac46-4fb2-98f3-ecc4618a9e02 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c305b345-ac46-4fb2-98f3-ecc4618a9e02 {
  display: none;
}
#s-c305b345-ac46-4fb2-98f3-ecc4618a9e02, #wrap-s-c305b345-ac46-4fb2-98f3-ecc4618a9e02 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c305b345-ac46-4fb2-98f3-ecc4618a9e02 {
  display: none;
}
#s-c305b345-ac46-4fb2-98f3-ecc4618a9e02, #wrap-s-c305b345-ac46-4fb2-98f3-ecc4618a9e02 { display:none !important; }}@media (max-width: 767px){#s-c305b345-ac46-4fb2-98f3-ecc4618a9e02 {
  padding-top: 0px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}







#s-c305b345-ac46-4fb2-98f3-ecc4618a9e02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c305b345-ac46-4fb2-98f3-ecc4618a9e02.shg-box.shg-c {
  justify-content: center;
}

#s-da511ddb-9b34-44aa-aceb-1b8d228ecbce {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-da511ddb-9b34-44aa-aceb-1b8d228ecbce {
  padding-bottom: 15px;
}
}
#s-da511ddb-9b34-44aa-aceb-1b8d228ecbce .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-da511ddb-9b34-44aa-aceb-1b8d228ecbce .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}


}
#s-6d92b525-bced-40c2-8efc-2728340f3fe4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-6d92b525-bced-40c2-8efc-2728340f3fe4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d92b525-bced-40c2-8efc-2728340f3fe4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d92b525-bced-40c2-8efc-2728340f3fe4 {
  
}
}@media (max-width: 767px){#s-6d92b525-bced-40c2-8efc-2728340f3fe4 {
  
}
}
#s-e83ef371-76a6-4e79-b0ae-9a7f3d687dcb {
  margin-top: 0px;
padding-top: 0px;
padding-bottom: 0px;
min-height: 500px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-e83ef371-76a6-4e79-b0ae-9a7f3d687dcb {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e83ef371-76a6-4e79-b0ae-9a7f3d687dcb {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-e83ef371-76a6-4e79-b0ae-9a7f3d687dcb {
  margin-top: 0px;
margin-bottom: 0px;
display: none;
}
#s-e83ef371-76a6-4e79-b0ae-9a7f3d687dcb, #wrap-s-e83ef371-76a6-4e79-b0ae-9a7f3d687dcb { display:none !important; }}







#s-e83ef371-76a6-4e79-b0ae-9a7f3d687dcb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e83ef371-76a6-4e79-b0ae-9a7f3d687dcb.shg-box.shg-c {
  justify-content: center;
}

#s-8b115389-ba2a-499a-8cd9-bccfb9edb00c {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-8b115389-ba2a-499a-8cd9-bccfb9edb00c {
  padding-bottom: 15px;
}
}
#s-8b115389-ba2a-499a-8cd9-bccfb9edb00c .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-5e82824a-7a00-4d13-a5f6-745ae5f1e48a {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-5e82824a-7a00-4d13-a5f6-745ae5f1e48a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5e82824a-7a00-4d13-a5f6-745ae5f1e48a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5e82824a-7a00-4d13-a5f6-745ae5f1e48a {
  
}
}@media (max-width: 767px){#s-5e82824a-7a00-4d13-a5f6-745ae5f1e48a {
  
}
}
#s-9c84f19d-9316-473a-b837-e697017f1122 {
  box-shadow:    rgba(28, 97, 0, 1);
text-align: center;
}
@media (min-width: 1200px){#s-9c84f19d-9316-473a-b837-e697017f1122 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9c84f19d-9316-473a-b837-e697017f1122 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-9c84f19d-9316-473a-b837-e697017f1122 {
  padding-left: 3%;
padding-right: 3%;
}
}



  #s-9c84f19d-9316-473a-b837-e697017f1122 img.shogun-image {
    
    width: px;
  }


#s-9c84f19d-9316-473a-b837-e697017f1122 .shogun-image-content {
  
    align-items: center;
  
}

#s-0a16d8f8-0e8c-4d06-83d4-05a76a8a4b28 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-0a16d8f8-0e8c-4d06-83d4-05a76a8a4b28 {
  display: none;
}
#s-0a16d8f8-0e8c-4d06-83d4-05a76a8a4b28, #wrap-s-0a16d8f8-0e8c-4d06-83d4-05a76a8a4b28 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0a16d8f8-0e8c-4d06-83d4-05a76a8a4b28 {
  display: none;
}
#s-0a16d8f8-0e8c-4d06-83d4-05a76a8a4b28, #wrap-s-0a16d8f8-0e8c-4d06-83d4-05a76a8a4b28 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0a16d8f8-0e8c-4d06-83d4-05a76a8a4b28 {
  display: none;
}
#s-0a16d8f8-0e8c-4d06-83d4-05a76a8a4b28, #wrap-s-0a16d8f8-0e8c-4d06-83d4-05a76a8a4b28 { display:none !important; }}@media (max-width: 767px){#s-0a16d8f8-0e8c-4d06-83d4-05a76a8a4b28 {
  padding-top: 25px;
padding-left: 5%;
padding-bottom: 0px;
padding-right: 5%;
}
}







#s-0a16d8f8-0e8c-4d06-83d4-05a76a8a4b28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a16d8f8-0e8c-4d06-83d4-05a76a8a4b28.shg-box.shg-c {
  justify-content: center;
}

#s-e75102d6-cc3d-4026-9f6f-d10478372271 {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-e75102d6-cc3d-4026-9f6f-d10478372271 {
  padding-bottom: 15px;
}
}
#s-e75102d6-cc3d-4026-9f6f-d10478372271 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-e75102d6-cc3d-4026-9f6f-d10478372271 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}


}
#s-1ea56243-a910-41b8-9174-08f4f9f5fdfd {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-1ea56243-a910-41b8-9174-08f4f9f5fdfd {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ea56243-a910-41b8-9174-08f4f9f5fdfd {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ea56243-a910-41b8-9174-08f4f9f5fdfd {
  
}
}@media (max-width: 767px){#s-1ea56243-a910-41b8-9174-08f4f9f5fdfd {
  
}
}
#s-2312d247-b2c2-4acf-ba9f-7ae76a9b68a9 {
  box-shadow:    rgba(28, 97, 0, 1);
text-align: left;
}
@media (min-width: 1200px){#s-2312d247-b2c2-4acf-ba9f-7ae76a9b68a9 {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-2312d247-b2c2-4acf-ba9f-7ae76a9b68a9, #wrap-s-2312d247-b2c2-4acf-ba9f-7ae76a9b68a9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2312d247-b2c2-4acf-ba9f-7ae76a9b68a9 {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-2312d247-b2c2-4acf-ba9f-7ae76a9b68a9, #wrap-s-2312d247-b2c2-4acf-ba9f-7ae76a9b68a9 { display:none !important; }}@media (max-width: 767px){#s-2312d247-b2c2-4acf-ba9f-7ae76a9b68a9 {
  padding-bottom: 50px;
}
}



  #s-2312d247-b2c2-4acf-ba9f-7ae76a9b68a9 img.shogun-image {
    
    width: px;
  }


#s-2312d247-b2c2-4acf-ba9f-7ae76a9b68a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-75629cde-3d14-426a-968b-d86b9211f79d {
  margin-top: 50px;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-75629cde-3d14-426a-968b-d86b9211f79d {
  display: none;
}
#s-75629cde-3d14-426a-968b-d86b9211f79d, #wrap-s-75629cde-3d14-426a-968b-d86b9211f79d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-75629cde-3d14-426a-968b-d86b9211f79d {
  display: none;
}
#s-75629cde-3d14-426a-968b-d86b9211f79d, #wrap-s-75629cde-3d14-426a-968b-d86b9211f79d { display:none !important; }}@media (max-width: 767px){#s-75629cde-3d14-426a-968b-d86b9211f79d {
  display: none;
}
#s-75629cde-3d14-426a-968b-d86b9211f79d, #wrap-s-75629cde-3d14-426a-968b-d86b9211f79d { display:none !important; }}
@media (min-width: 0px) {
[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-75629cde-3d14-426a-968b-d86b9211f79d"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-71b17136-dc8d-4d6a-8538-9db5b06cb7e6 {
  margin-top: 0px;
min-height: 500px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-71b17136-dc8d-4d6a-8538-9db5b06cb7e6 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-71b17136-dc8d-4d6a-8538-9db5b06cb7e6 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-71b17136-dc8d-4d6a-8538-9db5b06cb7e6 {
  margin-top: -50px;
margin-bottom: -85px;
}
}







#s-71b17136-dc8d-4d6a-8538-9db5b06cb7e6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71b17136-dc8d-4d6a-8538-9db5b06cb7e6.shg-box.shg-c {
  justify-content: center;
}

#s-248e5dbb-9b28-4208-ad83-a84c8e6b9119 {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-248e5dbb-9b28-4208-ad83-a84c8e6b9119 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1ea359ed-e6b9-432b-9403-caaed243efc4 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-1ea359ed-e6b9-432b-9403-caaed243efc4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1ea359ed-e6b9-432b-9403-caaed243efc4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-1ea359ed-e6b9-432b-9403-caaed243efc4 {
  
}
}@media (max-width: 767px){#s-1ea359ed-e6b9-432b-9403-caaed243efc4 {
  
}
}
#s-ae02c1f7-0e92-4b59-b4fe-36344b9b90aa {
  box-shadow:    rgba(28, 97, 0, 1);
text-align: left;
}
@media (min-width: 1200px){#s-ae02c1f7-0e92-4b59-b4fe-36344b9b90aa {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-ae02c1f7-0e92-4b59-b4fe-36344b9b90aa, #wrap-s-ae02c1f7-0e92-4b59-b4fe-36344b9b90aa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ae02c1f7-0e92-4b59-b4fe-36344b9b90aa {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-ae02c1f7-0e92-4b59-b4fe-36344b9b90aa, #wrap-s-ae02c1f7-0e92-4b59-b4fe-36344b9b90aa { display:none !important; }}



  #s-ae02c1f7-0e92-4b59-b4fe-36344b9b90aa img.shogun-image {
    
    width: px;
  }


#s-ae02c1f7-0e92-4b59-b4fe-36344b9b90aa .shogun-image-content {
  
    align-items: center;
  
}

#s-db029014-458a-4e2d-8ed9-55af4905defc {
  margin-left: 30px;
margin-right: 30px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-db029014-458a-4e2d-8ed9-55af4905defc {
  display: none;
}
#s-db029014-458a-4e2d-8ed9-55af4905defc, #wrap-s-db029014-458a-4e2d-8ed9-55af4905defc { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-db029014-458a-4e2d-8ed9-55af4905defc {
  display: none;
}
#s-db029014-458a-4e2d-8ed9-55af4905defc, #wrap-s-db029014-458a-4e2d-8ed9-55af4905defc { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-db029014-458a-4e2d-8ed9-55af4905defc {
  display: none;
}
#s-db029014-458a-4e2d-8ed9-55af4905defc, #wrap-s-db029014-458a-4e2d-8ed9-55af4905defc { display:none !important; }}@media (max-width: 767px){#s-db029014-458a-4e2d-8ed9-55af4905defc {
  margin-top: -50px;
margin-bottom: -50px;
display: none;
}
#s-db029014-458a-4e2d-8ed9-55af4905defc, #wrap-s-db029014-458a-4e2d-8ed9-55af4905defc { display:none !important; }}
@media (min-width: 0px) {
[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-db029014-458a-4e2d-8ed9-55af4905defc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-903fee4a-1c2c-4479-b673-da3bd695a7ba {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-903fee4a-1c2c-4479-b673-da3bd695a7ba {
  padding-left: 5%;
padding-bottom: 20px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-903fee4a-1c2c-4479-b673-da3bd695a7ba {
  margin-top: 0px;
margin-bottom: 15px;
padding-left: 2%;
padding-right: 2%;
}
}
#s-903fee4a-1c2c-4479-b673-da3bd695a7ba .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-903fee4a-1c2c-4479-b673-da3bd695a7ba .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}


}
#s-3ae5f04a-a01c-4db0-a7f0-181fe51712a1 {
  margin-left: 5%;
margin-right: 5%;
text-align: center;
}
@media (min-width: 1200px){#s-3ae5f04a-a01c-4db0-a7f0-181fe51712a1 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-3ae5f04a-a01c-4db0-a7f0-181fe51712a1, #wrap-s-3ae5f04a-a01c-4db0-a7f0-181fe51712a1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3ae5f04a-a01c-4db0-a7f0-181fe51712a1 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-3ae5f04a-a01c-4db0-a7f0-181fe51712a1, #wrap-s-3ae5f04a-a01c-4db0-a7f0-181fe51712a1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3ae5f04a-a01c-4db0-a7f0-181fe51712a1 {
  
}
}



  #s-3ae5f04a-a01c-4db0-a7f0-181fe51712a1 img.shogun-image {
    
    width: px;
  }


#s-3ae5f04a-a01c-4db0-a7f0-181fe51712a1 .shogun-image-content {
  
    align-items: center;
  
}

#s-1427993b-68de-481e-8e81-7e6c9a0f10c3 {
  padding-top: 15px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-1427993b-68de-481e-8e81-7e6c9a0f10c3 {
  display: none;
}
#s-1427993b-68de-481e-8e81-7e6c9a0f10c3, #wrap-s-1427993b-68de-481e-8e81-7e6c9a0f10c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1427993b-68de-481e-8e81-7e6c9a0f10c3 {
  display: none;
}
#s-1427993b-68de-481e-8e81-7e6c9a0f10c3, #wrap-s-1427993b-68de-481e-8e81-7e6c9a0f10c3 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1427993b-68de-481e-8e81-7e6c9a0f10c3 {
  
}
}







#s-1427993b-68de-481e-8e81-7e6c9a0f10c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1427993b-68de-481e-8e81-7e6c9a0f10c3.shg-box.shg-c {
  justify-content: center;
}

#s-15e4d001-defa-4f72-b904-7ce74d0f8662 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-15e4d001-defa-4f72-b904-7ce74d0f8662 {
  display: none;
}
#s-15e4d001-defa-4f72-b904-7ce74d0f8662, #wrap-s-15e4d001-defa-4f72-b904-7ce74d0f8662 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-15e4d001-defa-4f72-b904-7ce74d0f8662 {
  display: none;
}
#s-15e4d001-defa-4f72-b904-7ce74d0f8662, #wrap-s-15e4d001-defa-4f72-b904-7ce74d0f8662 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-15e4d001-defa-4f72-b904-7ce74d0f8662 {
  
}
}@media (max-width: 767px){#s-15e4d001-defa-4f72-b904-7ce74d0f8662 {
  
}
}
#s-5cd32eb4-89f4-4c08-958b-976f5ca8ff37 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}




  #s-5cd32eb4-89f4-4c08-958b-976f5ca8ff37 img.shogun-image {
    
    width: px;
  }


#s-5cd32eb4-89f4-4c08-958b-976f5ca8ff37 .shogun-image-content {
  
    align-items: center;
  
}

#s-7f9e4f69-3708-40e9-8421-ec91452cdaf4 {
  padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
text-align: left;
}
@media (min-width: 1200px){#s-7f9e4f69-3708-40e9-8421-ec91452cdaf4 {
  display: none;
}
#s-7f9e4f69-3708-40e9-8421-ec91452cdaf4, #wrap-s-7f9e4f69-3708-40e9-8421-ec91452cdaf4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7f9e4f69-3708-40e9-8421-ec91452cdaf4 {
  display: none;
}
#s-7f9e4f69-3708-40e9-8421-ec91452cdaf4, #wrap-s-7f9e4f69-3708-40e9-8421-ec91452cdaf4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7f9e4f69-3708-40e9-8421-ec91452cdaf4 {
  
}
}
#s-7f9e4f69-3708-40e9-8421-ec91452cdaf4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8e56bab4-7920-4b93-8462-b7e4a00c4cba {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}
@media (min-width: 1200px){#s-8e56bab4-7920-4b93-8462-b7e4a00c4cba {
  display: none;
}
#s-8e56bab4-7920-4b93-8462-b7e4a00c4cba, #wrap-s-8e56bab4-7920-4b93-8462-b7e4a00c4cba { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8e56bab4-7920-4b93-8462-b7e4a00c4cba {
  display: none;
}
#s-8e56bab4-7920-4b93-8462-b7e4a00c4cba, #wrap-s-8e56bab4-7920-4b93-8462-b7e4a00c4cba { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8e56bab4-7920-4b93-8462-b7e4a00c4cba {
  
}
}



  #s-8e56bab4-7920-4b93-8462-b7e4a00c4cba img.shogun-image {
    
    width: px;
  }


#s-8e56bab4-7920-4b93-8462-b7e4a00c4cba .shogun-image-content {
  
    align-items: center;
  
}

#s-e161197c-e3c5-4e98-a64a-42011edb3ca4 {
  padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
text-align: left;
}
@media (min-width: 1200px){#s-e161197c-e3c5-4e98-a64a-42011edb3ca4 {
  display: none;
}
#s-e161197c-e3c5-4e98-a64a-42011edb3ca4, #wrap-s-e161197c-e3c5-4e98-a64a-42011edb3ca4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e161197c-e3c5-4e98-a64a-42011edb3ca4 {
  display: none;
}
#s-e161197c-e3c5-4e98-a64a-42011edb3ca4, #wrap-s-e161197c-e3c5-4e98-a64a-42011edb3ca4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-e161197c-e3c5-4e98-a64a-42011edb3ca4 {
  
}
}
#s-e161197c-e3c5-4e98-a64a-42011edb3ca4 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-a33a1525-9315-4ca2-992e-735b399c9ada {
  margin-left: 5%;
margin-right: 5%;
padding-top: 25px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-a33a1525-9315-4ca2-992e-735b399c9ada {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-a33a1525-9315-4ca2-992e-735b399c9ada, #wrap-s-a33a1525-9315-4ca2-992e-735b399c9ada { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a33a1525-9315-4ca2-992e-735b399c9ada {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-a33a1525-9315-4ca2-992e-735b399c9ada, #wrap-s-a33a1525-9315-4ca2-992e-735b399c9ada { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a33a1525-9315-4ca2-992e-735b399c9ada {
  
}
}



  #s-a33a1525-9315-4ca2-992e-735b399c9ada img.shogun-image {
    
    width: px;
  }


#s-a33a1525-9315-4ca2-992e-735b399c9ada .shogun-image-content {
  
    align-items: center;
  
}

#s-34ad506b-b49e-44d1-884f-63f51e989345 {
  padding-top: 15px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-34ad506b-b49e-44d1-884f-63f51e989345 {
  display: none;
}
#s-34ad506b-b49e-44d1-884f-63f51e989345, #wrap-s-34ad506b-b49e-44d1-884f-63f51e989345 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-34ad506b-b49e-44d1-884f-63f51e989345 {
  display: none;
}
#s-34ad506b-b49e-44d1-884f-63f51e989345, #wrap-s-34ad506b-b49e-44d1-884f-63f51e989345 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-34ad506b-b49e-44d1-884f-63f51e989345 {
  
}
}







#s-34ad506b-b49e-44d1-884f-63f51e989345 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-34ad506b-b49e-44d1-884f-63f51e989345.shg-box.shg-c {
  justify-content: center;
}

#s-58c56028-7a34-4239-94c5-42e8ff9c97c8 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-58c56028-7a34-4239-94c5-42e8ff9c97c8 {
  display: none;
}
#s-58c56028-7a34-4239-94c5-42e8ff9c97c8, #wrap-s-58c56028-7a34-4239-94c5-42e8ff9c97c8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-58c56028-7a34-4239-94c5-42e8ff9c97c8 {
  display: none;
}
#s-58c56028-7a34-4239-94c5-42e8ff9c97c8, #wrap-s-58c56028-7a34-4239-94c5-42e8ff9c97c8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-58c56028-7a34-4239-94c5-42e8ff9c97c8 {
  
}
}@media (max-width: 767px){#s-58c56028-7a34-4239-94c5-42e8ff9c97c8 {
  
}
}
#s-73e39a5c-ace2-4696-ab16-ca129ea4cc15 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}




  #s-73e39a5c-ace2-4696-ab16-ca129ea4cc15 img.shogun-image {
    
    width: px;
  }


#s-73e39a5c-ace2-4696-ab16-ca129ea4cc15 .shogun-image-content {
  
    align-items: center;
  
}

#s-1d9eb010-5ea8-49c5-8659-c3a5a7419f4e {
  padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
text-align: left;
}
@media (min-width: 1200px){#s-1d9eb010-5ea8-49c5-8659-c3a5a7419f4e {
  display: none;
}
#s-1d9eb010-5ea8-49c5-8659-c3a5a7419f4e, #wrap-s-1d9eb010-5ea8-49c5-8659-c3a5a7419f4e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1d9eb010-5ea8-49c5-8659-c3a5a7419f4e {
  display: none;
}
#s-1d9eb010-5ea8-49c5-8659-c3a5a7419f4e, #wrap-s-1d9eb010-5ea8-49c5-8659-c3a5a7419f4e { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1d9eb010-5ea8-49c5-8659-c3a5a7419f4e {
  
}
}
#s-1d9eb010-5ea8-49c5-8659-c3a5a7419f4e .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-68628484-4719-45f4-8ef5-3aaa45c450a7 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}
@media (min-width: 1200px){#s-68628484-4719-45f4-8ef5-3aaa45c450a7 {
  display: none;
}
#s-68628484-4719-45f4-8ef5-3aaa45c450a7, #wrap-s-68628484-4719-45f4-8ef5-3aaa45c450a7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-68628484-4719-45f4-8ef5-3aaa45c450a7 {
  display: none;
}
#s-68628484-4719-45f4-8ef5-3aaa45c450a7, #wrap-s-68628484-4719-45f4-8ef5-3aaa45c450a7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-68628484-4719-45f4-8ef5-3aaa45c450a7 {
  
}
}



  #s-68628484-4719-45f4-8ef5-3aaa45c450a7 img.shogun-image {
    
    width: px;
  }


#s-68628484-4719-45f4-8ef5-3aaa45c450a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-edbd58ba-2fec-49e0-a5a5-dfcbb3fb2417 {
  padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
text-align: left;
}
@media (min-width: 1200px){#s-edbd58ba-2fec-49e0-a5a5-dfcbb3fb2417 {
  display: none;
}
#s-edbd58ba-2fec-49e0-a5a5-dfcbb3fb2417, #wrap-s-edbd58ba-2fec-49e0-a5a5-dfcbb3fb2417 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-edbd58ba-2fec-49e0-a5a5-dfcbb3fb2417 {
  display: none;
}
#s-edbd58ba-2fec-49e0-a5a5-dfcbb3fb2417, #wrap-s-edbd58ba-2fec-49e0-a5a5-dfcbb3fb2417 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-edbd58ba-2fec-49e0-a5a5-dfcbb3fb2417 {
  
}
}
#s-edbd58ba-2fec-49e0-a5a5-dfcbb3fb2417 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1b4e1743-6d8e-4f2c-85d5-98ac6d3f1a8a {
  margin-left: 5%;
margin-right: 5%;
padding-top: 25px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-1b4e1743-6d8e-4f2c-85d5-98ac6d3f1a8a {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-1b4e1743-6d8e-4f2c-85d5-98ac6d3f1a8a, #wrap-s-1b4e1743-6d8e-4f2c-85d5-98ac6d3f1a8a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1b4e1743-6d8e-4f2c-85d5-98ac6d3f1a8a {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-1b4e1743-6d8e-4f2c-85d5-98ac6d3f1a8a, #wrap-s-1b4e1743-6d8e-4f2c-85d5-98ac6d3f1a8a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1b4e1743-6d8e-4f2c-85d5-98ac6d3f1a8a {
  margin-left: 0%;
margin-right: 0%;
}
}



  #s-1b4e1743-6d8e-4f2c-85d5-98ac6d3f1a8a img.shogun-image {
    
    width: px;
  }


#s-1b4e1743-6d8e-4f2c-85d5-98ac6d3f1a8a .shogun-image-content {
  
    align-items: center;
  
}

#s-3da68d99-445e-4741-a485-fd6b4f9da2a5 {
  padding-top: 15px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-3da68d99-445e-4741-a485-fd6b4f9da2a5 {
  display: none;
}
#s-3da68d99-445e-4741-a485-fd6b4f9da2a5, #wrap-s-3da68d99-445e-4741-a485-fd6b4f9da2a5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3da68d99-445e-4741-a485-fd6b4f9da2a5 {
  display: none;
}
#s-3da68d99-445e-4741-a485-fd6b4f9da2a5, #wrap-s-3da68d99-445e-4741-a485-fd6b4f9da2a5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3da68d99-445e-4741-a485-fd6b4f9da2a5 {
  
}
}







#s-3da68d99-445e-4741-a485-fd6b4f9da2a5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3da68d99-445e-4741-a485-fd6b4f9da2a5.shg-box.shg-c {
  justify-content: center;
}

#s-ef4d2c1f-8b78-4c30-bf74-515209505a9c {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-ef4d2c1f-8b78-4c30-bf74-515209505a9c {
  display: none;
}
#s-ef4d2c1f-8b78-4c30-bf74-515209505a9c, #wrap-s-ef4d2c1f-8b78-4c30-bf74-515209505a9c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef4d2c1f-8b78-4c30-bf74-515209505a9c {
  display: none;
}
#s-ef4d2c1f-8b78-4c30-bf74-515209505a9c, #wrap-s-ef4d2c1f-8b78-4c30-bf74-515209505a9c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-ef4d2c1f-8b78-4c30-bf74-515209505a9c {
  
}
}@media (max-width: 767px){#s-ef4d2c1f-8b78-4c30-bf74-515209505a9c {
  
}
}
#s-4ca6a67b-9e0f-47de-89e5-3970f067ba4d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}




  #s-4ca6a67b-9e0f-47de-89e5-3970f067ba4d img.shogun-image {
    
    width: px;
  }


#s-4ca6a67b-9e0f-47de-89e5-3970f067ba4d .shogun-image-content {
  
    align-items: center;
  
}

#s-0fd9b1b7-fec1-4ce0-9162-1d55b58d00a6 {
  padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
text-align: left;
}
@media (min-width: 1200px){#s-0fd9b1b7-fec1-4ce0-9162-1d55b58d00a6 {
  display: none;
}
#s-0fd9b1b7-fec1-4ce0-9162-1d55b58d00a6, #wrap-s-0fd9b1b7-fec1-4ce0-9162-1d55b58d00a6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-0fd9b1b7-fec1-4ce0-9162-1d55b58d00a6 {
  display: none;
}
#s-0fd9b1b7-fec1-4ce0-9162-1d55b58d00a6, #wrap-s-0fd9b1b7-fec1-4ce0-9162-1d55b58d00a6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-0fd9b1b7-fec1-4ce0-9162-1d55b58d00a6 {
  
}
}
#s-0fd9b1b7-fec1-4ce0-9162-1d55b58d00a6 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-de0ac3f8-3d89-4e8a-8b4e-74440c7fe6e6 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}
@media (min-width: 1200px){#s-de0ac3f8-3d89-4e8a-8b4e-74440c7fe6e6 {
  display: none;
}
#s-de0ac3f8-3d89-4e8a-8b4e-74440c7fe6e6, #wrap-s-de0ac3f8-3d89-4e8a-8b4e-74440c7fe6e6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-de0ac3f8-3d89-4e8a-8b4e-74440c7fe6e6 {
  display: none;
}
#s-de0ac3f8-3d89-4e8a-8b4e-74440c7fe6e6, #wrap-s-de0ac3f8-3d89-4e8a-8b4e-74440c7fe6e6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-de0ac3f8-3d89-4e8a-8b4e-74440c7fe6e6 {
  
}
}



  #s-de0ac3f8-3d89-4e8a-8b4e-74440c7fe6e6 img.shogun-image {
    
    width: px;
  }


#s-de0ac3f8-3d89-4e8a-8b4e-74440c7fe6e6 .shogun-image-content {
  
    align-items: center;
  
}

#s-65a298e1-f077-4af1-8e53-cf3fb178d1f9 {
  padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
text-align: left;
}
@media (min-width: 1200px){#s-65a298e1-f077-4af1-8e53-cf3fb178d1f9 {
  display: none;
}
#s-65a298e1-f077-4af1-8e53-cf3fb178d1f9, #wrap-s-65a298e1-f077-4af1-8e53-cf3fb178d1f9 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-65a298e1-f077-4af1-8e53-cf3fb178d1f9 {
  display: none;
}
#s-65a298e1-f077-4af1-8e53-cf3fb178d1f9, #wrap-s-65a298e1-f077-4af1-8e53-cf3fb178d1f9 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-65a298e1-f077-4af1-8e53-cf3fb178d1f9 {
  
}
}
#s-65a298e1-f077-4af1-8e53-cf3fb178d1f9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-25500074-4a3f-4fc9-aee6-ed5f3b96367a {
  margin-left: 5%;
margin-right: 5%;
padding-top: 25px;
text-align: center;
}
@media (min-width: 1200px){#s-25500074-4a3f-4fc9-aee6-ed5f3b96367a {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-25500074-4a3f-4fc9-aee6-ed5f3b96367a, #wrap-s-25500074-4a3f-4fc9-aee6-ed5f3b96367a { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-25500074-4a3f-4fc9-aee6-ed5f3b96367a {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-25500074-4a3f-4fc9-aee6-ed5f3b96367a, #wrap-s-25500074-4a3f-4fc9-aee6-ed5f3b96367a { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-25500074-4a3f-4fc9-aee6-ed5f3b96367a {
  padding-left: 7%;
padding-right: 7%;
}
}



  #s-25500074-4a3f-4fc9-aee6-ed5f3b96367a img.shogun-image {
    
    width: px;
  }


#s-25500074-4a3f-4fc9-aee6-ed5f3b96367a .shogun-image-content {
  
    align-items: center;
  
}

#s-818dcd3d-e5f6-4894-8ecf-424c9a4fece2 {
  padding-top: 15px;
padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}
@media (min-width: 1200px){#s-818dcd3d-e5f6-4894-8ecf-424c9a4fece2 {
  display: none;
}
#s-818dcd3d-e5f6-4894-8ecf-424c9a4fece2, #wrap-s-818dcd3d-e5f6-4894-8ecf-424c9a4fece2 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-818dcd3d-e5f6-4894-8ecf-424c9a4fece2 {
  display: none;
}
#s-818dcd3d-e5f6-4894-8ecf-424c9a4fece2, #wrap-s-818dcd3d-e5f6-4894-8ecf-424c9a4fece2 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-818dcd3d-e5f6-4894-8ecf-424c9a4fece2 {
  
}
}







#s-818dcd3d-e5f6-4894-8ecf-424c9a4fece2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-818dcd3d-e5f6-4894-8ecf-424c9a4fece2.shg-box.shg-c {
  justify-content: center;
}

#s-5f48ff9f-7286-44a7-9afb-2822e5b52e7d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-5f48ff9f-7286-44a7-9afb-2822e5b52e7d {
  display: none;
}
#s-5f48ff9f-7286-44a7-9afb-2822e5b52e7d, #wrap-s-5f48ff9f-7286-44a7-9afb-2822e5b52e7d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5f48ff9f-7286-44a7-9afb-2822e5b52e7d {
  display: none;
}
#s-5f48ff9f-7286-44a7-9afb-2822e5b52e7d, #wrap-s-5f48ff9f-7286-44a7-9afb-2822e5b52e7d { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5f48ff9f-7286-44a7-9afb-2822e5b52e7d {
  
}
}@media (max-width: 767px){#s-5f48ff9f-7286-44a7-9afb-2822e5b52e7d {
  
}
}
#s-9b79a49d-3783-4593-8713-a23f7abff2e1 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}




  #s-9b79a49d-3783-4593-8713-a23f7abff2e1 img.shogun-image {
    
    width: px;
  }


#s-9b79a49d-3783-4593-8713-a23f7abff2e1 .shogun-image-content {
  
    align-items: center;
  
}

#s-6d98d98a-793d-4346-88a7-41969f7b1f86 {
  padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
text-align: left;
}
@media (min-width: 1200px){#s-6d98d98a-793d-4346-88a7-41969f7b1f86 {
  display: none;
}
#s-6d98d98a-793d-4346-88a7-41969f7b1f86, #wrap-s-6d98d98a-793d-4346-88a7-41969f7b1f86 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-6d98d98a-793d-4346-88a7-41969f7b1f86 {
  display: none;
}
#s-6d98d98a-793d-4346-88a7-41969f7b1f86, #wrap-s-6d98d98a-793d-4346-88a7-41969f7b1f86 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-6d98d98a-793d-4346-88a7-41969f7b1f86 {
  
}
}
#s-6d98d98a-793d-4346-88a7-41969f7b1f86 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-9f95b1a1-6b1f-4ea7-8cda-7857ea827664 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 15px;
padding-bottom: 15px;
text-align: left;
}
@media (min-width: 1200px){#s-9f95b1a1-6b1f-4ea7-8cda-7857ea827664 {
  display: none;
}
#s-9f95b1a1-6b1f-4ea7-8cda-7857ea827664, #wrap-s-9f95b1a1-6b1f-4ea7-8cda-7857ea827664 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9f95b1a1-6b1f-4ea7-8cda-7857ea827664 {
  display: none;
}
#s-9f95b1a1-6b1f-4ea7-8cda-7857ea827664, #wrap-s-9f95b1a1-6b1f-4ea7-8cda-7857ea827664 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9f95b1a1-6b1f-4ea7-8cda-7857ea827664 {
  
}
}



  #s-9f95b1a1-6b1f-4ea7-8cda-7857ea827664 img.shogun-image {
    
    width: px;
  }


#s-9f95b1a1-6b1f-4ea7-8cda-7857ea827664 .shogun-image-content {
  
    align-items: center;
  
}

#s-4c66d3e3-7e69-42c5-a842-14682110d225 {
  padding-top: 10px;
padding-left: 15%;
padding-bottom: 10px;
padding-right: 15%;
text-align: left;
}
@media (min-width: 1200px){#s-4c66d3e3-7e69-42c5-a842-14682110d225 {
  display: none;
}
#s-4c66d3e3-7e69-42c5-a842-14682110d225, #wrap-s-4c66d3e3-7e69-42c5-a842-14682110d225 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4c66d3e3-7e69-42c5-a842-14682110d225 {
  display: none;
}
#s-4c66d3e3-7e69-42c5-a842-14682110d225, #wrap-s-4c66d3e3-7e69-42c5-a842-14682110d225 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4c66d3e3-7e69-42c5-a842-14682110d225 {
  
}
}
#s-4c66d3e3-7e69-42c5-a842-14682110d225 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-b9c997c8-dc0e-4523-851d-dba658e91ec6 {
  margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b9c997c8-dc0e-4523-851d-dba658e91ec6 {
  display: none;
}
#s-b9c997c8-dc0e-4523-851d-dba658e91ec6, #wrap-s-b9c997c8-dc0e-4523-851d-dba658e91ec6 { display:none !important; }}@media (max-width: 767px){#s-b9c997c8-dc0e-4523-851d-dba658e91ec6 {
  padding-left: 0%;
padding-right: 0%;
display: none;
}
#s-b9c997c8-dc0e-4523-851d-dba658e91ec6, #wrap-s-b9c997c8-dc0e-4523-851d-dba658e91ec6 { display:none !important; }}







#s-b9c997c8-dc0e-4523-851d-dba658e91ec6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9c997c8-dc0e-4523-851d-dba658e91ec6.shg-box.shg-c {
  justify-content: center;
}

#s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413 {
  margin-top: 50px;
margin-bottom: 50px;
}

@media (min-width: 0px) {
[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 22.5px);
}

[id="s-f08e6dfd-d963-495d-a4eb-d2e0ae3a2413"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 22.5px);
}

}

#s-3b0062e9-3eb2-4213-bf2a-0ca7c5d0bf8a {
  text-align: center;
}




  #s-3b0062e9-3eb2-4213-bf2a-0ca7c5d0bf8a img.shogun-image {
    
    width: px;
  }


#s-3b0062e9-3eb2-4213-bf2a-0ca7c5d0bf8a .shogun-image-content {
  
    align-items: center;
  
}

#s-e12aba43-526b-4446-81ef-8366ebe02c8c {
  min-height: 50px;
}








#s-e12aba43-526b-4446-81ef-8366ebe02c8c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e12aba43-526b-4446-81ef-8366ebe02c8c.shg-box.shg-c {
  justify-content: center;
}

#s-6a417e63-f51a-49a5-b8a6-3c8f08b25f22 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6a417e63-f51a-49a5-b8a6-3c8f08b25f22 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-8a53fd12-9c1a-4733-b16e-27ee7e8da976"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-aae4546f-55c7-4f6e-b2dc-44036d1e3ebe {
  text-align: center;
}




  #s-aae4546f-55c7-4f6e-b2dc-44036d1e3ebe img.shogun-image {
    
    width: px;
  }


#s-aae4546f-55c7-4f6e-b2dc-44036d1e3ebe .shogun-image-content {
  
    align-items: center;
  
}

#s-045e7a94-6b84-4ca3-bd40-3531be95149d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-045e7a94-6b84-4ca3-bd40-3531be95149d .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-041424b5-3009-4792-99d2-50efc726788c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5cb08776-dcbb-40cb-81a7-20ae879e5595 {
  text-align: center;
}




  #s-5cb08776-dcbb-40cb-81a7-20ae879e5595 img.shogun-image {
    
    width: px;
  }


#s-5cb08776-dcbb-40cb-81a7-20ae879e5595 .shogun-image-content {
  
    align-items: center;
  
}

#s-16427fcc-556d-471b-b248-2c6b3e3a0a36 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-16427fcc-556d-471b-b248-2c6b3e3a0a36 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0f9242a6-1975-4729-8d92-9a9bc2b2af85 {
  text-align: center;
}




  #s-0f9242a6-1975-4729-8d92-9a9bc2b2af85 img.shogun-image {
    
    width: px;
  }


#s-0f9242a6-1975-4729-8d92-9a9bc2b2af85 .shogun-image-content {
  
    align-items: center;
  
}

#s-e893db53-fa3d-46d5-9481-36d3371e972a {
  min-height: 50px;
}








#s-e893db53-fa3d-46d5-9481-36d3371e972a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e893db53-fa3d-46d5-9481-36d3371e972a.shg-box.shg-c {
  justify-content: center;
}

#s-c05d717e-fb93-4592-b6eb-9ac0c2f949a2 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c05d717e-fb93-4592-b6eb-9ac0c2f949a2 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b05cc487-a8ba-4505-83ea-2e7ac025a241"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8ab2bc41-6fab-493b-b3b8-b9651a545fa0 {
  text-align: center;
}




  #s-8ab2bc41-6fab-493b-b3b8-b9651a545fa0 img.shogun-image {
    
    width: px;
  }


#s-8ab2bc41-6fab-493b-b3b8-b9651a545fa0 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d4b30c2-b625-4927-aed5-0eecf7d4bb29 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2d4b30c2-b625-4927-aed5-0eecf7d4bb29 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6a3a6c20-2ad4-42f0-9e04-3e9804b155f0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-bb0b4cb5-05a0-4534-9ddc-f60993abb4fb {
  text-align: center;
}




  #s-bb0b4cb5-05a0-4534-9ddc-f60993abb4fb img.shogun-image {
    
    width: px;
  }


#s-bb0b4cb5-05a0-4534-9ddc-f60993abb4fb .shogun-image-content {
  
    align-items: center;
  
}

#s-30fee335-24e3-461d-a0cb-86c572b4a066 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-30fee335-24e3-461d-a0cb-86c572b4a066 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-5d21418b-72f3-42d9-b6dc-0e9b567d1b6a {
  text-align: center;
}




  #s-5d21418b-72f3-42d9-b6dc-0e9b567d1b6a img.shogun-image {
    
    width: px;
  }


#s-5d21418b-72f3-42d9-b6dc-0e9b567d1b6a .shogun-image-content {
  
    align-items: center;
  
}

#s-4b0ed4ce-2dba-4410-b045-e670ada51746 {
  min-height: 50px;
}








#s-4b0ed4ce-2dba-4410-b045-e670ada51746 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b0ed4ce-2dba-4410-b045-e670ada51746.shg-box.shg-c {
  justify-content: center;
}

#s-39e79f74-d158-49d0-9e4a-8408b7ad0358 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-39e79f74-d158-49d0-9e4a-8408b7ad0358 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f5607060-2013-474b-97ee-87e28c550b56"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-8495d8e1-ca38-4ccf-9957-dc851313ff18 {
  text-align: center;
}




  #s-8495d8e1-ca38-4ccf-9957-dc851313ff18 img.shogun-image {
    
    width: px;
  }


#s-8495d8e1-ca38-4ccf-9957-dc851313ff18 .shogun-image-content {
  
    align-items: center;
  
}

#s-72152b83-b5a9-4254-bf8e-ab8f4280b681 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-72152b83-b5a9-4254-bf8e-ab8f4280b681 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-effcdbe4-9dc2-4e05-b9b2-81a953fad4c4"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5fcba0b5-ba56-469b-9d68-402625694214 {
  text-align: center;
}




  #s-5fcba0b5-ba56-469b-9d68-402625694214 img.shogun-image {
    
    width: px;
  }


#s-5fcba0b5-ba56-469b-9d68-402625694214 .shogun-image-content {
  
    align-items: center;
  
}

#s-2d37d549-591f-4eff-b8d3-2d48d39b9ef9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-2d37d549-591f-4eff-b8d3-2d48d39b9ef9 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1aead2d4-027c-4245-b6fa-f6513f0ca721 {
  text-align: center;
}




  #s-1aead2d4-027c-4245-b6fa-f6513f0ca721 img.shogun-image {
    
    width: px;
  }


#s-1aead2d4-027c-4245-b6fa-f6513f0ca721 .shogun-image-content {
  
    align-items: center;
  
}

#s-1bdc2cf0-2037-4146-a24b-19cb144c6afd {
  min-height: 50px;
}








#s-1bdc2cf0-2037-4146-a24b-19cb144c6afd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1bdc2cf0-2037-4146-a24b-19cb144c6afd.shg-box.shg-c {
  justify-content: center;
}

#s-afa751ea-fcd1-4933-bf2c-b091335da232 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-afa751ea-fcd1-4933-bf2c-b091335da232 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2a6e801f-6df9-4c5c-8632-b3ea768d3739"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c3ffd40a-2d30-406e-8e65-34f8f6f14ab8 {
  text-align: center;
}




  #s-c3ffd40a-2d30-406e-8e65-34f8f6f14ab8 img.shogun-image {
    
    width: px;
  }


#s-c3ffd40a-2d30-406e-8e65-34f8f6f14ab8 .shogun-image-content {
  
    align-items: center;
  
}

#s-ccf1c99b-1076-49a2-8c77-603dfb109f68 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-ccf1c99b-1076-49a2-8c77-603dfb109f68 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



@media (min-width: 0px) {
[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-9f17b53d-f977-4ebc-9cf8-26292621e0c6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-f205a2a5-570c-4fea-8f5e-f4eb90b9146f {
  text-align: center;
}




  #s-f205a2a5-570c-4fea-8f5e-f4eb90b9146f img.shogun-image {
    
    width: px;
  }


#s-f205a2a5-570c-4fea-8f5e-f4eb90b9146f .shogun-image-content {
  
    align-items: center;
  
}

#s-de2dfb5a-7e84-4a41-af77-70e8bfcd8824 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-de2dfb5a-7e84-4a41-af77-70e8bfcd8824 .shogun-heading-component h1 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-ef2ae5e7-5bd1-440c-bdbc-72678c91542e {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ef2ae5e7-5bd1-440c-bdbc-72678c91542e {
  display: none;
}
#s-ef2ae5e7-5bd1-440c-bdbc-72678c91542e, #wrap-s-ef2ae5e7-5bd1-440c-bdbc-72678c91542e { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-ef2ae5e7-5bd1-440c-bdbc-72678c91542e {
  display: none;
}
#s-ef2ae5e7-5bd1-440c-bdbc-72678c91542e, #wrap-s-ef2ae5e7-5bd1-440c-bdbc-72678c91542e { display:none !important; }}@media (max-width: 767px){#s-ef2ae5e7-5bd1-440c-bdbc-72678c91542e {
  display: none;
}
#s-ef2ae5e7-5bd1-440c-bdbc-72678c91542e, #wrap-s-ef2ae5e7-5bd1-440c-bdbc-72678c91542e { display:none !important; }}







#s-ef2ae5e7-5bd1-440c-bdbc-72678c91542e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ef2ae5e7-5bd1-440c-bdbc-72678c91542e.shg-box.shg-c {
  justify-content: center;
}

#s-fddcbede-b791-4ede-9ac1-ba968b9fb76f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 50px;
padding-right: 50px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-fddcbede-b791-4ede-9ac1-ba968b9fb76f {
  padding-left: 25px;
padding-right: 25px;
}
}@media (max-width: 767px){#s-fddcbede-b791-4ede-9ac1-ba968b9fb76f {
  padding-top: 50px;
padding-left: 20px;
padding-right: 20px;
}
}







#s-fddcbede-b791-4ede-9ac1-ba968b9fb76f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fddcbede-b791-4ede-9ac1-ba968b9fb76f.shg-box.shg-c {
  justify-content: center;
}

#s-8b664eb2-1c2a-4f36-9051-9b0f8a891910 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8b664eb2-1c2a-4f36-9051-9b0f8a891910 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-01fc4207-662c-41b5-b4d2-9f7aba5c6fbe {
  text-align: center;
}




  #s-01fc4207-662c-41b5-b4d2-9f7aba5c6fbe img.shogun-image {
    
    width: px;
  }


#s-01fc4207-662c-41b5-b4d2-9f7aba5c6fbe .shogun-image-content {
  
    align-items: center;
  
}

#s-eee67ade-4733-4559-b974-ece2439c282c {
  margin-top: 0px;
min-height: 50px;
}








#s-eee67ade-4733-4559-b974-ece2439c282c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eee67ade-4733-4559-b974-ece2439c282c.shg-box.shg-c {
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-1c04f963-7b17-46fc-a13c-214d3de83d94 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-1c04f963-7b17-46fc-a13c-214d3de83d94 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-1c04f963-7b17-46fc-a13c-214d3de83d94 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-1c04f963-7b17-46fc-a13c-214d3de83d94 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(248, 248, 248, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-1c04f963-7b17-46fc-a13c-214d3de83d94 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-1c04f963-7b17-46fc-a13c-214d3de83d94 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}
#s-6c3e05ae-10ec-46ea-8117-39731cf4fd12 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-6c3e05ae-10ec-46ea-8117-39731cf4fd12 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-6c3e05ae-10ec-46ea-8117-39731cf4fd12 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c3e05ae-10ec-46ea-8117-39731cf4fd12.shg-box.shg-c {
  justify-content: center;
}

#s-a72d633f-5f46-4aa2-869e-679ac57f2411 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-a72d633f-5f46-4aa2-869e-679ac57f2411 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-a72d633f-5f46-4aa2-869e-679ac57f2411 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a72d633f-5f46-4aa2-869e-679ac57f2411.shg-box.shg-c {
  justify-content: center;
}

#s-e5e37930-6c9f-48cd-91dd-bb8162caaacf {
  margin-left: 1%;
margin-right: 1%;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-e5e37930-6c9f-48cd-91dd-bb8162caaacf {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-e5e37930-6c9f-48cd-91dd-bb8162caaacf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e5e37930-6c9f-48cd-91dd-bb8162caaacf.shg-box.shg-c {
  justify-content: center;
}

#s-bfa3e723-ef40-40e7-9838-058d1303cbc8 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-bfa3e723-ef40-40e7-9838-058d1303cbc8 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-bfa3e723-ef40-40e7-9838-058d1303cbc8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfa3e723-ef40-40e7-9838-058d1303cbc8.shg-box.shg-c {
  justify-content: center;
}

#s-7617d976-3ad9-4618-a496-c49ac45faff9 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-7617d976-3ad9-4618-a496-c49ac45faff9 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-7617d976-3ad9-4618-a496-c49ac45faff9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7617d976-3ad9-4618-a496-c49ac45faff9.shg-box.shg-c {
  justify-content: center;
}

#s-d53532b5-5322-4e4b-91bb-ee99e86e44e8 {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(248, 248, 248, 1);
}
@media (min-width: 1200px){#s-d53532b5-5322-4e4b-91bb-ee99e86e44e8 {
  display: none;
}
#s-d53532b5-5322-4e4b-91bb-ee99e86e44e8, #wrap-s-d53532b5-5322-4e4b-91bb-ee99e86e44e8 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d53532b5-5322-4e4b-91bb-ee99e86e44e8 {
  display: none;
}
#s-d53532b5-5322-4e4b-91bb-ee99e86e44e8, #wrap-s-d53532b5-5322-4e4b-91bb-ee99e86e44e8 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d53532b5-5322-4e4b-91bb-ee99e86e44e8 {
  
}
}@media (max-width: 767px){#s-d53532b5-5322-4e4b-91bb-ee99e86e44e8 {
  display: none;
}
#s-d53532b5-5322-4e4b-91bb-ee99e86e44e8, #wrap-s-d53532b5-5322-4e4b-91bb-ee99e86e44e8 { display:none !important; }}







#s-d53532b5-5322-4e4b-91bb-ee99e86e44e8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d53532b5-5322-4e4b-91bb-ee99e86e44e8.shg-box.shg-c {
  justify-content: center;
}

#s-42006551-e18a-487a-8f6f-9d9cfdf0085d {
  margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}








#s-42006551-e18a-487a-8f6f-9d9cfdf0085d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-42006551-e18a-487a-8f6f-9d9cfdf0085d.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a {
  margin-top: -50px;
margin-bottom: -50px;
}
}
@media (min-width: 0px) {
[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-fc8e1a1f-1ca2-404a-bf6d-05a5998d9e0a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-ab71f26b-d3f9-4c5f-9407-7abb9cecd73a {
  margin-left: 0%;
margin-right: 0%;
padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
background-color: rgba(247, 249, 250, 1);
}
@media (min-width: 1200px){#s-ab71f26b-d3f9-4c5f-9407-7abb9cecd73a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ab71f26b-d3f9-4c5f-9407-7abb9cecd73a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ab71f26b-d3f9-4c5f-9407-7abb9cecd73a {
  display: none;
}
#s-ab71f26b-d3f9-4c5f-9407-7abb9cecd73a, #wrap-s-ab71f26b-d3f9-4c5f-9407-7abb9cecd73a { display:none !important; }}@media (max-width: 767px){#s-ab71f26b-d3f9-4c5f-9407-7abb9cecd73a {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-ab71f26b-d3f9-4c5f-9407-7abb9cecd73a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab71f26b-d3f9-4c5f-9407-7abb9cecd73a.shg-box.shg-c {
  justify-content: center;
}

#s-5c8d5ded-9028-4225-9bf1-c9ad659e38cf {
  margin-left: 2%;
margin-right: 2%;
min-height: 50px;
}








#s-5c8d5ded-9028-4225-9bf1-c9ad659e38cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c8d5ded-9028-4225-9bf1-c9ad659e38cf.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-ab29397a-d086-4353-8220-80425472d423 {
  margin-top: 0px;
margin-bottom: 0px;
}
}
@media (min-width: 0px) {
[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-ab29397a-d086-4353-8220-80425472d423"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b7eef7da-7b7a-4fe6-a1c4-cf32c7de46c0 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 50px;
padding-left: 0px;
padding-right: 0px;
min-height: 50px;
}
@media (max-width: 767px){#s-b7eef7da-7b7a-4fe6-a1c4-cf32c7de46c0 {
  padding-top: 50px;
padding-left: 3%;
padding-bottom: 50px;
padding-right: 3%;
}
}







#s-b7eef7da-7b7a-4fe6-a1c4-cf32c7de46c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7eef7da-7b7a-4fe6-a1c4-cf32c7de46c0.shg-box.shg-c {
  justify-content: center;
}

#s-500c3108-e09b-455d-ab0b-c578dfa6a43c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-500c3108-e09b-455d-ab0b-c578dfa6a43c {
  padding-left: 3%;
padding-right: 3%;
}
}
#s-500c3108-e09b-455d-ab0b-c578dfa6a43c .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-500c3108-e09b-455d-ab0b-c578dfa6a43c .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-fb8243f0-5f61-4856-b63d-d1351322e343 {
  margin-top: 0px;
min-height: 50px;
}








#s-fb8243f0-5f61-4856-b63d-d1351322e343 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb8243f0-5f61-4856-b63d-d1351322e343.shg-box.shg-c {
  justify-content: center;
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(248, 248, 248, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 700;
  font-style: ;
  font-size: 18px;
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}@media (min-width: 1200px){#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(248, 248, 248, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 18px;
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}@media (min-width: 992px) and (max-width: 1199px){#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(248, 248, 248, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 18px;
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}@media (min-width: 768px) and (max-width: 991px){#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(248, 248, 248, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 18px;
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 18px;
}}@media (max-width: 767px){#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(0, 0, 0, 1);
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 15px;
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(248, 248, 248, 1);
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(0, 0, 0, 1);
  text-align: left;
  font-family: Poppins;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-725c7b7e-fdff-4120-9e89-22b4ba6d910e > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}}
#s-fa7d68f3-0790-4e75-8c1e-a98ec752199d {
  margin-left: 1%;
margin-right: 1%;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-fa7d68f3-0790-4e75-8c1e-a98ec752199d {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-fa7d68f3-0790-4e75-8c1e-a98ec752199d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fa7d68f3-0790-4e75-8c1e-a98ec752199d.shg-box.shg-c {
  justify-content: center;
}

#s-edf25231-6930-4068-bf3d-1b25e844ebe4 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-edf25231-6930-4068-bf3d-1b25e844ebe4 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-edf25231-6930-4068-bf3d-1b25e844ebe4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-edf25231-6930-4068-bf3d-1b25e844ebe4.shg-box.shg-c {
  justify-content: center;
}

#s-ff84b748-ef62-4f6a-8d24-797accb8bc7a {
  margin-left: 1%;
margin-right: 1%;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-ff84b748-ef62-4f6a-8d24-797accb8bc7a {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-ff84b748-ef62-4f6a-8d24-797accb8bc7a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff84b748-ef62-4f6a-8d24-797accb8bc7a.shg-box.shg-c {
  justify-content: center;
}

#s-9d45d5cb-6fb1-44b2-81db-a3c86a416776 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-9d45d5cb-6fb1-44b2-81db-a3c86a416776 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-9d45d5cb-6fb1-44b2-81db-a3c86a416776 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9d45d5cb-6fb1-44b2-81db-a3c86a416776.shg-box.shg-c {
  justify-content: center;
}

#s-dbb3dbbf-1183-4515-a8cc-328a66a2d213 {
  margin-left: 1%;
margin-right: 1%;
padding-top: 15px;
padding-bottom: 15px;
min-height: 50px;
}
@media (max-width: 767px){#s-dbb3dbbf-1183-4515-a8cc-328a66a2d213 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-dbb3dbbf-1183-4515-a8cc-328a66a2d213 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dbb3dbbf-1183-4515-a8cc-328a66a2d213.shg-box.shg-c {
  justify-content: center;
}

#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 768px) and (max-width: 991px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}@media (max-width: 767px){#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 {
  
}
}







#s-d912fb2b-9730-4d11-b89f-242cac0d7e66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d912fb2b-9730-4d11-b89f-242cac0d7e66.shg-box.shg-c {
  justify-content: flex-start;
}

#s-ddba3267-b7cd-4299-a1ee-01e8a5b2c22f {
  margin-top: 50px;
margin-left: 30px;
margin-right: 30px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-ddba3267-b7cd-4299-a1ee-01e8a5b2c22f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-ddba3267-b7cd-4299-a1ee-01e8a5b2c22f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: center;
}


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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-066713fd-fc91-4a45-b1dd-0c894f170e17 {
  margin-top: 25px;
margin-left: 30px;
margin-bottom: 0px;
margin-right: 30px;
}

#s-066713fd-fc91-4a45-b1dd-0c894f170e17 .shogun-tabs {
  justify-content: center;
}


  #s-066713fd-fc91-4a45-b1dd-0c894f170e17 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
  }
  #s-066713fd-fc91-4a45-b1dd-0c894f170e17 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(0, 0, 0, 1);
    border: 1px solid rgba(0, 0, 0, 1);
  }
#s-066713fd-fc91-4a45-b1dd-0c894f170e17 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
  font-family: Poppins;
  font-weight: ;
  font-style: ;
  font-size: ;
}

#s-066713fd-fc91-4a45-b1dd-0c894f170e17 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(255, 255, 255, 1);
}

#s-066713fd-fc91-4a45-b1dd-0c894f170e17 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(0, 0, 0, 1);
}

#s-066713fd-fc91-4a45-b1dd-0c894f170e17 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(0, 0, 0, 1);
}

#s-4713ddfc-1c36-47a9-89dc-139e87315883 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-4713ddfc-1c36-47a9-89dc-139e87315883"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d4c2df2f-27a9-4ef0-9148-4a2d8e90ced6 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-d4c2df2f-27a9-4ef0-9148-4a2d8e90ced6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d4c2df2f-27a9-4ef0-9148-4a2d8e90ced6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d4c2df2f-27a9-4ef0-9148-4a2d8e90ced6 {
  
}
}@media (max-width: 767px){#s-d4c2df2f-27a9-4ef0-9148-4a2d8e90ced6 {
  
}
}
#s-d4c2df2f-27a9-4ef0-9148-4a2d8e90ced6 {
  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-693a8030-9563-4641-a7c2-6d99c59b6c04 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-693a8030-9563-4641-a7c2-6d99c59b6c04 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-693a8030-9563-4641-a7c2-6d99c59b6c04 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-693a8030-9563-4641-a7c2-6d99c59b6c04 {
  
}
}@media (max-width: 767px){#s-693a8030-9563-4641-a7c2-6d99c59b6c04 {
  
}
}

.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 {
  max-width: 100%;
}

.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 .shg-image-zoom,
.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 {
  max-width: 100%;
}

.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 .shg-image-zoom,
.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 {
  max-width: 100%;
}

.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 .shg-image-zoom,
.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 {
  max-width: 100%;
}

.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 .shg-image-zoom,
.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 {
  max-width: 100%;
}

.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 .shg-image-zoom,
.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-693a8030-9563-4641-a7c2-6d99c59b6c04 .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-15dc29f4-ed2c-43bb-b31d-43ed7e002f6d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-15dc29f4-ed2c-43bb-b31d-43ed7e002f6d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-15dc29f4-ed2c-43bb-b31d-43ed7e002f6d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-15dc29f4-ed2c-43bb-b31d-43ed7e002f6d {
  
}
}@media (max-width: 767px){#s-15dc29f4-ed2c-43bb-b31d-43ed7e002f6d {
  
}
}
#s-15dc29f4-ed2c-43bb-b31d-43ed7e002f6d .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-407eecab-e46e-4217-84f6-b4289ee4882b {
  text-align: center;
}
@media (min-width: 1200px){#s-407eecab-e46e-4217-84f6-b4289ee4882b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-407eecab-e46e-4217-84f6-b4289ee4882b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-407eecab-e46e-4217-84f6-b4289ee4882b {
  
}
}@media (max-width: 767px){#s-407eecab-e46e-4217-84f6-b4289ee4882b {
  
}
}
#s-407eecab-e46e-4217-84f6-b4289ee4882b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
}

#s-407eecab-e46e-4217-84f6-b4289ee4882b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
  font-size: ;
}

#s-407eecab-e46e-4217-84f6-b4289ee4882b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-215a98c2-2298-469e-858e-64731e0872fd {
  padding-bottom: 10px;
text-align: left;
}

#s-215a98c2-2298-469e-858e-64731e0872fd .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-215a98c2-2298-469e-858e-64731e0872fd .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-215a98c2-2298-469e-858e-64731e0872fd .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-215a98c2-2298-469e-858e-64731e0872fd .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-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-e9e5a3a4-baa8-4c21-8b07-994349702de2 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(239, 52, 54, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-e9e5a3a4-baa8-4c21-8b07-994349702de2:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-e9e5a3a4-baa8-4c21-8b07-994349702de2:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-e9e5a3a4-baa8-4c21-8b07-994349702de2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e9e5a3a4-baa8-4c21-8b07-994349702de2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e9e5a3a4-baa8-4c21-8b07-994349702de2 {
  
}
}@media (max-width: 767px){#s-e9e5a3a4-baa8-4c21-8b07-994349702de2 {
  
}
}


#s-e9e5a3a4-baa8-4c21-8b07-994349702de2 {
  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-e9e5a3a4-baa8-4c21-8b07-994349702de2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-e9e5a3a4-baa8-4c21-8b07-994349702de2.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Hind;
  display:  block ;
}

#s-e9e5a3a4-baa8-4c21-8b07-994349702de2.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-3e797d3d-27b4-4a73-a142-1859d9a58424 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-3e797d3d-27b4-4a73-a142-1859d9a58424 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e797d3d-27b4-4a73-a142-1859d9a58424 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e797d3d-27b4-4a73-a142-1859d9a58424 {
  
}
}@media (max-width: 767px){#s-3e797d3d-27b4-4a73-a142-1859d9a58424 {
  
}
}
#s-3e797d3d-27b4-4a73-a142-1859d9a58424 {
  display: none;
}
#s-87afa777-bb19-44ce-9d75-c1e93a643bfe {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-87afa777-bb19-44ce-9d75-c1e93a643bfe {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87afa777-bb19-44ce-9d75-c1e93a643bfe {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-87afa777-bb19-44ce-9d75-c1e93a643bfe {
  
}
}@media (max-width: 767px){#s-87afa777-bb19-44ce-9d75-c1e93a643bfe {
  
}
}

.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe {
  max-width: 100%;
}

.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe .shg-image-zoom,
.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe {
  max-width: 100%;
}

.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe .shg-image-zoom,
.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe {
  max-width: 100%;
}

.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe .shg-image-zoom,
.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe {
  max-width: 100%;
}

.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe .shg-image-zoom,
.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe {
  max-width: 100%;
}

.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe .shg-image-zoom,
.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87afa777-bb19-44ce-9d75-c1e93a643bfe .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-ea386dcc-4a7f-4317-a040-f7620012b45e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-ea386dcc-4a7f-4317-a040-f7620012b45e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ea386dcc-4a7f-4317-a040-f7620012b45e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ea386dcc-4a7f-4317-a040-f7620012b45e {
  
}
}@media (max-width: 767px){#s-ea386dcc-4a7f-4317-a040-f7620012b45e {
  
}
}
#s-ea386dcc-4a7f-4317-a040-f7620012b45e .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-96137018-6581-4707-9ee6-8607740dd1c3 {
  text-align: center;
}
@media (min-width: 1200px){#s-96137018-6581-4707-9ee6-8607740dd1c3 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-96137018-6581-4707-9ee6-8607740dd1c3 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-96137018-6581-4707-9ee6-8607740dd1c3 {
  
}
}@media (max-width: 767px){#s-96137018-6581-4707-9ee6-8607740dd1c3 {
  
}
}
#s-96137018-6581-4707-9ee6-8607740dd1c3 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
}

#s-96137018-6581-4707-9ee6-8607740dd1c3 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
  font-size: ;
}

#s-96137018-6581-4707-9ee6-8607740dd1c3 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-d474f0b2-c247-4468-ab4b-1ff0fdd43944 {
  padding-bottom: 10px;
text-align: left;
}

#s-d474f0b2-c247-4468-ab4b-1ff0fdd43944 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d474f0b2-c247-4468-ab4b-1ff0fdd43944 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d474f0b2-c247-4468-ab4b-1ff0fdd43944 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d474f0b2-c247-4468-ab4b-1ff0fdd43944 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-821e749c-aa71-439c-9749-21a32a104a01 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(239, 52, 54, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-821e749c-aa71-439c-9749-21a32a104a01:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-821e749c-aa71-439c-9749-21a32a104a01:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-821e749c-aa71-439c-9749-21a32a104a01 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-821e749c-aa71-439c-9749-21a32a104a01 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-821e749c-aa71-439c-9749-21a32a104a01 {
  
}
}@media (max-width: 767px){#s-821e749c-aa71-439c-9749-21a32a104a01 {
  
}
}


#s-821e749c-aa71-439c-9749-21a32a104a01 {
  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-821e749c-aa71-439c-9749-21a32a104a01.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-821e749c-aa71-439c-9749-21a32a104a01.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Hind;
  display:  block ;
}

#s-821e749c-aa71-439c-9749-21a32a104a01.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-3ae466c6-ceb2-4ae0-9d8d-4c3149230fca {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-3ae466c6-ceb2-4ae0-9d8d-4c3149230fca {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3ae466c6-ceb2-4ae0-9d8d-4c3149230fca {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3ae466c6-ceb2-4ae0-9d8d-4c3149230fca {
  
}
}@media (max-width: 767px){#s-3ae466c6-ceb2-4ae0-9d8d-4c3149230fca {
  
}
}
#s-3ae466c6-ceb2-4ae0-9d8d-4c3149230fca {
  display: none;
}
#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 {
  
}
}@media (max-width: 767px){#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 {
  
}
}

.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 {
  max-width: 100%;
}

.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 .shg-image-zoom,
.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 {
  max-width: 100%;
}

.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 .shg-image-zoom,
.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 {
  max-width: 100%;
}

.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 .shg-image-zoom,
.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 {
  max-width: 100%;
}

.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 .shg-image-zoom,
.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 {
  max-width: 100%;
}

.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 .shg-image-zoom,
.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-02c95764-7e6e-42a1-b8db-f1eeb3e32626 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-d44dbc03-6ca5-4e3b-9d7b-b77a923d4e91 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-d44dbc03-6ca5-4e3b-9d7b-b77a923d4e91 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d44dbc03-6ca5-4e3b-9d7b-b77a923d4e91 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d44dbc03-6ca5-4e3b-9d7b-b77a923d4e91 {
  
}
}@media (max-width: 767px){#s-d44dbc03-6ca5-4e3b-9d7b-b77a923d4e91 {
  
}
}
#s-d44dbc03-6ca5-4e3b-9d7b-b77a923d4e91 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-691822e3-9819-4abc-a095-1ab566d9a46c {
  text-align: center;
}
@media (min-width: 1200px){#s-691822e3-9819-4abc-a095-1ab566d9a46c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-691822e3-9819-4abc-a095-1ab566d9a46c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-691822e3-9819-4abc-a095-1ab566d9a46c {
  
}
}@media (max-width: 767px){#s-691822e3-9819-4abc-a095-1ab566d9a46c {
  
}
}
#s-691822e3-9819-4abc-a095-1ab566d9a46c .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
}

#s-691822e3-9819-4abc-a095-1ab566d9a46c .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
  font-size: ;
}

#s-691822e3-9819-4abc-a095-1ab566d9a46c .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-7e0a8eea-8185-42fb-8e14-0b40495d52a1 {
  padding-bottom: 10px;
text-align: left;
}

#s-7e0a8eea-8185-42fb-8e14-0b40495d52a1 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-7e0a8eea-8185-42fb-8e14-0b40495d52a1 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-7e0a8eea-8185-42fb-8e14-0b40495d52a1 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-7e0a8eea-8185-42fb-8e14-0b40495d52a1 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-9ef8dea3-d1c4-451e-a09b-1843c3dbcc3a {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(239, 52, 54, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-9ef8dea3-d1c4-451e-a09b-1843c3dbcc3a:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-9ef8dea3-d1c4-451e-a09b-1843c3dbcc3a:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-9ef8dea3-d1c4-451e-a09b-1843c3dbcc3a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-9ef8dea3-d1c4-451e-a09b-1843c3dbcc3a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-9ef8dea3-d1c4-451e-a09b-1843c3dbcc3a {
  
}
}@media (max-width: 767px){#s-9ef8dea3-d1c4-451e-a09b-1843c3dbcc3a {
  
}
}


#s-9ef8dea3-d1c4-451e-a09b-1843c3dbcc3a {
  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-9ef8dea3-d1c4-451e-a09b-1843c3dbcc3a.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-9ef8dea3-d1c4-451e-a09b-1843c3dbcc3a.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Hind;
  display:  block ;
}

#s-9ef8dea3-d1c4-451e-a09b-1843c3dbcc3a.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-7410654f-ae82-4a89-abb9-37906922e846 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-7410654f-ae82-4a89-abb9-37906922e846 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7410654f-ae82-4a89-abb9-37906922e846 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7410654f-ae82-4a89-abb9-37906922e846 {
  
}
}@media (max-width: 767px){#s-7410654f-ae82-4a89-abb9-37906922e846 {
  
}
}
#s-7410654f-ae82-4a89-abb9-37906922e846 {
  display: none;
}
#s-cba1defc-4c3f-4945-9a54-26457e4996c4 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-cba1defc-4c3f-4945-9a54-26457e4996c4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cba1defc-4c3f-4945-9a54-26457e4996c4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-cba1defc-4c3f-4945-9a54-26457e4996c4 {
  
}
}@media (max-width: 767px){#s-cba1defc-4c3f-4945-9a54-26457e4996c4 {
  
}
}

.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 {
  max-width: 100%;
}

.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 .shg-image-zoom,
.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 {
  max-width: 100%;
}

.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 .shg-image-zoom,
.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 {
  max-width: 100%;
}

.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 .shg-image-zoom,
.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 {
  max-width: 100%;
}

.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 .shg-image-zoom,
.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 {
  max-width: 100%;
}

.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 .shg-image-zoom,
.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-cba1defc-4c3f-4945-9a54-26457e4996c4 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-c238e5e8-d5a7-4d02-bc16-9e85fc5737fa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-c238e5e8-d5a7-4d02-bc16-9e85fc5737fa {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c238e5e8-d5a7-4d02-bc16-9e85fc5737fa {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c238e5e8-d5a7-4d02-bc16-9e85fc5737fa {
  
}
}@media (max-width: 767px){#s-c238e5e8-d5a7-4d02-bc16-9e85fc5737fa {
  
}
}
#s-c238e5e8-d5a7-4d02-bc16-9e85fc5737fa .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-7984b53a-eeab-40c9-bf51-6f81d5b4b6b8 {
  text-align: center;
}
@media (min-width: 1200px){#s-7984b53a-eeab-40c9-bf51-6f81d5b4b6b8 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7984b53a-eeab-40c9-bf51-6f81d5b4b6b8 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7984b53a-eeab-40c9-bf51-6f81d5b4b6b8 {
  
}
}@media (max-width: 767px){#s-7984b53a-eeab-40c9-bf51-6f81d5b4b6b8 {
  
}
}
#s-7984b53a-eeab-40c9-bf51-6f81d5b4b6b8 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
}

#s-7984b53a-eeab-40c9-bf51-6f81d5b4b6b8 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
  font-size: ;
}

#s-7984b53a-eeab-40c9-bf51-6f81d5b4b6b8 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-b9055035-c74d-4aec-9e54-3e2a94d9a3e3 {
  padding-bottom: 10px;
text-align: left;
}

#s-b9055035-c74d-4aec-9e54-3e2a94d9a3e3 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b9055035-c74d-4aec-9e54-3e2a94d9a3e3 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b9055035-c74d-4aec-9e54-3e2a94d9a3e3 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b9055035-c74d-4aec-9e54-3e2a94d9a3e3 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-512cfb33-0f00-4421-99be-6202de22d38c {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(239, 52, 54, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-512cfb33-0f00-4421-99be-6202de22d38c:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-512cfb33-0f00-4421-99be-6202de22d38c:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-512cfb33-0f00-4421-99be-6202de22d38c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-512cfb33-0f00-4421-99be-6202de22d38c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-512cfb33-0f00-4421-99be-6202de22d38c {
  
}
}@media (max-width: 767px){#s-512cfb33-0f00-4421-99be-6202de22d38c {
  
}
}


#s-512cfb33-0f00-4421-99be-6202de22d38c {
  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-512cfb33-0f00-4421-99be-6202de22d38c.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-512cfb33-0f00-4421-99be-6202de22d38c.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Hind;
  display:  block ;
}

#s-512cfb33-0f00-4421-99be-6202de22d38c.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-2d4e80bf-2ed2-48a3-9615-f097162e0be5 {
  margin-top: 25px;
}

@media (min-width: 0px) {
[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 10.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2d4e80bf-2ed2-48a3-9615-f097162e0be5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6a9ef20a-0893-4525-9201-7837007a8d2d {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-6a9ef20a-0893-4525-9201-7837007a8d2d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6a9ef20a-0893-4525-9201-7837007a8d2d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6a9ef20a-0893-4525-9201-7837007a8d2d {
  
}
}@media (max-width: 767px){#s-6a9ef20a-0893-4525-9201-7837007a8d2d {
  
}
}
#s-6a9ef20a-0893-4525-9201-7837007a8d2d {
  display: none;
}
#s-97f00eae-24e2-4515-9a44-f2455bf2495e {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-97f00eae-24e2-4515-9a44-f2455bf2495e {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-97f00eae-24e2-4515-9a44-f2455bf2495e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-97f00eae-24e2-4515-9a44-f2455bf2495e {
  
}
}@media (max-width: 767px){#s-97f00eae-24e2-4515-9a44-f2455bf2495e {
  
}
}

.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e {
  max-width: 100%;
}

.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e .shg-image-zoom,
.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e {
  max-width: 100%;
}

.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e .shg-image-zoom,
.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e {
  max-width: 100%;
}

.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e .shg-image-zoom,
.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e {
  max-width: 100%;
}

.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e .shg-image-zoom,
.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e {
  max-width: 100%;
}

.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e .shg-image-zoom,
.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-97f00eae-24e2-4515-9a44-f2455bf2495e .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-a912ae00-6011-4f74-9297-a3d055fd522c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-a912ae00-6011-4f74-9297-a3d055fd522c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a912ae00-6011-4f74-9297-a3d055fd522c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a912ae00-6011-4f74-9297-a3d055fd522c {
  
}
}@media (max-width: 767px){#s-a912ae00-6011-4f74-9297-a3d055fd522c {
  
}
}
#s-a912ae00-6011-4f74-9297-a3d055fd522c .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-542dfff1-5887-45c1-a31e-c8a8bfe11a9b {
  text-align: center;
}
@media (min-width: 1200px){#s-542dfff1-5887-45c1-a31e-c8a8bfe11a9b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-542dfff1-5887-45c1-a31e-c8a8bfe11a9b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-542dfff1-5887-45c1-a31e-c8a8bfe11a9b {
  
}
}@media (max-width: 767px){#s-542dfff1-5887-45c1-a31e-c8a8bfe11a9b {
  
}
}
#s-542dfff1-5887-45c1-a31e-c8a8bfe11a9b .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
}

#s-542dfff1-5887-45c1-a31e-c8a8bfe11a9b .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
  font-size: ;
}

#s-542dfff1-5887-45c1-a31e-c8a8bfe11a9b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-34f203e4-18c8-4205-bdb6-ed1fb3a1faf2 {
  padding-bottom: 10px;
text-align: left;
}

#s-34f203e4-18c8-4205-bdb6-ed1fb3a1faf2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-34f203e4-18c8-4205-bdb6-ed1fb3a1faf2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-34f203e4-18c8-4205-bdb6-ed1fb3a1faf2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-34f203e4-18c8-4205-bdb6-ed1fb3a1faf2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-00b64e9f-c603-4647-8d39-575191cdfc84 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(239, 52, 54, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-00b64e9f-c603-4647-8d39-575191cdfc84:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-00b64e9f-c603-4647-8d39-575191cdfc84:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-00b64e9f-c603-4647-8d39-575191cdfc84 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-00b64e9f-c603-4647-8d39-575191cdfc84 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-00b64e9f-c603-4647-8d39-575191cdfc84 {
  
}
}@media (max-width: 767px){#s-00b64e9f-c603-4647-8d39-575191cdfc84 {
  
}
}


#s-00b64e9f-c603-4647-8d39-575191cdfc84 {
  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-00b64e9f-c603-4647-8d39-575191cdfc84.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-00b64e9f-c603-4647-8d39-575191cdfc84.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Hind;
  display:  block ;
}

#s-00b64e9f-c603-4647-8d39-575191cdfc84.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-f26de15e-f3bd-425d-aeac-e8296735da6a {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-f26de15e-f3bd-425d-aeac-e8296735da6a {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f26de15e-f3bd-425d-aeac-e8296735da6a {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f26de15e-f3bd-425d-aeac-e8296735da6a {
  
}
}@media (max-width: 767px){#s-f26de15e-f3bd-425d-aeac-e8296735da6a {
  
}
}
#s-f26de15e-f3bd-425d-aeac-e8296735da6a {
  display: none;
}
#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 {
  
}
}@media (max-width: 767px){#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 {
  
}
}

.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 {
  max-width: 100%;
}

.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 .shg-image-zoom,
.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 {
  max-width: 100%;
}

.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 .shg-image-zoom,
.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 {
  max-width: 100%;
}

.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 .shg-image-zoom,
.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 {
  max-width: 100%;
}

.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 .shg-image-zoom,
.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 {
  max-width: 100%;
}

.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 .shg-image-zoom,
.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-0e2ac108-9d9d-41da-95be-13ef8fca4c68 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-49757e7f-930a-419c-bb21-4360ca1f21fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-49757e7f-930a-419c-bb21-4360ca1f21fb {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-49757e7f-930a-419c-bb21-4360ca1f21fb {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-49757e7f-930a-419c-bb21-4360ca1f21fb {
  
}
}@media (max-width: 767px){#s-49757e7f-930a-419c-bb21-4360ca1f21fb {
  
}
}
#s-49757e7f-930a-419c-bb21-4360ca1f21fb .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-4698a4ea-12ff-4edc-ae47-400b3e38bd46 {
  text-align: center;
}
@media (min-width: 1200px){#s-4698a4ea-12ff-4edc-ae47-400b3e38bd46 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4698a4ea-12ff-4edc-ae47-400b3e38bd46 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4698a4ea-12ff-4edc-ae47-400b3e38bd46 {
  
}
}@media (max-width: 767px){#s-4698a4ea-12ff-4edc-ae47-400b3e38bd46 {
  
}
}
#s-4698a4ea-12ff-4edc-ae47-400b3e38bd46 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
}

#s-4698a4ea-12ff-4edc-ae47-400b3e38bd46 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
  font-size: ;
}

#s-4698a4ea-12ff-4edc-ae47-400b3e38bd46 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-1dcb9c2d-16ee-428a-9acf-9e22a9a1241e {
  padding-bottom: 10px;
text-align: left;
}

#s-1dcb9c2d-16ee-428a-9acf-9e22a9a1241e .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-1dcb9c2d-16ee-428a-9acf-9e22a9a1241e .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-1dcb9c2d-16ee-428a-9acf-9e22a9a1241e .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-1dcb9c2d-16ee-428a-9acf-9e22a9a1241e .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-f37e122f-8cb6-488f-b0a0-8c8ef0ee949b {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(239, 52, 54, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-f37e122f-8cb6-488f-b0a0-8c8ef0ee949b:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-f37e122f-8cb6-488f-b0a0-8c8ef0ee949b:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f37e122f-8cb6-488f-b0a0-8c8ef0ee949b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f37e122f-8cb6-488f-b0a0-8c8ef0ee949b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f37e122f-8cb6-488f-b0a0-8c8ef0ee949b {
  
}
}@media (max-width: 767px){#s-f37e122f-8cb6-488f-b0a0-8c8ef0ee949b {
  
}
}


#s-f37e122f-8cb6-488f-b0a0-8c8ef0ee949b {
  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-f37e122f-8cb6-488f-b0a0-8c8ef0ee949b.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f37e122f-8cb6-488f-b0a0-8c8ef0ee949b.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Hind;
  display:  block ;
}

#s-f37e122f-8cb6-488f-b0a0-8c8ef0ee949b.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-d6cb6f15-dc58-4277-8ed5-3a570d893faf {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-d6cb6f15-dc58-4277-8ed5-3a570d893faf {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d6cb6f15-dc58-4277-8ed5-3a570d893faf {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d6cb6f15-dc58-4277-8ed5-3a570d893faf {
  
}
}@media (max-width: 767px){#s-d6cb6f15-dc58-4277-8ed5-3a570d893faf {
  
}
}
#s-d6cb6f15-dc58-4277-8ed5-3a570d893faf {
  display: none;
}
#s-87f5670c-da0b-46a5-8350-3edc5307f618 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-87f5670c-da0b-46a5-8350-3edc5307f618 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-87f5670c-da0b-46a5-8350-3edc5307f618 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-87f5670c-da0b-46a5-8350-3edc5307f618 {
  
}
}@media (max-width: 767px){#s-87f5670c-da0b-46a5-8350-3edc5307f618 {
  
}
}

.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 {
  max-width: 100%;
}

.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 .shg-image-zoom,
.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 {
  max-width: 100%;
}

.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 .shg-image-zoom,
.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 {
  max-width: 100%;
}

.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 .shg-image-zoom,
.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 {
  max-width: 100%;
}

.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 .shg-image-zoom,
.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 {
  max-width: 100%;
}

.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 .shg-image-zoom,
.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-87f5670c-da0b-46a5-8350-3edc5307f618 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-feaead3f-f786-4576-a015-f36f52108196 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-feaead3f-f786-4576-a015-f36f52108196 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-feaead3f-f786-4576-a015-f36f52108196 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-feaead3f-f786-4576-a015-f36f52108196 {
  
}
}@media (max-width: 767px){#s-feaead3f-f786-4576-a015-f36f52108196 {
  
}
}
#s-feaead3f-f786-4576-a015-f36f52108196 .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-6fb497f5-b38c-4139-a452-9479f233c6e7 {
  text-align: center;
}
@media (min-width: 1200px){#s-6fb497f5-b38c-4139-a452-9479f233c6e7 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6fb497f5-b38c-4139-a452-9479f233c6e7 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6fb497f5-b38c-4139-a452-9479f233c6e7 {
  
}
}@media (max-width: 767px){#s-6fb497f5-b38c-4139-a452-9479f233c6e7 {
  
}
}
#s-6fb497f5-b38c-4139-a452-9479f233c6e7 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
}

#s-6fb497f5-b38c-4139-a452-9479f233c6e7 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
  font-size: ;
}

#s-6fb497f5-b38c-4139-a452-9479f233c6e7 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-d8b76760-a10c-4295-8481-9b7da474a89b {
  padding-bottom: 10px;
text-align: left;
}

#s-d8b76760-a10c-4295-8481-9b7da474a89b .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-d8b76760-a10c-4295-8481-9b7da474a89b .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-d8b76760-a10c-4295-8481-9b7da474a89b .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-d8b76760-a10c-4295-8481-9b7da474a89b .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-f8ec9245-bfbf-4dbc-a851-654d3f8a13e6 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(239, 52, 54, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-f8ec9245-bfbf-4dbc-a851-654d3f8a13e6:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-f8ec9245-bfbf-4dbc-a851-654d3f8a13e6:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f8ec9245-bfbf-4dbc-a851-654d3f8a13e6 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f8ec9245-bfbf-4dbc-a851-654d3f8a13e6 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f8ec9245-bfbf-4dbc-a851-654d3f8a13e6 {
  
}
}@media (max-width: 767px){#s-f8ec9245-bfbf-4dbc-a851-654d3f8a13e6 {
  
}
}


#s-f8ec9245-bfbf-4dbc-a851-654d3f8a13e6 {
  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-f8ec9245-bfbf-4dbc-a851-654d3f8a13e6.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f8ec9245-bfbf-4dbc-a851-654d3f8a13e6.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Hind;
  display:  block ;
}

#s-f8ec9245-bfbf-4dbc-a851-654d3f8a13e6.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-751f0c6d-e997-4678-85f0-4ba61aeb0211 {
  border-style: solid;
margin-bottom: 25px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
opacity: 1;
text-align: center;
background-color: rgba(244, 244, 244, 1);
}
@media (min-width: 1200px){#s-751f0c6d-e997-4678-85f0-4ba61aeb0211 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-751f0c6d-e997-4678-85f0-4ba61aeb0211 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-751f0c6d-e997-4678-85f0-4ba61aeb0211 {
  
}
}@media (max-width: 767px){#s-751f0c6d-e997-4678-85f0-4ba61aeb0211 {
  
}
}
#s-751f0c6d-e997-4678-85f0-4ba61aeb0211 {
  display: none;
}
#s-7f3e3adf-130d-465f-a098-966ce5698889 {
  box-shadow:0px 0px 0px 0px rgba(242, 242, 242, 1);
opacity: 1;
text-align: center;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7f3e3adf-130d-465f-a098-966ce5698889 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7f3e3adf-130d-465f-a098-966ce5698889 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7f3e3adf-130d-465f-a098-966ce5698889 {
  
}
}@media (max-width: 767px){#s-7f3e3adf-130d-465f-a098-966ce5698889 {
  
}
}

.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 {
  max-width: 100%;
}

.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 .shg-image-zoom,
.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 .shg-image-zoom {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px){
.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 {
  max-width: 100%;
}

.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 .shg-image-zoom,
.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 {
  max-width: 100%;
}

.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 .shg-image-zoom,
.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 {
  max-width: 100%;
}

.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 .shg-image-zoom,
.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}@media (max-width: 767px){
.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 {
  max-width: 100%;
}

.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 .shg-image-zoom,
.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-7f3e3adf-130d-465f-a098-966ce5698889 .shg-image-zoom {
  
    margin: 0 auto;
  
}

}
#s-e81d3d1a-f50a-48bf-ae19-72204ed43f5c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-e81d3d1a-f50a-48bf-ae19-72204ed43f5c {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e81d3d1a-f50a-48bf-ae19-72204ed43f5c {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e81d3d1a-f50a-48bf-ae19-72204ed43f5c {
  
}
}@media (max-width: 767px){#s-e81d3d1a-f50a-48bf-ae19-72204ed43f5c {
  
}
}
#s-e81d3d1a-f50a-48bf-ae19-72204ed43f5c .shg-product-title-component h4 {
  color: #000;
  font-weight:  normal ;
  font-family: Montserrat;
  font-style:  normal ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-ff0d0145-efa2-4254-8371-e0fc77cb7220 {
  text-align: center;
}
@media (min-width: 1200px){#s-ff0d0145-efa2-4254-8371-e0fc77cb7220 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-ff0d0145-efa2-4254-8371-e0fc77cb7220 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-ff0d0145-efa2-4254-8371-e0fc77cb7220 {
  
}
}@media (max-width: 767px){#s-ff0d0145-efa2-4254-8371-e0fc77cb7220 {
  
}
}
#s-ff0d0145-efa2-4254-8371-e0fc77cb7220 .shg-product-sold-out {
  display: none;
  color: #000;
  font-size: ;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
}

#s-ff0d0145-efa2-4254-8371-e0fc77cb7220 .shg-product-price {
  color: #000;
  font-weight:   ;
  font-family: Hind;
  font-style:  normal ;
  font-size: ;
}

#s-ff0d0145-efa2-4254-8371-e0fc77cb7220 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.5);
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 11px;
  padding-left: 10px;
}

#s-ea10883a-abbb-4f91-bef1-d62baa2d33e2 {
  padding-bottom: 10px;
text-align: left;
}

#s-ea10883a-abbb-4f91-bef1-d62baa2d33e2 .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-ea10883a-abbb-4f91-bef1-d62baa2d33e2 .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-ea10883a-abbb-4f91-bef1-d62baa2d33e2 .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-ea10883a-abbb-4f91-bef1-d62baa2d33e2 .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 10px;
}


#s-f11839f5-f6bc-4905-9f32-3c860c1ecc42 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-radius: 0px;
min-width: 100%;
min-height: 15px;
max-width: 197px;
opacity: 1;
text-align: center;
background-color: rgba(239, 52, 54, 1);
font-size: 11px;
color: #ffffff;
background-image: none;
hover-type: color;
}
#s-f11839f5-f6bc-4905-9f32-3c860c1ecc42:hover {opacity: 1 !important;
background-color: rgba(0, 0, 0, 0.66) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-f11839f5-f6bc-4905-9f32-3c860c1ecc42:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-f11839f5-f6bc-4905-9f32-3c860c1ecc42 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f11839f5-f6bc-4905-9f32-3c860c1ecc42 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-f11839f5-f6bc-4905-9f32-3c860c1ecc42 {
  
}
}@media (max-width: 767px){#s-f11839f5-f6bc-4905-9f32-3c860c1ecc42 {
  
}
}


#s-f11839f5-f6bc-4905-9f32-3c860c1ecc42 {
  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-f11839f5-f6bc-4905-9f32-3c860c1ecc42.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f11839f5-f6bc-4905-9f32-3c860c1ecc42.shg-btn {
  color: #ffffff;
  font-size: ;
  
  
  font-family: Hind;
  display:  block ;
}

#s-f11839f5-f6bc-4905-9f32-3c860c1ecc42.shg-btn.shg-product-atc-error {
  font-weight: 100;
  font-family: Montserrat;
  
  font-size: 11px;
  color: rgba(255, 255, 255, 0.5);
}



#s-75cc9801-6cc4-45c4-90a3-60b8184b9cde {
  border-style: solid;
margin-left: 30px;
margin-bottom: 50px;
margin-right: 30px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
}
@media (min-width: 1200px){#s-75cc9801-6cc4-45c4-90a3-60b8184b9cde {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-75cc9801-6cc4-45c4-90a3-60b8184b9cde {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-75cc9801-6cc4-45c4-90a3-60b8184b9cde {
  
}
}@media (max-width: 767px){#s-75cc9801-6cc4-45c4-90a3-60b8184b9cde {
  
}
}
@media (min-width: 0px) {
[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-75cc9801-6cc4-45c4-90a3-60b8184b9cde"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4d557c05-47d1-47c7-b587-1536fa20f1b2 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
text-align: center;
background-color: rgba(239, 52, 54, 1);
font-size: 14px;
font-weight: bold;
color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-4d557c05-47d1-47c7-b587-1536fa20f1b2:hover {border-style: solid !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 0px !important;
opacity: 1 !important;
background-color: rgba(0, 0, 0, 1) !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}#s-4d557c05-47d1-47c7-b587-1536fa20f1b2:active {background-color: #000000 !important;
color: rgba(255, 255, 255, 1) !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4d557c05-47d1-47c7-b587-1536fa20f1b2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4d557c05-47d1-47c7-b587-1536fa20f1b2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4d557c05-47d1-47c7-b587-1536fa20f1b2 {
  
}
}@media (max-width: 767px){#s-4d557c05-47d1-47c7-b587-1536fa20f1b2 {
  
}
}


#s-4d557c05-47d1-47c7-b587-1536fa20f1b2.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: ;
  font-weight: 800;
  
  font-family: Poppins;
  display:  block ;
}

#s-fd5fd165-6e51-4090-8da6-11b7c472d23f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fd5fd165-6e51-4090-8da6-11b7c472d23f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-fd5fd165-6e51-4090-8da6-11b7c472d23f .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-0631e53a-235b-4379-840d-5a64d5638b26 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-0631e53a-235b-4379-840d-5a64d5638b26 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-0631e53a-235b-4379-840d-5a64d5638b26 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-0631e53a-235b-4379-840d-5a64d5638b26 {
  
}
}@media (max-width: 767px){#s-0631e53a-235b-4379-840d-5a64d5638b26 {
  
}
}
.shg-ig-x {
  overflow-x: hidden;
}

.shg-ig-posts-container {
  display: flex;
  flex-wrap: wrap;
}

.shg-ig-posts {
  box-sizing: border-box;
  height: 100%;
}

.shg-ig-posts-link {
  text-decoration: none;
}

.shg-ig-posts-image {
  max-height: 100%;
  width: 100%;
  display: block;
  aspect-ratio: inherit;
}

.shg-ig-posts-image-square {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 100%;
  width: 100%;
}

.shg-ig-square-wrapper {
  display: flex;
  align-items: center;
  overflow: hidden;
  justify-content: center;
}

.shg-ig-posts-caption {
  width: 100%;
  font-size: 12px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  text-align: left;
}

.shg-ig-details-container {
  padding-top: 9px;
  border-top: 1px solid #ddd;
}

.shg-ig-user-details {
  display: flex;
  flex-direction: row;
}

.shg-ig-user-image {
  max-width: 30px;
  max-height: 30px;
  margin-right: 10px;
}

.shg-ig-username-container {
  display: flex;
  flex-direction: column;
}

.shg-ig-user-full-name {
  margin-bottom: 3px !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

.shg-ig-user-createdat {
  margin-bottom: 0 !important;
  font-family: Arial, serif;
  color: #b3b3b3;
  font-size: 12px;
}

@supports not (aspect-ratio: 1/1) {
  .shg-ig-square-wrapper {
    padding: calc((1 / (1 / 1)) * 100%) 0 0;
    position: relative;
  }

  .shg-ig-square-wrapper > .shg-ig-posts-image-square {
    display: block;
    position: absolute;
    top: 0.5em;
    left: 0.5em;
    height: 100%;
  }
}

#s-1e60df7e-88a8-43e1-8007-2de40ce3d7d1 {
  background-color: rgba(247, 249, 250, 1);
}
@media (min-width: 1200px){#s-1e60df7e-88a8-43e1-8007-2de40ce3d7d1 {
  display: none;
}
#s-1e60df7e-88a8-43e1-8007-2de40ce3d7d1, #wrap-s-1e60df7e-88a8-43e1-8007-2de40ce3d7d1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-1e60df7e-88a8-43e1-8007-2de40ce3d7d1 {
  display: none;
}
#s-1e60df7e-88a8-43e1-8007-2de40ce3d7d1, #wrap-s-1e60df7e-88a8-43e1-8007-2de40ce3d7d1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-1e60df7e-88a8-43e1-8007-2de40ce3d7d1 {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-1e60df7e-88a8-43e1-8007-2de40ce3d7d1, #wrap-s-1e60df7e-88a8-43e1-8007-2de40ce3d7d1 { display:none !important; }}@media (max-width: 767px){#s-1e60df7e-88a8-43e1-8007-2de40ce3d7d1 {
  padding-left: 5%;
padding-right: 5%;
}
}
[id="s-1e60df7e-88a8-43e1-8007-2de40ce3d7d1"] .shg-ig-posts-container > .shg-ig-posts {
  width: 50%;
  padding-right: 30px;
}

.shg-ig-posts-container {
  width: calc(100% + 30px) !important;
}

@media (min-width: 768px) {
  [id="s-1e60df7e-88a8-43e1-8007-2de40ce3d7d1"] .shg-ig-posts-container > .shg-ig-posts {
    width: 25.0%;
    padding-right: 30px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 30px) !important;
  }
}

@media (min-width: 1200px){#s-257f2f99-a856-46c5-85eb-19e3dc07dae9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-257f2f99-a856-46c5-85eb-19e3dc07dae9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-257f2f99-a856-46c5-85eb-19e3dc07dae9 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-257f2f99-a856-46c5-85eb-19e3dc07dae9 {
  display: none;
}
#s-257f2f99-a856-46c5-85eb-19e3dc07dae9, #wrap-s-257f2f99-a856-46c5-85eb-19e3dc07dae9 { display:none !important; }}
@media (min-width: 768px) {
  [id="s-257f2f99-a856-46c5-85eb-19e3dc07dae9"] .shg-ig-posts-container > .shg-ig-posts {
    width: 33.333333333333336%;
    padding-right: 30px;
  }

  .shg-ig-posts-container {
    width: calc(100% + 30px) !important;
  }
}

#s-7b87efe0-d63d-4b2d-a600-75874f6dc8e0 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-7b87efe0-d63d-4b2d-a600-75874f6dc8e0 {
  display: none;
}
#s-7b87efe0-d63d-4b2d-a600-75874f6dc8e0, #wrap-s-7b87efe0-d63d-4b2d-a600-75874f6dc8e0 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7b87efe0-d63d-4b2d-a600-75874f6dc8e0 {
  display: none;
}
#s-7b87efe0-d63d-4b2d-a600-75874f6dc8e0, #wrap-s-7b87efe0-d63d-4b2d-a600-75874f6dc8e0 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7b87efe0-d63d-4b2d-a600-75874f6dc8e0 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-7b87efe0-d63d-4b2d-a600-75874f6dc8e0 {
  display: none;
}
#s-7b87efe0-d63d-4b2d-a600-75874f6dc8e0, #wrap-s-7b87efe0-d63d-4b2d-a600-75874f6dc8e0 { display:none !important; }}







#s-7b87efe0-d63d-4b2d-a600-75874f6dc8e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b87efe0-d63d-4b2d-a600-75874f6dc8e0.shg-box.shg-c {
  justify-content: center;
}

#s-ef1d5cb5-a0c4-442a-9e4c-f99efbac6ad9 {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}
@media (max-width: 767px){#s-ef1d5cb5-a0c4-442a-9e4c-f99efbac6ad9 {
  padding-bottom: 15px;
}
}
#s-ef1d5cb5-a0c4-442a-9e4c-f99efbac6ad9 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: 1.3em;
  letter-spacing: ;
  text-align: left;
}



#s-155bbe45-05db-4c99-a54c-372c2548cf4f {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-155bbe45-05db-4c99-a54c-372c2548cf4f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-155bbe45-05db-4c99-a54c-372c2548cf4f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-155bbe45-05db-4c99-a54c-372c2548cf4f {
  
}
}@media (max-width: 767px){#s-155bbe45-05db-4c99-a54c-372c2548cf4f {
  
}
}
#s-fe88dc62-f152-4fec-8ace-ec35817e9c5b {
  box-shadow:    rgba(28, 97, 0, 1);
text-align: center;
}
@media (min-width: 1200px){#s-fe88dc62-f152-4fec-8ace-ec35817e9c5b {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-fe88dc62-f152-4fec-8ace-ec35817e9c5b, #wrap-s-fe88dc62-f152-4fec-8ace-ec35817e9c5b { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe88dc62-f152-4fec-8ace-ec35817e9c5b {
  padding-left: 5%;
padding-right: 5%;
display: none;
}
#s-fe88dc62-f152-4fec-8ace-ec35817e9c5b, #wrap-s-fe88dc62-f152-4fec-8ace-ec35817e9c5b { display:none !important; }}@media (max-width: 767px){#s-fe88dc62-f152-4fec-8ace-ec35817e9c5b {
  display: none;
}
#s-fe88dc62-f152-4fec-8ace-ec35817e9c5b, #wrap-s-fe88dc62-f152-4fec-8ace-ec35817e9c5b { display:none !important; }}



  #s-fe88dc62-f152-4fec-8ace-ec35817e9c5b img.shogun-image {
    
    width: px;
  }


#s-fe88dc62-f152-4fec-8ace-ec35817e9c5b .shogun-image-content {
  
    align-items: center;
  
}

#s-9259d957-cc9f-4e12-90ea-372ed669d2d5 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-9259d957-cc9f-4e12-90ea-372ed669d2d5 {
  display: none;
}
#s-9259d957-cc9f-4e12-90ea-372ed669d2d5, #wrap-s-9259d957-cc9f-4e12-90ea-372ed669d2d5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-9259d957-cc9f-4e12-90ea-372ed669d2d5 {
  display: none;
}
#s-9259d957-cc9f-4e12-90ea-372ed669d2d5, #wrap-s-9259d957-cc9f-4e12-90ea-372ed669d2d5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-9259d957-cc9f-4e12-90ea-372ed669d2d5 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}
}@media (max-width: 767px){#s-9259d957-cc9f-4e12-90ea-372ed669d2d5 {
  display: none;
}
#s-9259d957-cc9f-4e12-90ea-372ed669d2d5, #wrap-s-9259d957-cc9f-4e12-90ea-372ed669d2d5 { display:none !important; }}







#s-9259d957-cc9f-4e12-90ea-372ed669d2d5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9259d957-cc9f-4e12-90ea-372ed669d2d5.shg-box.shg-c {
  justify-content: center;
}

#s-caac87a9-32a4-4cbc-acf6-3eaefcd4e376 {
  margin-top: 0px;
min-height: 500px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-caac87a9-32a4-4cbc-acf6-3eaefcd4e376 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-caac87a9-32a4-4cbc-acf6-3eaefcd4e376 {
  padding-left: 5%;
padding-right: 5%;
}
}@media (max-width: 767px){#s-caac87a9-32a4-4cbc-acf6-3eaefcd4e376 {
  margin-top: -50px;
margin-bottom: -85px;
}
}







#s-caac87a9-32a4-4cbc-acf6-3eaefcd4e376 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-caac87a9-32a4-4cbc-acf6-3eaefcd4e376.shg-box.shg-c {
  justify-content: center;
}

#s-5c18657b-b087-49b7-82fa-b8c8600c6c22 {
  margin-top: 50px;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-5c18657b-b087-49b7-82fa-b8c8600c6c22 .shogun-heading-component h1 {
  color: rgba(26, 26, 26, 1);
  font-weight:  800 ;
  font-family: Poppins;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-6edeca6b-403d-44da-a41e-20596eca47ee {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 20px;
margin-right: 0px;
}
@media (min-width: 1200px){#s-6edeca6b-403d-44da-a41e-20596eca47ee {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6edeca6b-403d-44da-a41e-20596eca47ee {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6edeca6b-403d-44da-a41e-20596eca47ee {
  
}
}@media (max-width: 767px){#s-6edeca6b-403d-44da-a41e-20596eca47ee {
  
}
}
#s-e25d824b-674a-4bef-8468-1fc3ef0c320d {
  box-shadow:    rgba(28, 97, 0, 1);
text-align: left;
}
@media (min-width: 1200px){#s-e25d824b-674a-4bef-8468-1fc3ef0c320d {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-e25d824b-674a-4bef-8468-1fc3ef0c320d, #wrap-s-e25d824b-674a-4bef-8468-1fc3ef0c320d { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-e25d824b-674a-4bef-8468-1fc3ef0c320d {
  margin-left: 5%;
margin-right: 5%;
display: none;
}
#s-e25d824b-674a-4bef-8468-1fc3ef0c320d, #wrap-s-e25d824b-674a-4bef-8468-1fc3ef0c320d { display:none !important; }}



  #s-e25d824b-674a-4bef-8468-1fc3ef0c320d img.shogun-image {
    
    width: px;
  }


#s-e25d824b-674a-4bef-8468-1fc3ef0c320d .shogun-image-content {
  
    align-items: center;
  
}

#s-382bf860-39e6-4f2b-bd16-3457f55e1aea {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-382bf860-39e6-4f2b-bd16-3457f55e1aea {
  display: none;
}
#s-382bf860-39e6-4f2b-bd16-3457f55e1aea, #wrap-s-382bf860-39e6-4f2b-bd16-3457f55e1aea { display:none !important; }}@media (max-width: 767px){#s-382bf860-39e6-4f2b-bd16-3457f55e1aea {
  display: none;
}
#s-382bf860-39e6-4f2b-bd16-3457f55e1aea, #wrap-s-382bf860-39e6-4f2b-bd16-3457f55e1aea { display:none !important; }}







#s-382bf860-39e6-4f2b-bd16-3457f55e1aea > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-382bf860-39e6-4f2b-bd16-3457f55e1aea.shg-box.shg-c {
  justify-content: center;
}

#s-6222cc2b-0faf-42e2-905b-e7d4b05d08ec {
  background-color: rgba(0, 0, 0, 1);
}
@media (max-width: 767px){#s-6222cc2b-0faf-42e2-905b-e7d4b05d08ec {
  display: none;
}
#s-6222cc2b-0faf-42e2-905b-e7d4b05d08ec, #wrap-s-6222cc2b-0faf-42e2-905b-e7d4b05d08ec { display:none !important; }}
#s-6222cc2b-0faf-42e2-905b-e7d4b05d08ec .shogun-countdown span, #s-6222cc2b-0faf-42e2-905b-e7d4b05d08ec .shogun-countdown label {
  color: rgba(240, 77, 77, 1);
}
#s-2f15742f-9db6-49b4-b705-8a06636c7a41 {
  min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2f15742f-9db6-49b4-b705-8a06636c7a41 {
  
}
}@media (max-width: 767px){#s-2f15742f-9db6-49b4-b705-8a06636c7a41 {
  display: none;
}
#s-2f15742f-9db6-49b4-b705-8a06636c7a41, #wrap-s-2f15742f-9db6-49b4-b705-8a06636c7a41 { display:none !important; }}







#s-2f15742f-9db6-49b4-b705-8a06636c7a41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2f15742f-9db6-49b4-b705-8a06636c7a41.shg-box.shg-c {
  justify-content: center;
}

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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .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;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}
