.shg-box {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: column;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  /**
   * 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: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  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 {
  /*
    It's very important we don't create a new containing block for shg-box-video-wrapper
    Jarallax uses transforms + position: fixed to achieve it's parallaxing effect

    https://developer.mozilla.org/en-US/docs/Web/CSS/position

    position: fixed
    The element is removed from the normal document flow, and no space is created for the element in the page layout. 
    It is positioned relative to the initial containing block established by the viewport, 

    *
      except when one of its ancestors has a transform, perspective, or filter property set to something other than none 
      (see the CSS Transforms Spec), or the will-change property is set to transform, 
      in which case that ancestor behaves as the containing block. 
    *
  */

  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

#s-8186a9db-a3d7-44fe-b15e-e39c0445c2c1 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
min-height: 50px;
}
@media (min-width: 1200px){#s-8186a9db-a3d7-44fe-b15e-e39c0445c2c1 {
  max-width: 1200px;
}
}@media (max-width: 767px){#s-8186a9db-a3d7-44fe-b15e-e39c0445c2c1 {
  margin-left: auto;
margin-right: auto;
max-width: 400px;
}
}







#s-8186a9db-a3d7-44fe-b15e-e39c0445c2c1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8186a9db-a3d7-44fe-b15e-e39c0445c2c1.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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;
  min-height: 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;
}

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

  to {
    opacity: 1;
  }
}

#s-0bf21c14-de8c-489f-b3b5-7f32b3879d9d {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 600px;
}
@media (min-width: 768px) and (max-width: 991px){#s-0bf21c14-de8c-489f-b3b5-7f32b3879d9d {
  display: none;
}
#s-0bf21c14-de8c-489f-b3b5-7f32b3879d9d, #wrap-s-0bf21c14-de8c-489f-b3b5-7f32b3879d9d { display:none !important; }}@media (max-width: 767px){#s-0bf21c14-de8c-489f-b3b5-7f32b3879d9d {
  display: none;
}
#s-0bf21c14-de8c-489f-b3b5-7f32b3879d9d, #wrap-s-0bf21c14-de8c-489f-b3b5-7f32b3879d9d { display:none !important; }}
#s-0bf21c14-de8c-489f-b3b5-7f32b3879d9d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-0bf21c14-de8c-489f-b3b5-7f32b3879d9d .shg-sld-nav-button.shg-sld-left,
#s-0bf21c14-de8c-489f-b3b5-7f32b3879d9d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-d7262622-6489-4056-9c53-9fbcc0ddae0c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-d7262622-6489-4056-9c53-9fbcc0ddae0c {
  
}
}@media (max-width: 767px){#s-d7262622-6489-4056-9c53-9fbcc0ddae0c {
  
}
}
#s-d7262622-6489-4056-9c53-9fbcc0ddae0c {
  background-image: url(https://i.shgcdn.com/ce800af6-fd3e-4b37-b062-91c0fd848fe3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-d7262622-6489-4056-9c53-9fbcc0ddae0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d7262622-6489-4056-9c53-9fbcc0ddae0c {
  cursor: pointer;
}#s-d7262622-6489-4056-9c53-9fbcc0ddae0c.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-57b3ee33-e1ad-4c42-9298-a1eb5cefb90a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-57b3ee33-e1ad-4c42-9298-a1eb5cefb90a .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



.shg-row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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

[class*=shg-c-xs],
[class*=shg-c-sm],
[class*=shg-c-md],
[class*=shg-c-lg] {
  position: relative;
}

#s-7cc7486c-44c9-4ff2-b02b-c4caf8fb685c {
  margin-top: 340px;
}

@media (min-width: 0px) {
[id="s-7cc7486c-44c9-4ff2-b02b-c4caf8fb685c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7cc7486c-44c9-4ff2-b02b-c4caf8fb685c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7cc7486c-44c9-4ff2-b02b-c4caf8fb685c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7cc7486c-44c9-4ff2-b02b-c4caf8fb685c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.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 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 {
  color: ;
  font-family: ;
  font-weight: ;
}

.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 ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

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

.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 {
  margin-block-end: 1em;
  margin-block-start: 1em;
  margin-bottom: 0;
  margin-inline-end: 0;
  margin-inline-start: 0;
  margin-top: 0;
  padding-inline-start: 40px;
}

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

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

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

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

.shg-theme-text-content h1,
.shg-theme-text-content h2,
.shg-theme-text-content h3,
.shg-theme-text-content h4,
.shg-theme-text-content h5,
.shg-theme-text-content h6 {
  color: ;
  font-family: ;
  font-weight: ;
}

.shg-theme-text-content p {
  color: ;
  font-family: ;
  font-weight: ;
}

.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-text {
  font-weight: ;
  font-family: ;
}

.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-1b9d5416-a678-4e29-aa9f-8fd0d05baf30 {
  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-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0.81);
text-align: center;
text-decoration: none;
}
#s-1b9d5416-a678-4e29-aa9f-8fd0d05baf30:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-1b9d5416-a678-4e29-aa9f-8fd0d05baf30:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1b9d5416-a678-4e29-aa9f-8fd0d05baf30-root {
    text-align: center;
  }


#s-1b9d5416-a678-4e29-aa9f-8fd0d05baf30.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1b9d5416-a678-4e29-aa9f-8fd0d05baf30-root {
    text-align: center;
  }


#s-1b9d5416-a678-4e29-aa9f-8fd0d05baf30.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1b9d5416-a678-4e29-aa9f-8fd0d05baf30-root {
    text-align: center;
  }


#s-1b9d5416-a678-4e29-aa9f-8fd0d05baf30.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1b9d5416-a678-4e29-aa9f-8fd0d05baf30-root {
    text-align: center;
  }


#s-1b9d5416-a678-4e29-aa9f-8fd0d05baf30.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1b9d5416-a678-4e29-aa9f-8fd0d05baf30-root {
    text-align: center;
  }


#s-1b9d5416-a678-4e29-aa9f-8fd0d05baf30.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-aa9891ad-2806-4d4f-bef1-443b90c0f2be {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center top;
}

#s-aa9891ad-2806-4d4f-bef1-443b90c0f2be {
  background-image: url(https://i.shgcdn.com/8f538250-4391-47b1-a1df-43f4e1fba3bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-aa9891ad-2806-4d4f-bef1-443b90c0f2be > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa9891ad-2806-4d4f-bef1-443b90c0f2be {
  cursor: pointer;
}#s-aa9891ad-2806-4d4f-bef1-443b90c0f2be.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad1af157-cbdb-4b67-a0f7-5a8a289a962a {
  margin-top: 0px;
}

@media (min-width: 0px) {
[id="s-ad1af157-cbdb-4b67-a0f7-5a8a289a962a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ad1af157-cbdb-4b67-a0f7-5a8a289a962a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ad1af157-cbdb-4b67-a0f7-5a8a289a962a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ad1af157-cbdb-4b67-a0f7-5a8a289a962a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-56d6dea0-f96b-461d-9a65-045f705d5d4d {
  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-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0.81);
text-align: center;
text-decoration: none;
}
#s-56d6dea0-f96b-461d-9a65-045f705d5d4d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-56d6dea0-f96b-461d-9a65-045f705d5d4d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-56d6dea0-f96b-461d-9a65-045f705d5d4d-root {
    text-align: center;
  }


#s-56d6dea0-f96b-461d-9a65-045f705d5d4d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-56d6dea0-f96b-461d-9a65-045f705d5d4d-root {
    text-align: center;
  }


#s-56d6dea0-f96b-461d-9a65-045f705d5d4d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-56d6dea0-f96b-461d-9a65-045f705d5d4d-root {
    text-align: center;
  }


#s-56d6dea0-f96b-461d-9a65-045f705d5d4d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-56d6dea0-f96b-461d-9a65-045f705d5d4d-root {
    text-align: center;
  }


#s-56d6dea0-f96b-461d-9a65-045f705d5d4d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-56d6dea0-f96b-461d-9a65-045f705d5d4d-root {
    text-align: center;
  }


#s-56d6dea0-f96b-461d-9a65-045f705d5d4d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-16622b09-f3f2-4d5c-bcd5-c3126acd89c5 {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 600px;
}
@media (min-width: 1200px){#s-16622b09-f3f2-4d5c-bcd5-c3126acd89c5 {
  display: none;
}
#s-16622b09-f3f2-4d5c-bcd5-c3126acd89c5, #wrap-s-16622b09-f3f2-4d5c-bcd5-c3126acd89c5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-16622b09-f3f2-4d5c-bcd5-c3126acd89c5 {
  display: none;
}
#s-16622b09-f3f2-4d5c-bcd5-c3126acd89c5, #wrap-s-16622b09-f3f2-4d5c-bcd5-c3126acd89c5 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-16622b09-f3f2-4d5c-bcd5-c3126acd89c5 {
  
}
}@media (max-width: 767px){#s-16622b09-f3f2-4d5c-bcd5-c3126acd89c5 {
  display: none;
}
#s-16622b09-f3f2-4d5c-bcd5-c3126acd89c5, #wrap-s-16622b09-f3f2-4d5c-bcd5-c3126acd89c5 { display:none !important; }}
#s-16622b09-f3f2-4d5c-bcd5-c3126acd89c5 .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-16622b09-f3f2-4d5c-bcd5-c3126acd89c5 .shg-sld-nav-button.shg-sld-left,
#s-16622b09-f3f2-4d5c-bcd5-c3126acd89c5 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-f984d880-eb20-4660-8133-874f53579623 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-f984d880-eb20-4660-8133-874f53579623 {
  
}
}@media (max-width: 767px){#s-f984d880-eb20-4660-8133-874f53579623 {
  
}
}
#s-f984d880-eb20-4660-8133-874f53579623 {
  background-image: url(https://i.shgcdn.com/ce800af6-fd3e-4b37-b062-91c0fd848fe3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-f984d880-eb20-4660-8133-874f53579623 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f984d880-eb20-4660-8133-874f53579623 {
  cursor: pointer;
}#s-f984d880-eb20-4660-8133-874f53579623.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-320835dd-c22e-4fa9-bf2d-0819117e4c46 {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-320835dd-c22e-4fa9-bf2d-0819117e4c46 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-abd19906-fc76-44f0-bd83-a0956af9a068 {
  margin-top: 390px;
}

#s-5b35d707-2b39-4641-b05f-777b9488f40d {
  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-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0.81);
text-align: center;
text-decoration: none;
}
#s-5b35d707-2b39-4641-b05f-777b9488f40d:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5b35d707-2b39-4641-b05f-777b9488f40d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5b35d707-2b39-4641-b05f-777b9488f40d-root {
    text-align: center;
  }


#s-5b35d707-2b39-4641-b05f-777b9488f40d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5b35d707-2b39-4641-b05f-777b9488f40d-root {
    text-align: center;
  }


#s-5b35d707-2b39-4641-b05f-777b9488f40d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5b35d707-2b39-4641-b05f-777b9488f40d-root {
    text-align: center;
  }


#s-5b35d707-2b39-4641-b05f-777b9488f40d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5b35d707-2b39-4641-b05f-777b9488f40d-root {
    text-align: center;
  }


#s-5b35d707-2b39-4641-b05f-777b9488f40d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5b35d707-2b39-4641-b05f-777b9488f40d-root {
    text-align: center;
  }


#s-5b35d707-2b39-4641-b05f-777b9488f40d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-1c6b5340-eb6b-4bce-b51b-ec3a59820f62 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center top;
}

#s-1c6b5340-eb6b-4bce-b51b-ec3a59820f62 {
  background-image: url(https://i.shgcdn.com/8f538250-4391-47b1-a1df-43f4e1fba3bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-1c6b5340-eb6b-4bce-b51b-ec3a59820f62 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c6b5340-eb6b-4bce-b51b-ec3a59820f62 {
  cursor: pointer;
}#s-1c6b5340-eb6b-4bce-b51b-ec3a59820f62.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-038738f5-34e3-4057-b09f-ce83a5fe86ab {
  margin-top: 0px;
margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-038738f5-34e3-4057-b09f-ce83a5fe86ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-038738f5-34e3-4057-b09f-ce83a5fe86ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-038738f5-34e3-4057-b09f-ce83a5fe86ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-038738f5-34e3-4057-b09f-ce83a5fe86ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-d7f67f3a-31ce-4440-93fe-fc7f14389752 {
  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-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0.81);
text-align: center;
text-decoration: none;
}
#s-d7f67f3a-31ce-4440-93fe-fc7f14389752:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-d7f67f3a-31ce-4440-93fe-fc7f14389752:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d7f67f3a-31ce-4440-93fe-fc7f14389752-root {
    text-align: center;
  }


#s-d7f67f3a-31ce-4440-93fe-fc7f14389752.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d7f67f3a-31ce-4440-93fe-fc7f14389752-root {
    text-align: center;
  }


#s-d7f67f3a-31ce-4440-93fe-fc7f14389752.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d7f67f3a-31ce-4440-93fe-fc7f14389752-root {
    text-align: center;
  }


#s-d7f67f3a-31ce-4440-93fe-fc7f14389752.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d7f67f3a-31ce-4440-93fe-fc7f14389752-root {
    text-align: center;
  }


#s-d7f67f3a-31ce-4440-93fe-fc7f14389752.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d7f67f3a-31ce-4440-93fe-fc7f14389752-root {
    text-align: center;
  }


#s-d7f67f3a-31ce-4440-93fe-fc7f14389752.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-d86a1f1f-06a9-4660-88fe-b5743a10aa4f {
  padding-top: 10px;
padding-bottom: 10px;
min-height: 600px;
}
@media (min-width: 1200px){#s-d86a1f1f-06a9-4660-88fe-b5743a10aa4f {
  display: none;
}
#s-d86a1f1f-06a9-4660-88fe-b5743a10aa4f, #wrap-s-d86a1f1f-06a9-4660-88fe-b5743a10aa4f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-d86a1f1f-06a9-4660-88fe-b5743a10aa4f {
  display: none;
}
#s-d86a1f1f-06a9-4660-88fe-b5743a10aa4f, #wrap-s-d86a1f1f-06a9-4660-88fe-b5743a10aa4f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-d86a1f1f-06a9-4660-88fe-b5743a10aa4f {
  display: none;
}
#s-d86a1f1f-06a9-4660-88fe-b5743a10aa4f, #wrap-s-d86a1f1f-06a9-4660-88fe-b5743a10aa4f { display:none !important; }}@media (max-width: 767px){#s-d86a1f1f-06a9-4660-88fe-b5743a10aa4f {
  
}
}
#s-d86a1f1f-06a9-4660-88fe-b5743a10aa4f .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-d86a1f1f-06a9-4660-88fe-b5743a10aa4f .shg-sld-nav-button.shg-sld-left,
#s-d86a1f1f-06a9-4660-88fe-b5743a10aa4f .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-63d2070b-edd9-47b9-bb3a-0caeb6343073 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-63d2070b-edd9-47b9-bb3a-0caeb6343073 {
  
}
}@media (max-width: 767px){#s-63d2070b-edd9-47b9-bb3a-0caeb6343073 {
  
}
}
#s-63d2070b-edd9-47b9-bb3a-0caeb6343073 {
  background-image: url(https://i.shgcdn.com/ce800af6-fd3e-4b37-b062-91c0fd848fe3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-63d2070b-edd9-47b9-bb3a-0caeb6343073 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-63d2070b-edd9-47b9-bb3a-0caeb6343073 {
  cursor: pointer;
}#s-63d2070b-edd9-47b9-bb3a-0caeb6343073.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-d2ef240d-26fe-4f88-925b-2b6622811963 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2ef240d-26fe-4f88-925b-2b6622811963 .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  
}



#s-771c7520-7208-40c5-8287-0e8572eec298 {
  margin-top: 410px;
}

#s-66e1870c-4422-40fa-9fbe-8b728737656a {
  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-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0.81);
text-align: center;
text-decoration: none;
}
#s-66e1870c-4422-40fa-9fbe-8b728737656a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-66e1870c-4422-40fa-9fbe-8b728737656a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-66e1870c-4422-40fa-9fbe-8b728737656a-root {
    text-align: center;
  }


#s-66e1870c-4422-40fa-9fbe-8b728737656a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-66e1870c-4422-40fa-9fbe-8b728737656a-root {
    text-align: center;
  }


#s-66e1870c-4422-40fa-9fbe-8b728737656a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-66e1870c-4422-40fa-9fbe-8b728737656a-root {
    text-align: center;
  }


#s-66e1870c-4422-40fa-9fbe-8b728737656a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-66e1870c-4422-40fa-9fbe-8b728737656a-root {
    text-align: center;
  }


#s-66e1870c-4422-40fa-9fbe-8b728737656a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-66e1870c-4422-40fa-9fbe-8b728737656a-root {
    text-align: center;
  }


#s-66e1870c-4422-40fa-9fbe-8b728737656a.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c78e31b6-71b3-45b5-866e-d7cb9f58c70a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center top;
}

#s-c78e31b6-71b3-45b5-866e-d7cb9f58c70a {
  background-image: url(https://i.shgcdn.com/8f538250-4391-47b1-a1df-43f4e1fba3bc/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c78e31b6-71b3-45b5-866e-d7cb9f58c70a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c78e31b6-71b3-45b5-866e-d7cb9f58c70a {
  cursor: pointer;
}#s-c78e31b6-71b3-45b5-866e-d7cb9f58c70a.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-65380440-fc96-497c-8644-25b41fa8b742 {
  margin-bottom: 40px;
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-style: solid;
border-radius: 15px;
background-color: rgba(37, 37, 37, 0.81);
text-align: center;
text-decoration: none;
}
#s-65380440-fc96-497c-8644-25b41fa8b742:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-65380440-fc96-497c-8644-25b41fa8b742:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-65380440-fc96-497c-8644-25b41fa8b742-root {
    text-align: center;
  }


#s-65380440-fc96-497c-8644-25b41fa8b742.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-65380440-fc96-497c-8644-25b41fa8b742-root {
    text-align: center;
  }


#s-65380440-fc96-497c-8644-25b41fa8b742.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-65380440-fc96-497c-8644-25b41fa8b742-root {
    text-align: center;
  }


#s-65380440-fc96-497c-8644-25b41fa8b742.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-65380440-fc96-497c-8644-25b41fa8b742-root {
    text-align: center;
  }


#s-65380440-fc96-497c-8644-25b41fa8b742.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-65380440-fc96-497c-8644-25b41fa8b742-root {
    text-align: center;
  }


#s-65380440-fc96-497c-8644-25b41fa8b742.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-917021f7-49e0-40dc-9168-46afa6769cf4 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-917021f7-49e0-40dc-9168-46afa6769cf4 .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



.shg-hr-wrapper {
  padding: 30px 0;
}

.shg-hr-wrapper hr {
  margin: 0;
  border: 0;
  width: 100%;
}

#s-70053c85-a688-4658-a27e-7fe665f07caf hr {
  border-top: 2px solid #ddd;
}

#s-5f532a12-0a3f-4282-aaf7-954b0a3c385e {
  text-align: left;
}

#s-5cd94308-c95b-4288-b59e-458d5b76e601 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 768px) and (max-width: 991px){#s-c03caaf9-63ad-4054-8ed4-1a8bb5b02719 {
  display: none;
}
#s-c03caaf9-63ad-4054-8ed4-1a8bb5b02719, #wrap-s-c03caaf9-63ad-4054-8ed4-1a8bb5b02719 { display:none !important; }}@media (max-width: 767px){#s-c03caaf9-63ad-4054-8ed4-1a8bb5b02719 {
  display: none;
}
#s-c03caaf9-63ad-4054-8ed4-1a8bb5b02719, #wrap-s-c03caaf9-63ad-4054-8ed4-1a8bb5b02719 { display:none !important; }}
@media (min-width: 0px) {
[id="s-c03caaf9-63ad-4054-8ed4-1a8bb5b02719"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c03caaf9-63ad-4054-8ed4-1a8bb5b02719"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-c03caaf9-63ad-4054-8ed4-1a8bb5b02719"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-c03caaf9-63ad-4054-8ed4-1a8bb5b02719"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-ed2a79f1-e923-49e3-aefb-cf2ba40e35eb {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-ed2a79f1-e923-49e3-aefb-cf2ba40e35eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed2a79f1-e923-49e3-aefb-cf2ba40e35eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "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;
}

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-bec20dde-e3d3-47f4-94e5-29e3ad334820 {
  text-align: center;
}







  #s-bec20dde-e3d3-47f4-94e5-29e3ad334820 img.shogun-image {
    

    
    
    
  }


#s-bec20dde-e3d3-47f4-94e5-29e3ad334820 .shogun-image-content {
  
    align-items: center;
  
}

#s-0746d55f-1f0c-4e14-acf5-2664c92d7a44 {
  display: none;
}
.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: ;
  font-family: ;
  text-transform: none;
  font-weight: ;
  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-871f3a41-067a-4e3a-b861-9d12e95e88d7 {
  padding-top: 10px;
padding-bottom: 33px;
text-align: center;
}

#s-871f3a41-067a-4e3a-b861-9d12e95e88d7 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-794ca4af-f79c-4bef-b1db-86caaa54c930 {
  margin-bottom: 10px;
}

#s-32890b59-fb6b-4330-a783-4f4b6fd8c69b {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 44px;
}

#s-4ba38a26-575f-47b1-86b9-0c9ad5c158ab {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f194d731-e77f-4a68-bf0e-9a7914e583fd {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(52, 152, 219, 1);
text-align: center;
text-decoration: none;
}
#s-f194d731-e77f-4a68-bf0e-9a7914e583fd:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-f194d731-e77f-4a68-bf0e-9a7914e583fd:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-f194d731-e77f-4a68-bf0e-9a7914e583fd-root {
    text-align: center;
  }


#s-f194d731-e77f-4a68-bf0e-9a7914e583fd.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-f194d731-e77f-4a68-bf0e-9a7914e583fd-root {
    text-align: center;
  }


#s-f194d731-e77f-4a68-bf0e-9a7914e583fd.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-f194d731-e77f-4a68-bf0e-9a7914e583fd-root {
    text-align: center;
  }


#s-f194d731-e77f-4a68-bf0e-9a7914e583fd.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-f194d731-e77f-4a68-bf0e-9a7914e583fd-root {
    text-align: center;
  }


#s-f194d731-e77f-4a68-bf0e-9a7914e583fd.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-f194d731-e77f-4a68-bf0e-9a7914e583fd-root {
    text-align: center;
  }


#s-f194d731-e77f-4a68-bf0e-9a7914e583fd.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-7b1e4620-69bf-487b-9635-4e3a86da15da {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-7b1e4620-69bf-487b-9635-4e3a86da15da > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7b1e4620-69bf-487b-9635-4e3a86da15da.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0667dfc4-08f4-42d0-8955-29b2b88032aa {
  text-align: center;
}







  #s-0667dfc4-08f4-42d0-8955-29b2b88032aa img.shogun-image {
    

    
    
    
  }


#s-0667dfc4-08f4-42d0-8955-29b2b88032aa .shogun-image-content {
  
    align-items: center;
  
}

#s-69e82e26-796b-45d5-963d-d555314c1fff {
  display: none;
}
#s-b3944408-801c-4972-b28e-37d8fc19527a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b3944408-801c-4972-b28e-37d8fc19527a .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-5c881eff-2ce8-4f74-82a4-69b3c4fc4bd3 {
  margin-bottom: 10px;
}

#s-4b13b815-ee93-4e77-b4cb-cc610c6a2b15 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-78677abc-d443-4926-8dce-75aa506f9884 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-81dce4c2-583c-4637-b490-77b4bd98d13d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(52, 152, 219, 1);
text-align: center;
text-decoration: none;
}
#s-81dce4c2-583c-4637-b490-77b4bd98d13d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-81dce4c2-583c-4637-b490-77b4bd98d13d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-81dce4c2-583c-4637-b490-77b4bd98d13d-root {
    text-align: center;
  }


#s-81dce4c2-583c-4637-b490-77b4bd98d13d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-81dce4c2-583c-4637-b490-77b4bd98d13d-root {
    text-align: center;
  }


#s-81dce4c2-583c-4637-b490-77b4bd98d13d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-81dce4c2-583c-4637-b490-77b4bd98d13d-root {
    text-align: center;
  }


#s-81dce4c2-583c-4637-b490-77b4bd98d13d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-81dce4c2-583c-4637-b490-77b4bd98d13d-root {
    text-align: center;
  }


#s-81dce4c2-583c-4637-b490-77b4bd98d13d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-81dce4c2-583c-4637-b490-77b4bd98d13d-root {
    text-align: center;
  }


#s-81dce4c2-583c-4637-b490-77b4bd98d13d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-5631cb3b-6438-42ee-b802-0655d826f017 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-5631cb3b-6438-42ee-b802-0655d826f017 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5631cb3b-6438-42ee-b802-0655d826f017.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7da2367d-b581-42c8-bcae-e72a12ac0709 {
  text-align: center;
}







  #s-7da2367d-b581-42c8-bcae-e72a12ac0709 img.shogun-image {
    

    
    
    
  }


#s-7da2367d-b581-42c8-bcae-e72a12ac0709 .shogun-image-content {
  
    align-items: center;
  
}

#s-05f9aae4-2772-408d-a4d5-3e4c71fee944 {
  display: none;
}
#s-a34e3f33-df2b-4056-98d7-47c11d7769cb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a34e3f33-df2b-4056-98d7-47c11d7769cb .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-21fcecd3-32af-4976-9940-de11260e8cce {
  margin-bottom: 10px;
}

#s-f6c16b9c-2b5f-49a7-8fd4-4faec3d8651e {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 24px;
}

#s-79b48b64-17ad-4c7c-8847-0c128167d0a6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-7824429c-a130-4f3c-863b-6759ed13ea56 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(52, 152, 219, 1);
text-align: center;
text-decoration: none;
}
#s-7824429c-a130-4f3c-863b-6759ed13ea56:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-7824429c-a130-4f3c-863b-6759ed13ea56:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-7824429c-a130-4f3c-863b-6759ed13ea56-root {
    text-align: center;
  }


#s-7824429c-a130-4f3c-863b-6759ed13ea56.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-7824429c-a130-4f3c-863b-6759ed13ea56-root {
    text-align: center;
  }


#s-7824429c-a130-4f3c-863b-6759ed13ea56.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-7824429c-a130-4f3c-863b-6759ed13ea56-root {
    text-align: center;
  }


#s-7824429c-a130-4f3c-863b-6759ed13ea56.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-7824429c-a130-4f3c-863b-6759ed13ea56-root {
    text-align: center;
  }


#s-7824429c-a130-4f3c-863b-6759ed13ea56.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-7824429c-a130-4f3c-863b-6759ed13ea56-root {
    text-align: center;
  }


#s-7824429c-a130-4f3c-863b-6759ed13ea56.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-ead5bbb9-b26a-4024-be7e-97bea4a83618 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-ead5bbb9-b26a-4024-be7e-97bea4a83618 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ead5bbb9-b26a-4024-be7e-97bea4a83618.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-df0a2f48-cb7a-4832-953c-9e56344fd4ef {
  text-align: center;
}







  #s-df0a2f48-cb7a-4832-953c-9e56344fd4ef img.shogun-image {
    

    
    
    
  }


#s-df0a2f48-cb7a-4832-953c-9e56344fd4ef .shogun-image-content {
  
    align-items: center;
  
}

#s-a17188bd-c5bd-449c-87b6-8850b276f401 {
  display: none;
}
#s-83ac9457-0c31-43f5-b669-752d4d2a4f58 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-83ac9457-0c31-43f5-b669-752d4d2a4f58 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
}

#s-d508c3cf-53bc-4df4-91bf-79188aa18a43 {
  margin-bottom: 10px;
}

#s-3af3b7f1-b1e1-4675-b27e-58da0e020a4b {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-872d4677-cf2a-412d-9892-f118474bcbbb {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6a3589ef-8b26-43a6-8ec0-a89082d4038d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(52, 152, 219, 1);
text-align: center;
text-decoration: none;
}
#s-6a3589ef-8b26-43a6-8ec0-a89082d4038d:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-6a3589ef-8b26-43a6-8ec0-a89082d4038d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6a3589ef-8b26-43a6-8ec0-a89082d4038d-root {
    text-align: center;
  }


#s-6a3589ef-8b26-43a6-8ec0-a89082d4038d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-6a3589ef-8b26-43a6-8ec0-a89082d4038d-root {
    text-align: center;
  }


#s-6a3589ef-8b26-43a6-8ec0-a89082d4038d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6a3589ef-8b26-43a6-8ec0-a89082d4038d-root {
    text-align: center;
  }


#s-6a3589ef-8b26-43a6-8ec0-a89082d4038d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6a3589ef-8b26-43a6-8ec0-a89082d4038d-root {
    text-align: center;
  }


#s-6a3589ef-8b26-43a6-8ec0-a89082d4038d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-6a3589ef-8b26-43a6-8ec0-a89082d4038d-root {
    text-align: center;
  }


#s-6a3589ef-8b26-43a6-8ec0-a89082d4038d.shg-btn {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-a863986d-5f9a-4518-acd1-2719340992b6 {
  display: none;
}
#s-a863986d-5f9a-4518-acd1-2719340992b6, #wrap-s-a863986d-5f9a-4518-acd1-2719340992b6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a863986d-5f9a-4518-acd1-2719340992b6 {
  display: none;
}
#s-a863986d-5f9a-4518-acd1-2719340992b6, #wrap-s-a863986d-5f9a-4518-acd1-2719340992b6 { display:none !important; }}@media (max-width: 767px){#s-a863986d-5f9a-4518-acd1-2719340992b6 {
  display: none;
}
#s-a863986d-5f9a-4518-acd1-2719340992b6, #wrap-s-a863986d-5f9a-4518-acd1-2719340992b6 { display:none !important; }}
@media (min-width: 0px) {
[id="s-a863986d-5f9a-4518-acd1-2719340992b6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a863986d-5f9a-4518-acd1-2719340992b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-a863986d-5f9a-4518-acd1-2719340992b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-a863986d-5f9a-4518-acd1-2719340992b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-1b6c50cd-074b-4d92-ba75-429ac0f3394f {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-1b6c50cd-074b-4d92-ba75-429ac0f3394f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1b6c50cd-074b-4d92-ba75-429ac0f3394f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-28104d15-8dc1-4984-93a8-b82077c02aff {
  text-align: center;
}







  #s-28104d15-8dc1-4984-93a8-b82077c02aff img.shogun-image {
    

    
    
    
  }


#s-28104d15-8dc1-4984-93a8-b82077c02aff .shogun-image-content {
  
    align-items: center;
  
}

#s-eacebeaa-6dcf-42e3-95b7-4e22661c23b9 {
  display: none;
}
#s-82756296-7253-48df-9b72-1b8ab68740f8 {
  padding-top: 10px;
padding-bottom: 26px;
text-align: center;
}

#s-82756296-7253-48df-9b72-1b8ab68740f8 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-2e92b657-c751-4024-a7f1-3da132f5d744 {
  margin-bottom: 10px;
}

#s-fe4fc0db-f11d-435f-b91d-212f35173b17 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 44px;
}

#s-d64db0bd-2ec6-44b2-8ecf-56bf2f26f859 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9a9055ea-dde4-4db8-8dd3-2be019b9d90a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(52, 152, 219, 1);
text-align: center;
text-decoration: none;
}
#s-9a9055ea-dde4-4db8-8dd3-2be019b9d90a:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9a9055ea-dde4-4db8-8dd3-2be019b9d90a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9a9055ea-dde4-4db8-8dd3-2be019b9d90a-root {
    text-align: center;
  }


#s-9a9055ea-dde4-4db8-8dd3-2be019b9d90a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9a9055ea-dde4-4db8-8dd3-2be019b9d90a-root {
    text-align: center;
  }


#s-9a9055ea-dde4-4db8-8dd3-2be019b9d90a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a9055ea-dde4-4db8-8dd3-2be019b9d90a-root {
    text-align: center;
  }


#s-9a9055ea-dde4-4db8-8dd3-2be019b9d90a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a9055ea-dde4-4db8-8dd3-2be019b9d90a-root {
    text-align: center;
  }


#s-9a9055ea-dde4-4db8-8dd3-2be019b9d90a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9a9055ea-dde4-4db8-8dd3-2be019b9d90a-root {
    text-align: center;
  }


#s-9a9055ea-dde4-4db8-8dd3-2be019b9d90a.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-fed89312-28f5-44f8-b135-ef881fee4c55 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-fed89312-28f5-44f8-b135-ef881fee4c55 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fed89312-28f5-44f8-b135-ef881fee4c55.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d5c93449-bcc3-4ce3-9f55-ba02427a5350 {
  text-align: center;
}







  #s-d5c93449-bcc3-4ce3-9f55-ba02427a5350 img.shogun-image {
    

    
    
    
  }


#s-d5c93449-bcc3-4ce3-9f55-ba02427a5350 .shogun-image-content {
  
    align-items: center;
  
}

#s-838949c4-5a6a-4b79-b9e5-f2b73e1a92af {
  display: none;
}
#s-6a58b149-f3f0-41a9-a6cf-1cf85d22f35d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-6a58b149-f3f0-41a9-a6cf-1cf85d22f35d .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-155b3eba-24c3-4859-9005-b003fbba4bdc {
  margin-bottom: 10px;
}

#s-c99c2a4c-9937-4bd0-984a-7aba979d4f7a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-f80e435b-fca2-4d0b-b6fa-a1a05c4d6358 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-811e7e08-a620-4250-a137-48e8e7d08b99 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(52, 152, 219, 1);
text-align: center;
text-decoration: none;
}
#s-811e7e08-a620-4250-a137-48e8e7d08b99:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-811e7e08-a620-4250-a137-48e8e7d08b99:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-811e7e08-a620-4250-a137-48e8e7d08b99-root {
    text-align: center;
  }


#s-811e7e08-a620-4250-a137-48e8e7d08b99.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-811e7e08-a620-4250-a137-48e8e7d08b99-root {
    text-align: center;
  }


#s-811e7e08-a620-4250-a137-48e8e7d08b99.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-811e7e08-a620-4250-a137-48e8e7d08b99-root {
    text-align: center;
  }


#s-811e7e08-a620-4250-a137-48e8e7d08b99.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-811e7e08-a620-4250-a137-48e8e7d08b99-root {
    text-align: center;
  }


#s-811e7e08-a620-4250-a137-48e8e7d08b99.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-811e7e08-a620-4250-a137-48e8e7d08b99-root {
    text-align: center;
  }


#s-811e7e08-a620-4250-a137-48e8e7d08b99.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-9a5d5cab-ba1e-4e13-a6b8-14d4aa24e84f {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-9a5d5cab-ba1e-4e13-a6b8-14d4aa24e84f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a5d5cab-ba1e-4e13-a6b8-14d4aa24e84f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5a8b72da-4d59-460c-927f-2495795fe36b {
  text-align: center;
}







  #s-5a8b72da-4d59-460c-927f-2495795fe36b img.shogun-image {
    

    
    
    
  }


#s-5a8b72da-4d59-460c-927f-2495795fe36b .shogun-image-content {
  
    align-items: center;
  
}

#s-e79ba6d8-3b45-4578-bfdd-3a454874ac9e {
  display: none;
}
#s-d51eba4b-a004-41dd-8e30-a49fe4eb5eed {
  padding-top: 10px;
padding-bottom: 28px;
text-align: center;
}

#s-d51eba4b-a004-41dd-8e30-a49fe4eb5eed .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-71a4ef41-557b-460c-bb80-aeb859dcd868 {
  margin-bottom: 10px;
}

#s-f71835db-33d6-4ba1-b424-60c3cab083c5 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 22px;
}

#s-c7d54516-4a62-4ce3-8cf3-2dda294889f6 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-e84ae308-d138-44b8-8614-27793bf8c170 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(52, 152, 219, 1);
text-align: center;
text-decoration: none;
}
#s-e84ae308-d138-44b8-8614-27793bf8c170:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-e84ae308-d138-44b8-8614-27793bf8c170:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e84ae308-d138-44b8-8614-27793bf8c170-root {
    text-align: center;
  }


#s-e84ae308-d138-44b8-8614-27793bf8c170.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-e84ae308-d138-44b8-8614-27793bf8c170-root {
    text-align: center;
  }


#s-e84ae308-d138-44b8-8614-27793bf8c170.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e84ae308-d138-44b8-8614-27793bf8c170-root {
    text-align: center;
  }


#s-e84ae308-d138-44b8-8614-27793bf8c170.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e84ae308-d138-44b8-8614-27793bf8c170-root {
    text-align: center;
  }


#s-e84ae308-d138-44b8-8614-27793bf8c170.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-e84ae308-d138-44b8-8614-27793bf8c170-root {
    text-align: center;
  }


#s-e84ae308-d138-44b8-8614-27793bf8c170.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-3680777b-d187-4c33-b3c8-4072c8e0234c {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-3680777b-d187-4c33-b3c8-4072c8e0234c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3680777b-d187-4c33-b3c8-4072c8e0234c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e97ccdd1-cee9-4241-a4d4-459ef0da1dc4 {
  text-align: center;
}







  #s-e97ccdd1-cee9-4241-a4d4-459ef0da1dc4 img.shogun-image {
    

    
    
    
  }


#s-e97ccdd1-cee9-4241-a4d4-459ef0da1dc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-fad0613e-c055-4816-9874-6fe1c473adaf {
  display: none;
}
#s-a31f1390-19de-46ad-8170-f929787a1d71 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-a31f1390-19de-46ad-8170-f929787a1d71 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-b84ee682-d3f7-4c82-a563-1b840685a405 {
  margin-bottom: 10px;
}

#s-1c47042b-20d2-4b1a-9870-b916c312498a {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}

#s-6cdbde1d-231b-4991-87c4-12339ee168b5 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-4c0845bf-459c-4123-98c2-d5772fe8dae0 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(52, 152, 219, 1);
text-align: center;
text-decoration: none;
}
#s-4c0845bf-459c-4123-98c2-d5772fe8dae0:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4c0845bf-459c-4123-98c2-d5772fe8dae0:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-4c0845bf-459c-4123-98c2-d5772fe8dae0-root {
    text-align: center;
  }


#s-4c0845bf-459c-4123-98c2-d5772fe8dae0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-4c0845bf-459c-4123-98c2-d5772fe8dae0-root {
    text-align: center;
  }


#s-4c0845bf-459c-4123-98c2-d5772fe8dae0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4c0845bf-459c-4123-98c2-d5772fe8dae0-root {
    text-align: center;
  }


#s-4c0845bf-459c-4123-98c2-d5772fe8dae0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4c0845bf-459c-4123-98c2-d5772fe8dae0-root {
    text-align: center;
  }


#s-4c0845bf-459c-4123-98c2-d5772fe8dae0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-4c0845bf-459c-4123-98c2-d5772fe8dae0-root {
    text-align: center;
  }


#s-4c0845bf-459c-4123-98c2-d5772fe8dae0.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
@media (min-width: 1200px){#s-30a500f4-5c6c-4ab1-9a87-e5a1e6448640 {
  display: none;
}
#s-30a500f4-5c6c-4ab1-9a87-e5a1e6448640, #wrap-s-30a500f4-5c6c-4ab1-9a87-e5a1e6448640 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-30a500f4-5c6c-4ab1-9a87-e5a1e6448640 {
  display: none;
}
#s-30a500f4-5c6c-4ab1-9a87-e5a1e6448640, #wrap-s-30a500f4-5c6c-4ab1-9a87-e5a1e6448640 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-30a500f4-5c6c-4ab1-9a87-e5a1e6448640 {
  display: none;
}
#s-30a500f4-5c6c-4ab1-9a87-e5a1e6448640, #wrap-s-30a500f4-5c6c-4ab1-9a87-e5a1e6448640 { display:none !important; }}
@media (min-width: 0px) {
[id="s-30a500f4-5c6c-4ab1-9a87-e5a1e6448640"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-30a500f4-5c6c-4ab1-9a87-e5a1e6448640"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-30a500f4-5c6c-4ab1-9a87-e5a1e6448640"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-30a500f4-5c6c-4ab1-9a87-e5a1e6448640"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-8040ba33-e3c1-4b14-8fd7-a26cefb70a75 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-8040ba33-e3c1-4b14-8fd7-a26cefb70a75 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8040ba33-e3c1-4b14-8fd7-a26cefb70a75.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-aff312f2-d0ed-4850-966f-f914721b5c27 {
  text-align: center;
}







  #s-aff312f2-d0ed-4850-966f-f914721b5c27 img.shogun-image {
    

    
    
    
  }


#s-aff312f2-d0ed-4850-966f-f914721b5c27 .shogun-image-content {
  
    align-items: center;
  
}

#s-d7f8fc90-3007-46f4-9963-5e7c7bd9a3f6 {
  display: none;
}
#s-39cea4e3-cee9-4212-9b57-17bda06041b2 {
  padding-top: 10px;
padding-bottom: 26px;
text-align: center;
}

#s-39cea4e3-cee9-4212-9b57-17bda06041b2 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-8008c2e8-4f25-4b95-a900-8fbb25a1ec24 {
  margin-bottom: 10px;
}

#s-87994070-d19f-41c9-91b6-49d1d9b8d07c {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 44px;
}

#s-74099680-98bc-4b32-99bf-4ae526a77522 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-3f8df530-5206-4d5a-b9a8-d798fc67c798 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(52, 152, 219, 1);
text-align: center;
text-decoration: none;
}
#s-3f8df530-5206-4d5a-b9a8-d798fc67c798:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-3f8df530-5206-4d5a-b9a8-d798fc67c798:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-3f8df530-5206-4d5a-b9a8-d798fc67c798-root {
    text-align: center;
  }


#s-3f8df530-5206-4d5a-b9a8-d798fc67c798.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-3f8df530-5206-4d5a-b9a8-d798fc67c798-root {
    text-align: center;
  }


#s-3f8df530-5206-4d5a-b9a8-d798fc67c798.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-3f8df530-5206-4d5a-b9a8-d798fc67c798-root {
    text-align: center;
  }


#s-3f8df530-5206-4d5a-b9a8-d798fc67c798.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-3f8df530-5206-4d5a-b9a8-d798fc67c798-root {
    text-align: center;
  }


#s-3f8df530-5206-4d5a-b9a8-d798fc67c798.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-3f8df530-5206-4d5a-b9a8-d798fc67c798-root {
    text-align: center;
  }


#s-3f8df530-5206-4d5a-b9a8-d798fc67c798.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-73f70e70-47e7-4453-b447-e7c6fdff510a {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-73f70e70-47e7-4453-b447-e7c6fdff510a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-73f70e70-47e7-4453-b447-e7c6fdff510a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b5d56b3-aabd-4b81-a604-c3d3f3202caa {
  text-align: center;
}







  #s-5b5d56b3-aabd-4b81-a604-c3d3f3202caa img.shogun-image {
    

    
    
    
  }


#s-5b5d56b3-aabd-4b81-a604-c3d3f3202caa .shogun-image-content {
  
    align-items: center;
  
}

#s-3d4c795c-d55f-4b7d-b409-beb1ec890aac {
  display: none;
}
#s-296dc2a2-a1fd-4894-b1bc-48e65a5f6a00 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-296dc2a2-a1fd-4894-b1bc-48e65a5f6a00 .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-f02ba336-4641-412a-9a12-dac713341ad5 {
  margin-bottom: 10px;
}

#s-80b781a4-022a-45e4-85c1-a74bc0725fff {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-6a7ef5d2-5686-45ec-b75c-ae71400d510c {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-9b5278fd-24b8-40d7-ba8c-d07f87ba9f2f {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(52, 152, 219, 1);
text-align: center;
text-decoration: none;
}
#s-9b5278fd-24b8-40d7-ba8c-d07f87ba9f2f:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-9b5278fd-24b8-40d7-ba8c-d07f87ba9f2f:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-9b5278fd-24b8-40d7-ba8c-d07f87ba9f2f-root {
    text-align: center;
  }


#s-9b5278fd-24b8-40d7-ba8c-d07f87ba9f2f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-9b5278fd-24b8-40d7-ba8c-d07f87ba9f2f-root {
    text-align: center;
  }


#s-9b5278fd-24b8-40d7-ba8c-d07f87ba9f2f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9b5278fd-24b8-40d7-ba8c-d07f87ba9f2f-root {
    text-align: center;
  }


#s-9b5278fd-24b8-40d7-ba8c-d07f87ba9f2f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9b5278fd-24b8-40d7-ba8c-d07f87ba9f2f-root {
    text-align: center;
  }


#s-9b5278fd-24b8-40d7-ba8c-d07f87ba9f2f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-9b5278fd-24b8-40d7-ba8c-d07f87ba9f2f-root {
    text-align: center;
  }


#s-9b5278fd-24b8-40d7-ba8c-d07f87ba9f2f.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-bacca9d2-e653-4dfc-a101-10271fe958a7 {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-bacca9d2-e653-4dfc-a101-10271fe958a7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bacca9d2-e653-4dfc-a101-10271fe958a7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-31fcead5-6ac9-4d77-b2f0-5bc8a6ca2df1 {
  text-align: center;
}







  #s-31fcead5-6ac9-4d77-b2f0-5bc8a6ca2df1 img.shogun-image {
    

    
    
    
  }


#s-31fcead5-6ac9-4d77-b2f0-5bc8a6ca2df1 .shogun-image-content {
  
    align-items: center;
  
}

#s-9e6ba68f-ce8b-4ecb-b7bf-3c1b31491f94 {
  display: none;
}
#s-658ebf58-f7a2-4423-8372-1b411cff4b5b {
  padding-top: 10px;
padding-bottom: 0px;
text-align: center;
}

#s-658ebf58-f7a2-4423-8372-1b411cff4b5b .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-3a50cef8-a70a-439b-94ca-9890118dcc3a {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-18dcf7be-9b64-4b69-9ec8-e42073384f74 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 0px;
}

#s-3a993bf3-c730-4a0b-aea4-158ecd32c35d {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-1dcb52c3-3764-47cc-90ee-f185c6ef3abb {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(52, 152, 219, 1);
text-align: center;
text-decoration: none;
}
#s-1dcb52c3-3764-47cc-90ee-f185c6ef3abb:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-1dcb52c3-3764-47cc-90ee-f185c6ef3abb:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-1dcb52c3-3764-47cc-90ee-f185c6ef3abb-root {
    text-align: center;
  }


#s-1dcb52c3-3764-47cc-90ee-f185c6ef3abb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-1dcb52c3-3764-47cc-90ee-f185c6ef3abb-root {
    text-align: center;
  }


#s-1dcb52c3-3764-47cc-90ee-f185c6ef3abb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1dcb52c3-3764-47cc-90ee-f185c6ef3abb-root {
    text-align: center;
  }


#s-1dcb52c3-3764-47cc-90ee-f185c6ef3abb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1dcb52c3-3764-47cc-90ee-f185c6ef3abb-root {
    text-align: center;
  }


#s-1dcb52c3-3764-47cc-90ee-f185c6ef3abb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-1dcb52c3-3764-47cc-90ee-f185c6ef3abb-root {
    text-align: center;
  }


#s-1dcb52c3-3764-47cc-90ee-f185c6ef3abb.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-e300cf74-8608-424d-b50e-41a7cc1c369a {
  margin-top: 5px;
margin-bottom: 5px;
min-height: 50px;
}








#s-e300cf74-8608-424d-b50e-41a7cc1c369a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e300cf74-8608-424d-b50e-41a7cc1c369a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5b710cd7-f876-4b3f-8b26-151163cc2499 {
  text-align: center;
}







  #s-5b710cd7-f876-4b3f-8b26-151163cc2499 img.shogun-image {
    

    
    
    
  }


#s-5b710cd7-f876-4b3f-8b26-151163cc2499 .shogun-image-content {
  
    align-items: center;
  
}

#s-e7f165d3-1346-4f49-9876-55a17d049083 {
  display: none;
}
#s-5e81663c-d1a1-4776-a18b-16b984532dbd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5e81663c-d1a1-4776-a18b-16b984532dbd .shg-product-title-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: Montserrat;
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
}

#s-7cb6a494-cad4-43ac-ba3e-a5c9328f21e9 {
  margin-bottom: 10px;
}

#s-e612393d-8ba7-48c7-92c5-9627bc107657 {
  margin-top: 10px;
margin-bottom: 10px;
padding-bottom: 23px;
}

#s-512a13db-1475-473f-947d-f38b14c8b025 {
  margin-top: 10px;
margin-bottom: 10px;
}

#s-a7694697-5503-497d-b507-8b53d3634280 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(52, 152, 219, 1);
text-align: center;
text-decoration: none;
}
#s-a7694697-5503-497d-b507-8b53d3634280:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-a7694697-5503-497d-b507-8b53d3634280:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a7694697-5503-497d-b507-8b53d3634280-root {
    text-align: center;
  }


#s-a7694697-5503-497d-b507-8b53d3634280.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
@media (min-width: 1200px){
  #s-a7694697-5503-497d-b507-8b53d3634280-root {
    text-align: center;
  }


#s-a7694697-5503-497d-b507-8b53d3634280.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a7694697-5503-497d-b507-8b53d3634280-root {
    text-align: center;
  }


#s-a7694697-5503-497d-b507-8b53d3634280.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a7694697-5503-497d-b507-8b53d3634280-root {
    text-align: center;
  }


#s-a7694697-5503-497d-b507-8b53d3634280.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}@media (max-width: 767px){
  #s-a7694697-5503-497d-b507-8b53d3634280-root {
    text-align: center;
  }


#s-a7694697-5503-497d-b507-8b53d3634280.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  block ;
}
}
#s-a7aceb3e-acbe-4df9-a814-7a0c470b7056 hr {
  border-top: 2px solid #ddd;
}

@media (min-width: 768px) and (max-width: 991px){#s-ce380cd4-d687-47d2-8cea-2d58f4acd077 {
  display: none;
}
#s-ce380cd4-d687-47d2-8cea-2d58f4acd077, #wrap-s-ce380cd4-d687-47d2-8cea-2d58f4acd077 { display:none !important; }}@media (max-width: 767px){#s-ce380cd4-d687-47d2-8cea-2d58f4acd077 {
  display: none;
}
#s-ce380cd4-d687-47d2-8cea-2d58f4acd077, #wrap-s-ce380cd4-d687-47d2-8cea-2d58f4acd077 { display:none !important; }}
@media (min-width: 0px) {
[id="s-ce380cd4-d687-47d2-8cea-2d58f4acd077"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce380cd4-d687-47d2-8cea-2d58f4acd077"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-ce380cd4-d687-47d2-8cea-2d58f4acd077"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce380cd4-d687-47d2-8cea-2d58f4acd077"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bda63fd1-13d6-4816-b048-bc5cc6c34459 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-bda63fd1-13d6-4816-b048-bc5cc6c34459 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bda63fd1-13d6-4816-b048-bc5cc6c34459.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7eaeeb66-06e2-4010-a189-a82711c7efa5 {
  background-color: rgba(13, 12, 12, 1);
}

#s-db98e1ff-ebbf-441f-a840-a91ca090358d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-db98e1ff-ebbf-441f-a840-a91ca090358d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-db98e1ff-ebbf-441f-a840-a91ca090358d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ddb9afff-432c-452c-a55a-afde2b85c706 {
  background-color: rgba(13, 12, 12, 1);
}

#s-546676b1-a4a3-480f-be67-ee0d6a309360 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
background-position: center center;
}








#s-546676b1-a4a3-480f-be67-ee0d6a309360 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-546676b1-a4a3-480f-be67-ee0d6a309360.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b2301572-8f49-48f4-8b99-a85121b72c9a {
  background-color: rgba(13, 12, 12, 1);
}

@media (min-width: 1200px){#s-85fc3a06-ef7f-4a0b-97e7-ce4814b779f5 {
  display: none;
}
#s-85fc3a06-ef7f-4a0b-97e7-ce4814b779f5, #wrap-s-85fc3a06-ef7f-4a0b-97e7-ce4814b779f5 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-85fc3a06-ef7f-4a0b-97e7-ce4814b779f5 {
  display: none;
}
#s-85fc3a06-ef7f-4a0b-97e7-ce4814b779f5, #wrap-s-85fc3a06-ef7f-4a0b-97e7-ce4814b779f5 { display:none !important; }}
@media (min-width: 0px) {
[id="s-85fc3a06-ef7f-4a0b-97e7-ce4814b779f5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-85fc3a06-ef7f-4a0b-97e7-ce4814b779f5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-85fc3a06-ef7f-4a0b-97e7-ce4814b779f5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-85fc3a06-ef7f-4a0b-97e7-ce4814b779f5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e133204c-e8f0-470d-8d93-0b02ed9af59d {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-e133204c-e8f0-470d-8d93-0b02ed9af59d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e133204c-e8f0-470d-8d93-0b02ed9af59d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e8c50fbf-3bae-4f19-a524-dd800d5a1f74 {
  background-color: rgba(13, 12, 12, 1);
}

#s-45a1fa20-2a1b-438d-80a6-f75f00a9b462 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-45a1fa20-2a1b-438d-80a6-f75f00a9b462 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45a1fa20-2a1b-438d-80a6-f75f00a9b462.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ecf11a3-3180-47c7-bbef-cf13555310b6 {
  background-color: rgba(13, 12, 12, 1);
}

#s-cbb6ff66-b8ee-4498-8bd1-1f64b9f5e935 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 300px;
background-position: center center;
}








#s-cbb6ff66-b8ee-4498-8bd1-1f64b9f5e935 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cbb6ff66-b8ee-4498-8bd1-1f64b9f5e935.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0ef89cb6-f7d2-4881-8e6c-2f0bf89f49ab {
  background-color: rgba(13, 12, 12, 1);
}

#s-7954f6c8-e789-4b10-952f-ecb513962c7b hr {
  border-top: 2px solid #ddd;
}

#s-f81e6eee-9fa1-4843-b9ca-f9c14f675bcf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f81e6eee-9fa1-4843-b9ca-f9c14f675bcf .shogun-heading-component h1 {
  color: #000;
  font-weight:  600 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 28px;
  
  
  
}



#s-da7a8303-91c4-4720-aea1-043bed5c3e9b hr {
  border-top: 2px solid #ddd;
}

#s-644baef8-3cfc-4c03-bf2f-4d675f24826e {
  background-repeat: no-repeat;
background-size: contain;
min-height: 400px;
background-position: center center;
}
@media (min-width: 992px) and (max-width: 1199px){#s-644baef8-3cfc-4c03-bf2f-4d675f24826e {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-644baef8-3cfc-4c03-bf2f-4d675f24826e {
  display: none;
}
#s-644baef8-3cfc-4c03-bf2f-4d675f24826e, #wrap-s-644baef8-3cfc-4c03-bf2f-4d675f24826e { display:none !important; }}@media (max-width: 767px){#s-644baef8-3cfc-4c03-bf2f-4d675f24826e {
  display: none;
}
#s-644baef8-3cfc-4c03-bf2f-4d675f24826e, #wrap-s-644baef8-3cfc-4c03-bf2f-4d675f24826e { display:none !important; }}







#s-644baef8-3cfc-4c03-bf2f-4d675f24826e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-644baef8-3cfc-4c03-bf2f-4d675f24826e {
  cursor: pointer;
}#s-644baef8-3cfc-4c03-bf2f-4d675f24826e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e723fe22-9470-443b-a0d4-ac9dac5e607e"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e723fe22-9470-443b-a0d4-ac9dac5e607e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e723fe22-9470-443b-a0d4-ac9dac5e607e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e723fe22-9470-443b-a0d4-ac9dac5e607e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-29495c55-6faa-4278-a58c-8400479885e4 {
  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: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-29495c55-6faa-4278-a58c-8400479885e4:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-29495c55-6faa-4278-a58c-8400479885e4:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-29495c55-6faa-4278-a58c-8400479885e4-root {
    text-align: center;
  }


#s-29495c55-6faa-4278-a58c-8400479885e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-29495c55-6faa-4278-a58c-8400479885e4-root {
    text-align: center;
  }


#s-29495c55-6faa-4278-a58c-8400479885e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-29495c55-6faa-4278-a58c-8400479885e4-root {
    text-align: center;
  }


#s-29495c55-6faa-4278-a58c-8400479885e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-29495c55-6faa-4278-a58c-8400479885e4-root {
    text-align: center;
  }


#s-29495c55-6faa-4278-a58c-8400479885e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-29495c55-6faa-4278-a58c-8400479885e4-root {
    text-align: center;
  }


#s-29495c55-6faa-4278-a58c-8400479885e4.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-c26060ec-a217-465b-9006-42e43c9b03c3 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 300px;
background-position: center center;
}
@media (min-width: 1200px){#s-c26060ec-a217-465b-9006-42e43c9b03c3 {
  display: none;
}
#s-c26060ec-a217-465b-9006-42e43c9b03c3, #wrap-s-c26060ec-a217-465b-9006-42e43c9b03c3 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c26060ec-a217-465b-9006-42e43c9b03c3 {
  display: none;
}
#s-c26060ec-a217-465b-9006-42e43c9b03c3, #wrap-s-c26060ec-a217-465b-9006-42e43c9b03c3 { display:none !important; }}@media (max-width: 767px){#s-c26060ec-a217-465b-9006-42e43c9b03c3 {
  display: none;
}
#s-c26060ec-a217-465b-9006-42e43c9b03c3, #wrap-s-c26060ec-a217-465b-9006-42e43c9b03c3 { display:none !important; }}







#s-c26060ec-a217-465b-9006-42e43c9b03c3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c26060ec-a217-465b-9006-42e43c9b03c3 {
  cursor: pointer;
}#s-c26060ec-a217-465b-9006-42e43c9b03c3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-28eab768-4c41-4865-ba07-e9cb61b5a126"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-28eab768-4c41-4865-ba07-e9cb61b5a126"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-28eab768-4c41-4865-ba07-e9cb61b5a126"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-28eab768-4c41-4865-ba07-e9cb61b5a126"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5de69327-c513-435f-8d47-4720f780d63a {
  margin-top: 10px;
margin-bottom: 10px;
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: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-5de69327-c513-435f-8d47-4720f780d63a:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5de69327-c513-435f-8d47-4720f780d63a:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5de69327-c513-435f-8d47-4720f780d63a-root {
    text-align: center;
  }


#s-5de69327-c513-435f-8d47-4720f780d63a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5de69327-c513-435f-8d47-4720f780d63a-root {
    text-align: center;
  }


#s-5de69327-c513-435f-8d47-4720f780d63a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5de69327-c513-435f-8d47-4720f780d63a-root {
    text-align: center;
  }


#s-5de69327-c513-435f-8d47-4720f780d63a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5de69327-c513-435f-8d47-4720f780d63a-root {
    text-align: center;
  }


#s-5de69327-c513-435f-8d47-4720f780d63a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5de69327-c513-435f-8d47-4720f780d63a-root {
    text-align: center;
  }


#s-5de69327-c513-435f-8d47-4720f780d63a.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-7eb0e89a-b3bd-4b5f-905c-f8603a548c79 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 200px;
background-position: center center;
}
@media (min-width: 1200px){#s-7eb0e89a-b3bd-4b5f-905c-f8603a548c79 {
  display: none;
}
#s-7eb0e89a-b3bd-4b5f-905c-f8603a548c79, #wrap-s-7eb0e89a-b3bd-4b5f-905c-f8603a548c79 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7eb0e89a-b3bd-4b5f-905c-f8603a548c79 {
  display: none;
}
#s-7eb0e89a-b3bd-4b5f-905c-f8603a548c79, #wrap-s-7eb0e89a-b3bd-4b5f-905c-f8603a548c79 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7eb0e89a-b3bd-4b5f-905c-f8603a548c79 {
  display: none;
}
#s-7eb0e89a-b3bd-4b5f-905c-f8603a548c79, #wrap-s-7eb0e89a-b3bd-4b5f-905c-f8603a548c79 { display:none !important; }}







#s-7eb0e89a-b3bd-4b5f-905c-f8603a548c79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7eb0e89a-b3bd-4b5f-905c-f8603a548c79 {
  cursor: pointer;
}#s-7eb0e89a-b3bd-4b5f-905c-f8603a548c79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-55a16a03-ba7a-48e9-8d37-c4c0a9b7b869"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-55a16a03-ba7a-48e9-8d37-c4c0a9b7b869"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-55a16a03-ba7a-48e9-8d37-c4c0a9b7b869"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-55a16a03-ba7a-48e9-8d37-c4c0a9b7b869"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-52900959-7c53-4acc-8f2a-05a9864c53e6 {
  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: #000;
border-style: solid;
border-radius: 10px;
background-color: rgba(255, 255, 255, 1);
text-align: center;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-52900959-7c53-4acc-8f2a-05a9864c53e6:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-52900959-7c53-4acc-8f2a-05a9864c53e6:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-52900959-7c53-4acc-8f2a-05a9864c53e6-root {
    text-align: center;
  }


#s-52900959-7c53-4acc-8f2a-05a9864c53e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-52900959-7c53-4acc-8f2a-05a9864c53e6-root {
    text-align: center;
  }


#s-52900959-7c53-4acc-8f2a-05a9864c53e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-52900959-7c53-4acc-8f2a-05a9864c53e6-root {
    text-align: center;
  }


#s-52900959-7c53-4acc-8f2a-05a9864c53e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-52900959-7c53-4acc-8f2a-05a9864c53e6-root {
    text-align: center;
  }


#s-52900959-7c53-4acc-8f2a-05a9864c53e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-52900959-7c53-4acc-8f2a-05a9864c53e6-root {
    text-align: center;
  }


#s-52900959-7c53-4acc-8f2a-05a9864c53e6.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 10px;
  font-weight: 600;
  
  font-family: Montserrat;
  display:  inline-block ;
}
}
#s-4324c9d7-0d24-4e16-815d-e52d52d36d77 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4324c9d7-0d24-4e16-815d-e52d52d36d77 .shogun-heading-component h1 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 32px;
  
  
  
}


#s-4324c9d7-0d24-4e16-815d-e52d52d36d77 .shogun-heading-component h1 a {
  color: #000;
}


#s-0b66e7c6-af55-445b-a158-96d2d2a051c8 hr {
  border-top: 2px solid #ddd;
}

#s-d683217c-e370-42ba-9dc4-bd7d77b13164 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-d683217c-e370-42ba-9dc4-bd7d77b13164"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d683217c-e370-42ba-9dc4-bd7d77b13164"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d683217c-e370-42ba-9dc4-bd7d77b13164"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d683217c-e370-42ba-9dc4-bd7d77b13164"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

.shg-align-container {
  box-sizing: border-box;
}

.shg-image-content-wrapper {
  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 {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

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

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

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

.shg-imageV2-content {
  text-align: initial;
}

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

.shogun-image.hover {
  opacity: 0;
  z-index: 200;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.shogun-image.hover ~ * {
  z-index: 1;
}

.shogun-image.hover:hover {
  opacity: 1;
}

#s-2622a81d-54a0-40ad-9078-99ed78bfa9a1 {
  text-align: center;
}







  img.s-2622a81d-54a0-40ad-9078-99ed78bfa9a1.shogun-image {
    
    
  }


.s-2622a81d-54a0-40ad-9078-99ed78bfa9a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2622a81d-54a0-40ad-9078-99ed78bfa9a1.shg-align-container {
  text-align: center
}

.s-2622a81d-54a0-40ad-9078-99ed78bfa9a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2622a81d-54a0-40ad-9078-99ed78bfa9a1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-2622a81d-54a0-40ad-9078-99ed78bfa9a1.shogun-image {
    
    
  }


.s-2622a81d-54a0-40ad-9078-99ed78bfa9a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2622a81d-54a0-40ad-9078-99ed78bfa9a1.shg-align-container {
  text-align: center
}

.s-2622a81d-54a0-40ad-9078-99ed78bfa9a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2622a81d-54a0-40ad-9078-99ed78bfa9a1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-2622a81d-54a0-40ad-9078-99ed78bfa9a1.shogun-image {
    
    
  }


.s-2622a81d-54a0-40ad-9078-99ed78bfa9a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2622a81d-54a0-40ad-9078-99ed78bfa9a1.shg-align-container {
  text-align: center
}

.s-2622a81d-54a0-40ad-9078-99ed78bfa9a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2622a81d-54a0-40ad-9078-99ed78bfa9a1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-2622a81d-54a0-40ad-9078-99ed78bfa9a1.shogun-image {
    
    
  }


.s-2622a81d-54a0-40ad-9078-99ed78bfa9a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2622a81d-54a0-40ad-9078-99ed78bfa9a1.shg-align-container {
  text-align: center
}

.s-2622a81d-54a0-40ad-9078-99ed78bfa9a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2622a81d-54a0-40ad-9078-99ed78bfa9a1.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-2622a81d-54a0-40ad-9078-99ed78bfa9a1.shogun-image {
    
    
  }


.s-2622a81d-54a0-40ad-9078-99ed78bfa9a1 .shogun-image-content {
  
    align-items: center;
  
}

.s-2622a81d-54a0-40ad-9078-99ed78bfa9a1.shg-align-container {
  text-align: center
}

.s-2622a81d-54a0-40ad-9078-99ed78bfa9a1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-2622a81d-54a0-40ad-9078-99ed78bfa9a1.shogun-image {
  box-sizing: border-box;
}


}
#s-3aa52246-9244-458f-85a3-692964f50493 {
  text-align: center;
}







  img.s-3aa52246-9244-458f-85a3-692964f50493.shogun-image {
    
    
  }


.s-3aa52246-9244-458f-85a3-692964f50493 .shogun-image-content {
  
    align-items: center;
  
}

.s-3aa52246-9244-458f-85a3-692964f50493.shg-align-container {
  text-align: center
}

.s-3aa52246-9244-458f-85a3-692964f50493.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa52246-9244-458f-85a3-692964f50493.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-3aa52246-9244-458f-85a3-692964f50493.shogun-image {
    
    
  }


.s-3aa52246-9244-458f-85a3-692964f50493 .shogun-image-content {
  
    align-items: center;
  
}

.s-3aa52246-9244-458f-85a3-692964f50493.shg-align-container {
  text-align: center
}

.s-3aa52246-9244-458f-85a3-692964f50493.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa52246-9244-458f-85a3-692964f50493.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-3aa52246-9244-458f-85a3-692964f50493.shogun-image {
    
    
  }


.s-3aa52246-9244-458f-85a3-692964f50493 .shogun-image-content {
  
    align-items: center;
  
}

.s-3aa52246-9244-458f-85a3-692964f50493.shg-align-container {
  text-align: center
}

.s-3aa52246-9244-458f-85a3-692964f50493.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa52246-9244-458f-85a3-692964f50493.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-3aa52246-9244-458f-85a3-692964f50493.shogun-image {
    
    
  }


.s-3aa52246-9244-458f-85a3-692964f50493 .shogun-image-content {
  
    align-items: center;
  
}

.s-3aa52246-9244-458f-85a3-692964f50493.shg-align-container {
  text-align: center
}

.s-3aa52246-9244-458f-85a3-692964f50493.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa52246-9244-458f-85a3-692964f50493.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-3aa52246-9244-458f-85a3-692964f50493.shogun-image {
    
    
  }


.s-3aa52246-9244-458f-85a3-692964f50493 .shogun-image-content {
  
    align-items: center;
  
}

.s-3aa52246-9244-458f-85a3-692964f50493.shg-align-container {
  text-align: center
}

.s-3aa52246-9244-458f-85a3-692964f50493.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-3aa52246-9244-458f-85a3-692964f50493.shogun-image {
  box-sizing: border-box;
}


}
#s-ee47b47f-1f92-4ad7-93c4-0f7506f6484d {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-ee47b47f-1f92-4ad7-93c4-0f7506f6484d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ee47b47f-1f92-4ad7-93c4-0f7506f6484d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-ee47b47f-1f92-4ad7-93c4-0f7506f6484d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-ee47b47f-1f92-4ad7-93c4-0f7506f6484d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-bf1564be-63ba-474d-b342-99161ccf62b1 {
  text-align: center;
}







  img.s-bf1564be-63ba-474d-b342-99161ccf62b1.shogun-image {
    
    
  }


.s-bf1564be-63ba-474d-b342-99161ccf62b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf1564be-63ba-474d-b342-99161ccf62b1.shg-align-container {
  text-align: center
}

.s-bf1564be-63ba-474d-b342-99161ccf62b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf1564be-63ba-474d-b342-99161ccf62b1.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-bf1564be-63ba-474d-b342-99161ccf62b1.shogun-image {
    
    
  }


.s-bf1564be-63ba-474d-b342-99161ccf62b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf1564be-63ba-474d-b342-99161ccf62b1.shg-align-container {
  text-align: center
}

.s-bf1564be-63ba-474d-b342-99161ccf62b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf1564be-63ba-474d-b342-99161ccf62b1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-bf1564be-63ba-474d-b342-99161ccf62b1.shogun-image {
    
    
  }


.s-bf1564be-63ba-474d-b342-99161ccf62b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf1564be-63ba-474d-b342-99161ccf62b1.shg-align-container {
  text-align: center
}

.s-bf1564be-63ba-474d-b342-99161ccf62b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf1564be-63ba-474d-b342-99161ccf62b1.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-bf1564be-63ba-474d-b342-99161ccf62b1.shogun-image {
    
    
  }


.s-bf1564be-63ba-474d-b342-99161ccf62b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf1564be-63ba-474d-b342-99161ccf62b1.shg-align-container {
  text-align: center
}

.s-bf1564be-63ba-474d-b342-99161ccf62b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf1564be-63ba-474d-b342-99161ccf62b1.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-bf1564be-63ba-474d-b342-99161ccf62b1.shogun-image {
    
    
  }


.s-bf1564be-63ba-474d-b342-99161ccf62b1 .shogun-image-content {
  
    align-items: center;
  
}

.s-bf1564be-63ba-474d-b342-99161ccf62b1.shg-align-container {
  text-align: center
}

.s-bf1564be-63ba-474d-b342-99161ccf62b1.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-bf1564be-63ba-474d-b342-99161ccf62b1.shogun-image {
  box-sizing: border-box;
}


}
#s-105b22f3-e1dc-4873-a77a-ed680ed28ad5 {
  text-align: center;
}







  img.s-105b22f3-e1dc-4873-a77a-ed680ed28ad5.shogun-image {
    
    
  }


.s-105b22f3-e1dc-4873-a77a-ed680ed28ad5 .shogun-image-content {
  
    align-items: center;
  
}

.s-105b22f3-e1dc-4873-a77a-ed680ed28ad5.shg-align-container {
  text-align: center
}

.s-105b22f3-e1dc-4873-a77a-ed680ed28ad5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-105b22f3-e1dc-4873-a77a-ed680ed28ad5.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-105b22f3-e1dc-4873-a77a-ed680ed28ad5.shogun-image {
    
    
  }


.s-105b22f3-e1dc-4873-a77a-ed680ed28ad5 .shogun-image-content {
  
    align-items: center;
  
}

.s-105b22f3-e1dc-4873-a77a-ed680ed28ad5.shg-align-container {
  text-align: center
}

.s-105b22f3-e1dc-4873-a77a-ed680ed28ad5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-105b22f3-e1dc-4873-a77a-ed680ed28ad5.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 992px) and (max-width: 1199px){





  img.s-105b22f3-e1dc-4873-a77a-ed680ed28ad5.shogun-image {
    
    
  }


.s-105b22f3-e1dc-4873-a77a-ed680ed28ad5 .shogun-image-content {
  
    align-items: center;
  
}

.s-105b22f3-e1dc-4873-a77a-ed680ed28ad5.shg-align-container {
  text-align: center
}

.s-105b22f3-e1dc-4873-a77a-ed680ed28ad5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-105b22f3-e1dc-4873-a77a-ed680ed28ad5.shogun-image {
  box-sizing: border-box;
}


}@media (min-width: 768px) and (max-width: 991px){





  img.s-105b22f3-e1dc-4873-a77a-ed680ed28ad5.shogun-image {
    
    
  }


.s-105b22f3-e1dc-4873-a77a-ed680ed28ad5 .shogun-image-content {
  
    align-items: center;
  
}

.s-105b22f3-e1dc-4873-a77a-ed680ed28ad5.shg-align-container {
  text-align: center
}

.s-105b22f3-e1dc-4873-a77a-ed680ed28ad5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-105b22f3-e1dc-4873-a77a-ed680ed28ad5.shogun-image {
  box-sizing: border-box;
}


}@media (max-width: 767px){





  img.s-105b22f3-e1dc-4873-a77a-ed680ed28ad5.shogun-image {
    
    
  }


.s-105b22f3-e1dc-4873-a77a-ed680ed28ad5 .shogun-image-content {
  
    align-items: center;
  
}

.s-105b22f3-e1dc-4873-a77a-ed680ed28ad5.shg-align-container {
  text-align: center
}

.s-105b22f3-e1dc-4873-a77a-ed680ed28ad5.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-105b22f3-e1dc-4873-a77a-ed680ed28ad5.shogun-image {
  box-sizing: border-box;
}


}
#s-4492f0d4-3315-4521-a1b5-5bcaa6167f11 hr {
  border-top: 2px solid #ddd;
}

.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;
  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-554a34ba-5e51-4767-bd78-621ebf1f2a81 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-554a34ba-5e51-4767-bd78-621ebf1f2a81 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-554a34ba-5e51-4767-bd78-621ebf1f2a81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-554a34ba-5e51-4767-bd78-621ebf1f2a81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(0, 0, 0, 1);
}

#s-554a34ba-5e51-4767-bd78-621ebf1f2a81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-554a34ba-5e51-4767-bd78-621ebf1f2a81 > .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: Montserrat;
  font-weight: 600;
  font-style: ;
  font-size: 16px;
}

#s-554a34ba-5e51-4767-bd78-621ebf1f2a81 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ba191976-5a0d-4d8d-a77a-fa53a9735a2d {
  background-size: contain;
margin-top: 5px;
margin-bottom: 5px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 15px;
min-height: 50px;
background-position: 200px center;
background-color: rgba(194, 194, 194, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ba191976-5a0d-4d8d-a77a-fa53a9735a2d {
  display: none;
}
#s-ba191976-5a0d-4d8d-a77a-fa53a9735a2d, #wrap-s-ba191976-5a0d-4d8d-a77a-fa53a9735a2d { display:none !important; }}@media (max-width: 767px){#s-ba191976-5a0d-4d8d-a77a-fa53a9735a2d {
  display: none;
}
#s-ba191976-5a0d-4d8d-a77a-fa53a9735a2d, #wrap-s-ba191976-5a0d-4d8d-a77a-fa53a9735a2d { display:none !important; }}







#s-ba191976-5a0d-4d8d-a77a-fa53a9735a2d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-ba191976-5a0d-4d8d-a77a-fa53a9735a2d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00647a2f-766f-44b8-bb6f-418bc950cb76 {
  background-repeat: no-repeat;
background-size: contain;
min-height: 50px;
background-position: 210px center;
}








#s-00647a2f-766f-44b8-bb6f-418bc950cb76 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00647a2f-766f-44b8-bb6f-418bc950cb76.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8908d526-fbfc-4d49-8954-70fba06befdf {
  margin-top: 40px;
margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-8908d526-fbfc-4d49-8954-70fba06befdf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8908d526-fbfc-4d49-8954-70fba06befdf"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-8908d526-fbfc-4d49-8954-70fba06befdf"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-8908d526-fbfc-4d49-8954-70fba06befdf"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d2f49200-7894-4009-9c8d-33ab7a8a1f5a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-d2f49200-7894-4009-9c8d-33ab7a8a1f5a .shogun-heading-component h1 {
  color: #000;
  font-weight:  800 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  
}


#s-d2f49200-7894-4009-9c8d-33ab7a8a1f5a .shogun-heading-component h1 a {
  color: #000;
}


/*
  $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;
  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-lazyload-bg-image {
  display: none;
}

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

/* User Content Animations --> */
[data-animations*="enterviewport"][data-animations*="fadeIn"],
[data-animations*="enterviewport"][data-animations*="zoomIn"] {
  opacity: 0;
}
/* <-- User Content Animations */

.shogun-form-error-msg, .shogun-form-field-error-msg {
  display: flex;
  align-items: center;
  color: #dc143c;
}

.shogun-badge {
  margin-bottom: 50px;
}

.shogun-badge-container {
  position: fixed;
  right: 0;
  bottom: 0;
  margin-bottom: -10px;
}

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{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:#000;background-color:rgba(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;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:focus,.shg-lightbox .shg-lightbox-close:hover{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 .3s}.shogun-lazyload-bg-image{display:none}.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}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}