#s-f374e539-c2f5-417c-9f62-df67b36512c3 {
  text-align: left;
}

#s-92d0bdfb-620d-462b-af6b-dbb10fdda65c {
  text-align: left;
}

.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-c3d53141-0b9e-4d0b-b13f-198e3067225a {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0%;
margin-left: 0%;
margin-bottom: 0%;
margin-right: 0%;
padding-top: 0%;
padding-left: 3em;
padding-bottom: 0%;
min-height: 25em;
background-position: center center;
}
@media (max-width: 767px){#s-c3d53141-0b9e-4d0b-b13f-198e3067225a {
  padding-left: 1em;
padding-bottom: 3em;
min-height: 25em;
}
}
#s-c3d53141-0b9e-4d0b-b13f-198e3067225a {
  background-image: url(https://i.shgcdn.com/0548caf1-e272-4594-992d-9b4c827f5392/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-c3d53141-0b9e-4d0b-b13f-198e3067225a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-c3d53141-0b9e-4d0b-b13f-198e3067225a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
@media (max-width: 767px){






#s-c3d53141-0b9e-4d0b-b13f-198e3067225a > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-c3d53141-0b9e-4d0b-b13f-198e3067225a.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
}
.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-14d45e52-ecba-46ad-9416-6b32c3b2075e {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-14d45e52-ecba-46ad-9416-6b32c3b2075e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 4em;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-14d45e52-ecba-46ad-9416-6b32c3b2075e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 3em;
  
  
  text-align: left;
}


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

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

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

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

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

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

.shg-default-text-content 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: ;
}

#s-f9e585b6-fb93-407e-ac2f-0704fabda217 {
  padding-top: 1em;
padding-bottom: 1em;
}

.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-e769a3c1-c216-4e77-b864-8f8d0bb4452e {
  padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-e769a3c1-c216-4e77-b864-8f8d0bb4452e:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-e769a3c1-c216-4e77-b864-8f8d0bb4452e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e769a3c1-c216-4e77-b864-8f8d0bb4452e-root {
    text-align: left;
  }


#s-e769a3c1-c216-4e77-b864-8f8d0bb4452e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  
  
  font-family: Roobert-Light;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e769a3c1-c216-4e77-b864-8f8d0bb4452e-root {
    text-align: left;
  }


#s-e769a3c1-c216-4e77-b864-8f8d0bb4452e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  
  
  font-family: Roobert-Light;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e769a3c1-c216-4e77-b864-8f8d0bb4452e-root {
    text-align: left;
  }


#s-e769a3c1-c216-4e77-b864-8f8d0bb4452e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  
  
  font-family: Roobert-Light;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e769a3c1-c216-4e77-b864-8f8d0bb4452e-root {
    text-align: left;
  }


#s-e769a3c1-c216-4e77-b864-8f8d0bb4452e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  
  
  font-family: Roobert-Light;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e769a3c1-c216-4e77-b864-8f8d0bb4452e-root {
    text-align: left;
  }


#s-e769a3c1-c216-4e77-b864-8f8d0bb4452e.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  
  
  font-family: Roobert-Light;
  display:  inline-block ;
}
}
#s-6dce5b43-5eb9-4eac-94e7-e279e341aa21 {
  padding-left: 3%;
padding-right: 0%;
min-height: 0px;
}








#s-6dce5b43-5eb9-4eac-94e7-e279e341aa21 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6dce5b43-5eb9-4eac-94e7-e279e341aa21.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-66728a68-42a6-467c-b791-ef2684702fcc {
  text-align: left;
}

#s-1df721ef-de75-47be-93b0-0ff33143f485 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 3em;
padding-left: 1em;
padding-bottom: 0.5em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-1df721ef-de75-47be-93b0-0ff33143f485 {
  padding-bottom: 1em;
}
}@media (max-width: 767px){#s-1df721ef-de75-47be-93b0-0ff33143f485 {
  padding-top: 3em;
padding-bottom: 3em;
}
}







#s-1df721ef-de75-47be-93b0-0ff33143f485 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1df721ef-de75-47be-93b0-0ff33143f485.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

#s-17e11380-682a-415e-8e11-67e51104032a {
  margin-top: 0em;
margin-bottom: 0em;
}

@media (min-width: 0px) {
[id="s-17e11380-682a-415e-8e11-67e51104032a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-17e11380-682a-415e-8e11-67e51104032a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-17e11380-682a-415e-8e11-67e51104032a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-17e11380-682a-415e-8e11-67e51104032a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

#s-831f5b9c-4b1a-4b85-ac24-448e1f4b6fa4 {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 30em;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-831f5b9c-4b1a-4b85-ac24-448e1f4b6fa4 {
  min-height: 22em;
}
}@media (max-width: 767px){#s-831f5b9c-4b1a-4b85-ac24-448e1f4b6fa4 {
  padding-bottom: 0em;
min-height: 18em;
}
}
#s-831f5b9c-4b1a-4b85-ac24-448e1f4b6fa4 {
  background-image: url(https://i.shgcdn.com/6697e7b9-0b49-484c-8a4a-bd98f89b83d3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-831f5b9c-4b1a-4b85-ac24-448e1f4b6fa4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-831f5b9c-4b1a-4b85-ac24-448e1f4b6fa4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ff828a69-65d1-46c1-b264-f1567b78004b {
  padding-top: 0em;
padding-left: 2em;
padding-bottom: 0em;
padding-right: 2em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ff828a69-65d1-46c1-b264-f1567b78004b {
  padding-left: 1em;
padding-right: 1em;
}
}@media (max-width: 767px){#s-ff828a69-65d1-46c1-b264-f1567b78004b {
  margin-bottom: 0em;
padding-top: 1.5em;
padding-left: 0em;
padding-bottom: 0px;
padding-right: 0em;
}
}







#s-ff828a69-65d1-46c1-b264-f1567b78004b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff828a69-65d1-46c1-b264-f1567b78004b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ccb43709-13db-4844-a540-ccbfd713f095 {
  padding-top: 0px;
padding-bottom: 2em;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-ccb43709-13db-4844-a540-ccbfd713f095 {
  padding-bottom: 1em;
}
}@media (max-width: 767px){#s-ccb43709-13db-4844-a540-ccbfd713f095 {
  padding-bottom: 1.5em;
}
}
#s-ccb43709-13db-4844-a540-ccbfd713f095 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 2em;
  
  
  text-align: left;
}



#s-d3fbe4e6-5b0b-4128-88e4-3d9c14c962a4 {
  padding-top: 0px;
padding-left: 1em;
padding-bottom: 3em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d3fbe4e6-5b0b-4128-88e4-3d9c14c962a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3fbe4e6-5b0b-4128-88e4-3d9c14c962a4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-02306363-138e-49f0-a0c5-7fff90ad73e9 {
  margin-top: 0em;
margin-bottom: 0em;
}

@media (min-width: 0px) {
[id="s-02306363-138e-49f0-a0c5-7fff90ad73e9"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-02306363-138e-49f0-a0c5-7fff90ad73e9"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-02306363-138e-49f0-a0c5-7fff90ad73e9"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-02306363-138e-49f0-a0c5-7fff90ad73e9"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (max-width: 767px) {
  [id="s-02306363-138e-49f0-a0c5-7fff90ad73e9"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-5813da5c-2cd0-4b92-895b-c75764f70e79 {
  padding-top: 0em;
padding-left: 2em;
padding-bottom: 0em;
padding-right: 2em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-5813da5c-2cd0-4b92-895b-c75764f70e79 {
  padding-left: 1em;
padding-right: 1em;
}
}@media (max-width: 767px){#s-5813da5c-2cd0-4b92-895b-c75764f70e79 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 1.5em;
padding-left: 0em;
padding-bottom: 0em;
padding-right: 0em;
}
}







#s-5813da5c-2cd0-4b92-895b-c75764f70e79 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5813da5c-2cd0-4b92-895b-c75764f70e79.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ccef875e-7fdc-4462-92a9-d228e183a88c {
  padding-top: 0px;
padding-bottom: 2em;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-ccef875e-7fdc-4462-92a9-d228e183a88c {
  padding-bottom: 1em;
}
}@media (max-width: 767px){#s-ccef875e-7fdc-4462-92a9-d228e183a88c {
  padding-bottom: 1.5em;
}
}
#s-ccef875e-7fdc-4462-92a9-d228e183a88c .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 2em;
  
  
  text-align: left;
}



#s-ebf4d599-a412-435b-a2f1-ca603234f7ed {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 30em;
background-position: center center;
}
@media (min-width: 768px) and (max-width: 991px){#s-ebf4d599-a412-435b-a2f1-ca603234f7ed {
  min-height: 22em;
}
}@media (max-width: 767px){#s-ebf4d599-a412-435b-a2f1-ca603234f7ed {
  min-height: 18em;
}
}







#s-ebf4d599-a412-435b-a2f1-ca603234f7ed > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ebf4d599-a412-435b-a2f1-ca603234f7ed.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eed5987b-0983-4495-840e-bb1c4785cc3d {
  padding-left: 1em;
padding-right: 1em;
min-height: 50px;
}
@media (max-width: 767px){#s-eed5987b-0983-4495-840e-bb1c4785cc3d {
  padding-left: 0.5em;
padding-right: 0.5em;
}
}







#s-eed5987b-0983-4495-840e-bb1c4785cc3d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eed5987b-0983-4495-840e-bb1c4785cc3d.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c39bf62-2966-4586-8c96-eb9fdb737acb {
  margin-top: 0px;
margin-left: 0em;
margin-bottom: 3em;
margin-right: 0em;
padding-top: 4px;
padding-bottom: 0px;
padding-right: 0em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(87, 87, 87, 1);
}








#s-9c39bf62-2966-4586-8c96-eb9fdb737acb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c39bf62-2966-4586-8c96-eb9fdb737acb.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-a90eb315-c5c5-446f-87c7-d0abddc17e0c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a90eb315-c5c5-446f-87c7-d0abddc17e0c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-a90eb315-c5c5-446f-87c7-d0abddc17e0c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-a90eb315-c5c5-446f-87c7-d0abddc17e0c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

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

.shg-image-content-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}

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

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

#s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40 {
  margin-top: 10px;
margin-bottom: 0px;
padding-top: 0px;
text-align: center;
}







  img.s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40.shogun-image {
    
    
  }


.s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40.shg-align-container {
  text-align: center
}

.s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40.shogun-image {
    
    
  }


.s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40.shg-align-container {
  text-align: center
}

.s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40.shogun-image {
  box-sizing: border-box;
}


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





  img.s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40.shogun-image {
    
    
  }


.s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40.shg-align-container {
  text-align: center
}

.s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40.shogun-image {
  box-sizing: border-box;
}


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





  img.s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40.shogun-image {
    
    
  }


.s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40.shg-align-container {
  text-align: center
}

.s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40.shogun-image {
  box-sizing: border-box;
}


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





  img.s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40.shogun-image {
    
    
  }


.s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40 .shogun-image-content {
  
    align-items:  flex-end;
  
}

.s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40.shg-align-container {
  text-align: center
}

.s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-03650e7a-c2ed-43ba-a9ba-9b3b41708b40.shogun-image {
  box-sizing: border-box;
}


}
#s-000029c9-c720-41e5-a19b-a41388082e97 {
  padding-top: 0em;
padding-left: 2em;
padding-right: 2em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-000029c9-c720-41e5-a19b-a41388082e97 {
  padding-left: 1em;
padding-right: 1em;
}
}@media (max-width: 767px){#s-000029c9-c720-41e5-a19b-a41388082e97 {
  padding-left: 2em;
padding-right: 1em;
}
}







#s-000029c9-c720-41e5-a19b-a41388082e97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-000029c9-c720-41e5-a19b-a41388082e97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-15772b8b-7054-422a-9730-71f3ad06657b {
  margin-bottom: 0em;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-15772b8b-7054-422a-9730-71f3ad06657b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 2em;
  
  
  text-align: left;
}



#s-2c5bc4ca-e5b1-4f64-bcc0-0069d7b46485 {
  margin-top: 25px;
padding-top: 7px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(37, 37, 37, 0);
text-align: center;
text-decoration: none;
color: rgba(255, 255, 255, 1);
}
#s-2c5bc4ca-e5b1-4f64-bcc0-0069d7b46485:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-2c5bc4ca-e5b1-4f64-bcc0-0069d7b46485:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-2c5bc4ca-e5b1-4f64-bcc0-0069d7b46485 {
  margin-bottom: 25px;
}
}

  #s-2c5bc4ca-e5b1-4f64-bcc0-0069d7b46485-root {
    text-align: center;
  }


#s-2c5bc4ca-e5b1-4f64-bcc0-0069d7b46485.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  
  
  font-family: Roobert-Light;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-2c5bc4ca-e5b1-4f64-bcc0-0069d7b46485-root {
    text-align: center;
  }


#s-2c5bc4ca-e5b1-4f64-bcc0-0069d7b46485.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  
  
  font-family: Roobert-Light;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-2c5bc4ca-e5b1-4f64-bcc0-0069d7b46485-root {
    text-align: center;
  }


#s-2c5bc4ca-e5b1-4f64-bcc0-0069d7b46485.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  
  
  font-family: Roobert-Light;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-2c5bc4ca-e5b1-4f64-bcc0-0069d7b46485-root {
    text-align: center;
  }


#s-2c5bc4ca-e5b1-4f64-bcc0-0069d7b46485.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  
  
  font-family: Roobert-Light;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-2c5bc4ca-e5b1-4f64-bcc0-0069d7b46485-root {
    text-align: center;
  }


#s-2c5bc4ca-e5b1-4f64-bcc0-0069d7b46485.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 1em;
  
  
  font-family: Roobert-Light;
  display:  inline-block ;
}
}
#s-c76c094f-f036-4bb6-bf8b-f7c69b8080f6 {
  padding-top: 4em;
min-height: 0em;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-c76c094f-f036-4bb6-bf8b-f7c69b8080f6 {
  padding-left: 1em;
padding-right: 1em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c76c094f-f036-4bb6-bf8b-f7c69b8080f6 {
  padding-left: 1em;
padding-right: 1em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c76c094f-f036-4bb6-bf8b-f7c69b8080f6 {
  padding-left: 1em;
padding-right: 1em;
}
}@media (max-width: 767px){#s-c76c094f-f036-4bb6-bf8b-f7c69b8080f6 {
  padding-top: 3em;
padding-left: 1em;
padding-right: 1em;
}
}







#s-c76c094f-f036-4bb6-bf8b-f7c69b8080f6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c76c094f-f036-4bb6-bf8b-f7c69b8080f6.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-20a30678-94a5-4ceb-8945-c7314499d8ae {
  padding-top: 0px;
padding-bottom: 3em;
text-align: center;
}
@media (min-width: 1200px){#s-20a30678-94a5-4ceb-8945-c7314499d8ae {
  padding-bottom: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-20a30678-94a5-4ceb-8945-c7314499d8ae {
  padding-bottom: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-20a30678-94a5-4ceb-8945-c7314499d8ae {
  padding-bottom: 2em;
}
}@media (max-width: 767px){#s-20a30678-94a5-4ceb-8945-c7314499d8ae {
  padding-bottom: 0em;
}
}
#s-20a30678-94a5-4ceb-8945-c7314499d8ae .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 3em;
  
  
  
}


@media (min-width: 1200px){#s-20a30678-94a5-4ceb-8945-c7314499d8ae .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 4em;
  
  
  
}


}@media (min-width: 992px) and (max-width: 1199px){#s-20a30678-94a5-4ceb-8945-c7314499d8ae .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 4em;
  
  
  
}


}@media (min-width: 768px) and (max-width: 991px){#s-20a30678-94a5-4ceb-8945-c7314499d8ae .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 4em;
  
  
  
}


}@media (max-width: 767px){#s-20a30678-94a5-4ceb-8945-c7314499d8ae .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  
}


}
#s-eb7ba64a-d5f6-489b-a57b-37960a9f9648 {
  padding-top: 0em;
min-height: 0em;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-eb7ba64a-d5f6-489b-a57b-37960a9f9648 {
  padding-left: 1em;
padding-right: 1em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eb7ba64a-d5f6-489b-a57b-37960a9f9648 {
  padding-left: 1em;
padding-right: 1em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-eb7ba64a-d5f6-489b-a57b-37960a9f9648 {
  padding-left: 1em;
padding-right: 1em;
}
}@media (max-width: 767px){#s-eb7ba64a-d5f6-489b-a57b-37960a9f9648 {
  padding-top: 2em;
padding-left: 1em;
padding-right: 1em;
}
}







#s-eb7ba64a-d5f6-489b-a57b-37960a9f9648 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eb7ba64a-d5f6-489b-a57b-37960a9f9648.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-bca6568f-8fb6-4c16-8a66-f2a61d1d94d8 {
  margin-left: 0em;
margin-right: 0em;
}

@media (min-width: 0px) {
[id="s-bca6568f-8fb6-4c16-8a66-f2a61d1d94d8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-bca6568f-8fb6-4c16-8a66-f2a61d1d94d8"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-bca6568f-8fb6-4c16-8a66-f2a61d1d94d8"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-bca6568f-8fb6-4c16-8a66-f2a61d1d94d8"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (max-width: 767px) {
  [id="s-bca6568f-8fb6-4c16-8a66-f2a61d1d94d8"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-31927fa6-d4ff-4d98-808c-fe4260004d6a {
  margin-right: 4em;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
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;
}
@media (min-width: 1200px){#s-31927fa6-d4ff-4d98-808c-fe4260004d6a {
  padding-left: 2em;
padding-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-31927fa6-d4ff-4d98-808c-fe4260004d6a {
  margin-left: 0em;
margin-right: 0em;
padding-left: 2em;
padding-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-31927fa6-d4ff-4d98-808c-fe4260004d6a {
  margin-left: 0em;
margin-right: 0em;
padding-left: 1em;
padding-right: 1em;
}
}@media (max-width: 767px){#s-31927fa6-d4ff-4d98-808c-fe4260004d6a {
  margin-right: 0em;
}
}







#s-31927fa6-d4ff-4d98-808c-fe4260004d6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-31927fa6-d4ff-4d98-808c-fe4260004d6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-748f6de2-a5f7-4ce4-9d0c-b68e60847537 {
  display: none;
}
#s-62508dbc-d2fb-4bce-a4e4-71f644e7cf76 {
  padding-top: 1em;
padding-left: 0em;
padding-bottom: 1em;
padding-right: 3em;
}
@media (min-width: 1200px){#s-62508dbc-d2fb-4bce-a4e4-71f644e7cf76 {
  padding-top: 2em;
padding-bottom: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-62508dbc-d2fb-4bce-a4e4-71f644e7cf76 {
  padding-right: 2em;
}
}@media (max-width: 767px){#s-62508dbc-d2fb-4bce-a4e4-71f644e7cf76 {
  padding-right: 1em;
}
}
@media (min-width: 0px) {
[id="s-62508dbc-d2fb-4bce-a4e4-71f644e7cf76"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 0.0em);
}

}

@media (min-width: 768px) {
[id="s-62508dbc-d2fb-4bce-a4e4-71f644e7cf76"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0em);
}

[id="s-62508dbc-d2fb-4bce-a4e4-71f644e7cf76"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0em);
}

}

@media (min-width: 992px) {
[id="s-62508dbc-d2fb-4bce-a4e4-71f644e7cf76"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0em);
}

[id="s-62508dbc-d2fb-4bce-a4e4-71f644e7cf76"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0em);
}

}

@media (min-width: 1200px) {
[id="s-62508dbc-d2fb-4bce-a4e4-71f644e7cf76"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0em);
}

[id="s-62508dbc-d2fb-4bce-a4e4-71f644e7cf76"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0em);
}

}

.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-8ad597da-831f-4d76-82a2-6141ab8fd95f {
  padding-top: 0.5em;
padding-bottom: 0em;
text-align: left;
}
@media (max-width: 767px){#s-8ad597da-831f-4d76-82a2-6141ab8fd95f {
  padding-top: 0em;
}
}
#s-8ad597da-831f-4d76-82a2-6141ab8fd95f .shg-product-title-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:   ;
  font-size: 2.5em;
  line-height: ;
  letter-spacing: ;
}

#s-717e0a10-208b-4cf4-b95e-ef4a7599c0fa {
  padding-left: 0%;
padding-right: 0%;
text-align: left;
}
@media (min-width: 1200px){#s-717e0a10-208b-4cf4-b95e-ef4a7599c0fa {
  display: none;
}
#s-717e0a10-208b-4cf4-b95e-ef4a7599c0fa, #wrap-s-717e0a10-208b-4cf4-b95e-ef4a7599c0fa { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-717e0a10-208b-4cf4-b95e-ef4a7599c0fa {
  display: none;
}
#s-717e0a10-208b-4cf4-b95e-ef4a7599c0fa, #wrap-s-717e0a10-208b-4cf4-b95e-ef4a7599c0fa { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-717e0a10-208b-4cf4-b95e-ef4a7599c0fa {
  display: none;
}
#s-717e0a10-208b-4cf4-b95e-ef4a7599c0fa, #wrap-s-717e0a10-208b-4cf4-b95e-ef4a7599c0fa { display:none !important; }}@media (max-width: 767px){#s-717e0a10-208b-4cf4-b95e-ef4a7599c0fa {
  display: none;
}
#s-717e0a10-208b-4cf4-b95e-ef4a7599c0fa, #wrap-s-717e0a10-208b-4cf4-b95e-ef4a7599c0fa { display:none !important; }}
#s-717e0a10-208b-4cf4-b95e-ef4a7599c0fa .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 2.5em;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:  normal ;
}

#s-717e0a10-208b-4cf4-b95e-ef4a7599c0fa .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:  normal ;
  font-size: 2.5em;
}

#s-717e0a10-208b-4cf4-b95e-ef4a7599c0fa .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-83dcaef4-401e-406e-ad9b-4b39459b5453 {
  margin-top: 0em;
margin-bottom: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-83dcaef4-401e-406e-ad9b-4b39459b5453 {
  display: none;
}
#s-83dcaef4-401e-406e-ad9b-4b39459b5453, #wrap-s-83dcaef4-401e-406e-ad9b-4b39459b5453 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-83dcaef4-401e-406e-ad9b-4b39459b5453 {
  display: none;
}
#s-83dcaef4-401e-406e-ad9b-4b39459b5453, #wrap-s-83dcaef4-401e-406e-ad9b-4b39459b5453 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-83dcaef4-401e-406e-ad9b-4b39459b5453 {
  display: none;
}
#s-83dcaef4-401e-406e-ad9b-4b39459b5453, #wrap-s-83dcaef4-401e-406e-ad9b-4b39459b5453 { display:none !important; }}@media (max-width: 767px){#s-83dcaef4-401e-406e-ad9b-4b39459b5453 {
  display: none;
}
#s-83dcaef4-401e-406e-ad9b-4b39459b5453, #wrap-s-83dcaef4-401e-406e-ad9b-4b39459b5453 { display:none !important; }}







#s-83dcaef4-401e-406e-ad9b-4b39459b5453 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-83dcaef4-401e-406e-ad9b-4b39459b5453.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a116a4c-61be-4989-b925-6dd7ee235b98 {
  border-style: solid;
margin-right: 0.5em;
padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(239, 239, 239, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-9a116a4c-61be-4989-b925-6dd7ee235b98:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 4px !important;
background-color: rgba(66, 66, 66, 0.03) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-9a116a4c-61be-4989-b925-6dd7ee235b98:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 0) !important;}@media (min-width: 768px) and (max-width: 991px){#s-9a116a4c-61be-4989-b925-6dd7ee235b98 {
  padding-left: 12px;
padding-right: 12px;
}
}@media (max-width: 767px){#s-9a116a4c-61be-4989-b925-6dd7ee235b98 {
  padding-left: 10px;
padding-right: 10px;
}
}

  #s-9a116a4c-61be-4989-b925-6dd7ee235b98-root {
    text-align: left;
  }


#s-9a116a4c-61be-4989-b925-6dd7ee235b98.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-9a116a4c-61be-4989-b925-6dd7ee235b98-root {
    text-align: left;
  }


#s-9a116a4c-61be-4989-b925-6dd7ee235b98.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-9a116a4c-61be-4989-b925-6dd7ee235b98-root {
    text-align: left;
  }


#s-9a116a4c-61be-4989-b925-6dd7ee235b98.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-9a116a4c-61be-4989-b925-6dd7ee235b98-root {
    text-align: left;
  }


#s-9a116a4c-61be-4989-b925-6dd7ee235b98.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-9a116a4c-61be-4989-b925-6dd7ee235b98-root {
    text-align: left;
  }


#s-9a116a4c-61be-4989-b925-6dd7ee235b98.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-575b9aa1-5f1e-4758-82ab-e4a920972fb7 {
  display: none;
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

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

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

#s-bc613794-0ff1-4273-8094-926705074223 {
  padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
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;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-bc613794-0ff1-4273-8094-926705074223:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-bc613794-0ff1-4273-8094-926705074223:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bc613794-0ff1-4273-8094-926705074223-atc-btn-wrapper {
    text-align: left;
  }


#s-bc613794-0ff1-4273-8094-926705074223 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-bc613794-0ff1-4273-8094-926705074223.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-bc613794-0ff1-4273-8094-926705074223.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}

#s-bc613794-0ff1-4273-8094-926705074223.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-a5a45ad0-6d94-4ee5-8733-0eacd78f025f {
  min-height: 50px;
}








#s-a5a45ad0-6d94-4ee5-8733-0eacd78f025f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a5a45ad0-6d94-4ee5-8733-0eacd78f025f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-0505a0a2-f544-4914-a926-a1e48ed6b173 {
  max-width: 1669px;
aspect-ratio: 1669/1097;
text-align: center;
}





  #s-0505a0a2-f544-4914-a926-a1e48ed6b173 img.shogun-image,
  #s-0505a0a2-f544-4914-a926-a1e48ed6b173 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0505a0a2-f544-4914-a926-a1e48ed6b173 {
    width: 100%;
    height: auto;
  }



  img.s-0505a0a2-f544-4914-a926-a1e48ed6b173.shogun-image {
    
    
  }


.s-0505a0a2-f544-4914-a926-a1e48ed6b173 .shogun-image-content {
  
    align-items: center;
  
}

.s-0505a0a2-f544-4914-a926-a1e48ed6b173.shg-align-container {
  text-align: center
}

.s-0505a0a2-f544-4914-a926-a1e48ed6b173.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0505a0a2-f544-4914-a926-a1e48ed6b173.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-0505a0a2-f544-4914-a926-a1e48ed6b173 img.shogun-image,
  #s-0505a0a2-f544-4914-a926-a1e48ed6b173 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0505a0a2-f544-4914-a926-a1e48ed6b173 {
    width: 100%;
    height: auto;
  }



  img.s-0505a0a2-f544-4914-a926-a1e48ed6b173.shogun-image {
    
    
  }


.s-0505a0a2-f544-4914-a926-a1e48ed6b173 .shogun-image-content {
  
    align-items: center;
  
}

.s-0505a0a2-f544-4914-a926-a1e48ed6b173.shg-align-container {
  text-align: center
}

.s-0505a0a2-f544-4914-a926-a1e48ed6b173.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0505a0a2-f544-4914-a926-a1e48ed6b173.shogun-image {
  box-sizing: border-box;
}


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



  #s-0505a0a2-f544-4914-a926-a1e48ed6b173 img.shogun-image,
  #s-0505a0a2-f544-4914-a926-a1e48ed6b173 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0505a0a2-f544-4914-a926-a1e48ed6b173 {
    width: 100%;
    height: auto;
  }



  img.s-0505a0a2-f544-4914-a926-a1e48ed6b173.shogun-image {
    
    
  }


.s-0505a0a2-f544-4914-a926-a1e48ed6b173 .shogun-image-content {
  
    align-items: center;
  
}

.s-0505a0a2-f544-4914-a926-a1e48ed6b173.shg-align-container {
  text-align: center
}

.s-0505a0a2-f544-4914-a926-a1e48ed6b173.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0505a0a2-f544-4914-a926-a1e48ed6b173.shogun-image {
  box-sizing: border-box;
}


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



  #s-0505a0a2-f544-4914-a926-a1e48ed6b173 img.shogun-image,
  #s-0505a0a2-f544-4914-a926-a1e48ed6b173 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0505a0a2-f544-4914-a926-a1e48ed6b173 {
    width: 100%;
    height: auto;
  }



  img.s-0505a0a2-f544-4914-a926-a1e48ed6b173.shogun-image {
    
    
  }


.s-0505a0a2-f544-4914-a926-a1e48ed6b173 .shogun-image-content {
  
    align-items: center;
  
}

.s-0505a0a2-f544-4914-a926-a1e48ed6b173.shg-align-container {
  text-align: center
}

.s-0505a0a2-f544-4914-a926-a1e48ed6b173.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0505a0a2-f544-4914-a926-a1e48ed6b173.shogun-image {
  box-sizing: border-box;
}


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



  #s-0505a0a2-f544-4914-a926-a1e48ed6b173 img.shogun-image,
  #s-0505a0a2-f544-4914-a926-a1e48ed6b173 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-0505a0a2-f544-4914-a926-a1e48ed6b173 {
    width: 100%;
    height: auto;
  }



  img.s-0505a0a2-f544-4914-a926-a1e48ed6b173.shogun-image {
    
    
  }


.s-0505a0a2-f544-4914-a926-a1e48ed6b173 .shogun-image-content {
  
    align-items: center;
  
}

.s-0505a0a2-f544-4914-a926-a1e48ed6b173.shg-align-container {
  text-align: center
}

.s-0505a0a2-f544-4914-a926-a1e48ed6b173.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0505a0a2-f544-4914-a926-a1e48ed6b173.shogun-image {
  box-sizing: border-box;
}


}
#s-728a2f82-c6fd-444e-b183-6cbf5ea17078 {
  padding-top: 0em;
padding-bottom: 4em;
min-height: 0em;
background-color: rgba(0, 0, 0, 1);
}
@media (min-width: 1200px){#s-728a2f82-c6fd-444e-b183-6cbf5ea17078 {
  padding-left: 1em;
padding-right: 1em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-728a2f82-c6fd-444e-b183-6cbf5ea17078 {
  padding-left: 1em;
padding-right: 1em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-728a2f82-c6fd-444e-b183-6cbf5ea17078 {
  padding-left: 1em;
padding-right: 1em;
}
}@media (max-width: 767px){#s-728a2f82-c6fd-444e-b183-6cbf5ea17078 {
  padding-top: 3em;
padding-left: 1em;
padding-right: 1em;
}
}







#s-728a2f82-c6fd-444e-b183-6cbf5ea17078 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-728a2f82-c6fd-444e-b183-6cbf5ea17078.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-1afbba07-06a1-430b-89d5-7fe8001d8d33 {
  margin-left: 1em;
margin-right: 1em;
}
@media (max-width: 767px){#s-1afbba07-06a1-430b-89d5-7fe8001d8d33 {
  margin-left: 0%;
margin-right: 0%;
}
}
@media (min-width: 0px) {
[id="s-1afbba07-06a1-430b-89d5-7fe8001d8d33"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1afbba07-06a1-430b-89d5-7fe8001d8d33"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-1afbba07-06a1-430b-89d5-7fe8001d8d33"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-1afbba07-06a1-430b-89d5-7fe8001d8d33"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

#s-49b60994-9fd9-4f21-941c-a94486fe929e {
  min-height: 50px;
}








#s-49b60994-9fd9-4f21-941c-a94486fe929e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-49b60994-9fd9-4f21-941c-a94486fe929e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-850fb2b9-aa89-4422-8177-44ae689db554 {
  padding-left: 10%;
padding-right: 10%;
max-width: 1600px;
aspect-ratio: 1600/1066;
text-align: center;
}
@media (max-width: 767px){#s-850fb2b9-aa89-4422-8177-44ae689db554 {
  max-width: 80%;
}
}




  #s-850fb2b9-aa89-4422-8177-44ae689db554 img.shogun-image,
  #s-850fb2b9-aa89-4422-8177-44ae689db554 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-850fb2b9-aa89-4422-8177-44ae689db554 {
    width: 100%;
    height: auto;
  }



  img.s-850fb2b9-aa89-4422-8177-44ae689db554.shogun-image {
    
    
  }


.s-850fb2b9-aa89-4422-8177-44ae689db554 .shogun-image-content {
  
    align-items: center;
  
}

.s-850fb2b9-aa89-4422-8177-44ae689db554.shg-align-container {
  text-align: center
}

.s-850fb2b9-aa89-4422-8177-44ae689db554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-850fb2b9-aa89-4422-8177-44ae689db554.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){



  #s-850fb2b9-aa89-4422-8177-44ae689db554 img.shogun-image,
  #s-850fb2b9-aa89-4422-8177-44ae689db554 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-850fb2b9-aa89-4422-8177-44ae689db554 {
    width: 100%;
    height: auto;
  }



  img.s-850fb2b9-aa89-4422-8177-44ae689db554.shogun-image {
    
    
  }


.s-850fb2b9-aa89-4422-8177-44ae689db554 .shogun-image-content {
  
    align-items: center;
  
}

.s-850fb2b9-aa89-4422-8177-44ae689db554.shg-align-container {
  text-align: center
}

.s-850fb2b9-aa89-4422-8177-44ae689db554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-850fb2b9-aa89-4422-8177-44ae689db554.shogun-image {
  box-sizing: border-box;
}


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



  #s-850fb2b9-aa89-4422-8177-44ae689db554 img.shogun-image,
  #s-850fb2b9-aa89-4422-8177-44ae689db554 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-850fb2b9-aa89-4422-8177-44ae689db554 {
    width: 100%;
    height: auto;
  }



  img.s-850fb2b9-aa89-4422-8177-44ae689db554.shogun-image {
    
    
  }


.s-850fb2b9-aa89-4422-8177-44ae689db554 .shogun-image-content {
  
    align-items: center;
  
}

.s-850fb2b9-aa89-4422-8177-44ae689db554.shg-align-container {
  text-align: center
}

.s-850fb2b9-aa89-4422-8177-44ae689db554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-850fb2b9-aa89-4422-8177-44ae689db554.shogun-image {
  box-sizing: border-box;
}


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



  #s-850fb2b9-aa89-4422-8177-44ae689db554 img.shogun-image,
  #s-850fb2b9-aa89-4422-8177-44ae689db554 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-850fb2b9-aa89-4422-8177-44ae689db554 {
    width: 100%;
    height: auto;
  }



  img.s-850fb2b9-aa89-4422-8177-44ae689db554.shogun-image {
    
    
  }


.s-850fb2b9-aa89-4422-8177-44ae689db554 .shogun-image-content {
  
    align-items: center;
  
}

.s-850fb2b9-aa89-4422-8177-44ae689db554.shg-align-container {
  text-align: center
}

.s-850fb2b9-aa89-4422-8177-44ae689db554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-850fb2b9-aa89-4422-8177-44ae689db554.shogun-image {
  box-sizing: border-box;
}


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



  #s-850fb2b9-aa89-4422-8177-44ae689db554 img.shogun-image,
  #s-850fb2b9-aa89-4422-8177-44ae689db554 .shg-image-content-wrapper {
    height: 100%;
    width: 100%;
  }

  #s-850fb2b9-aa89-4422-8177-44ae689db554 {
    width: 100%;
    height: auto;
  }



  img.s-850fb2b9-aa89-4422-8177-44ae689db554.shogun-image {
    
    
  }


.s-850fb2b9-aa89-4422-8177-44ae689db554 .shogun-image-content {
  
    align-items: center;
  
}

.s-850fb2b9-aa89-4422-8177-44ae689db554.shg-align-container {
  text-align: center
}

.s-850fb2b9-aa89-4422-8177-44ae689db554.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-850fb2b9-aa89-4422-8177-44ae689db554.shogun-image {
  box-sizing: border-box;
}


}
#s-4b109b14-8858-4be9-b4f3-a2fb454f5f31 {
  margin-right: 4em;
padding-top: 0px;
padding-left: 0%;
padding-bottom: 0px;
padding-right: 0%;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 4px;
min-height: 50px;
}
@media (min-width: 1200px){#s-4b109b14-8858-4be9-b4f3-a2fb454f5f31 {
  padding-left: 2em;
padding-right: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4b109b14-8858-4be9-b4f3-a2fb454f5f31 {
  padding-left: 2em;
padding-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-4b109b14-8858-4be9-b4f3-a2fb454f5f31 {
  margin-right: 0em;
padding-left: 1em;
padding-right: 1em;
}
}@media (max-width: 767px){#s-4b109b14-8858-4be9-b4f3-a2fb454f5f31 {
  margin-right: 0em;
}
}







#s-4b109b14-8858-4be9-b4f3-a2fb454f5f31 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b109b14-8858-4be9-b4f3-a2fb454f5f31.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

#s-b724fb97-3671-4ef4-946c-af1cdca6c6e5 {
  display: none;
}
#s-627e3b9a-a6f8-4ec0-bb3e-91520cc8043b {
  padding-top: 1em;
padding-left: 0em;
padding-bottom: 1em;
padding-right: 3em;
}
@media (min-width: 1200px){#s-627e3b9a-a6f8-4ec0-bb3e-91520cc8043b {
  padding-top: 2em;
padding-bottom: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-627e3b9a-a6f8-4ec0-bb3e-91520cc8043b {
  padding-right: 2em;
}
}@media (max-width: 767px){#s-627e3b9a-a6f8-4ec0-bb3e-91520cc8043b {
  padding-right: 1em;
}
}
@media (min-width: 0px) {
[id="s-627e3b9a-a6f8-4ec0-bb3e-91520cc8043b"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 2.5em);
}

}

@media (min-width: 768px) {
[id="s-627e3b9a-a6f8-4ec0-bb3e-91520cc8043b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5em);
}

[id="s-627e3b9a-a6f8-4ec0-bb3e-91520cc8043b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5em);
}

}

@media (min-width: 992px) {
[id="s-627e3b9a-a6f8-4ec0-bb3e-91520cc8043b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5em);
}

[id="s-627e3b9a-a6f8-4ec0-bb3e-91520cc8043b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5em);
}

}

@media (min-width: 1200px) {
[id="s-627e3b9a-a6f8-4ec0-bb3e-91520cc8043b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5em);
}

[id="s-627e3b9a-a6f8-4ec0-bb3e-91520cc8043b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5em);
}

}

#s-66810004-9ec8-4b07-a84d-794c9850ac13 {
  padding-top: 0.5em;
padding-bottom: 0em;
text-align: left;
}
@media (max-width: 767px){#s-66810004-9ec8-4b07-a84d-794c9850ac13 {
  padding-top: 0em;
}
}
#s-66810004-9ec8-4b07-a84d-794c9850ac13 .shg-product-title-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:   ;
  font-size: 2.5em;
  line-height: ;
  letter-spacing: ;
}

#s-af201d08-38c3-4a14-83b6-28f719142acb {
  padding-left: 0%;
padding-right: 0%;
text-align: left;
}
@media (min-width: 1200px){#s-af201d08-38c3-4a14-83b6-28f719142acb {
  display: none;
}
#s-af201d08-38c3-4a14-83b6-28f719142acb, #wrap-s-af201d08-38c3-4a14-83b6-28f719142acb { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-af201d08-38c3-4a14-83b6-28f719142acb {
  display: none;
}
#s-af201d08-38c3-4a14-83b6-28f719142acb, #wrap-s-af201d08-38c3-4a14-83b6-28f719142acb { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-af201d08-38c3-4a14-83b6-28f719142acb {
  display: none;
}
#s-af201d08-38c3-4a14-83b6-28f719142acb, #wrap-s-af201d08-38c3-4a14-83b6-28f719142acb { display:none !important; }}@media (max-width: 767px){#s-af201d08-38c3-4a14-83b6-28f719142acb {
  display: none;
}
#s-af201d08-38c3-4a14-83b6-28f719142acb, #wrap-s-af201d08-38c3-4a14-83b6-28f719142acb { display:none !important; }}
#s-af201d08-38c3-4a14-83b6-28f719142acb .shg-product-sold-out {
  display: none;
  color: rgba(255, 255, 255, 1);
  font-size: 2.5em;
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:  normal ;
}

#s-af201d08-38c3-4a14-83b6-28f719142acb .shg-product-price {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: Roobert-SemiBold;
  font-style:  normal ;
  font-size: 2.5em;
}

#s-af201d08-38c3-4a14-83b6-28f719142acb .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-8fdf2435-b327-4f1b-9554-3f6faf8d041c {
  margin-top: 0em;
margin-bottom: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-8fdf2435-b327-4f1b-9554-3f6faf8d041c {
  display: none;
}
#s-8fdf2435-b327-4f1b-9554-3f6faf8d041c, #wrap-s-8fdf2435-b327-4f1b-9554-3f6faf8d041c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-8fdf2435-b327-4f1b-9554-3f6faf8d041c {
  display: none;
}
#s-8fdf2435-b327-4f1b-9554-3f6faf8d041c, #wrap-s-8fdf2435-b327-4f1b-9554-3f6faf8d041c { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-8fdf2435-b327-4f1b-9554-3f6faf8d041c {
  display: none;
}
#s-8fdf2435-b327-4f1b-9554-3f6faf8d041c, #wrap-s-8fdf2435-b327-4f1b-9554-3f6faf8d041c { display:none !important; }}@media (max-width: 767px){#s-8fdf2435-b327-4f1b-9554-3f6faf8d041c {
  display: none;
}
#s-8fdf2435-b327-4f1b-9554-3f6faf8d041c, #wrap-s-8fdf2435-b327-4f1b-9554-3f6faf8d041c { display:none !important; }}







#s-8fdf2435-b327-4f1b-9554-3f6faf8d041c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8fdf2435-b327-4f1b-9554-3f6faf8d041c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5ee0c6e4-5957-4990-9091-80aa60b2aa74 {
  border-style: solid;
margin-right: 0.5em;
padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-radius: 4px;
background-color: rgba(239, 239, 239, 0);
text-align: left;
text-decoration: none;
color: rgba(255, 255, 255, 1);
background-image: none;
hover-type: color;
}
#s-5ee0c6e4-5957-4990-9091-80aa60b2aa74:hover {border-style: solid !important;
border-top-width: 1px !important;
border-left-width: 1px !important;
border-bottom-width: 1px !important;
border-right-width: 1px !important;
border-color: rgba(255, 255, 255, 1) !important;
border-radius: 4px !important;
background-color: rgba(66, 66, 66, 0.03) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5ee0c6e4-5957-4990-9091-80aa60b2aa74:active {background-color: rgba(0, 0, 0, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(0, 0, 0, 0) !important;}@media (min-width: 768px) and (max-width: 991px){#s-5ee0c6e4-5957-4990-9091-80aa60b2aa74 {
  padding-left: 12px;
padding-right: 12px;
}
}@media (max-width: 767px){#s-5ee0c6e4-5957-4990-9091-80aa60b2aa74 {
  padding-left: 10px;
padding-right: 10px;
}
}

  #s-5ee0c6e4-5957-4990-9091-80aa60b2aa74-root {
    text-align: left;
  }


#s-5ee0c6e4-5957-4990-9091-80aa60b2aa74.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-5ee0c6e4-5957-4990-9091-80aa60b2aa74-root {
    text-align: left;
  }


#s-5ee0c6e4-5957-4990-9091-80aa60b2aa74.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-5ee0c6e4-5957-4990-9091-80aa60b2aa74-root {
    text-align: left;
  }


#s-5ee0c6e4-5957-4990-9091-80aa60b2aa74.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-5ee0c6e4-5957-4990-9091-80aa60b2aa74-root {
    text-align: left;
  }


#s-5ee0c6e4-5957-4990-9091-80aa60b2aa74.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-5ee0c6e4-5957-4990-9091-80aa60b2aa74-root {
    text-align: left;
  }


#s-5ee0c6e4-5957-4990-9091-80aa60b2aa74.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}
}
#s-f13192b6-041e-4a68-9a17-05d91a797cd6 {
  display: none;
}
#s-ae929e78-b2db-4744-8e1f-03ab7a2a00a2 {
  padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
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;
background-color: #252525;
text-align: left;
cursor: pointer;
}
#s-ae929e78-b2db-4744-8e1f-03ab7a2a00a2:hover {background-color: #424242 !important;
text-decoration: none !important;}#s-ae929e78-b2db-4744-8e1f-03ab7a2a00a2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ae929e78-b2db-4744-8e1f-03ab7a2a00a2-atc-btn-wrapper {
    text-align: left;
  }


#s-ae929e78-b2db-4744-8e1f-03ab7a2a00a2 {
  cursor: pointer;
  user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-ae929e78-b2db-4744-8e1f-03ab7a2a00a2.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-ae929e78-b2db-4744-8e1f-03ab7a2a00a2.shg-btn {
  color: #ffffff;
  font-size: 16px;
  
  
  font-family: Roobert-Bold;
  display:  inline-block ;
}

#s-ae929e78-b2db-4744-8e1f-03ab7a2a00a2.shg-btn.shg-product-atc-error {
  
  
  
  
  
}



#s-3a4e528f-0687-4774-9521-d6af3b7775ef {
  margin-left: 0em;
margin-right: 0em;
padding-top: 4em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3a4e528f-0687-4774-9521-d6af3b7775ef {
  padding-top: 3em;
padding-left: 1em;
padding-bottom: 3em;
padding-right: 1em;
display: none;
}
#s-3a4e528f-0687-4774-9521-d6af3b7775ef, #wrap-s-3a4e528f-0687-4774-9521-d6af3b7775ef { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-3a4e528f-0687-4774-9521-d6af3b7775ef {
  padding-top: 3em;
padding-left: 1em;
padding-bottom: 3em;
padding-right: 1em;
display: none;
}
#s-3a4e528f-0687-4774-9521-d6af3b7775ef, #wrap-s-3a4e528f-0687-4774-9521-d6af3b7775ef { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-3a4e528f-0687-4774-9521-d6af3b7775ef {
  padding-top: 3em;
padding-left: 1em;
padding-bottom: 3em;
padding-right: 1em;
display: none;
}
#s-3a4e528f-0687-4774-9521-d6af3b7775ef, #wrap-s-3a4e528f-0687-4774-9521-d6af3b7775ef { display:none !important; }}@media (max-width: 767px){#s-3a4e528f-0687-4774-9521-d6af3b7775ef {
  padding-top: 3em;
display: none;
}
#s-3a4e528f-0687-4774-9521-d6af3b7775ef, #wrap-s-3a4e528f-0687-4774-9521-d6af3b7775ef { display:none !important; }}







#s-3a4e528f-0687-4774-9521-d6af3b7775ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a4e528f-0687-4774-9521-d6af3b7775ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-364cb059-5d10-4e40-8185-817a845e3b36 {
  padding-top: 0px;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 0em;
text-align: left;
}
@media (min-width: 768px) and (max-width: 991px){#s-364cb059-5d10-4e40-8185-817a845e3b36 {
  padding-left: 1em;
}
}
#s-364cb059-5d10-4e40-8185-817a845e3b36 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 2em;
  
  
  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-d98d10d7-1f24-4d58-8d28-56cb31b23191 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-d98d10d7-1f24-4d58-8d28-56cb31b23191 .shg-sld-dot {
  background-color: rgba(22, 114, 249, 1);
}

#s-d98d10d7-1f24-4d58-8d28-56cb31b23191 .shg-sld-nav-button.shg-sld-left,
#s-d98d10d7-1f24-4d58-8d28-56cb31b23191 .shg-sld-nav-button.shg-sld-right {
  fill: rgba(22, 114, 249, 1);
}

@media (min-width: 0px) {
[id="s-a0c47110-445c-4a83-87d8-e069851812c8"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a0c47110-445c-4a83-87d8-e069851812c8"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.3333333333333333em);
}

}

@media (min-width: 992px) {
[id="s-a0c47110-445c-4a83-87d8-e069851812c8"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.3333333333333333em);
}

}

@media (min-width: 1200px) {
[id="s-a0c47110-445c-4a83-87d8-e069851812c8"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.3333333333333333em);
}

}

#s-d3ab1586-8a50-43df-ada5-fe847c2476a9 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0em;
padding-top: 1em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 4em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-d3ab1586-8a50-43df-ada5-fe847c2476a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d3ab1586-8a50-43df-ada5-fe847c2476a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-dab00662-6ebf-427b-a59c-3a26d1eb35c9 {
  padding-top: 0px;
padding-bottom: 1em;
text-align: left;
}

#s-dab00662-6ebf-427b-a59c-3a26d1eb35c9 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.375em;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-dab00662-6ebf-427b-a59c-3a26d1eb35c9 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.3em;
  
  
  text-align: left;
}


}
#s-b364f656-d686-4719-aba2-774f9d76398c {
  padding-bottom: 1em;
}

#s-a5905782-95ec-4b85-962c-342681f0fbaf {
  padding-bottom: 1em;
}

#s-43a9313c-707a-4287-832c-e9a509464034 {
  padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
}
#s-43a9313c-707a-4287-832c-e9a509464034:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-43a9313c-707a-4287-832c-e9a509464034:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-43a9313c-707a-4287-832c-e9a509464034-root {
    text-align: left;
  }


#s-43a9313c-707a-4287-832c-e9a509464034.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-43a9313c-707a-4287-832c-e9a509464034-root {
    text-align: left;
  }


#s-43a9313c-707a-4287-832c-e9a509464034.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-43a9313c-707a-4287-832c-e9a509464034-root {
    text-align: left;
  }


#s-43a9313c-707a-4287-832c-e9a509464034.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-43a9313c-707a-4287-832c-e9a509464034-root {
    text-align: left;
  }


#s-43a9313c-707a-4287-832c-e9a509464034.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-43a9313c-707a-4287-832c-e9a509464034-root {
    text-align: left;
  }


#s-43a9313c-707a-4287-832c-e9a509464034.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6d86d6b6-6e6d-40d8-a120-5466932c936c {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 4em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-6d86d6b6-6e6d-40d8-a120-5466932c936c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d86d6b6-6e6d-40d8-a120-5466932c936c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-90b3c48c-dd44-44b5-b191-7e7b536fcf7f {
  padding-top: 0px;
padding-bottom: 1em;
text-align: left;
}

#s-90b3c48c-dd44-44b5-b191-7e7b536fcf7f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.375em;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-90b3c48c-dd44-44b5-b191-7e7b536fcf7f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.3em;
  
  
  text-align: left;
}


}
#s-b5ef39c2-ae04-4742-9176-eedbba29256d {
  padding-bottom: 1em;
}

#s-1a21e7a6-155b-4069-b9e6-bc5ce12b1682 {
  padding-bottom: 1em;
}

#s-a9c68e9d-2aa5-4bef-9b56-8b2abc6a9eda {
  padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
}
#s-a9c68e9d-2aa5-4bef-9b56-8b2abc6a9eda:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-a9c68e9d-2aa5-4bef-9b56-8b2abc6a9eda:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a9c68e9d-2aa5-4bef-9b56-8b2abc6a9eda-root {
    text-align: left;
  }


#s-a9c68e9d-2aa5-4bef-9b56-8b2abc6a9eda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a9c68e9d-2aa5-4bef-9b56-8b2abc6a9eda-root {
    text-align: left;
  }


#s-a9c68e9d-2aa5-4bef-9b56-8b2abc6a9eda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a9c68e9d-2aa5-4bef-9b56-8b2abc6a9eda-root {
    text-align: left;
  }


#s-a9c68e9d-2aa5-4bef-9b56-8b2abc6a9eda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a9c68e9d-2aa5-4bef-9b56-8b2abc6a9eda-root {
    text-align: left;
  }


#s-a9c68e9d-2aa5-4bef-9b56-8b2abc6a9eda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a9c68e9d-2aa5-4bef-9b56-8b2abc6a9eda-root {
    text-align: left;
  }


#s-a9c68e9d-2aa5-4bef-9b56-8b2abc6a9eda.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-4673f0ed-293a-4f7c-b24f-097adcc36366 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 4em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-4673f0ed-293a-4f7c-b24f-097adcc36366 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4673f0ed-293a-4f7c-b24f-097adcc36366.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bd9f9a8f-bb21-49be-93b6-65b1951ed508 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0px;
padding-bottom: 1em;
text-align: left;
}

#s-bd9f9a8f-bb21-49be-93b6-65b1951ed508 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.375em;
  
  
  text-align: left;
}


@media (min-width: 768px) and (max-width: 991px){#s-bd9f9a8f-bb21-49be-93b6-65b1951ed508 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.3em;
  
  
  text-align: left;
}


}
#s-a423ea34-3f4e-4b76-96dc-958bb57aaed5 {
  padding-bottom: 1em;
}

#s-1ad83ddf-39fb-4bf9-9ba7-ca5f51af953d {
  padding-top: 0px;
padding-bottom: 1em;
}

#s-a0575717-6d27-41b4-a0dc-9308792e81f5 {
  padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
}
#s-a0575717-6d27-41b4-a0dc-9308792e81f5:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-a0575717-6d27-41b4-a0dc-9308792e81f5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-a0575717-6d27-41b4-a0dc-9308792e81f5-root {
    text-align: left;
  }


#s-a0575717-6d27-41b4-a0dc-9308792e81f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-a0575717-6d27-41b4-a0dc-9308792e81f5-root {
    text-align: left;
  }


#s-a0575717-6d27-41b4-a0dc-9308792e81f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-a0575717-6d27-41b4-a0dc-9308792e81f5-root {
    text-align: left;
  }


#s-a0575717-6d27-41b4-a0dc-9308792e81f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-a0575717-6d27-41b4-a0dc-9308792e81f5-root {
    text-align: left;
  }


#s-a0575717-6d27-41b4-a0dc-9308792e81f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-a0575717-6d27-41b4-a0dc-9308792e81f5-root {
    text-align: left;
  }


#s-a0575717-6d27-41b4-a0dc-9308792e81f5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-8f4c69dd-1208-44c7-af4d-26eaf71e8066"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8f4c69dd-1208-44c7-af4d-26eaf71e8066"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.3333333333333333em);
}

}

@media (min-width: 992px) {
[id="s-8f4c69dd-1208-44c7-af4d-26eaf71e8066"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.3333333333333333em);
}

}

@media (min-width: 1200px) {
[id="s-8f4c69dd-1208-44c7-af4d-26eaf71e8066"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.3333333333333333em);
}

}

#s-ce0fa3fa-31b7-4a23-ac13-645299fb0eb9 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 4em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-ce0fa3fa-31b7-4a23-ac13-645299fb0eb9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ce0fa3fa-31b7-4a23-ac13-645299fb0eb9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-21b5b71e-9343-4475-8f54-7e69f90d9b5f {
  padding-top: 0px;
padding-bottom: 1em;
text-align: left;
}

#s-21b5b71e-9343-4475-8f54-7e69f90d9b5f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.375em;
  
  
  text-align: left;
}



#s-dddce897-072a-4450-b396-928e38a396dc {
  padding-bottom: 1em;
}

#s-3f6ea179-1bed-4661-9db3-cc1e6d36773c {
  padding-bottom: 1em;
}

#s-628526cf-07ab-4e04-acf9-8aa5b3b7a38e {
  padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
}
#s-628526cf-07ab-4e04-acf9-8aa5b3b7a38e:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-628526cf-07ab-4e04-acf9-8aa5b3b7a38e:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-628526cf-07ab-4e04-acf9-8aa5b3b7a38e-root {
    text-align: left;
  }


#s-628526cf-07ab-4e04-acf9-8aa5b3b7a38e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-628526cf-07ab-4e04-acf9-8aa5b3b7a38e-root {
    text-align: left;
  }


#s-628526cf-07ab-4e04-acf9-8aa5b3b7a38e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-628526cf-07ab-4e04-acf9-8aa5b3b7a38e-root {
    text-align: left;
  }


#s-628526cf-07ab-4e04-acf9-8aa5b3b7a38e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-628526cf-07ab-4e04-acf9-8aa5b3b7a38e-root {
    text-align: left;
  }


#s-628526cf-07ab-4e04-acf9-8aa5b3b7a38e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-628526cf-07ab-4e04-acf9-8aa5b3b7a38e-root {
    text-align: left;
  }


#s-628526cf-07ab-4e04-acf9-8aa5b3b7a38e.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a763c2ef-40fd-4c31-a298-e755a8fe7f60 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 4em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-a763c2ef-40fd-4c31-a298-e755a8fe7f60 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a763c2ef-40fd-4c31-a298-e755a8fe7f60.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c5f8f728-5741-4477-bd0c-bed9abb394f5 {
  padding-top: 0px;
padding-bottom: 1em;
text-align: left;
}

#s-c5f8f728-5741-4477-bd0c-bed9abb394f5 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.375em;
  
  
  text-align: left;
}



#s-5135625e-e29e-4fd6-834f-ca4b89761eb8 {
  padding-bottom: 1em;
}

#s-806d975f-7af9-4d35-ab4c-fcd6078a4b99 {
  padding-bottom: 1em;
}

#s-55732d25-f491-4596-94aa-ae4d22a9af13 {
  padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
}
#s-55732d25-f491-4596-94aa-ae4d22a9af13:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-55732d25-f491-4596-94aa-ae4d22a9af13:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-55732d25-f491-4596-94aa-ae4d22a9af13-root {
    text-align: left;
  }


#s-55732d25-f491-4596-94aa-ae4d22a9af13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-55732d25-f491-4596-94aa-ae4d22a9af13-root {
    text-align: left;
  }


#s-55732d25-f491-4596-94aa-ae4d22a9af13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-55732d25-f491-4596-94aa-ae4d22a9af13-root {
    text-align: left;
  }


#s-55732d25-f491-4596-94aa-ae4d22a9af13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-55732d25-f491-4596-94aa-ae4d22a9af13-root {
    text-align: left;
  }


#s-55732d25-f491-4596-94aa-ae4d22a9af13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-55732d25-f491-4596-94aa-ae4d22a9af13-root {
    text-align: left;
  }


#s-55732d25-f491-4596-94aa-ae4d22a9af13.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-d9090920-8bb8-421c-a57a-0778eadefc6a {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 4em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-d9090920-8bb8-421c-a57a-0778eadefc6a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d9090920-8bb8-421c-a57a-0778eadefc6a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9648093d-9992-4e1b-a453-e67addadb777 {
  padding-top: 0px;
padding-bottom: 1em;
text-align: left;
}

#s-9648093d-9992-4e1b-a453-e67addadb777 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.375em;
  
  
  text-align: left;
}



#s-2ffaa272-6346-41a1-a9bd-225d7b9f4507 {
  padding-bottom: 1em;
}

#s-6eb20ad4-8ea1-4f5c-8aa6-3447bafe39c4 {
  padding-top: 0px;
padding-bottom: 1em;
}

#s-e24b5422-dcfa-48cc-a670-7524f687a341 {
  padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
}
#s-e24b5422-dcfa-48cc-a670-7524f687a341:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-e24b5422-dcfa-48cc-a670-7524f687a341:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-e24b5422-dcfa-48cc-a670-7524f687a341-root {
    text-align: left;
  }


#s-e24b5422-dcfa-48cc-a670-7524f687a341.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-e24b5422-dcfa-48cc-a670-7524f687a341-root {
    text-align: left;
  }


#s-e24b5422-dcfa-48cc-a670-7524f687a341.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-e24b5422-dcfa-48cc-a670-7524f687a341-root {
    text-align: left;
  }


#s-e24b5422-dcfa-48cc-a670-7524f687a341.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-e24b5422-dcfa-48cc-a670-7524f687a341-root {
    text-align: left;
  }


#s-e24b5422-dcfa-48cc-a670-7524f687a341.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-e24b5422-dcfa-48cc-a670-7524f687a341-root {
    text-align: left;
  }


#s-e24b5422-dcfa-48cc-a670-7524f687a341.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-2cf937e8-91dd-4fdb-866c-1409a0149403 {
  margin-left: 0em;
margin-right: 0em;
padding-top: 4em;
padding-bottom: 0em;
min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-2cf937e8-91dd-4fdb-866c-1409a0149403 {
  padding-left: 1em;
padding-right: 1em;
display: none;
}
#s-2cf937e8-91dd-4fdb-866c-1409a0149403, #wrap-s-2cf937e8-91dd-4fdb-866c-1409a0149403 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-2cf937e8-91dd-4fdb-866c-1409a0149403 {
  padding-left: 1em;
padding-right: 1em;
display: none;
}
#s-2cf937e8-91dd-4fdb-866c-1409a0149403, #wrap-s-2cf937e8-91dd-4fdb-866c-1409a0149403 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-2cf937e8-91dd-4fdb-866c-1409a0149403 {
  padding-left: 1em;
padding-right: 1em;
display: none;
}
#s-2cf937e8-91dd-4fdb-866c-1409a0149403, #wrap-s-2cf937e8-91dd-4fdb-866c-1409a0149403 { display:none !important; }}@media (max-width: 767px){#s-2cf937e8-91dd-4fdb-866c-1409a0149403 {
  padding-top: 3em;
padding-bottom: 3em;
display: none;
}
#s-2cf937e8-91dd-4fdb-866c-1409a0149403, #wrap-s-2cf937e8-91dd-4fdb-866c-1409a0149403 { display:none !important; }}







#s-2cf937e8-91dd-4fdb-866c-1409a0149403 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2cf937e8-91dd-4fdb-866c-1409a0149403.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-303b85af-4207-4b68-a3f3-b7c3a8d56d95 {
  padding-top: 0px;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 0em;
text-align: left;
}
@media (max-width: 767px){#s-303b85af-4207-4b68-a3f3-b7c3a8d56d95 {
  padding-left: 1em;
padding-right: 1em;
}
}
#s-303b85af-4207-4b68-a3f3-b7c3a8d56d95 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 2em;
  
  
  text-align: left;
}



#s-8824aee1-dd6c-43cc-a8d8-79dbc99c1afe {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-8824aee1-dd6c-43cc-a8d8-79dbc99c1afe .shg-sld-dot {
  background-color: rgba(22, 114, 249, 1);
}

#s-8824aee1-dd6c-43cc-a8d8-79dbc99c1afe .shg-sld-nav-button.shg-sld-left,
#s-8824aee1-dd6c-43cc-a8d8-79dbc99c1afe .shg-sld-nav-button.shg-sld-right {
  fill: rgba(22, 114, 249, 1);
}

#s-964eb4b4-233d-4e1a-959d-3bf21a8d082f {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-964eb4b4-233d-4e1a-959d-3bf21a8d082f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-964eb4b4-233d-4e1a-959d-3bf21a8d082f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a9c44f97-838e-45f1-a7ce-162bf19e9054 {
  margin-top: 0em;
margin-bottom: 0em;
padding-top: 0px;
padding-bottom: 1em;
text-align: left;
}

#s-a9c44f97-838e-45f1-a7ce-162bf19e9054 .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.375em;
  
  
  text-align: left;
}



#s-94c88439-5dc3-4ba0-a2db-b6d52a517da6 {
  padding-bottom: 1em;
}

#s-fc110d04-b592-426c-a558-932c8348b2a0 {
  padding-top: 0px;
padding-bottom: 1em;
}

#s-11f8d8ff-f3b2-4565-8261-a46386b7726d {
  padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
}
#s-11f8d8ff-f3b2-4565-8261-a46386b7726d:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-11f8d8ff-f3b2-4565-8261-a46386b7726d:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-11f8d8ff-f3b2-4565-8261-a46386b7726d-root {
    text-align: left;
  }


#s-11f8d8ff-f3b2-4565-8261-a46386b7726d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-11f8d8ff-f3b2-4565-8261-a46386b7726d-root {
    text-align: left;
  }


#s-11f8d8ff-f3b2-4565-8261-a46386b7726d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-11f8d8ff-f3b2-4565-8261-a46386b7726d-root {
    text-align: left;
  }


#s-11f8d8ff-f3b2-4565-8261-a46386b7726d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-11f8d8ff-f3b2-4565-8261-a46386b7726d-root {
    text-align: left;
  }


#s-11f8d8ff-f3b2-4565-8261-a46386b7726d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-11f8d8ff-f3b2-4565-8261-a46386b7726d-root {
    text-align: left;
  }


#s-11f8d8ff-f3b2-4565-8261-a46386b7726d.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-f4cf57f7-750a-492f-8cac-39faaa887e0b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 5em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-f4cf57f7-750a-492f-8cac-39faaa887e0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f4cf57f7-750a-492f-8cac-39faaa887e0b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e36f0b62-24fc-496b-a3c8-44385f0a646d {
  padding-top: 0px;
padding-bottom: 1em;
text-align: left;
}

#s-e36f0b62-24fc-496b-a3c8-44385f0a646d .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.375em;
  
  
  text-align: left;
}



#s-40d207cb-1304-40e6-a39f-6c75b969d1c4 {
  padding-bottom: 1em;
}

#s-c0e25dc0-781a-4aff-9de7-4d82f18485d1 {
  padding-bottom: 1em;
}

#s-147eac86-76aa-4dc8-9b0d-d305941c2045 {
  padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
}
#s-147eac86-76aa-4dc8-9b0d-d305941c2045:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-147eac86-76aa-4dc8-9b0d-d305941c2045:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-147eac86-76aa-4dc8-9b0d-d305941c2045-root {
    text-align: left;
  }


#s-147eac86-76aa-4dc8-9b0d-d305941c2045.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-147eac86-76aa-4dc8-9b0d-d305941c2045-root {
    text-align: left;
  }


#s-147eac86-76aa-4dc8-9b0d-d305941c2045.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-147eac86-76aa-4dc8-9b0d-d305941c2045-root {
    text-align: left;
  }


#s-147eac86-76aa-4dc8-9b0d-d305941c2045.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-147eac86-76aa-4dc8-9b0d-d305941c2045-root {
    text-align: left;
  }


#s-147eac86-76aa-4dc8-9b0d-d305941c2045.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-147eac86-76aa-4dc8-9b0d-d305941c2045-root {
    text-align: left;
  }


#s-147eac86-76aa-4dc8-9b0d-d305941c2045.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-a1d97afc-c576-46c5-84a5-0c09356fd245 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 2em;
padding-left: 1em;
padding-bottom: 2em;
padding-right: 6em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 10px;
min-height: 50px;
background-position: center center;
background-attachment: scroll;
}








#s-a1d97afc-c576-46c5-84a5-0c09356fd245 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1d97afc-c576-46c5-84a5-0c09356fd245.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ea584268-cd4f-43d0-a325-9495ee78ce6f {
  padding-top: 0px;
padding-bottom: 1em;
text-align: left;
}

#s-ea584268-cd4f-43d0-a325-9495ee78ce6f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 16px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-ea584268-cd4f-43d0-a325-9495ee78ce6f .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 1.375em;
  
  
  text-align: left;
}


}
#s-320073d5-018d-4bfa-9800-08e36a2544a4 {
  padding-bottom: 1em;
}

#s-004f5492-9ed6-4ff5-9f4e-243d936455c4 {
  padding-bottom: 1em;
}

#s-cc40806c-d92a-4682-902e-a8095b7877d5 {
  padding-top: 5px;
padding-left: 17px;
padding-bottom: 5px;
padding-right: 17px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 4px;
background-color: rgba(37, 37, 37, 0);
text-align: left;
text-decoration: none;
}
#s-cc40806c-d92a-4682-902e-a8095b7877d5:hover {border-style: solid !important;
border-color: rgba(34, 25, 77, 0) !important;
background-color: #424242 !important;
text-decoration: none !important;}#s-cc40806c-d92a-4682-902e-a8095b7877d5:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-cc40806c-d92a-4682-902e-a8095b7877d5-root {
    text-align: left;
  }


#s-cc40806c-d92a-4682-902e-a8095b7877d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-cc40806c-d92a-4682-902e-a8095b7877d5-root {
    text-align: left;
  }


#s-cc40806c-d92a-4682-902e-a8095b7877d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-cc40806c-d92a-4682-902e-a8095b7877d5-root {
    text-align: left;
  }


#s-cc40806c-d92a-4682-902e-a8095b7877d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-cc40806c-d92a-4682-902e-a8095b7877d5-root {
    text-align: left;
  }


#s-cc40806c-d92a-4682-902e-a8095b7877d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-cc40806c-d92a-4682-902e-a8095b7877d5-root {
    text-align: left;
  }


#s-cc40806c-d92a-4682-902e-a8095b7877d5.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-6c2cfa0f-b8e0-4936-b84d-71134dad81b7 {
  margin-left: 1em;
margin-right: 1em;
padding-top: 32px;
padding-bottom: 32px;
min-height: 50px;
}








#s-6c2cfa0f-b8e0-4936-b84d-71134dad81b7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6c2cfa0f-b8e0-4936-b84d-71134dad81b7.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f86d62a8-d487-4d0b-9900-d941d63a1c8b {
  min-height: 0em;
}

#s-f86d62a8-d487-4d0b-9900-d941d63a1c8b .shg-sld-dot {
  background-color: rgba(22, 114, 249, 1);
}

#s-f86d62a8-d487-4d0b-9900-d941d63a1c8b .shg-sld-nav-button.shg-sld-left,
#s-f86d62a8-d487-4d0b-9900-d941d63a1c8b .shg-sld-nav-button.shg-sld-right {
  fill: rgba(22, 114, 249, 1);
}

#s-e8855712-5323-4d6c-8b0f-b7e1b383ed15 {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 40em;
background-position: center center;
}
@media (max-width: 767px){#s-e8855712-5323-4d6c-8b0f-b7e1b383ed15 {
  padding-top: 3em;
min-height: 30em;
}
}







#s-e8855712-5323-4d6c-8b0f-b7e1b383ed15 > .shg-box-overlay {
  background-color: rgba(255, 252, 252, 1);
  opacity: 0;
}#s-e8855712-5323-4d6c-8b0f-b7e1b383ed15.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media (min-width: 0px) {
[id="s-fd097283-4122-4b4a-a943-cabe7d480296"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-fd097283-4122-4b4a-a943-cabe7d480296"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-fd097283-4122-4b4a-a943-cabe7d480296"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-fd097283-4122-4b4a-a943-cabe7d480296"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-fd097283-4122-4b4a-a943-cabe7d480296"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-fd097283-4122-4b4a-a943-cabe7d480296"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-fd097283-4122-4b4a-a943-cabe7d480296"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5em);
}

}

#s-01d4bf51-fae7-4a52-bf80-623c55ef88dc {
  margin-left: 4em;
margin-bottom: 3em;
margin-right: 6em;
min-height: 50px;
}
@media (min-width: 1200px){#s-01d4bf51-fae7-4a52-bf80-623c55ef88dc {
  margin-left: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-01d4bf51-fae7-4a52-bf80-623c55ef88dc {
  margin-left: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-01d4bf51-fae7-4a52-bf80-623c55ef88dc {
  margin-left: 1em;
}
}@media (max-width: 767px){#s-01d4bf51-fae7-4a52-bf80-623c55ef88dc {
  margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
}
}







#s-01d4bf51-fae7-4a52-bf80-623c55ef88dc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-01d4bf51-fae7-4a52-bf80-623c55ef88dc.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-cbb66dd3-5d9a-4e11-a11f-0162148fc5c2 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-cbb66dd3-5d9a-4e11-a11f-0162148fc5c2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-SemiBold";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  text-align: left;
}



#s-bc686064-df77-4c50-9f12-ae199d2ceebf {
  padding-left: 3em;
padding-right: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(123, 17, 236, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-bc686064-df77-4c50-9f12-ae199d2ceebf {
  padding-left: 2em;
}
}@media (max-width: 767px){#s-bc686064-df77-4c50-9f12-ae199d2ceebf {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
}
}







#s-bc686064-df77-4c50-9f12-ae199d2ceebf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc686064-df77-4c50-9f12-ae199d2ceebf.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fbeb3282-538b-4723-aabb-2d6af829c5bf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-fbeb3282-538b-4723-aabb-2d6af829c5bf .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 2em;
  
  
  text-align: left;
}



#s-bdfd53d7-939b-4fe9-9b41-b225fc48476c {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 40em;
background-position: center center;
}
@media (max-width: 767px){#s-bdfd53d7-939b-4fe9-9b41-b225fc48476c {
  min-height: 30em;
}
}







#s-bdfd53d7-939b-4fe9-9b41-b225fc48476c > .shg-box-overlay {
  background-color: rgba(255, 252, 252, 1);
  opacity: 0;
}#s-bdfd53d7-939b-4fe9-9b41-b225fc48476c.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

@media (min-width: 0px) {
[id="s-024b0c77-1692-425a-86f3-daa115476939"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-024b0c77-1692-425a-86f3-daa115476939"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-024b0c77-1692-425a-86f3-daa115476939"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.5em);
}

}

@media (min-width: 992px) {
[id="s-024b0c77-1692-425a-86f3-daa115476939"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-024b0c77-1692-425a-86f3-daa115476939"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.5em);
}

}

@media (min-width: 1200px) {
[id="s-024b0c77-1692-425a-86f3-daa115476939"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.5em);
}

[id="s-024b0c77-1692-425a-86f3-daa115476939"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.5em);
}

}

#s-cf3b7d3a-e13f-4d6f-8c6a-7bf19b729e32 {
  margin-left: 4em;
margin-bottom: 3em;
margin-right: 6em;
padding-top: 2em;
min-height: 50px;
}
@media (min-width: 1200px){#s-cf3b7d3a-e13f-4d6f-8c6a-7bf19b729e32 {
  margin-left: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-cf3b7d3a-e13f-4d6f-8c6a-7bf19b729e32 {
  margin-left: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-cf3b7d3a-e13f-4d6f-8c6a-7bf19b729e32 {
  margin-left: 1em;
}
}@media (max-width: 767px){#s-cf3b7d3a-e13f-4d6f-8c6a-7bf19b729e32 {
  margin-left: 1em;
margin-bottom: 2em;
margin-right: 1em;
padding-top: 3em;
}
}







#s-cf3b7d3a-e13f-4d6f-8c6a-7bf19b729e32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf3b7d3a-e13f-4d6f-8c6a-7bf19b729e32.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-b9f20080-e640-4a1f-9102-332799fa0174 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-b9f20080-e640-4a1f-9102-332799fa0174 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-SemiBold";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  text-align: left;
}



#s-ca8ce163-c6dd-455d-8742-0eb0c94c6009 {
  padding-left: 3em;
padding-right: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(123, 17, 236, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-ca8ce163-c6dd-455d-8742-0eb0c94c6009 {
  padding-left: 2em;
}
}@media (max-width: 767px){#s-ca8ce163-c6dd-455d-8742-0eb0c94c6009 {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
}
}







#s-ca8ce163-c6dd-455d-8742-0eb0c94c6009 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ca8ce163-c6dd-455d-8742-0eb0c94c6009.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-72827b54-7bdc-4e18-89cf-98009120662a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-72827b54-7bdc-4e18-89cf-98009120662a .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 2em;
  
  
  text-align: left;
}



#s-14c66594-c50d-4aff-8523-99eb0b263b34 {
  background-repeat: no-repeat;
background-size: cover;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 40em;
background-position: center center;
}
@media (max-width: 767px){#s-14c66594-c50d-4aff-8523-99eb0b263b34 {
  min-height: 30em;
}
}







#s-14c66594-c50d-4aff-8523-99eb0b263b34 > .shg-box-overlay {
  background-color: rgba(255, 252, 252, 1);
  opacity: 0;
}#s-14c66594-c50d-4aff-8523-99eb0b263b34.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-c6668dc3-7f69-4a43-a259-826e1b97ea00 {
  padding-bottom: 5em;
text-align: center;
}
@media (max-width: 767px){#s-c6668dc3-7f69-4a43-a259-826e1b97ea00 {
  padding-top: 4em;
padding-left: 4em;
padding-right: 4em;
}
}






  img.s-c6668dc3-7f69-4a43-a259-826e1b97ea00.shogun-image {
    
    
  }


.s-c6668dc3-7f69-4a43-a259-826e1b97ea00 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c6668dc3-7f69-4a43-a259-826e1b97ea00.shg-align-container {
  text-align: center
}

.s-c6668dc3-7f69-4a43-a259-826e1b97ea00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6668dc3-7f69-4a43-a259-826e1b97ea00.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c6668dc3-7f69-4a43-a259-826e1b97ea00.shogun-image {
    
    
  }


.s-c6668dc3-7f69-4a43-a259-826e1b97ea00 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c6668dc3-7f69-4a43-a259-826e1b97ea00.shg-align-container {
  text-align: center
}

.s-c6668dc3-7f69-4a43-a259-826e1b97ea00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6668dc3-7f69-4a43-a259-826e1b97ea00.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c6668dc3-7f69-4a43-a259-826e1b97ea00.shogun-image {
    
    
  }


.s-c6668dc3-7f69-4a43-a259-826e1b97ea00 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c6668dc3-7f69-4a43-a259-826e1b97ea00.shg-align-container {
  text-align: center
}

.s-c6668dc3-7f69-4a43-a259-826e1b97ea00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6668dc3-7f69-4a43-a259-826e1b97ea00.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c6668dc3-7f69-4a43-a259-826e1b97ea00.shogun-image {
    
    
  }


.s-c6668dc3-7f69-4a43-a259-826e1b97ea00 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c6668dc3-7f69-4a43-a259-826e1b97ea00.shg-align-container {
  text-align: center
}

.s-c6668dc3-7f69-4a43-a259-826e1b97ea00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6668dc3-7f69-4a43-a259-826e1b97ea00.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c6668dc3-7f69-4a43-a259-826e1b97ea00.shogun-image {
    
    
  }


.s-c6668dc3-7f69-4a43-a259-826e1b97ea00 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-c6668dc3-7f69-4a43-a259-826e1b97ea00.shg-align-container {
  text-align: center
}

.s-c6668dc3-7f69-4a43-a259-826e1b97ea00.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c6668dc3-7f69-4a43-a259-826e1b97ea00.shogun-image {
  box-sizing: border-box;
}


}
@media (min-width: 0px) {
[id="s-4efb378a-2f90-4573-a4f2-68d14fe6e84d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4efb378a-2f90-4573-a4f2-68d14fe6e84d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 1.25em);
}

[id="s-4efb378a-2f90-4573-a4f2-68d14fe6e84d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 1.25em);
}

}

@media (min-width: 992px) {
[id="s-4efb378a-2f90-4573-a4f2-68d14fe6e84d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 1.25em);
}

[id="s-4efb378a-2f90-4573-a4f2-68d14fe6e84d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 1.25em);
}

}

@media (min-width: 1200px) {
[id="s-4efb378a-2f90-4573-a4f2-68d14fe6e84d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 1.25em);
}

[id="s-4efb378a-2f90-4573-a4f2-68d14fe6e84d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 1.25em);
}

}

#s-7998448e-e4e5-4372-a890-3163b604ac9a {
  margin-left: 4em;
margin-bottom: 3em;
margin-right: 6em;
min-height: 50px;
}
@media (min-width: 1200px){#s-7998448e-e4e5-4372-a890-3163b604ac9a {
  margin-left: 2em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7998448e-e4e5-4372-a890-3163b604ac9a {
  margin-left: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-7998448e-e4e5-4372-a890-3163b604ac9a {
  margin-left: 1em;
}
}@media (max-width: 767px){#s-7998448e-e4e5-4372-a890-3163b604ac9a {
  margin-left: 1em;
margin-right: 1em;
}
}







#s-7998448e-e4e5-4372-a890-3163b604ac9a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7998448e-e4e5-4372-a890-3163b604ac9a.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-876e0efb-b596-4472-b14c-375edcd06f2f {
  padding-top: 0px;
padding-bottom: 0px;
text-align: left;
}

#s-876e0efb-b596-4472-b14c-375edcd06f2f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-SemiBold";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-876e0efb-b596-4472-b14c-375edcd06f2f .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 2.5em;
  
  
  text-align: left;
}


}
#s-d6ebd455-621f-43ea-9966-2bd6db96506c {
  padding-left: 3em;
padding-right: 2em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(123, 17, 236, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d6ebd455-621f-43ea-9966-2bd6db96506c {
  padding-left: 2em;
}
}@media (max-width: 767px){#s-d6ebd455-621f-43ea-9966-2bd6db96506c {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
}
}







#s-d6ebd455-621f-43ea-9966-2bd6db96506c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d6ebd455-621f-43ea-9966-2bd6db96506c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-647561bc-42ba-491e-a400-3a6ea39d5e9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-647561bc-42ba-491e-a400-3a6ea39d5e9c .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 2em;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-647561bc-42ba-491e-a400-3a6ea39d5e9c .shogun-heading-component h4 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 2em;
  
  
  text-align: left;
}


}
#s-4bf5a4d8-eedf-49c9-958c-3f6a3714f026 {
  margin-top: 0em;
margin-left: 1em;
margin-bottom: 0.5em;
margin-right: 1em;
padding-top: 2em;
padding-left: 0em;
padding-bottom: 2em;
padding-right: 0em;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 20px;
min-height: 50px;
background-color: rgba(28, 17, 212, 0);
}
@media (min-width: 1200px){#s-4bf5a4d8-eedf-49c9-958c-3f6a3714f026 {
  display: none;
}
#s-4bf5a4d8-eedf-49c9-958c-3f6a3714f026, #wrap-s-4bf5a4d8-eedf-49c9-958c-3f6a3714f026 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-4bf5a4d8-eedf-49c9-958c-3f6a3714f026 {
  display: none;
}
#s-4bf5a4d8-eedf-49c9-958c-3f6a3714f026, #wrap-s-4bf5a4d8-eedf-49c9-958c-3f6a3714f026 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-4bf5a4d8-eedf-49c9-958c-3f6a3714f026 {
  display: none;
}
#s-4bf5a4d8-eedf-49c9-958c-3f6a3714f026, #wrap-s-4bf5a4d8-eedf-49c9-958c-3f6a3714f026 { display:none !important; }}@media (max-width: 767px){#s-4bf5a4d8-eedf-49c9-958c-3f6a3714f026 {
  margin-bottom: 0em;
padding-top: 3em;
display: none;
}
#s-4bf5a4d8-eedf-49c9-958c-3f6a3714f026, #wrap-s-4bf5a4d8-eedf-49c9-958c-3f6a3714f026 { display:none !important; }}







#s-4bf5a4d8-eedf-49c9-958c-3f6a3714f026 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4bf5a4d8-eedf-49c9-958c-3f6a3714f026.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-a79e5e69-dbe2-427d-b2f8-54f2f2b04000"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a79e5e69-dbe2-427d-b2f8-54f2f2b04000"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 992px) {
[id="s-a79e5e69-dbe2-427d-b2f8-54f2f2b04000"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.25em);
}

}

@media (min-width: 1200px) {
[id="s-a79e5e69-dbe2-427d-b2f8-54f2f2b04000"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.25em);
}

}

#s-21a7a835-68cf-4913-a709-91a0e75c5e97 {
  padding-top: 2em;
padding-left: 2em;
padding-bottom: 2em;
padding-right: 2em;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-21a7a835-68cf-4913-a709-91a0e75c5e97 {
  padding-left: 1em;
padding-right: 1em;
}
}@media (max-width: 767px){#s-21a7a835-68cf-4913-a709-91a0e75c5e97 {
  padding-left: 1em;
padding-right: 1em;
}
}







#s-21a7a835-68cf-4913-a709-91a0e75c5e97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-21a7a835-68cf-4913-a709-91a0e75c5e97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-fe265535-bd0a-46f4-8294-c81ab5d80462 {
  padding-top: 0em;
padding-bottom: 2em;
text-align: left;
}

#s-fe265535-bd0a-46f4-8294-c81ab5d80462 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 2em;
  
  
  text-align: left;
}



#s-f961eb6a-4a28-4c47-bc42-9bc3b4ba81d3 {
  padding-top: 2em;
padding-left: 2em;
padding-right: 2em;
min-height: 50px;
}
@media (max-width: 767px){#s-f961eb6a-4a28-4c47-bc42-9bc3b4ba81d3 {
  padding-top: 1em;
padding-left: 1em;
padding-right: 1em;
}
}







#s-f961eb6a-4a28-4c47-bc42-9bc3b4ba81d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f961eb6a-4a28-4c47-bc42-9bc3b4ba81d3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f45a6cb5-b81a-467f-a521-1c2981db35bc {
  text-align: left;
}

#s-b6d74a7e-cd73-487c-a8f0-10b9f5202e97 {
  padding-top: 4em;
padding-bottom: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-b6d74a7e-cd73-487c-a8f0-10b9f5202e97 {
  padding-top: 4em;
padding-bottom: 4em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-b6d74a7e-cd73-487c-a8f0-10b9f5202e97 {
  padding-top: 4em;
padding-bottom: 4em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-b6d74a7e-cd73-487c-a8f0-10b9f5202e97 {
  padding-top: 4em;
padding-bottom: 4em;
}
}@media (max-width: 767px){#s-b6d74a7e-cd73-487c-a8f0-10b9f5202e97 {
  display: none;
}
#s-b6d74a7e-cd73-487c-a8f0-10b9f5202e97, #wrap-s-b6d74a7e-cd73-487c-a8f0-10b9f5202e97 { display:none !important; }}







#s-b6d74a7e-cd73-487c-a8f0-10b9f5202e97 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6d74a7e-cd73-487c-a8f0-10b9f5202e97.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-bc366593-fc16-4674-81b1-e73cf535d608 {
  padding-top: 0px;
padding-bottom: 3em;
text-align: center;
}

#s-bc366593-fc16-4674-81b1-e73cf535d608 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 2.3em;
  
  
  
}



#s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8 {
  padding-bottom: 0em;
text-align: center;
}







  img.s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8.shogun-image {
    
    
  }


.s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8.shg-align-container {
  text-align: center
}

.s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8.shogun-image {
    
    
  }


.s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8.shg-align-container {
  text-align: center
}

.s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8.shogun-image {
    
    
  }


.s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8.shg-align-container {
  text-align: center
}

.s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8.shogun-image {
    
    
  }


.s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8.shg-align-container {
  text-align: center
}

.s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8.shogun-image {
    
    
  }


.s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8 .shogun-image-content {
  
    align-items: center;
  
}

.s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8.shg-align-container {
  text-align: center
}

.s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b55d9c27-02ca-43fd-a1f4-c25c887bfbc8.shogun-image {
  box-sizing: border-box;
}


}
#s-096e1aa9-0968-415d-84be-29b37f167942 {
  padding-top: 4em;
padding-bottom: 0em;
min-height: 50px;
}
@media (min-width: 1200px){#s-096e1aa9-0968-415d-84be-29b37f167942 {
  display: none;
}
#s-096e1aa9-0968-415d-84be-29b37f167942, #wrap-s-096e1aa9-0968-415d-84be-29b37f167942 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-096e1aa9-0968-415d-84be-29b37f167942 {
  display: none;
}
#s-096e1aa9-0968-415d-84be-29b37f167942, #wrap-s-096e1aa9-0968-415d-84be-29b37f167942 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-096e1aa9-0968-415d-84be-29b37f167942 {
  display: none;
}
#s-096e1aa9-0968-415d-84be-29b37f167942, #wrap-s-096e1aa9-0968-415d-84be-29b37f167942 { display:none !important; }}@media (max-width: 767px){#s-096e1aa9-0968-415d-84be-29b37f167942 {
  padding-top: 3em;
padding-bottom: 3em;
}
}







#s-096e1aa9-0968-415d-84be-29b37f167942 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-096e1aa9-0968-415d-84be-29b37f167942.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d952e0d-088e-4f36-9b99-d926c55b32d7 {
  padding-top: 0px;
padding-bottom: 2em;
text-align: center;
}
@media (max-width: 767px){#s-5d952e0d-088e-4f36-9b99-d926c55b32d7 {
  padding-bottom: 3em;
}
}
#s-5d952e0d-088e-4f36-9b99-d926c55b32d7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


@media (max-width: 767px){#s-5d952e0d-088e-4f36-9b99-d926c55b32d7 .shogun-heading-component h3 {
  color: #000;
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 2em;
  
  
  
}


}
#s-adc4635d-cc35-4286-aabb-728b3524d164 {
  text-align: center;
}







  img.s-adc4635d-cc35-4286-aabb-728b3524d164.shogun-image {
    
    
  }


.s-adc4635d-cc35-4286-aabb-728b3524d164 .shogun-image-content {
  
    align-items: center;
  
}

.s-adc4635d-cc35-4286-aabb-728b3524d164.shg-align-container {
  text-align: center
}

.s-adc4635d-cc35-4286-aabb-728b3524d164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc4635d-cc35-4286-aabb-728b3524d164.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-adc4635d-cc35-4286-aabb-728b3524d164.shogun-image {
    
    
  }


.s-adc4635d-cc35-4286-aabb-728b3524d164 .shogun-image-content {
  
    align-items: center;
  
}

.s-adc4635d-cc35-4286-aabb-728b3524d164.shg-align-container {
  text-align: center
}

.s-adc4635d-cc35-4286-aabb-728b3524d164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc4635d-cc35-4286-aabb-728b3524d164.shogun-image {
  box-sizing: border-box;
}


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





  img.s-adc4635d-cc35-4286-aabb-728b3524d164.shogun-image {
    
    
  }


.s-adc4635d-cc35-4286-aabb-728b3524d164 .shogun-image-content {
  
    align-items: center;
  
}

.s-adc4635d-cc35-4286-aabb-728b3524d164.shg-align-container {
  text-align: center
}

.s-adc4635d-cc35-4286-aabb-728b3524d164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc4635d-cc35-4286-aabb-728b3524d164.shogun-image {
  box-sizing: border-box;
}


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





  img.s-adc4635d-cc35-4286-aabb-728b3524d164.shogun-image {
    
    
  }


.s-adc4635d-cc35-4286-aabb-728b3524d164 .shogun-image-content {
  
    align-items: center;
  
}

.s-adc4635d-cc35-4286-aabb-728b3524d164.shg-align-container {
  text-align: center
}

.s-adc4635d-cc35-4286-aabb-728b3524d164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc4635d-cc35-4286-aabb-728b3524d164.shogun-image {
  box-sizing: border-box;
}


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





  img.s-adc4635d-cc35-4286-aabb-728b3524d164.shogun-image {
    
    
  }


.s-adc4635d-cc35-4286-aabb-728b3524d164 .shogun-image-content {
  
    align-items: center;
  
}

.s-adc4635d-cc35-4286-aabb-728b3524d164.shg-align-container {
  text-align: center
}

.s-adc4635d-cc35-4286-aabb-728b3524d164.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-adc4635d-cc35-4286-aabb-728b3524d164.shogun-image {
  box-sizing: border-box;
}


}
#s-78977d9f-4a5a-4c6b-9d8a-802e46db064f {
  background-repeat: no-repeat;
padding-top: 4em;
padding-left: 19%;
padding-right: 19%;
min-height: 50px;
}
@media (max-width: 767px){#s-78977d9f-4a5a-4c6b-9d8a-802e46db064f {
  padding-top: 3em;
padding-left: 5%;
padding-right: 5%;
}
}
#s-78977d9f-4a5a-4c6b-9d8a-802e46db064f {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiPjxkZWZzPjxsaW5lYXJHcmFkaWVudCBpZD0iNmIxNmFkMTgtODM2ZS00ZWIyLWFkODEtOTRlMTk5Mjc5ZjQyIiB4MT0iMCIgeTE9IjAiIHgyPSIwIiB5Mj0iMSI+PHN0b3Agb2Zmc2V0PSIwIiBzdHlsZT0ic3RvcC1jb2xvcjojMDAwMDAwO3N0b3Atb3BhY2l0eToxIi8+PHN0b3Agb2Zmc2V0PSIwLjciIHN0eWxlPSJzdG9wLWNvbG9yOiMwMDAwMDA7c3RvcC1vcGFjaXR5OjEiLz48c3RvcCBvZmZzZXQ9IjAuNyIgc3R5bGU9InN0b3AtY29sb3I6IzcxNzE3MTtzdG9wLW9wYWNpdHk6MSIvPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6IzcxNzE3MTtzdG9wLW9wYWNpdHk6MSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjNmIxNmFkMTgtODM2ZS00ZWIyLWFkODEtOTRlMTk5Mjc5ZjQyKSIvPjwvc3ZnPg==);
}








#s-78977d9f-4a5a-4c6b-9d8a-802e46db064f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-78977d9f-4a5a-4c6b-9d8a-802e46db064f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

#s-26b526f2-77b7-4243-bb1c-08da1d3e865c {
  margin-left: 0em;
margin-right: 0em;
padding-left: 0%;
padding-right: 0%;
}

#s-c872d779-a6c1-4dca-95dc-a73efe3760a4 {
  padding-top: 3em;
padding-left: 1em;
padding-bottom: 3em;
padding-right: 1em;
min-height: 50px;
background-color: rgba(113, 113, 113, 1);
}
@media (min-width: 1200px){#s-c872d779-a6c1-4dca-95dc-a73efe3760a4 {
  padding-top: 2em;
padding-left: 5em;
padding-bottom: 2em;
padding-right: 5em;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c872d779-a6c1-4dca-95dc-a73efe3760a4 {
  padding-left: 2em;
padding-right: 2em;
}
}@media (min-width: 768px) and (max-width: 991px){#s-c872d779-a6c1-4dca-95dc-a73efe3760a4 {
  padding-left: 2em;
padding-right: 2em;
}
}







#s-c872d779-a6c1-4dca-95dc-a73efe3760a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c872d779-a6c1-4dca-95dc-a73efe3760a4.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-a7e580c8-51e3-4534-9a91-a5e5807eab5d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a7e580c8-51e3-4534-9a91-a5e5807eab5d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0em);
}

}

@media (min-width: 992px) {
[id="s-a7e580c8-51e3-4534-9a91-a5e5807eab5d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0em);
}

}

@media (min-width: 1200px) {
[id="s-a7e580c8-51e3-4534-9a91-a5e5807eab5d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0em);
}

}

#s-8ff13daf-8b1b-428c-8993-da44af0c45d6 {
  text-align: center;
}
@media (min-width: 768px) and (max-width: 991px){#s-8ff13daf-8b1b-428c-8993-da44af0c45d6 {
  padding-top: 3em;
}
}






  img.s-8ff13daf-8b1b-428c-8993-da44af0c45d6.shogun-image {
    
    
  }


.s-8ff13daf-8b1b-428c-8993-da44af0c45d6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8ff13daf-8b1b-428c-8993-da44af0c45d6.shg-align-container {
  text-align: center
}

.s-8ff13daf-8b1b-428c-8993-da44af0c45d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ff13daf-8b1b-428c-8993-da44af0c45d6.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8ff13daf-8b1b-428c-8993-da44af0c45d6.shogun-image {
    
    
  }


.s-8ff13daf-8b1b-428c-8993-da44af0c45d6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8ff13daf-8b1b-428c-8993-da44af0c45d6.shg-align-container {
  text-align: center
}

.s-8ff13daf-8b1b-428c-8993-da44af0c45d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ff13daf-8b1b-428c-8993-da44af0c45d6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8ff13daf-8b1b-428c-8993-da44af0c45d6.shogun-image {
    
    
  }


.s-8ff13daf-8b1b-428c-8993-da44af0c45d6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8ff13daf-8b1b-428c-8993-da44af0c45d6.shg-align-container {
  text-align: center
}

.s-8ff13daf-8b1b-428c-8993-da44af0c45d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ff13daf-8b1b-428c-8993-da44af0c45d6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8ff13daf-8b1b-428c-8993-da44af0c45d6.shogun-image {
    
    
  }


.s-8ff13daf-8b1b-428c-8993-da44af0c45d6 .shogun-image-content {
  
    align-items: center;
  
}

.s-8ff13daf-8b1b-428c-8993-da44af0c45d6.shg-align-container {
  text-align: center
}

.s-8ff13daf-8b1b-428c-8993-da44af0c45d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ff13daf-8b1b-428c-8993-da44af0c45d6.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8ff13daf-8b1b-428c-8993-da44af0c45d6.shogun-image {
    
    
  }


.s-8ff13daf-8b1b-428c-8993-da44af0c45d6 .shogun-image-content {
  
    align-items: flex-start;
  
}

.s-8ff13daf-8b1b-428c-8993-da44af0c45d6.shg-align-container {
  text-align: center
}

.s-8ff13daf-8b1b-428c-8993-da44af0c45d6.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8ff13daf-8b1b-428c-8993-da44af0c45d6.shogun-image {
  box-sizing: border-box;
}


}
#s-ccfeb253-fc7a-403c-b4e7-7ed1ac32e13b {
  min-height: 50px;
}
@media (min-width: 1200px){#s-ccfeb253-fc7a-403c-b4e7-7ed1ac32e13b {
  margin-left: 0em;
margin-right: 2em;
}
}







#s-ccfeb253-fc7a-403c-b4e7-7ed1ac32e13b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccfeb253-fc7a-403c-b4e7-7ed1ac32e13b.shg-box.shg-c {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (min-width: 1200px){






#s-ccfeb253-fc7a-403c-b4e7-7ed1ac32e13b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccfeb253-fc7a-403c-b4e7-7ed1ac32e13b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (min-width: 992px) and (max-width: 1199px){






#s-ccfeb253-fc7a-403c-b4e7-7ed1ac32e13b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccfeb253-fc7a-403c-b4e7-7ed1ac32e13b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}@media (min-width: 768px) and (max-width: 991px){






#s-ccfeb253-fc7a-403c-b4e7-7ed1ac32e13b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ccfeb253-fc7a-403c-b4e7-7ed1ac32e13b.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
}
#s-55ca6625-d4ca-4fa8-9438-813e8355d922 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-55ca6625-d4ca-4fa8-9438-813e8355d922 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  normal ;
  font-family: "Roobert-Bold";
  font-style:  normal ;
  font-size: 2em;
  
  
  text-align: left;
}



#s-a9f50908-0f93-451e-9f19-0b7660c06143 {
  text-align: center;
}
@media (min-width: 1200px){#s-a9f50908-0f93-451e-9f19-0b7660c06143 {
  text-align: left;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a9f50908-0f93-451e-9f19-0b7660c06143 {
  text-align: left;
}
}@media (min-width: 768px) and (max-width: 991px){#s-a9f50908-0f93-451e-9f19-0b7660c06143 {
  text-align: left;
}
}






  img.s-a9f50908-0f93-451e-9f19-0b7660c06143.shogun-image {
    
    
  }


.s-a9f50908-0f93-451e-9f19-0b7660c06143 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9f50908-0f93-451e-9f19-0b7660c06143.shg-align-container {
  text-align: center
}

.s-a9f50908-0f93-451e-9f19-0b7660c06143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f50908-0f93-451e-9f19-0b7660c06143.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a9f50908-0f93-451e-9f19-0b7660c06143.shogun-image {
    
    
  }


.s-a9f50908-0f93-451e-9f19-0b7660c06143 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9f50908-0f93-451e-9f19-0b7660c06143.shg-align-container {
  text-align: left
}

.s-a9f50908-0f93-451e-9f19-0b7660c06143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f50908-0f93-451e-9f19-0b7660c06143.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a9f50908-0f93-451e-9f19-0b7660c06143.shogun-image {
    
    
  }


.s-a9f50908-0f93-451e-9f19-0b7660c06143 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9f50908-0f93-451e-9f19-0b7660c06143.shg-align-container {
  text-align: left
}

.s-a9f50908-0f93-451e-9f19-0b7660c06143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f50908-0f93-451e-9f19-0b7660c06143.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a9f50908-0f93-451e-9f19-0b7660c06143.shogun-image {
    
    
  }


.s-a9f50908-0f93-451e-9f19-0b7660c06143 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9f50908-0f93-451e-9f19-0b7660c06143.shg-align-container {
  text-align: left
}

.s-a9f50908-0f93-451e-9f19-0b7660c06143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f50908-0f93-451e-9f19-0b7660c06143.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a9f50908-0f93-451e-9f19-0b7660c06143.shogun-image {
    
    
  }


.s-a9f50908-0f93-451e-9f19-0b7660c06143 .shogun-image-content {
  
    align-items: center;
  
}

.s-a9f50908-0f93-451e-9f19-0b7660c06143.shg-align-container {
  text-align: center
}

.s-a9f50908-0f93-451e-9f19-0b7660c06143.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a9f50908-0f93-451e-9f19-0b7660c06143.shogun-image {
  box-sizing: border-box;
}


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

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

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

.shogun-root iframe {
  display: initial;
}

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

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none) and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-lazyload-bg-image {
  display: none;
}

.shogun-root a:empty,
.shogun-root article:empty,
.shogun-root dl:empty,
.shogun-root h1:empty,
.shogun-root h2:empty,
.shogun-root h3:empty,
.shogun-root h4:empty,
.shogun-root h5:empty,
.shogun-root h6:empty,
.shogun-root p:empty,
.shogun-root section:empty,
.shogun-root ul:empty {
  display: unset;
}

.shogun-root div:empty {
  display: inline-block;
}

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

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

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

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

.shg-c:after,.shg-c:before{content:" ";display:table}.shogun-root{z-index:1;position:relative;isolation:isolate}.shogun-root iframe{display:initial}@media (max-width:1024px){.shg-box,.shg-c{background-attachment:scroll!important}}@media only screen and (min-width:1024px) and (max-height:1366px) and (-webkit-min-device-pixel-ratio:1.5) and (hover:none) and (orientation:landscape){.shg-box{background-attachment:scroll!important}}#mc_embed_signup .clear{width:auto!important;height:auto!important;visibility:visible!important}.shg-clearfix:after{content:"";display:block;clear:both}.shogun-image{max-width:100%;min-height:inherit;max-height:inherit;display:inline!important;border:0;vertical-align:middle}.shg-fw{margin-left:calc(50% - 50vw);width:100vw}.shg-fw .shg-fw{margin-left:auto;margin-right:auto;width:100%}div[data-shg-lightbox-switch]{cursor:pointer}.shg-lightbox{position:fixed;z-index:999999;left:0;top:0;width:100%;height:100%;overflow:hidden;background-color:#000;background-color:rgba(0,0,0,.85)}.shg-lightbox.hidden{display:none!important}.shg-lightbox .shg-lightbox-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;text-align:center}.shg-lightbox .shg-lightbox-close{position:absolute;right:0;padding:5px 0;color:#fff;font-size:45px;margin-right:10px;line-height:30px;user-select:none;cursor:pointer;z-index:1}.shg-lightbox .shg-lightbox-image-container{padding:25px}.shg-lightbox .shg-lightbox-image{margin:auto;max-height:90vh;max-width:100%}.shg-lightbox .shg-lightbox-close:focus,.shg-lightbox .shg-lightbox-close:hover{color:#a2a2a2;text-decoration:none;cursor:pointer}.shg-lightbox .shg-lightbox-nav{cursor:pointer;position:absolute;top:50%;width:35px;height:100px;background-size:contain;background-repeat:no-repeat;background-position:center;transform:translate(0,-50%);z-index:1}.shg-lightbox .shg-lightbox-nav.hidden{display:none!important}.shg-lightbox .shg-lightbox-nav.shg-nav-left{left:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==)}.shg-lightbox .shg-lightbox-nav.shg-nav-right{right:0;background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+)}@media screen and (min-width:769px){.shg-lightbox .shg-lightbox-image-container{padding:50px}}.shogun-lazyload:not([src]),.shogun-lazyloading:not([src]){opacity:0}.shogun-lazyloaded{opacity:1;transition:opacity .3s}.shogun-lazyload-bg-image{display:none}.shogun-root a:empty,.shogun-root article:empty,.shogun-root dl:empty,.shogun-root h1:empty,.shogun-root h2:empty,.shogun-root h3:empty,.shogun-root h4:empty,.shogun-root h5:empty,.shogun-root h6:empty,.shogun-root p:empty,.shogun-root section:empty,.shogun-root ul:empty{display:unset}.shogun-root div:empty{display:inline-block}[data-animations*=enterviewport][data-animations*=fadeIn],[data-animations*=enterviewport][data-animations*=zoomIn]{opacity:0}.shogun-form-error-msg,.shogun-form-field-error-msg{display:flex;align-items:center;color:#dc143c}.shogun-badge{margin-bottom:50px}.shogun-badge-container{position:fixed;right:0;bottom:0;margin-bottom:-10px}