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

@media (max-width: 767px){#s-e5e0b92f-bf8b-4e08-b3aa-e34c6c0ccc98 {
  padding-left: 3%;
padding-right: 3%;
}
}
.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-dac8c6da-5ad8-4e32-aad2-6106d8b3cd47 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 20px;
padding-bottom: 20px;
background-position: center center;
background-attachment: scroll;
}
@media (max-width: 767px){#s-dac8c6da-5ad8-4e32-aad2-6106d8b3cd47 {
  display: none;
}
#s-dac8c6da-5ad8-4e32-aad2-6106d8b3cd47, #wrap-s-dac8c6da-5ad8-4e32-aad2-6106d8b3cd47 { display: none !important; }}
#s-dac8c6da-5ad8-4e32-aad2-6106d8b3cd47 {
  background-image: url(https://i.shgcdn.com/864289a1-7ba1-44dd-b0c1-76d20c16446a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-dac8c6da-5ad8-4e32-aad2-6106d8b3cd47 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.5;
}#s-dac8c6da-5ad8-4e32-aad2-6106d8b3cd47.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d6c0ba9-c73c-4afe-bc17-d646c1117e4d {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-0d6c0ba9-c73c-4afe-bc17-d646c1117e4d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d6c0ba9-c73c-4afe-bc17-d646c1117e4d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de88f282-38e6-4410-8c97-2414ef52c44d {
  margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}








#s-de88f282-38e6-4410-8c97-2414ef52c44d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-de88f282-38e6-4410-8c97-2414ef52c44d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

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

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

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

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

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

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

#s-f0681ce5-3be3-4424-b574-e175696bcb38 {
  margin-top: -45px;
}


  #s-f0681ce5-3be3-4424-b574-e175696bcb38 .shogun-tabs > li > .shogun-tab-box {
    background: rgba(233, 234, 236, 1);
    border: 1px solid rgba(221, 221, 221, 0);
  }
  #s-f0681ce5-3be3-4424-b574-e175696bcb38 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(233, 234, 236, 1);
  }
#s-f0681ce5-3be3-4424-b574-e175696bcb38 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(85, 85, 85, 1);
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: 15px;
}

#s-f0681ce5-3be3-4424-b574-e175696bcb38 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: #555;
}

#s-f0681ce5-3be3-4424-b574-e175696bcb38 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 255, 255, 1);
}

#s-f0681ce5-3be3-4424-b574-e175696bcb38 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(233, 234, 236, 1);
}

#s-3c901257-a238-487e-a549-fe2ddb821bc9 {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (max-width: 767px){#s-3c901257-a238-487e-a549-fe2ddb821bc9 {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-3c901257-a238-487e-a549-fe2ddb821bc9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c901257-a238-487e-a549-fe2ddb821bc9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: ;
  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-48c7b589-257b-4e6b-a26d-bf575d920a41 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-48c7b589-257b-4e6b-a26d-bf575d920a41 .shogun-heading-component h2 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-5453fb07-4f58-4bdc-aab3-4ad9c32816fc {
  margin-top: 14px;
margin-bottom: 9px;
}

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

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

#s-ec9e6471-3f2f-45bb-928a-7992c91c09d5 {
  margin-top: 0px;
margin-left: 45%;
margin-right: 45%;
}

#s-ec9e6471-3f2f-45bb-928a-7992c91c09d5 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

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

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

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

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

#s-a5fb5429-5a18-418e-b5c5-b7d438c517b0 {
  margin-top: auto;
margin-left: 5%;
margin-bottom: auto;
margin-right: 5%;
}

#s-596dae79-e97d-4813-9d62-82dca4b1df56 {
  margin-top: 20px;
margin-bottom: 20px;
}
@media (min-width: 1200px){#s-596dae79-e97d-4813-9d62-82dca4b1df56 {
  display: none;
}
#s-596dae79-e97d-4813-9d62-82dca4b1df56, #wrap-s-596dae79-e97d-4813-9d62-82dca4b1df56 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-596dae79-e97d-4813-9d62-82dca4b1df56 {
  display: none;
}
#s-596dae79-e97d-4813-9d62-82dca4b1df56, #wrap-s-596dae79-e97d-4813-9d62-82dca4b1df56 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-596dae79-e97d-4813-9d62-82dca4b1df56 {
  display: none;
}
#s-596dae79-e97d-4813-9d62-82dca4b1df56, #wrap-s-596dae79-e97d-4813-9d62-82dca4b1df56 { display: none !important; }}@media (max-width: 767px){#s-596dae79-e97d-4813-9d62-82dca4b1df56 {
  display: none;
}
#s-596dae79-e97d-4813-9d62-82dca4b1df56, #wrap-s-596dae79-e97d-4813-9d62-82dca4b1df56 { display: none !important; }}
#s-596dae79-e97d-4813-9d62-82dca4b1df56 hr {
  border-top: 1px solid rgba(233, 234, 236, 1);
}

#s-22e3215d-5f7e-4dda-85c5-a6524b1c0138 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-22e3215d-5f7e-4dda-85c5-a6524b1c0138 {
  display: none;
}
#s-22e3215d-5f7e-4dda-85c5-a6524b1c0138, #wrap-s-22e3215d-5f7e-4dda-85c5-a6524b1c0138 { display: none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-22e3215d-5f7e-4dda-85c5-a6524b1c0138 {
  display: none;
}
#s-22e3215d-5f7e-4dda-85c5-a6524b1c0138, #wrap-s-22e3215d-5f7e-4dda-85c5-a6524b1c0138 { display: none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-22e3215d-5f7e-4dda-85c5-a6524b1c0138 {
  display: none;
}
#s-22e3215d-5f7e-4dda-85c5-a6524b1c0138, #wrap-s-22e3215d-5f7e-4dda-85c5-a6524b1c0138 { display: none !important; }}@media (max-width: 767px){#s-22e3215d-5f7e-4dda-85c5-a6524b1c0138 {
  display: none;
}
#s-22e3215d-5f7e-4dda-85c5-a6524b1c0138, #wrap-s-22e3215d-5f7e-4dda-85c5-a6524b1c0138 { display: none !important; }}







#s-22e3215d-5f7e-4dda-85c5-a6524b1c0138 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22e3215d-5f7e-4dda-85c5-a6524b1c0138.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4dbf4077-6c00-481e-b49d-201c38a8bc0a {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4dbf4077-6c00-481e-b49d-201c38a8bc0a .shogun-heading-component h2 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



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

@media (min-width: 0px) {
[id="s-4174cf7b-6b40-40d4-a27b-0a495c220969"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4174cf7b-6b40-40d4-a27b-0a495c220969"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4174cf7b-6b40-40d4-a27b-0a495c220969"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-4174cf7b-6b40-40d4-a27b-0a495c220969"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4174cf7b-6b40-40d4-a27b-0a495c220969"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-4174cf7b-6b40-40d4-a27b-0a495c220969"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-4174cf7b-6b40-40d4-a27b-0a495c220969"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

.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-a82f053c-a55b-4124-8510-8122d6df8672 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-a82f053c-a55b-4124-8510-8122d6df8672 {
  display: none;
}
#s-a82f053c-a55b-4124-8510-8122d6df8672, #wrap-s-a82f053c-a55b-4124-8510-8122d6df8672 { display: none !important; }}@media (max-width: 767px){#s-a82f053c-a55b-4124-8510-8122d6df8672 {
  display: none;
}
#s-a82f053c-a55b-4124-8510-8122d6df8672, #wrap-s-a82f053c-a55b-4124-8510-8122d6df8672 { display: none !important; }}






  #s-a82f053c-a55b-4124-8510-8122d6df8672 img.shogun-image {
    

    
    
    
  }


#s-a82f053c-a55b-4124-8510-8122d6df8672 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-f0b58454-c10c-4d6e-80b4-7668496b10b9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f0b58454-c10c-4d6e-80b4-7668496b10b9"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0b58454-c10c-4d6e-80b4-7668496b10b9"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f0b58454-c10c-4d6e-80b4-7668496b10b9"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0b58454-c10c-4d6e-80b4-7668496b10b9"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f0b58454-c10c-4d6e-80b4-7668496b10b9"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f0b58454-c10c-4d6e-80b4-7668496b10b9"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-67b81378-b415-4e3c-8c19-b324444d8fe8 .shogun-icon-wrapper {
  text-align: center;
}


#s-67b81378-b415-4e3c-8c19-b324444d8fe8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

@media (min-width: 0px) {
[id="s-42c4009f-d943-4a14-bd85-1648e3118bfd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-42c4009f-d943-4a14-bd85-1648e3118bfd"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-42c4009f-d943-4a14-bd85-1648e3118bfd"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-42c4009f-d943-4a14-bd85-1648e3118bfd"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-42c4009f-d943-4a14-bd85-1648e3118bfd"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-42c4009f-d943-4a14-bd85-1648e3118bfd"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-42c4009f-d943-4a14-bd85-1648e3118bfd"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-276fc099-a9ba-48d3-a847-fc71961bc94c .shogun-icon-wrapper {
  text-align: center;
}


#s-276fc099-a9ba-48d3-a847-fc71961bc94c .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

@media (min-width: 0px) {
[id="s-48fcdf70-adc3-46b1-aa34-426587b7199c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-48fcdf70-adc3-46b1-aa34-426587b7199c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48fcdf70-adc3-46b1-aa34-426587b7199c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-48fcdf70-adc3-46b1-aa34-426587b7199c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48fcdf70-adc3-46b1-aa34-426587b7199c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-48fcdf70-adc3-46b1-aa34-426587b7199c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-48fcdf70-adc3-46b1-aa34-426587b7199c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-a532d309-05b7-4a99-931d-29be5f99ec55 .shogun-icon-wrapper {
  text-align: center;
}


#s-a532d309-05b7-4a99-931d-29be5f99ec55 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

@media (min-width: 0px) {
[id="s-1a4d82db-f6a1-40df-bb47-3ff499f67233"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1a4d82db-f6a1-40df-bb47-3ff499f67233"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1a4d82db-f6a1-40df-bb47-3ff499f67233"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1a4d82db-f6a1-40df-bb47-3ff499f67233"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1a4d82db-f6a1-40df-bb47-3ff499f67233"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1a4d82db-f6a1-40df-bb47-3ff499f67233"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1a4d82db-f6a1-40df-bb47-3ff499f67233"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-c5a99a34-24a1-4143-8018-aa1cb89ec69c .shogun-icon-wrapper {
  text-align: center;
}


#s-c5a99a34-24a1-4143-8018-aa1cb89ec69c .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

#s-7c84401a-c42d-4dd7-9b18-5e432c958feb hr {
  border-top: 1px solid #ddd;
}

#s-613325b0-734f-4461-842a-a5560fe5d104 {
  margin-left: 5%;
margin-right: 5%;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-613325b0-734f-4461-842a-a5560fe5d104 .shogun-heading-component h2 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-12ad68a8-5ab9-4d99-892f-74d53acad4c9 {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (max-width: 767px){#s-12ad68a8-5ab9-4d99-892f-74d53acad4c9 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-12ad68a8-5ab9-4d99-892f-74d53acad4c9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12ad68a8-5ab9-4d99-892f-74d53acad4c9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-37ba9652-184d-4e37-9d7d-45c26e066012 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-37ba9652-184d-4e37-9d7d-45c26e066012 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-a5b1ecde-0e37-4bf6-b5ae-cd0754cf5469 {
  margin-top: -30px;
margin-left: 45%;
margin-right: 45%;
}

#s-a5b1ecde-0e37-4bf6-b5ae-cd0754cf5469 hr {
  border-top: 7px solid rgba(238, 238, 238, 1);
}

#s-fcb9d317-fdb0-45fd-8f09-6e6fe4bbb680 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-fcb9d317-fdb0-45fd-8f09-6e6fe4bbb680"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fcb9d317-fdb0-45fd-8f09-6e6fe4bbb680"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-fcb9d317-fdb0-45fd-8f09-6e6fe4bbb680"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-fcb9d317-fdb0-45fd-8f09-6e6fe4bbb680"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-743fadd7-4830-466f-a8c2-65cbed36aa02 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-743fadd7-4830-466f-a8c2-65cbed36aa02 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-5f1a5aa1-bb95-47d4-a280-ca62354365c3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5f1a5aa1-bb95-47d4-a280-ca62354365c3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-b225a747-2faf-4ff1-97c3-5ef93845a723 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b225a747-2faf-4ff1-97c3-5ef93845a723 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-96dbbe76-5c2e-4704-802b-1bd7455f44f3 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-96dbbe76-5c2e-4704-802b-1bd7455f44f3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-96dbbe76-5c2e-4704-802b-1bd7455f44f3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-96dbbe76-5c2e-4704-802b-1bd7455f44f3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-96dbbe76-5c2e-4704-802b-1bd7455f44f3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-bc02599b-8115-43b2-ba0d-7daea87438c9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bc02599b-8115-43b2-ba0d-7daea87438c9 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-e7508ec9-afc4-4962-a86e-230496fb2680 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e7508ec9-afc4-4962-a86e-230496fb2680 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-b867f4b8-9076-493b-8e75-1ad79f839e6c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b867f4b8-9076-493b-8e75-1ad79f839e6c .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-d9099cc5-741f-497a-b59d-6c0c76388f33 {
  margin-bottom: 40px;
}

@media (min-width: 0px) {
[id="s-d9099cc5-741f-497a-b59d-6c0c76388f33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d9099cc5-741f-497a-b59d-6c0c76388f33"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-d9099cc5-741f-497a-b59d-6c0c76388f33"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-d9099cc5-741f-497a-b59d-6c0c76388f33"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-e358f5e9-3397-4c37-9b3b-50c3ae297579 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e358f5e9-3397-4c37-9b3b-50c3ae297579 .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-1bfa5013-2499-47b9-a39d-93174bd6ee7a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1bfa5013-2499-47b9-a39d-93174bd6ee7a .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-38955988-1710-4275-9035-1efa931b295a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-38955988-1710-4275-9035-1efa931b295a .shogun-heading-component h1 {
  color: #000;
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 19px;
  
  
  
}



#s-70dfe3bb-40a1-492e-b41c-ce3ce852522e {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (max-width: 767px){#s-70dfe3bb-40a1-492e-b41c-ce3ce852522e {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-70dfe3bb-40a1-492e-b41c-ce3ce852522e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-70dfe3bb-40a1-492e-b41c-ce3ce852522e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-65c96417-4e62-482f-b5a6-137f7f2963dd {
  margin-top: 20px;
margin-bottom: 30px;
}

.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-1fb055cd-1a8b-4f5b-80cd-a5f83d560fbb {
  margin-bottom: 80px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(255, 207, 81, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
}
#s-1fb055cd-1a8b-4f5b-80cd-a5f83d560fbb:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-1fb055cd-1a8b-4f5b-80cd-a5f83d560fbb:active {background-color: #000000 !important;
text-decoration: none !important;
color: rgba(0, 0, 0, 1) !important;}

  #s-1fb055cd-1a8b-4f5b-80cd-a5f83d560fbb-root {
    text-align: left;
  }


#s-1fb055cd-1a8b-4f5b-80cd-a5f83d560fbb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-1fb055cd-1a8b-4f5b-80cd-a5f83d560fbb-root {
    text-align: left;
  }


#s-1fb055cd-1a8b-4f5b-80cd-a5f83d560fbb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-1fb055cd-1a8b-4f5b-80cd-a5f83d560fbb-root {
    text-align: left;
  }


#s-1fb055cd-1a8b-4f5b-80cd-a5f83d560fbb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-1fb055cd-1a8b-4f5b-80cd-a5f83d560fbb-root {
    text-align: left;
  }


#s-1fb055cd-1a8b-4f5b-80cd-a5f83d560fbb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-1fb055cd-1a8b-4f5b-80cd-a5f83d560fbb-root {
    text-align: left;
  }


#s-1fb055cd-1a8b-4f5b-80cd-a5f83d560fbb.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 17px;
  
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-7ddc077c-2977-4e8b-9d7d-0137b8dafdb3 {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}








#s-7ddc077c-2977-4e8b-9d7d-0137b8dafdb3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7ddc077c-2977-4e8b-9d7d-0137b8dafdb3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0880f993-b9a1-4e61-8f15-eaf7794c010b {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0880f993-b9a1-4e61-8f15-eaf7794c010b .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-9badfa79-360a-4d00-9630-3f09ef49dfc7 {
  margin-left: 45%;
margin-bottom: 15px;
margin-right: 45%;
}

#s-9badfa79-360a-4d00-9630-3f09ef49dfc7 hr {
  border-top: 7px solid rgba(238, 238, 238, 1);
}

#s-251d5884-82ac-42c6-b132-7822b7d2d464 {
  margin-bottom: 20px;
min-height: 50px;
}








#s-251d5884-82ac-42c6-b132-7822b7d2d464 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-251d5884-82ac-42c6-b132-7822b7d2d464.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-de5eeca2-97d6-4963-9cb9-aa2182ef2548 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-de5eeca2-97d6-4963-9cb9-aa2182ef2548 .shogun-heading-component h3 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



@media (min-width: 0px) {
[id="s-2a6c1dba-9850-41ca-a81d-017a0b585ec4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2a6c1dba-9850-41ca-a81d-017a0b585ec4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a6c1dba-9850-41ca-a81d-017a0b585ec4"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2a6c1dba-9850-41ca-a81d-017a0b585ec4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a6c1dba-9850-41ca-a81d-017a0b585ec4"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2a6c1dba-9850-41ca-a81d-017a0b585ec4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2a6c1dba-9850-41ca-a81d-017a0b585ec4"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

}

#s-14ea603f-ea81-4d01-8b08-aaf81da6cd0f {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-14ea603f-ea81-4d01-8b08-aaf81da6cd0f {
  display: none;
}
#s-14ea603f-ea81-4d01-8b08-aaf81da6cd0f, #wrap-s-14ea603f-ea81-4d01-8b08-aaf81da6cd0f { display: none !important; }}@media (max-width: 767px){#s-14ea603f-ea81-4d01-8b08-aaf81da6cd0f {
  display: none;
}
#s-14ea603f-ea81-4d01-8b08-aaf81da6cd0f, #wrap-s-14ea603f-ea81-4d01-8b08-aaf81da6cd0f { display: none !important; }}






  #s-14ea603f-ea81-4d01-8b08-aaf81da6cd0f img.shogun-image {
    

    
    
    
  }


#s-14ea603f-ea81-4d01-8b08-aaf81da6cd0f .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 0px) {
[id="s-0cc0706f-6387-422e-969f-c6c68b583df1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0cc0706f-6387-422e-969f-c6c68b583df1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0cc0706f-6387-422e-969f-c6c68b583df1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0cc0706f-6387-422e-969f-c6c68b583df1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0cc0706f-6387-422e-969f-c6c68b583df1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0cc0706f-6387-422e-969f-c6c68b583df1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-0cc0706f-6387-422e-969f-c6c68b583df1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-80315277-ba60-4564-a08d-d58e258954f6 .shogun-icon-wrapper {
  text-align: center;
}


#s-80315277-ba60-4564-a08d-d58e258954f6 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

@media (min-width: 0px) {
[id="s-3facb063-8817-474b-8d77-8123e4c4b99b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3facb063-8817-474b-8d77-8123e4c4b99b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3facb063-8817-474b-8d77-8123e4c4b99b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3facb063-8817-474b-8d77-8123e4c4b99b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3facb063-8817-474b-8d77-8123e4c4b99b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3facb063-8817-474b-8d77-8123e4c4b99b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-3facb063-8817-474b-8d77-8123e4c4b99b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-328fb760-e3a4-427b-86e7-6a133f410237 .shogun-icon-wrapper {
  text-align: center;
}


#s-328fb760-e3a4-427b-86e7-6a133f410237 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

@media (min-width: 0px) {
[id="s-7e42de10-d945-4efd-a504-39c068c13725"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e42de10-d945-4efd-a504-39c068c13725"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7e42de10-d945-4efd-a504-39c068c13725"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-7e42de10-d945-4efd-a504-39c068c13725"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7e42de10-d945-4efd-a504-39c068c13725"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e42de10-d945-4efd-a504-39c068c13725"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-7e42de10-d945-4efd-a504-39c068c13725"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-ab6a1b82-d0cf-4f78-a44b-c593d1f6f685 .shogun-icon-wrapper {
  text-align: center;
}


#s-ab6a1b82-d0cf-4f78-a44b-c593d1f6f685 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

@media (min-width: 0px) {
[id="s-70fda756-0012-4c3a-8677-cf6fb6e50b4a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-70fda756-0012-4c3a-8677-cf6fb6e50b4a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70fda756-0012-4c3a-8677-cf6fb6e50b4a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-70fda756-0012-4c3a-8677-cf6fb6e50b4a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70fda756-0012-4c3a-8677-cf6fb6e50b4a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-70fda756-0012-4c3a-8677-cf6fb6e50b4a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-70fda756-0012-4c3a-8677-cf6fb6e50b4a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

}

#s-cdd0854f-f8b1-4762-88ee-7373768be1d4 .shogun-icon-wrapper {
  text-align: center;
}


#s-cdd0854f-f8b1-4762-88ee-7373768be1d4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

#s-1f44af20-9279-440a-a290-a160f8b3644e hr {
  border-top: 1px solid #ddd;
}

#s-bfc5bef6-d6aa-4057-97c0-e76ab115bfba {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-bfc5bef6-d6aa-4057-97c0-e76ab115bfba"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bfc5bef6-d6aa-4057-97c0-e76ab115bfba"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-bfc5bef6-d6aa-4057-97c0-e76ab115bfba"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-bfc5bef6-d6aa-4057-97c0-e76ab115bfba"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-a541d9a1-7ba9-425e-9493-f4148b9fb4c8 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a541d9a1-7ba9-425e-9493-f4148b9fb4c8 .shogun-heading-component h3 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-548c15fb-8367-4406-8b78-c546142463cf {
  margin-left: 20px;
margin-right: 20px;
}

#s-3e883138-4922-43f8-8d5f-ab1cba908e22 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3e883138-4922-43f8-8d5f-ab1cba908e22 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c6035443-3d6c-4ccd-b8fd-f8779d73ef71 {
  margin-left: 20px;
margin-right: 20px;
}

#s-263e7b65-2e8f-4dac-b37d-f46424c2b62b {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-263e7b65-2e8f-4dac-b37d-f46424c2b62b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-263e7b65-2e8f-4dac-b37d-f46424c2b62b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-263e7b65-2e8f-4dac-b37d-f46424c2b62b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-263e7b65-2e8f-4dac-b37d-f46424c2b62b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d142f650-2c4e-4fe2-b897-c917ded41c9b {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d142f650-2c4e-4fe2-b897-c917ded41c9b .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-105ab753-9870-4df7-8c42-297d38ac5c00 {
  margin-left: 20px;
margin-right: 20px;
}

#s-875e83e0-160a-47c6-9171-3f36481e946d {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-875e83e0-160a-47c6-9171-3f36481e946d .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-90275499-245b-4338-bf9b-01b57650e23c {
  margin-left: 20px;
margin-right: 20px;
}

#s-26a81f90-8d6d-4556-b0d0-5f7fc97600f7 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-26a81f90-8d6d-4556-b0d0-5f7fc97600f7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26a81f90-8d6d-4556-b0d0-5f7fc97600f7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-26a81f90-8d6d-4556-b0d0-5f7fc97600f7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-26a81f90-8d6d-4556-b0d0-5f7fc97600f7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-67d512dd-c722-491a-bd3b-87a1f737c775 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-67d512dd-c722-491a-bd3b-87a1f737c775 .shogun-heading-component h3 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-503f0220-7ecf-4e33-8a29-d59c09eee587 {
  margin-left: 20px;
margin-right: 20px;
}

#s-beac204d-5006-4e4f-ac85-32294c76de12 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-beac204d-5006-4e4f-ac85-32294c76de12 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-5e735f84-423a-4968-bc21-1991b1d168ab {
  margin-left: 20px;
margin-right: 20px;
}

#s-0adfd18a-d169-455e-82c3-034055b62433 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-0adfd18a-d169-455e-82c3-034055b62433"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0adfd18a-d169-455e-82c3-034055b62433"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-0adfd18a-d169-455e-82c3-034055b62433"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-0adfd18a-d169-455e-82c3-034055b62433"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-6b973cb4-44f4-4293-8fd4-a1b6d19348fc {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-6b973cb4-44f4-4293-8fd4-a1b6d19348fc .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-21caebcc-b582-484b-88d0-b4bb999010cb {
  margin-left: 20px;
margin-right: 20px;
}

#s-273737b7-1ec2-4f2b-88fa-8bd3dfd33c35 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-273737b7-1ec2-4f2b-88fa-8bd3dfd33c35 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-1b7148b1-d049-475e-ad64-499bc5603b4b {
  margin-left: 20px;
margin-right: 20px;
}

#s-195ac413-8854-4d55-81cc-90f4f3825a96 {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-195ac413-8854-4d55-81cc-90f4f3825a96"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-195ac413-8854-4d55-81cc-90f4f3825a96"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-195ac413-8854-4d55-81cc-90f4f3825a96"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-195ac413-8854-4d55-81cc-90f4f3825a96"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-5ce7a2b7-782d-49f7-8872-5c9c23d5ca96 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-5ce7a2b7-782d-49f7-8872-5c9c23d5ca96 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-aad092e0-0673-431a-bef4-4c6765318d49 {
  margin-left: 20px;
margin-right: 20px;
}

#s-536eb8fb-5e0e-4315-96ae-4ab7406b8d01 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-536eb8fb-5e0e-4315-96ae-4ab7406b8d01 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-a21f337d-bced-4381-984f-2a8460b938fc {
  margin-left: 20px;
margin-right: 20px;
}

#s-fbe11900-b0dc-46ae-a743-f621701bec5d {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-fbe11900-b0dc-46ae-a743-f621701bec5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fbe11900-b0dc-46ae-a743-f621701bec5d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-fbe11900-b0dc-46ae-a743-f621701bec5d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-fbe11900-b0dc-46ae-a743-f621701bec5d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c74ba30b-4b90-4be9-92e1-e97cf6d0c4a1 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c74ba30b-4b90-4be9-92e1-e97cf6d0c4a1 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-dabad1e2-643a-4479-8732-6754abe602f4 {
  margin-left: 20px;
margin-right: 20px;
}

#s-94253193-5011-410d-984e-0c985597ea69 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-94253193-5011-410d-984e-0c985597ea69 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-f1d31b64-dc26-47ca-a99a-d0c3db6146bb {
  margin-left: 20px;
margin-right: 20px;
}

#s-5a12819f-3544-46e7-95c3-1b5e2467a3db {
  margin-bottom: 20px;
}

@media (min-width: 0px) {
[id="s-5a12819f-3544-46e7-95c3-1b5e2467a3db"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5a12819f-3544-46e7-95c3-1b5e2467a3db"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-5a12819f-3544-46e7-95c3-1b5e2467a3db"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-5a12819f-3544-46e7-95c3-1b5e2467a3db"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-d08a24ba-3693-48f8-ac01-b4b758949f50 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d08a24ba-3693-48f8-ac01-b4b758949f50 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-89a75a79-aacb-4fec-be2a-46ee35b18e16 {
  margin-left: 20px;
margin-right: 20px;
}

#s-e6ec24b8-f445-4170-9786-7ef21e81e487 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e6ec24b8-f445-4170-9786-7ef21e81e487 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-b1f76930-c79b-4da4-bb62-3bcf8168dc29 {
  margin-left: 20px;
margin-right: 20px;
}

#s-6605dc5b-b72a-482d-9c17-92e75331c268 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-6605dc5b-b72a-482d-9c17-92e75331c268 hr {
  border-top: 1px solid rgba(233, 234, 236, 1);
}

#s-56051d71-33d1-4038-90a6-80541dc773ae {
  margin-top: 0px;
margin-left: 80px;
margin-bottom: 0px;
margin-right: 80px;
min-height: 50px;
}








#s-56051d71-33d1-4038-90a6-80541dc773ae > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-56051d71-33d1-4038-90a6-80541dc773ae.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e9d8c326-9918-49af-912b-917e186037f1 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e9d8c326-9918-49af-912b-917e186037f1 .shogun-heading-component h2 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-a1aec494-5a8e-431a-a59b-81248b2d4c41 {
  text-align: center;
}


  #s-a1aec494-5a8e-431a-a59b-81248b2d4c41 .shogun-tabs > li > .shogun-tab-box {
    background: #fff;
    border: 1px solid rgba(221, 221, 221, 1);
  }
  #s-a1aec494-5a8e-431a-a59b-81248b2d4c41 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box  {
    background: rgba(255, 207, 81, 1);
    border: 1px solid rgba(221, 221, 221, 1);
  }
#s-a1aec494-5a8e-431a-a59b-81248b2d4c41 .shogun-tabs > li > .shogun-tab-box > .shogun-tab-title {
  color: rgba(133, 133, 133, 1);
  font-family: Roboto;
  font-weight: 500;
  font-style: ;
  font-size: 16px;
}

#s-a1aec494-5a8e-431a-a59b-81248b2d4c41 .shogun-tabs > li.shogun-tab-active > .shogun-tab-box > .shogun-tab-title {
  color: rgba(0, 0, 0, 1);
}

#s-a1aec494-5a8e-431a-a59b-81248b2d4c41 .shogun-tabs > li > .shogun-tab-border {
  width: calc(100% - 2 * 1px);
  left: 1px;
  bottom: -1px;
  height: 1px;
  background: rgba(255, 207, 81, 1);
}

#s-a1aec494-5a8e-431a-a59b-81248b2d4c41 .shogun-tabs-body {
  margin-top: -1px;
  border-top: 1px solid rgba(221, 221, 221, 1);
}

.shogun-table-wrapper {
  overflow: auto;
}

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

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

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

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

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

#s-928f13e3-c161-4968-88a3-569f02ffd1d4 {
  margin-bottom: 5px;
}

#s-928f13e3-c161-4968-88a3-569f02ffd1d4 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-928f13e3-c161-4968-88a3-569f02ffd1d4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-928f13e3-c161-4968-88a3-569f02ffd1d4 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-928f13e3-c161-4968-88a3-569f02ffd1d4 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-928f13e3-c161-4968-88a3-569f02ffd1d4 td.shogun-table-column, #s-928f13e3-c161-4968-88a3-569f02ffd1d4 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-bc94af79-08d1-41b5-bf79-7f6305cd6fc8 {
  margin-left: 0px;
margin-right: 0px;
}

#s-379e67e1-5a42-4a88-9858-356522e91db4 {
  margin-bottom: 30px;
}

#s-379e67e1-5a42-4a88-9858-356522e91db4 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-379e67e1-5a42-4a88-9858-356522e91db4 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-379e67e1-5a42-4a88-9858-356522e91db4 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-379e67e1-5a42-4a88-9858-356522e91db4 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-379e67e1-5a42-4a88-9858-356522e91db4 td.shogun-table-column, #s-379e67e1-5a42-4a88-9858-356522e91db4 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-9c69997b-acbe-4b80-ad89-ad1766da4646 {
  margin-left: 0px;
margin-right: 0px;
}

#s-7e51149d-4f81-41eb-9867-52f4ab466f90 {
  margin-bottom: 30px;
}

#s-7e51149d-4f81-41eb-9867-52f4ab466f90 .shogun-table-wrapper {
  overflow: auto;
  border: 1px solid #D5D6D7;
  border-radius: 0px;
}

#s-7e51149d-4f81-41eb-9867-52f4ab466f90 table.shogun-table {
  margin: 0;
  padding: 0;
}

#s-7e51149d-4f81-41eb-9867-52f4ab466f90 td.shogun-table-column {
  background-color: rgba(255, 255, 255, 1);
  padding: 10px;
  text-align: inherit;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  color: ;
  letter-spacing: ;
  line-height: ;
  font-style: ;
}

#s-7e51149d-4f81-41eb-9867-52f4ab466f90 td.shogun-table-row {
  background-color: #fff;
  padding: 5px;
}

#s-7e51149d-4f81-41eb-9867-52f4ab466f90 td.shogun-table-column, #s-7e51149d-4f81-41eb-9867-52f4ab466f90 td.shogun-table-row {
  border: 1px solid #D5D6D7;
}

#s-d06a619f-f7cd-4162-b25a-00832de0e3d7 {
  margin-left: 0px;
margin-right: 0px;
}

#s-f54cd393-ab02-4afd-b910-026ad42963b3 {
  margin-top: -40px;
margin-left: 5%;
margin-right: 5%;
min-height: 50px;
}








#s-f54cd393-ab02-4afd-b910-026ad42963b3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f54cd393-ab02-4afd-b910-026ad42963b3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-028aac93-fec6-46ec-addb-a8edcab92d4a {
  min-height: 50px;
}








#s-028aac93-fec6-46ec-addb-a8edcab92d4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-028aac93-fec6-46ec-addb-a8edcab92d4a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00ca9bfc-56d6-431d-81be-27dcbff8f853 {
  margin-top: 60px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-00ca9bfc-56d6-431d-81be-27dcbff8f853 .shogun-heading-component h3 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-bddb54f6-f127-481f-8c94-e89be380c19b {
  margin-top: 14px;
margin-bottom: 9px;
}

#s-339819d1-0826-46e7-a9fe-af450f94f74c {
  margin-top: -30px;
margin-left: 45%;
margin-right: 45%;
}

#s-339819d1-0826-46e7-a9fe-af450f94f74c hr {
  border-top: 7px solid rgba(238, 238, 238, 1);
}

@media (min-width: 0px) {
[id="s-6cd3da12-3bcf-4165-9a08-68479565ded7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6cd3da12-3bcf-4165-9a08-68479565ded7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6cd3da12-3bcf-4165-9a08-68479565ded7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6cd3da12-3bcf-4165-9a08-68479565ded7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6cd3da12-3bcf-4165-9a08-68479565ded7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6cd3da12-3bcf-4165-9a08-68479565ded7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6cd3da12-3bcf-4165-9a08-68479565ded7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-d05c7ef1-0cb8-41ea-95a1-0bb99054391b {
  max-width: 350px;
text-align: center;
}







  #s-d05c7ef1-0cb8-41ea-95a1-0bb99054391b img.shogun-image {
    

    
    
    
  }


#s-d05c7ef1-0cb8-41ea-95a1-0bb99054391b .shogun-image-content {
  
    align-items: center;
  
}

#s-7fff2276-eb2f-4cb3-be22-797c0c7c0654 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-7fff2276-eb2f-4cb3-be22-797c0c7c0654 .shogun-heading-component h4 {
  color: rgba(55, 64, 72, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  letter-spacing: 0px;
  text-align: left;
}



.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-061d1802-3ccc-444f-9b40-5d5aeca29b5d {
  margin-top: -10px;
padding-top: 10px;
padding-bottom: 10px;
}

#s-061d1802-3ccc-444f-9b40-5d5aeca29b5d .shg-sld-dot {
  background-color: rgba(113, 113, 113, 1);
}

#s-061d1802-3ccc-444f-9b40-5d5aeca29b5d .shg-sld-nav-button.shg-sld-left,
#s-061d1802-3ccc-444f-9b40-5d5aeca29b5d .shg-sld-nav-button.shg-sld-right {
  fill: rgba(113, 113, 113, 1);
}

#s-8edb156a-87b1-4012-9843-632546e4d99a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8edb156a-87b1-4012-9843-632546e4d99a .shogun-heading-component h5 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-dfc25194-8a01-4ab9-ad5e-46c811b97999 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-dfc25194-8a01-4ab9-ad5e-46c811b97999 .shogun-heading-component h5 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-50b07277-e812-4b73-a576-286dbb0cd005 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-50b07277-e812-4b73-a576-286dbb0cd005 .shogun-heading-component h5 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-48d16346-03b8-41cc-9451-4c2bcecf9782 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-48d16346-03b8-41cc-9451-4c2bcecf9782 .shogun-heading-component h5 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c2b4db3c-424b-4c70-9dac-a1637c0266d7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c2b4db3c-424b-4c70-9dac-a1637c0266d7 .shogun-heading-component h5 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-34ff077c-2d8d-4350-9eb4-09680c6094aa {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-34ff077c-2d8d-4350-9eb4-09680c6094aa .shogun-heading-component h5 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-48a72d94-78c3-495e-b406-3ca13fbbcfb3 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-48a72d94-78c3-495e-b406-3ca13fbbcfb3 .shogun-heading-component h5 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-bc11414f-4611-4df4-bd81-03b181c0f581 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-bc11414f-4611-4df4-bd81-03b181c0f581 .shogun-heading-component h5 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-937378ca-d01c-42ee-bdaf-4a70065b1720 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-937378ca-d01c-42ee-bdaf-4a70065b1720 .shogun-heading-component h5 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d4e5a4d8-c1c4-4cab-9269-5cd8f668b396 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-d4e5a4d8-c1c4-4cab-9269-5cd8f668b396 hr {
  border-top: 1px solid rgba(233, 234, 236, 1);
}

#s-4be89d1d-2314-471d-9412-000dd1f4e334 {
  margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-4be89d1d-2314-471d-9412-000dd1f4e334 {
  
}
}@media (max-width: 767px){#s-4be89d1d-2314-471d-9412-000dd1f4e334 {
  
}
}







#s-4be89d1d-2314-471d-9412-000dd1f4e334 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4be89d1d-2314-471d-9412-000dd1f4e334.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02c07252-5a74-438a-9f5d-1b69665c5422 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02c07252-5a74-438a-9f5d-1b69665c5422 .shogun-heading-component h2 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-cd05363e-9b20-4587-a942-7045d6e6e9d4 {
  margin-top: 0px;
margin-left: 45%;
margin-right: 45%;
}

#s-cd05363e-9b20-4587-a942-7045d6e6e9d4 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

@media (min-width: 768px) and (max-width: 991px){#s-0e83e2be-dbb1-4673-9e7d-ce7bb018840f {
  
}
}@media (max-width: 767px){#s-0e83e2be-dbb1-4673-9e7d-ce7bb018840f {
  
}
}
@media (min-width: 0px) {
[id="s-0e83e2be-dbb1-4673-9e7d-ce7bb018840f"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-0e83e2be-dbb1-4673-9e7d-ce7bb018840f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-0e83e2be-dbb1-4673-9e7d-ce7bb018840f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-0e83e2be-dbb1-4673-9e7d-ce7bb018840f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

}

#s-2206dbef-7da6-457c-85cd-68b370b97427 {
  min-height: 50px;
}








#s-2206dbef-7da6-457c-85cd-68b370b97427 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2206dbef-7da6-457c-85cd-68b370b97427.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e84c1c52-c548-4a4d-b08b-c1e4e12a1dc4 {
  margin-left: auto;
margin-right: auto;
max-width: 90px;
text-align: center;
}







  #s-e84c1c52-c548-4a4d-b08b-c1e4e12a1dc4 img.shogun-image {
    

    
    
    
  }


#s-e84c1c52-c548-4a4d-b08b-c1e4e12a1dc4 .shogun-image-content {
  
    align-items: center;
  
}

#s-5533c98c-f498-4477-8ecc-f3bdc67b2773 {
  margin-top: 14px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1c77c360-8e06-4844-8e9c-e71f0264a16f {
  min-height: 50px;
}








#s-1c77c360-8e06-4844-8e9c-e71f0264a16f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1c77c360-8e06-4844-8e9c-e71f0264a16f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b9b41cc2-c5c2-4131-a34b-aa0d8202c285 {
  margin-left: auto;
margin-right: auto;
max-width: 90px;
text-align: center;
}







  #s-b9b41cc2-c5c2-4131-a34b-aa0d8202c285 img.shogun-image {
    

    
    
    
  }


#s-b9b41cc2-c5c2-4131-a34b-aa0d8202c285 .shogun-image-content {
  
    align-items: center;
  
}

#s-1161a528-eb56-4b4e-9eb8-dc8cb045d93f {
  margin-top: 23px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-e02ef027-7338-4298-a8e6-d353a314e547 {
  min-height: 50px;
}








#s-e02ef027-7338-4298-a8e6-d353a314e547 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e02ef027-7338-4298-a8e6-d353a314e547.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eaea103b-5208-4f08-92b8-e73d327b6194 {
  margin-left: auto;
margin-right: auto;
max-width: 90px;
text-align: center;
}







  #s-eaea103b-5208-4f08-92b8-e73d327b6194 img.shogun-image {
    

    
    
    
  }


#s-eaea103b-5208-4f08-92b8-e73d327b6194 .shogun-image-content {
  
    align-items: center;
  
}

#s-ecdde1b1-2f7a-412d-8434-b5533aeebbc2 {
  margin-top: 15px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-cf96fcbc-9087-4b9b-b741-af5136d233b5 {
  min-height: 50px;
}








#s-cf96fcbc-9087-4b9b-b741-af5136d233b5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf96fcbc-9087-4b9b-b741-af5136d233b5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a5c01740-e303-40a5-9e25-afeed0dbbf43 {
  margin-left: auto;
margin-right: auto;
max-width: 90px;
text-align: center;
}







  #s-a5c01740-e303-40a5-9e25-afeed0dbbf43 img.shogun-image {
    

    
    
    
  }


#s-a5c01740-e303-40a5-9e25-afeed0dbbf43 .shogun-image-content {
  
    align-items: center;
  
}

#s-232e0913-1398-47aa-b8c5-d93325de08b8 {
  margin-top: 18px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-a13e2526-0af5-4764-8ec7-2cb6de8fd353 {
  min-height: 50px;
}








#s-a13e2526-0af5-4764-8ec7-2cb6de8fd353 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a13e2526-0af5-4764-8ec7-2cb6de8fd353.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5bbe792-4d0f-4383-af8e-22b4aab320c6 {
  margin-top: 14px;
margin-left: auto;
margin-bottom: 14px;
margin-right: auto;
max-width: 110px;
text-align: center;
}







  #s-c5bbe792-4d0f-4383-af8e-22b4aab320c6 img.shogun-image {
    

    
    
    
  }


#s-c5bbe792-4d0f-4383-af8e-22b4aab320c6 .shogun-image-content {
  
    align-items: center;
  
}

#s-652e1549-0bf3-45f0-8744-c962fbdb8649 {
  margin-top: 11px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b332d6bc-77e2-4cf6-95e6-58f5f8d15092 {
  min-height: 50px;
}








#s-b332d6bc-77e2-4cf6-95e6-58f5f8d15092 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b332d6bc-77e2-4cf6-95e6-58f5f8d15092.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0da52845-7e8d-4bf6-8ee1-f9a4b35871da {
  margin-top: 12px;
margin-left: auto;
margin-bottom: 12px;
margin-right: auto;
max-width: 110px;
text-align: center;
}







  #s-0da52845-7e8d-4bf6-8ee1-f9a4b35871da img.shogun-image {
    

    
    
    
  }


#s-0da52845-7e8d-4bf6-8ee1-f9a4b35871da .shogun-image-content {
  
    align-items: center;
  
}

#s-63a8aa72-e91a-42d8-bbb4-439c5febb121 {
  margin-top: 11px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-00645024-dfc2-4c95-9207-e36e6f9663b7 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-00645024-dfc2-4c95-9207-e36e6f9663b7 hr {
  border-top: 1px solid rgba(233, 234, 236, 1);
}

#s-f35512e5-84d4-4eb5-a45b-7451e0096a2d {
  padding-left: 5%;
padding-right: 5%;
}

#s-8b799229-aa12-407e-be0e-037135dd62e9 {
  margin-top: -40px;
margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-8b799229-aa12-407e-be0e-037135dd62e9 {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-8b799229-aa12-407e-be0e-037135dd62e9 {
  margin-left: 5%;
margin-right: 5%;
}
}







#s-8b799229-aa12-407e-be0e-037135dd62e9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8b799229-aa12-407e-be0e-037135dd62e9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6682fa57-a623-4699-bfea-e71bce09140b {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (max-width: 767px){#s-6682fa57-a623-4699-bfea-e71bce09140b {
  margin-left: 3px;
margin-right: 3px;
}
}







#s-6682fa57-a623-4699-bfea-e71bce09140b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6682fa57-a623-4699-bfea-e71bce09140b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8f254f52-a54e-44c9-b116-e6b58c4cdf8d {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-8f254f52-a54e-44c9-b116-e6b58c4cdf8d .shogun-heading-component h3 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 32px;
  
  
  
}



#s-cafda2bf-40a0-4e4f-afe7-b8ad23c054eb {
  margin-top: 0px;
margin-left: 45%;
margin-right: 45%;
}

#s-cafda2bf-40a0-4e4f-afe7-b8ad23c054eb hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-22440385-3ae6-4e1d-abe2-768ca9507d9c {
  margin-top: 30px;
margin-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-22440385-3ae6-4e1d-abe2-768ca9507d9c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-22440385-3ae6-4e1d-abe2-768ca9507d9c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-22440385-3ae6-4e1d-abe2-768ca9507d9c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-22440385-3ae6-4e1d-abe2-768ca9507d9c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-f14e129e-01ff-4b54-9dc7-7beb23ab5dbc {
  box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.3);
padding-top: 20px;
padding-bottom: 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: 4px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-f14e129e-01ff-4b54-9dc7-7beb23ab5dbc {
  margin-top: 15px;
margin-bottom: 15px;
}
}







#s-f14e129e-01ff-4b54-9dc7-7beb23ab5dbc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f14e129e-01ff-4b54-9dc7-7beb23ab5dbc.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-59b7fb77-9488-4a05-b17e-0e146f3634c8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-59b7fb77-9488-4a05-b17e-0e146f3634c8 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-9bc891c5-2eec-48d6-8787-7688b122f8b1 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 75%;
text-align: center;
}







  #s-9bc891c5-2eec-48d6-8787-7688b122f8b1 img.shogun-image {
    

    
    
    
  }


#s-9bc891c5-2eec-48d6-8787-7688b122f8b1 .shogun-image-content {
  
    align-items: center;
  
}

#s-5e103661-99fd-4a96-9805-df9b89f109ea {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-5e103661-99fd-4a96-9805-df9b89f109ea:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-5e103661-99fd-4a96-9805-df9b89f109ea:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-5e103661-99fd-4a96-9805-df9b89f109ea-root {
    text-align: center;
  }


#s-5e103661-99fd-4a96-9805-df9b89f109ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5e103661-99fd-4a96-9805-df9b89f109ea-root {
    text-align: center;
  }


#s-5e103661-99fd-4a96-9805-df9b89f109ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5e103661-99fd-4a96-9805-df9b89f109ea-root {
    text-align: center;
  }


#s-5e103661-99fd-4a96-9805-df9b89f109ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5e103661-99fd-4a96-9805-df9b89f109ea-root {
    text-align: center;
  }


#s-5e103661-99fd-4a96-9805-df9b89f109ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5e103661-99fd-4a96-9805-df9b89f109ea-root {
    text-align: center;
  }


#s-5e103661-99fd-4a96-9805-df9b89f109ea.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-fb2072f9-4597-442a-8767-42df9a803492 {
  box-shadow:0px 3px 3px 0px rgba(0, 0, 0, 0.3);
padding-top: 20px;
padding-bottom: 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: 4px;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (max-width: 767px){#s-fb2072f9-4597-442a-8767-42df9a803492 {
  margin-top: 15px;
margin-bottom: 15px;
}
}







#s-fb2072f9-4597-442a-8767-42df9a803492 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fb2072f9-4597-442a-8767-42df9a803492.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-84655cf1-5035-4276-ab4a-24bd2234ddd0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84655cf1-5035-4276-ab4a-24bd2234ddd0 .shogun-heading-component h4 {
  color: #000;
  font-weight:  normal ;
  
  font-style:  normal ;
  font-size: 20px;
  
  
  
}



#s-0d95c59a-f075-46c4-8900-eec1bd845af6 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 20px;
margin-right: auto;
max-width: 75%;
text-align: center;
}







  #s-0d95c59a-f075-46c4-8900-eec1bd845af6 img.shogun-image {
    

    
    
    
  }


#s-0d95c59a-f075-46c4-8900-eec1bd845af6 .shogun-image-content {
  
    align-items: center;
  
}

#s-cafb0195-9e54-47a3-8bfa-8caf9fef55f5 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-cafb0195-9e54-47a3-8bfa-8caf9fef55f5:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-cafb0195-9e54-47a3-8bfa-8caf9fef55f5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cafb0195-9e54-47a3-8bfa-8caf9fef55f5-root {
    text-align: center;
  }


#s-cafb0195-9e54-47a3-8bfa-8caf9fef55f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cafb0195-9e54-47a3-8bfa-8caf9fef55f5-root {
    text-align: center;
  }


#s-cafb0195-9e54-47a3-8bfa-8caf9fef55f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cafb0195-9e54-47a3-8bfa-8caf9fef55f5-root {
    text-align: center;
  }


#s-cafb0195-9e54-47a3-8bfa-8caf9fef55f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cafb0195-9e54-47a3-8bfa-8caf9fef55f5-root {
    text-align: center;
  }


#s-cafb0195-9e54-47a3-8bfa-8caf9fef55f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cafb0195-9e54-47a3-8bfa-8caf9fef55f5-root {
    text-align: center;
  }


#s-cafb0195-9e54-47a3-8bfa-8caf9fef55f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-e175e5e7-e9b5-49d9-b16e-a82bf9294845 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-e175e5e7-e9b5-49d9-b16e-a82bf9294845 hr {
  border-top: 1px solid rgba(233, 234, 236, 1);
}

#s-eff3c7f6-fcd8-452c-b31b-63805bcabff8 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-eff3c7f6-fcd8-452c-b31b-63805bcabff8 .shogun-heading-component h2 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-36d3de80-8873-4ab6-9282-a0f8d9e93ed6 {
  margin-top: 14px;
margin-bottom: 9px;
}

#s-077dba50-cd56-4735-8637-cc712cc39e60 {
  margin-top: 0px;
margin-left: 45%;
margin-right: 45%;
}

#s-077dba50-cd56-4735-8637-cc712cc39e60 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-bae3fefa-ccb1-4660-a061-3003e4dd5d95 {
  margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-bae3fefa-ccb1-4660-a061-3003e4dd5d95"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bae3fefa-ccb1-4660-a061-3003e4dd5d95"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-bae3fefa-ccb1-4660-a061-3003e4dd5d95"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-bae3fefa-ccb1-4660-a061-3003e4dd5d95"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 0px) {
[id="s-f48322e5-26c8-4751-93ef-c2bbde63a883"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f48322e5-26c8-4751-93ef-c2bbde63a883"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-f48322e5-26c8-4751-93ef-c2bbde63a883"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-f48322e5-26c8-4751-93ef-c2bbde63a883"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-f48322e5-26c8-4751-93ef-c2bbde63a883"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-f48322e5-26c8-4751-93ef-c2bbde63a883"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-f48322e5-26c8-4751-93ef-c2bbde63a883"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-cdab90b6-d097-421b-aae8-b3feb51f884b {
  margin-left: 20px;
margin-right: 20px;
}

#s-cdab90b6-d097-421b-aae8-b3feb51f884b .shogun-icon-wrapper {
  text-align: left;
}


#s-cdab90b6-d097-421b-aae8-b3feb51f884b .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

#s-c6340da9-c666-4489-8964-2529872876b1 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c6340da9-c666-4489-8964-2529872876b1 .shogun-heading-component h3 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-2770cfd9-1f94-4522-8545-e9b5420787b1 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-b09b41a2-2b8c-4fc5-811e-769ac52778ff"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b09b41a2-2b8c-4fc5-811e-769ac52778ff"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b09b41a2-2b8c-4fc5-811e-769ac52778ff"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-b09b41a2-2b8c-4fc5-811e-769ac52778ff"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b09b41a2-2b8c-4fc5-811e-769ac52778ff"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-b09b41a2-2b8c-4fc5-811e-769ac52778ff"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-b09b41a2-2b8c-4fc5-811e-769ac52778ff"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-42e5af52-ec10-4b84-8b61-ea895cb9a263 {
  margin-left: 20px;
margin-right: 20px;
}

#s-42e5af52-ec10-4b84-8b61-ea895cb9a263 .shogun-icon-wrapper {
  text-align: left;
}


#s-42e5af52-ec10-4b84-8b61-ea895cb9a263 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

#s-da1b9b73-1033-4383-865f-4241f95b0b65 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-da1b9b73-1033-4383-865f-4241f95b0b65 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-c2288553-c101-4aff-97d3-004959237a8d {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-357119f8-323e-40d3-a51b-d5f25b86f92e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-357119f8-323e-40d3-a51b-d5f25b86f92e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-357119f8-323e-40d3-a51b-d5f25b86f92e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-357119f8-323e-40d3-a51b-d5f25b86f92e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-357119f8-323e-40d3-a51b-d5f25b86f92e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-357119f8-323e-40d3-a51b-d5f25b86f92e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-357119f8-323e-40d3-a51b-d5f25b86f92e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-6a92275f-d564-45d6-9cdd-da52cad58ae8 {
  margin-left: 20px;
margin-right: 20px;
}

#s-6a92275f-d564-45d6-9cdd-da52cad58ae8 .shogun-icon-wrapper {
  text-align: left;
}


#s-6a92275f-d564-45d6-9cdd-da52cad58ae8 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

#s-99f6d4eb-aa97-49f9-997f-c3525f588b5e {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-99f6d4eb-aa97-49f9-997f-c3525f588b5e .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-9fa4ffe2-ed15-42b8-b9fb-db84c95af527 {
  margin-left: 20px;
margin-right: 20px;
}

#s-d41c5605-3d61-482a-931e-12f5cdd4105d {
  margin-bottom: 15px;
}

@media (min-width: 0px) {
[id="s-d41c5605-3d61-482a-931e-12f5cdd4105d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d41c5605-3d61-482a-931e-12f5cdd4105d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-d41c5605-3d61-482a-931e-12f5cdd4105d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-d41c5605-3d61-482a-931e-12f5cdd4105d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 0px) {
[id="s-4f218fb6-8b30-4c1f-aee7-ab35ef6cb860"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4f218fb6-8b30-4c1f-aee7-ab35ef6cb860"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4f218fb6-8b30-4c1f-aee7-ab35ef6cb860"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-4f218fb6-8b30-4c1f-aee7-ab35ef6cb860"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4f218fb6-8b30-4c1f-aee7-ab35ef6cb860"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-4f218fb6-8b30-4c1f-aee7-ab35ef6cb860"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-4f218fb6-8b30-4c1f-aee7-ab35ef6cb860"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-35d39c9b-3ffe-449a-abce-2e926def90a5 {
  margin-left: 20px;
margin-right: 20px;
}

#s-35d39c9b-3ffe-449a-abce-2e926def90a5 .shogun-icon-wrapper {
  text-align: left;
}


#s-35d39c9b-3ffe-449a-abce-2e926def90a5 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

#s-17fb53ce-292a-4e8a-bf57-53ff52a03a5d {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-17fb53ce-292a-4e8a-bf57-53ff52a03a5d .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-037e1ff9-58b3-4bf3-9a5c-5e62a4998e05 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-7eca2ca7-6861-4a6a-b652-a112c08930c3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7eca2ca7-6861-4a6a-b652-a112c08930c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7eca2ca7-6861-4a6a-b652-a112c08930c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-7eca2ca7-6861-4a6a-b652-a112c08930c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7eca2ca7-6861-4a6a-b652-a112c08930c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-7eca2ca7-6861-4a6a-b652-a112c08930c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-7eca2ca7-6861-4a6a-b652-a112c08930c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-1693ede0-ffde-46b3-beef-aa3aee50aaba {
  margin-left: 20px;
margin-right: 20px;
}

#s-1693ede0-ffde-46b3-beef-aa3aee50aaba .shogun-icon-wrapper {
  text-align: left;
}


#s-1693ede0-ffde-46b3-beef-aa3aee50aaba .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

#s-594fbda9-dd00-4450-a311-5469d55aefbc {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-594fbda9-dd00-4450-a311-5469d55aefbc .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-35da5334-007f-4344-a012-7d71b75f0f17 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-ce2c3abc-8333-41ef-aedb-ff5a6283546a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce2c3abc-8333-41ef-aedb-ff5a6283546a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ce2c3abc-8333-41ef-aedb-ff5a6283546a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ce2c3abc-8333-41ef-aedb-ff5a6283546a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ce2c3abc-8333-41ef-aedb-ff5a6283546a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ce2c3abc-8333-41ef-aedb-ff5a6283546a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ce2c3abc-8333-41ef-aedb-ff5a6283546a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-fb5ea927-9894-4412-9172-f2a4085d99cb {
  margin-left: 20px;
margin-right: 20px;
}

#s-fb5ea927-9894-4412-9172-f2a4085d99cb .shogun-icon-wrapper {
  text-align: left;
}


#s-fb5ea927-9894-4412-9172-f2a4085d99cb .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

#s-1dfde292-5a35-40bc-91a2-3adb7d3abfee {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-1dfde292-5a35-40bc-91a2-3adb7d3abfee .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-0d38767d-2698-4ae6-823c-7c3b95f46334 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-bd5a97e0-eea6-4ad4-a2df-4d99076c6b75"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bd5a97e0-eea6-4ad4-a2df-4d99076c6b75"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-bd5a97e0-eea6-4ad4-a2df-4d99076c6b75"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-bd5a97e0-eea6-4ad4-a2df-4d99076c6b75"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

}

@media (min-width: 0px) {
[id="s-325241b9-a948-4eed-95b7-e79582e97e62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-325241b9-a948-4eed-95b7-e79582e97e62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-325241b9-a948-4eed-95b7-e79582e97e62"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-325241b9-a948-4eed-95b7-e79582e97e62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-325241b9-a948-4eed-95b7-e79582e97e62"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-325241b9-a948-4eed-95b7-e79582e97e62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-325241b9-a948-4eed-95b7-e79582e97e62"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-749340b9-5930-4415-a313-e29cd6fab8cb {
  margin-left: 20px;
margin-right: 20px;
}

#s-749340b9-5930-4415-a313-e29cd6fab8cb .shogun-icon-wrapper {
  text-align: left;
}


#s-749340b9-5930-4415-a313-e29cd6fab8cb .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

#s-571f44ff-5ede-4a89-8682-1b391501f3a0 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-571f44ff-5ede-4a89-8682-1b391501f3a0 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-d7f11773-af85-4593-aa59-18cd91241a66 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-8b631bbd-2532-4558-9707-a47375d19ecd"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8b631bbd-2532-4558-9707-a47375d19ecd"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8b631bbd-2532-4558-9707-a47375d19ecd"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-8b631bbd-2532-4558-9707-a47375d19ecd"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8b631bbd-2532-4558-9707-a47375d19ecd"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-8b631bbd-2532-4558-9707-a47375d19ecd"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-8b631bbd-2532-4558-9707-a47375d19ecd"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-39e78947-ad7b-4dd1-95b1-98653731bbd9 {
  margin-left: 20px;
margin-right: 20px;
}

#s-39e78947-ad7b-4dd1-95b1-98653731bbd9 .shogun-icon-wrapper {
  text-align: left;
}


#s-39e78947-ad7b-4dd1-95b1-98653731bbd9 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

#s-a30c7fcb-457a-431c-a4f8-66b36919ba50 {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-a30c7fcb-457a-431c-a4f8-66b36919ba50 .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-7a09fce8-6fcf-4a0b-b2a3-406477c1dfd8 {
  margin-left: 20px;
margin-right: 20px;
}

@media (min-width: 0px) {
[id="s-ef4dc547-5858-4639-affb-9937db6fce39"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ef4dc547-5858-4639-affb-9937db6fce39"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ef4dc547-5858-4639-affb-9937db6fce39"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 992px) {
[id="s-ef4dc547-5858-4639-affb-9937db6fce39"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ef4dc547-5858-4639-affb-9937db6fce39"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

@media (min-width: 1200px) {
[id="s-ef4dc547-5858-4639-affb-9937db6fce39"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 7.5px);
}

[id="s-ef4dc547-5858-4639-affb-9937db6fce39"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 7.5px);
}

}

#s-4d8d49af-5a68-4eb9-9636-98fa1cf91835 {
  margin-left: 20px;
margin-right: 20px;
}

#s-4d8d49af-5a68-4eb9-9636-98fa1cf91835 .shogun-icon-wrapper {
  text-align: left;
}


#s-4d8d49af-5a68-4eb9-9636-98fa1cf91835 .shogun-icon-wrapper > .shogun-icon {

  font-size: 30px !important;
  color: rgba(255, 207, 81, 1);
}

#s-8b09b236-2773-48c6-902c-cadd0555017b {
  margin-top: -10px;
margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-8b09b236-2773-48c6-902c-cadd0555017b .shogun-heading-component h1 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 18px;
  
  
  
}



#s-762bb50d-a039-467c-a855-4d50ba90e2b9 {
  margin-left: 20px;
margin-right: 20px;
}

#s-006330b7-7f6f-417a-9675-e64ae90cfb50 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-006330b7-7f6f-417a-9675-e64ae90cfb50 hr {
  border-top: 1px solid rgba(233, 234, 236, 1);
}

#s-530658e1-9648-477c-8407-1d8e82a480eb {
  margin-left: 80px;
margin-right: 80px;
min-height: 50px;
}
@media (max-width: 767px){#s-530658e1-9648-477c-8407-1d8e82a480eb {
  margin-left: 3%;
margin-right: 3%;
}
}







#s-530658e1-9648-477c-8407-1d8e82a480eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-530658e1-9648-477c-8407-1d8e82a480eb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-52979475-bf5e-47e0-ad35-10b7cc9c23b6 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-52979475-bf5e-47e0-ad35-10b7cc9c23b6 .shogun-heading-component h2 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-08dc06cf-e382-4983-bb91-3859f77a8a6e {
  margin-top: 14px;
margin-bottom: 9px;
}

#s-0d3a8080-ab13-460c-bd85-dd8960525f97 {
  margin-top: 0px;
margin-left: 45%;
margin-right: 45%;
}

#s-0d3a8080-ab13-460c-bd85-dd8960525f97 hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

@media (min-width: 0px) {
[id="s-c11169a9-51ae-4f67-8bd2-ad610289a12d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c11169a9-51ae-4f67-8bd2-ad610289a12d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c11169a9-51ae-4f67-8bd2-ad610289a12d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c11169a9-51ae-4f67-8bd2-ad610289a12d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-602fd309-e68f-4c9b-9afb-9b5a1508d596 {
  min-height: 50px;
}








#s-602fd309-e68f-4c9b-9afb-9b5a1508d596 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-602fd309-e68f-4c9b-9afb-9b5a1508d596.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-6e06c308-5e1e-450c-8eb7-9c1247b34504 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-6e06c308-5e1e-450c-8eb7-9c1247b34504 hr {
  border-top: 1px solid rgba(233, 234, 236, 1);
}

#s-2d85dcdb-daeb-40f7-8706-0f8656baabb5 {
  padding-bottom: 50px;
min-height: 50px;
}








#s-2d85dcdb-daeb-40f7-8706-0f8656baabb5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d85dcdb-daeb-40f7-8706-0f8656baabb5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f409aee3-6d1f-42ba-959b-3e2489c18a54 {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f409aee3-6d1f-42ba-959b-3e2489c18a54 .shogun-heading-component h2 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-5e9e7fae-a8b4-4e8a-94d1-33a85b810ffe {
  margin-top: 0px;
margin-left: 45%;
margin-right: 45%;
}

#s-5e9e7fae-a8b4-4e8a-94d1-33a85b810ffe hr {
  border-top: 1px solid rgba(238, 238, 238, 1);
}

#s-df19225d-7084-43aa-9502-ceed647b361d {
  margin-top: auto;
margin-bottom: auto;
}

@media (min-width: 0px) {
[id="s-df19225d-7084-43aa-9502-ceed647b361d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df19225d-7084-43aa-9502-ceed647b361d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-df19225d-7084-43aa-9502-ceed647b361d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-df19225d-7084-43aa-9502-ceed647b361d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-3e16b76c-81da-460a-9135-4e46a1109db5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 320px;
background-position: center center;
}








#s-3e16b76c-81da-460a-9135-4e46a1109db5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3e16b76c-81da-460a-9135-4e46a1109db5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bb87cda9-34df-40fe-aa15-cf92990a281a {
  padding-left: 5%;
padding-right: 5%;
min-height: 50px;
}








#s-bb87cda9-34df-40fe-aa15-cf92990a281a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bb87cda9-34df-40fe-aa15-cf92990a281a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-05438937-e557-4e00-9404-d58a6e4c5450 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-05438937-e557-4e00-9404-d58a6e4c5450 .shogun-heading-component h3 {
  color: rgba(55, 64, 72, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



@media (max-width: 767px){#s-98d33a19-b9e9-4dae-b0b4-588533664876 {
  margin-top: 20px;
margin-bottom: 20px;
}
}
@media (min-width: 0px) {
[id="s-98d33a19-b9e9-4dae-b0b4-588533664876"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-98d33a19-b9e9-4dae-b0b4-588533664876"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98d33a19-b9e9-4dae-b0b4-588533664876"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-98d33a19-b9e9-4dae-b0b4-588533664876"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98d33a19-b9e9-4dae-b0b4-588533664876"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-98d33a19-b9e9-4dae-b0b4-588533664876"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-98d33a19-b9e9-4dae-b0b4-588533664876"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

}

#s-92094fdc-a47a-45d4-9a93-b0d87a3ed912 {
  min-height: 50px;
}








#s-92094fdc-a47a-45d4-9a93-b0d87a3ed912 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-92094fdc-a47a-45d4-9a93-b0d87a3ed912.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-46a3b199-fa83-49b8-9390-8591b87bb755 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(249, 208, 104, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(55, 64, 72, 1);
}
#s-46a3b199-fa83-49b8-9390-8591b87bb755:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-46a3b199-fa83-49b8-9390-8591b87bb755:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-46a3b199-fa83-49b8-9390-8591b87bb755-root {
    text-align: center;
  }


#s-46a3b199-fa83-49b8-9390-8591b87bb755.shg-btn {
  color: rgba(55, 64, 72, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-46a3b199-fa83-49b8-9390-8591b87bb755-root {
    text-align: center;
  }


#s-46a3b199-fa83-49b8-9390-8591b87bb755.shg-btn {
  color: rgba(55, 64, 72, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-46a3b199-fa83-49b8-9390-8591b87bb755-root {
    text-align: center;
  }


#s-46a3b199-fa83-49b8-9390-8591b87bb755.shg-btn {
  color: rgba(55, 64, 72, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-46a3b199-fa83-49b8-9390-8591b87bb755-root {
    text-align: center;
  }


#s-46a3b199-fa83-49b8-9390-8591b87bb755.shg-btn {
  color: rgba(55, 64, 72, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-46a3b199-fa83-49b8-9390-8591b87bb755-root {
    text-align: center;
  }


#s-46a3b199-fa83-49b8-9390-8591b87bb755.shg-btn {
  color: rgba(55, 64, 72, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-1d464780-a232-4ccc-8329-b810f949e336 {
  min-height: 50px;
}








#s-1d464780-a232-4ccc-8329-b810f949e336 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1d464780-a232-4ccc-8329-b810f949e336.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-736efe4d-0a0d-403d-843e-85f87334c663 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 5px;
background-color: rgba(249, 208, 104, 1);
text-align: left;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(55, 64, 72, 1);
}
#s-736efe4d-0a0d-403d-843e-85f87334c663:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-736efe4d-0a0d-403d-843e-85f87334c663:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-736efe4d-0a0d-403d-843e-85f87334c663-root {
    text-align: left;
  }


#s-736efe4d-0a0d-403d-843e-85f87334c663.shg-btn {
  color: rgba(55, 64, 72, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-736efe4d-0a0d-403d-843e-85f87334c663-root {
    text-align: left;
  }


#s-736efe4d-0a0d-403d-843e-85f87334c663.shg-btn {
  color: rgba(55, 64, 72, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-736efe4d-0a0d-403d-843e-85f87334c663-root {
    text-align: left;
  }


#s-736efe4d-0a0d-403d-843e-85f87334c663.shg-btn {
  color: rgba(55, 64, 72, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-736efe4d-0a0d-403d-843e-85f87334c663-root {
    text-align: left;
  }


#s-736efe4d-0a0d-403d-843e-85f87334c663.shg-btn {
  color: rgba(55, 64, 72, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-736efe4d-0a0d-403d-843e-85f87334c663-root {
    text-align: left;
  }


#s-736efe4d-0a0d-403d-843e-85f87334c663.shg-btn {
  color: rgba(55, 64, 72, 1);
  font-size: 14px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-0812e333-542f-4d08-8173-f859817a756b {
  margin-top: auto;
margin-bottom: auto;
}

@media (min-width: 0px) {
[id="s-0812e333-542f-4d08-8173-f859817a756b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0812e333-542f-4d08-8173-f859817a756b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-0812e333-542f-4d08-8173-f859817a756b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-0812e333-542f-4d08-8173-f859817a756b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-0812e333-542f-4d08-8173-f859817a756b"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-d092d3f7-1b9a-46f9-b67d-4cb3f8fa256e {
  padding-left: 5%;
padding-right: 5%;
min-height: 320px;
}








#s-d092d3f7-1b9a-46f9-b67d-4cb3f8fa256e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d092d3f7-1b9a-46f9-b67d-4cb3f8fa256e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3eb6a76f-e19c-4f53-91ce-3cf39a6e971b {
  margin-top: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-3eb6a76f-e19c-4f53-91ce-3cf39a6e971b .shogun-heading-component h3 {
  color: rgba(55, 64, 72, 1);
  font-weight:  500 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



.button-shogun {
  border: none;
  color: white;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 5px;
  Font: roboto;
}

.button-shogun1 {
  background-color: #FFCF51; 
  color: black; 
  
}

.button-shogun1:hover {
  background-color: #424242;
  color: white;
}
#s-137ad48d-365f-4c38-92fa-999b7a8be30f {
  background-repeat: no-repeat;
background-size: cover;
min-height: 320px;
background-position: center center;
}








#s-137ad48d-365f-4c38-92fa-999b7a8be30f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-137ad48d-365f-4c38-92fa-999b7a8be30f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-53987608-6ca6-4a55-8af1-b0e18c92be00 {
  min-height: 50px;
background-color: rgba(247, 247, 247, 1);
}








#s-53987608-6ca6-4a55-8af1-b0e18c92be00 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53987608-6ca6-4a55-8af1-b0e18c92be00.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0d569f58-7673-48dc-ba84-7c845012f22f {
  margin-left: auto;
margin-bottom: 70px;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-color: rgba(247, 247, 247, 1);
}








#s-0d569f58-7673-48dc-ba84-7c845012f22f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d569f58-7673-48dc-ba84-7c845012f22f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-891cba20-ae22-4e99-a5c3-88382775f1ac {
  padding-top: 15px;
padding-left: 20px;
padding-bottom: 15px;
padding-right: 20px;
border-radius: 2px;
background-color: #252525;
text-align: center;
text-decoration: none;
}
#s-891cba20-ae22-4e99-a5c3-88382775f1ac:hover {background-color: rgba(255, 207, 81, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-891cba20-ae22-4e99-a5c3-88382775f1ac:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-891cba20-ae22-4e99-a5c3-88382775f1ac-root {
    text-align: center;
  }


#s-891cba20-ae22-4e99-a5c3-88382775f1ac.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
@media (min-width: 1200px){
  #s-891cba20-ae22-4e99-a5c3-88382775f1ac-root {
    text-align: center;
  }


#s-891cba20-ae22-4e99-a5c3-88382775f1ac.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-891cba20-ae22-4e99-a5c3-88382775f1ac-root {
    text-align: center;
  }


#s-891cba20-ae22-4e99-a5c3-88382775f1ac.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-891cba20-ae22-4e99-a5c3-88382775f1ac-root {
    text-align: center;
  }


#s-891cba20-ae22-4e99-a5c3-88382775f1ac.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}@media (max-width: 767px){
  #s-891cba20-ae22-4e99-a5c3-88382775f1ac-root {
    text-align: center;
  }


#s-891cba20-ae22-4e99-a5c3-88382775f1ac.shg-btn {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  block ;
}
}
#s-4c840a23-6521-4e6a-baa0-03c3cacde27d {
  min-height: 50px;
}








#s-4c840a23-6521-4e6a-baa0-03c3cacde27d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c840a23-6521-4e6a-baa0-03c3cacde27d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-b922a658-a60c-4aa4-8948-19969924648c {
  margin-left: auto;
margin-right: auto;
padding-top: 30px;
padding-bottom: 30px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-b922a658-a60c-4aa4-8948-19969924648c {
  margin-left: 20px;
margin-right: 20px;
}
}@media (max-width: 767px){#s-b922a658-a60c-4aa4-8948-19969924648c {
  margin-left: 20px;
margin-right: 20px;
}
}







#s-b922a658-a60c-4aa4-8948-19969924648c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b922a658-a60c-4aa4-8948-19969924648c.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-c707ea2b-c2ae-4771-a86f-d148c35c574b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c707ea2b-c2ae-4771-a86f-d148c35c574b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c707ea2b-c2ae-4771-a86f-d148c35c574b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c707ea2b-c2ae-4771-a86f-d148c35c574b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-06c0e5cb-059d-4af8-8c8b-6c2e81274e88 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-06c0e5cb-059d-4af8-8c8b-6c2e81274e88 .shogun-heading-component h2 {
  color: rgba(85, 85, 85, 1);
  font-weight:  700 ;
  font-family: "Roboto Condensed";
  font-style:  normal ;
  font-size: 38px;
  
  
  text-align: left;
}



#s-44b8ff54-b3a9-4676-8084-d42a5a8304fe {
  min-height: 50px;
}








#s-44b8ff54-b3a9-4676-8084-d42a5a8304fe > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-44b8ff54-b3a9-4676-8084-d42a5a8304fe.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c4da9876-b7bc-4169-8a39-f65d182c57f3 {
  border-style: solid;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 207, 81, 1);
border-radius: 2px;
background-color: rgba(255, 207, 81, 0);
text-align: right;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(255, 207, 81, 1);
}
#s-c4da9876-b7bc-4169-8a39-f65d182c57f3:hover {border-style: solid !important;
border-color: rgba(66, 66, 66, 1) !important;
background-color: rgba(66, 66, 66, 0) !important;
text-decoration: none !important;
color: rgba(66, 66, 66, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-c4da9876-b7bc-4169-8a39-f65d182c57f3:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-c4da9876-b7bc-4169-8a39-f65d182c57f3-root {
    text-align: right;
  }


#s-c4da9876-b7bc-4169-8a39-f65d182c57f3.shg-btn {
  color: rgba(255, 207, 81, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-c4da9876-b7bc-4169-8a39-f65d182c57f3-root {
    text-align: right;
  }


#s-c4da9876-b7bc-4169-8a39-f65d182c57f3.shg-btn {
  color: rgba(255, 207, 81, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-c4da9876-b7bc-4169-8a39-f65d182c57f3-root {
    text-align: right;
  }


#s-c4da9876-b7bc-4169-8a39-f65d182c57f3.shg-btn {
  color: rgba(255, 207, 81, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-c4da9876-b7bc-4169-8a39-f65d182c57f3-root {
    text-align: right;
  }


#s-c4da9876-b7bc-4169-8a39-f65d182c57f3.shg-btn {
  color: rgba(255, 207, 81, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-c4da9876-b7bc-4169-8a39-f65d182c57f3-root {
    text-align: right;
  }


#s-c4da9876-b7bc-4169-8a39-f65d182c57f3.shg-btn {
  color: rgba(255, 207, 81, 1);
  font-size: 17px;
  font-weight: 700;
  
  font-family: Roboto Condensed;
  display:  inline-block ;
}
}
#s-b226344d-b43b-4fdf-bc6a-54ed853cd772 {
  margin-top: -20px;
}

#s-b226344d-b43b-4fdf-bc6a-54ed853cd772 hr {
  border-top: 2px solid rgba(0, 0, 0, 1);
}

@media (min-width: 0px) {
[id="s-c76108dd-7993-408c-b4da-9569f137bda4"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 25.0px);
}

}

@media (min-width: 768px) {
[id="s-c76108dd-7993-408c-b4da-9569f137bda4"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 992px) {
[id="s-c76108dd-7993-408c-b4da-9569f137bda4"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 37.5px);
}

}

@media (min-width: 1200px) {
[id="s-c76108dd-7993-408c-b4da-9569f137bda4"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 37.5px);
}

}

#s-ac84bdfc-32bf-4e6c-9562-e86a0d2998de {
  min-height: 50px;
}








#s-ac84bdfc-32bf-4e6c-9562-e86a0d2998de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ac84bdfc-32bf-4e6c-9562-e86a0d2998de {
  cursor: pointer;
}#s-ac84bdfc-32bf-4e6c-9562-e86a0d2998de.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-d4ba4c32-a095-407e-8556-400dbc3d0277 {
  text-align: left;
}



.shg-c#s-d4ba4c32-a095-407e-8556-400dbc3d0277 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4ba4c32-a095-407e-8556-400dbc3d0277 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-d4ba4c32-a095-407e-8556-400dbc3d0277 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4ba4c32-a095-407e-8556-400dbc3d0277 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d4ba4c32-a095-407e-8556-400dbc3d0277 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4ba4c32-a095-407e-8556-400dbc3d0277 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d4ba4c32-a095-407e-8556-400dbc3d0277 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4ba4c32-a095-407e-8556-400dbc3d0277 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-d4ba4c32-a095-407e-8556-400dbc3d0277 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-d4ba4c32-a095-407e-8556-400dbc3d0277 img.shogun-image {
  width: 100%;
}



}
.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-02b21a18-d483-4b53-aee4-5c54bda4d0fd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-02b21a18-d483-4b53-aee4-5c54bda4d0fd .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-8a48ad8c-ce6f-47c6-976f-049f2e181fd2 {
  text-align: center;
}

#s-8a48ad8c-ce6f-47c6-976f-049f2e181fd2 .shg-product-sold-out {
  display: none;
  color: rgba(121, 121, 121, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-8a48ad8c-ce6f-47c6-976f-049f2e181fd2 .shg-product-price {
  color: rgba(121, 121, 121, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 18px;
}

#s-8a48ad8c-ce6f-47c6-976f-049f2e181fd2 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-744de8f0-a65b-4674-a9fa-0efbe4c5582d {
  min-height: 50px;
}








#s-744de8f0-a65b-4674-a9fa-0efbe4c5582d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-744de8f0-a65b-4674-a9fa-0efbe4c5582d {
  cursor: pointer;
}#s-744de8f0-a65b-4674-a9fa-0efbe4c5582d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7cbef7df-13f2-446f-b192-a3a1fbebee4c {
  text-align: left;
}



.shg-c#s-7cbef7df-13f2-446f-b192-a3a1fbebee4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cbef7df-13f2-446f-b192-a3a1fbebee4c img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-7cbef7df-13f2-446f-b192-a3a1fbebee4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cbef7df-13f2-446f-b192-a3a1fbebee4c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7cbef7df-13f2-446f-b192-a3a1fbebee4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cbef7df-13f2-446f-b192-a3a1fbebee4c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7cbef7df-13f2-446f-b192-a3a1fbebee4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cbef7df-13f2-446f-b192-a3a1fbebee4c img.shogun-image {
  width: 100%;
}



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

.shg-c#s-7cbef7df-13f2-446f-b192-a3a1fbebee4c .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-7cbef7df-13f2-446f-b192-a3a1fbebee4c img.shogun-image {
  width: 100%;
}



}
#s-b4e099bd-8d2b-43ba-84d1-6df441544077 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b4e099bd-8d2b-43ba-84d1-6df441544077 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-f2d7f142-1011-47d2-842a-98076d72007b {
  text-align: center;
}

#s-f2d7f142-1011-47d2-842a-98076d72007b .shg-product-sold-out {
  display: none;
  color: rgba(121, 121, 121, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-f2d7f142-1011-47d2-842a-98076d72007b .shg-product-price {
  color: rgba(121, 121, 121, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 18px;
}

#s-f2d7f142-1011-47d2-842a-98076d72007b .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-d8b81fa1-ab82-4b5e-9646-58fbc41a7765 {
  min-height: 50px;
}








#s-d8b81fa1-ab82-4b5e-9646-58fbc41a7765 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8b81fa1-ab82-4b5e-9646-58fbc41a7765 {
  cursor: pointer;
}#s-d8b81fa1-ab82-4b5e-9646-58fbc41a7765.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41f5daa9-4cb1-4694-a7a8-9889dc059695 {
  text-align: left;
}



.shg-c#s-41f5daa9-4cb1-4694-a7a8-9889dc059695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41f5daa9-4cb1-4694-a7a8-9889dc059695 img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-41f5daa9-4cb1-4694-a7a8-9889dc059695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41f5daa9-4cb1-4694-a7a8-9889dc059695 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41f5daa9-4cb1-4694-a7a8-9889dc059695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41f5daa9-4cb1-4694-a7a8-9889dc059695 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41f5daa9-4cb1-4694-a7a8-9889dc059695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41f5daa9-4cb1-4694-a7a8-9889dc059695 img.shogun-image {
  width: 100%;
}



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

.shg-c#s-41f5daa9-4cb1-4694-a7a8-9889dc059695 .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-41f5daa9-4cb1-4694-a7a8-9889dc059695 img.shogun-image {
  width: 100%;
}



}
#s-dedcfd92-c269-40d2-b5b6-1cd8b44d13a7 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-dedcfd92-c269-40d2-b5b6-1cd8b44d13a7 .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-b4494284-4417-4631-a2ea-e2d37a00b34d {
  text-align: center;
}

#s-b4494284-4417-4631-a2ea-e2d37a00b34d .shg-product-sold-out {
  display: none;
  color: rgba(121, 121, 121, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-b4494284-4417-4631-a2ea-e2d37a00b34d .shg-product-price {
  color: rgba(121, 121, 121, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 18px;
}

#s-b4494284-4417-4631-a2ea-e2d37a00b34d .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

#s-31335a17-74ce-4595-a0f6-31b728a670ef {
  min-height: 50px;
}








#s-31335a17-74ce-4595-a0f6-31b728a670ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31335a17-74ce-4595-a0f6-31b728a670ef {
  cursor: pointer;
}#s-31335a17-74ce-4595-a0f6-31b728a670ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be9624b7-ac5e-4a56-97a7-745140b500cd {
  text-align: left;
}



.shg-c#s-be9624b7-ac5e-4a56-97a7-745140b500cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be9624b7-ac5e-4a56-97a7-745140b500cd img.shogun-image {
  width: 100%;
}



@media (min-width: 1200px){

.shg-c#s-be9624b7-ac5e-4a56-97a7-745140b500cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be9624b7-ac5e-4a56-97a7-745140b500cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be9624b7-ac5e-4a56-97a7-745140b500cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be9624b7-ac5e-4a56-97a7-745140b500cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be9624b7-ac5e-4a56-97a7-745140b500cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be9624b7-ac5e-4a56-97a7-745140b500cd img.shogun-image {
  width: 100%;
}



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

.shg-c#s-be9624b7-ac5e-4a56-97a7-745140b500cd .shg-image-zoom {
  width:  100%; 
  height:  100%; 
}


.shg-c#s-be9624b7-ac5e-4a56-97a7-745140b500cd img.shogun-image {
  width: 100%;
}



}
#s-0022f479-7274-4666-b175-06a2ae2a6a6c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0022f479-7274-4666-b175-06a2ae2a6a6c .shg-product-title-component h3 {
  color: #000;
  font-weight:   ;
  font-family: Roboto;
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
}

#s-8f2ca943-099b-4aaf-a216-f61c9b4018e5 {
  text-align: center;
}

#s-8f2ca943-099b-4aaf-a216-f61c9b4018e5 .shg-product-sold-out {
  display: none;
  color: rgba(121, 121, 121, 1);
  font-size: 18px;
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
}

#s-8f2ca943-099b-4aaf-a216-f61c9b4018e5 .shg-product-price {
  color: rgba(121, 121, 121, 1);
  font-weight:   ;
  font-family: Roboto;
  font-style:  normal ;
  font-size: 18px;
}

#s-8f2ca943-099b-4aaf-a216-f61c9b4018e5 .shg-product-compare-price {
  display: inline;
  text-decoration: line-through;
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:  normal ;
  font-size: 18px;
  padding-left: 10px;
}

/*
  $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:before,.shg-c:after{content:" ";display:table}.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:#000;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}[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}
