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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shg-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-0abc1507-e74b-4ef6-84cd-4088c1cdab6b {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 10%;
padding-bottom: 10%;
min-height: 50px;
background-position: center center;
}

#s-0abc1507-e74b-4ef6-84cd-4088c1cdab6b {
  background-image: url(https://i.shgcdn.com/01088b0f-13e4-4ff0-9825-4a757b500e84/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-0abc1507-e74b-4ef6-84cd-4088c1cdab6b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-0abc1507-e74b-4ef6-84cd-4088c1cdab6b.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-62515f1d-8930-476b-acd0-c57da023d315 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-62515f1d-8930-476b-acd0-c57da023d315"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-62515f1d-8930-476b-acd0-c57da023d315"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 992px) {
[id="s-62515f1d-8930-476b-acd0-c57da023d315"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 50.0px);
}

}

@media (min-width: 1200px) {
[id="s-62515f1d-8930-476b-acd0-c57da023d315"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 50.0px);
}

}

.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-28254736-686e-4050-83e2-881d5bcf21fb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-28254736-686e-4050-83e2-881d5bcf21fb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:  900 ;
  
  font-style:  normal ;
  font-size: 48px;
  
  
  text-align: left;
}



#s-5332dbfe-9a8f-431c-95a5-359a29bfcf13 {
  margin-top: 10px;
margin-bottom: 10px;
}

.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-641141f7-b93b-4067-bd92-72fb3b0db1a2 {
  padding-top: 12px;
padding-left: 36px;
padding-bottom: 12px;
padding-right: 36px;
border-radius: 6px;
background-color: rgba(255, 207, 81, 1);
text-align: left;
text-decoration: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-641141f7-b93b-4067-bd92-72fb3b0db1a2:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-641141f7-b93b-4067-bd92-72fb3b0db1a2:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-641141f7-b93b-4067-bd92-72fb3b0db1a2-root {
    text-align: left;
  }


#s-641141f7-b93b-4067-bd92-72fb3b0db1a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-641141f7-b93b-4067-bd92-72fb3b0db1a2-root {
    text-align: left;
  }


#s-641141f7-b93b-4067-bd92-72fb3b0db1a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-641141f7-b93b-4067-bd92-72fb3b0db1a2-root {
    text-align: left;
  }


#s-641141f7-b93b-4067-bd92-72fb3b0db1a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-641141f7-b93b-4067-bd92-72fb3b0db1a2-root {
    text-align: left;
  }


#s-641141f7-b93b-4067-bd92-72fb3b0db1a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-641141f7-b93b-4067-bd92-72fb3b0db1a2-root {
    text-align: left;
  }


#s-641141f7-b93b-4067-bd92-72fb3b0db1a2.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 500;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-d1efc846-4628-4adc-83fe-3aee0553a00e {
  padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}
@media (min-width: 768px) and (max-width: 991px){#s-d1efc846-4628-4adc-83fe-3aee0553a00e {
  padding-top: 80px;
padding-bottom: 0px;
}
}@media (max-width: 767px){#s-d1efc846-4628-4adc-83fe-3aee0553a00e {
  padding-top: 40px;
padding-bottom: 0px;
}
}







#s-d1efc846-4628-4adc-83fe-3aee0553a00e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1efc846-4628-4adc-83fe-3aee0553a00e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-2485d109-f934-4047-936c-3130b8ff8840 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
min-height: 50px;
max-width: 1200px;
}








#s-2485d109-f934-4047-936c-3130b8ff8840 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2485d109-f934-4047-936c-3130b8ff8840.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-80fb589e-48ac-4717-805c-c31cb07f64d8 {
  padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}

#s-80fb589e-48ac-4717-805c-c31cb07f64d8 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



.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-a19e0bd4-84e0-4d7a-9dd1-91bb8e8ab1e2 {
  padding-top: 0%;
padding-left: 15%;
padding-bottom: 0%;
padding-right: 15%;
max-width: 100%;
}
@media (min-width: 768px) and (max-width: 991px){#s-a19e0bd4-84e0-4d7a-9dd1-91bb8e8ab1e2 {
  padding-left: 0%;
padding-right: 0%;
}
}@media (max-width: 767px){#s-a19e0bd4-84e0-4d7a-9dd1-91bb8e8ab1e2 {
  padding-left: 0%;
padding-right: 0%;
}
}
#s-a4c84cde-981d-4a82-ba73-d183a8642e4a {
  min-height: 50px;
background-color: rgba(109, 109, 109, 1);
}








#s-a4c84cde-981d-4a82-ba73-d183a8642e4a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a4c84cde-981d-4a82-ba73-d183a8642e4a.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-985ef7d7-0b37-4c63-a87b-708882d2a628"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-985ef7d7-0b37-4c63-a87b-708882d2a628"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-985ef7d7-0b37-4c63-a87b-708882d2a628"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-985ef7d7-0b37-4c63-a87b-708882d2a628"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-1e32b058-db16-49c1-b0fe-5f1945583028 {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
}
@media (min-width: 1200px){#s-1e32b058-db16-49c1-b0fe-5f1945583028 {
  padding-top: 80px;
padding-left: 80px;
padding-bottom: 80px;
padding-right: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-1e32b058-db16-49c1-b0fe-5f1945583028 {
  padding-top: 80px;
padding-left: 80px;
padding-bottom: 80px;
padding-right: 80px;
}
}







#s-1e32b058-db16-49c1-b0fe-5f1945583028 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1e32b058-db16-49c1-b0fe-5f1945583028.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9b151eb1-52dd-478d-b34b-b2e57e7509c6 {
  margin-bottom: 40px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-9b151eb1-52dd-478d-b34b-b2e57e7509c6 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-af66d138-1103-472a-9fb4-ce27ac486685 {
  background-color: rgba(0, 0, 0, 1);
}








#s-af66d138-1103-472a-9fb4-ce27ac486685 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-af66d138-1103-472a-9fb4-ce27ac486685.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3d808c53-a518-41a0-a5a2-7615bac7b6d6 {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
}








#s-3d808c53-a518-41a0-a5a2-7615bac7b6d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3d808c53-a518-41a0-a5a2-7615bac7b6d6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c0300044-c1fd-4f5d-ae07-cf889395f2bd {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-c0300044-c1fd-4f5d-ae07-cf889395f2bd .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-db0bc625-2c70-4f40-b37e-8d56db5fb269 {
  margin-top: 20px;
margin-left: auto;
margin-bottom: 0px;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1200px;
}
@media (max-width: 767px){#s-db0bc625-2c70-4f40-b37e-8d56db5fb269 {
  margin-top: 0px;
}
}
@media (min-width: 0px) {
[id="s-db0bc625-2c70-4f40-b37e-8d56db5fb269"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-db0bc625-2c70-4f40-b37e-8d56db5fb269"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-db0bc625-2c70-4f40-b37e-8d56db5fb269"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-db0bc625-2c70-4f40-b37e-8d56db5fb269"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}

#s-02fecc0d-0012-4a6a-bde6-f4756592a593 {
  min-height: 50px;
}








#s-02fecc0d-0012-4a6a-bde6-f4756592a593 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-02fecc0d-0012-4a6a-bde6-f4756592a593.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-3b582d2a-2368-4395-bb3b-a2f29640a236 {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-3b582d2a-2368-4395-bb3b-a2f29640a236 {
  display: none;
}
#s-3b582d2a-2368-4395-bb3b-a2f29640a236, #wrap-s-3b582d2a-2368-4395-bb3b-a2f29640a236 { display:none !important; }}@media (max-width: 767px){#s-3b582d2a-2368-4395-bb3b-a2f29640a236 {
  display: none;
}
#s-3b582d2a-2368-4395-bb3b-a2f29640a236, #wrap-s-3b582d2a-2368-4395-bb3b-a2f29640a236 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3b582d2a-2368-4395-bb3b-a2f29640a236"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b582d2a-2368-4395-bb3b-a2f29640a236"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3b582d2a-2368-4395-bb3b-a2f29640a236"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3b582d2a-2368-4395-bb3b-a2f29640a236"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3b582d2a-2368-4395-bb3b-a2f29640a236"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b582d2a-2368-4395-bb3b-a2f29640a236"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3b582d2a-2368-4395-bb3b-a2f29640a236"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

}

#s-afdf9cd2-00c2-45d9-a771-402afd997f3c {
  margin-left: auto;
margin-right: auto;
max-width: 320px;
}
@media (min-width: 1200px){#s-afdf9cd2-00c2-45d9-a771-402afd997f3c {
  display: none;
}
#s-afdf9cd2-00c2-45d9-a771-402afd997f3c, #wrap-s-afdf9cd2-00c2-45d9-a771-402afd997f3c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-afdf9cd2-00c2-45d9-a771-402afd997f3c {
  display: none;
}
#s-afdf9cd2-00c2-45d9-a771-402afd997f3c, #wrap-s-afdf9cd2-00c2-45d9-a771-402afd997f3c { display:none !important; }}
.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-8e3f8be3-0d89-4434-961d-534c34fa7a03 {
  margin-left: 0%;
margin-right: 0%;
text-align: center;
}
@media (max-width: 767px){#s-8e3f8be3-0d89-4434-961d-534c34fa7a03 {
  margin-left: 10%;
margin-right: 10%;
}
}






  #s-8e3f8be3-0d89-4434-961d-534c34fa7a03 img.shogun-image {
    

    
    
    
  }


#s-8e3f8be3-0d89-4434-961d-534c34fa7a03 .shogun-image-content {
  
    align-items: center;
  
}

#s-5b4aec1b-84c4-4de8-9c21-b741acef1d8a {
  margin-left: -1%;
margin-right: -1%;
padding-top: 80px;
padding-left: 20px;
padding-bottom: 120px;
padding-right: 20px;
min-height: 50px;
background-color: rgba(246, 246, 246, 1);
}








#s-5b4aec1b-84c4-4de8-9c21-b741acef1d8a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b4aec1b-84c4-4de8-9c21-b741acef1d8a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-a3e4ec27-6f2a-4785-a697-cd0773d40c8b {
  margin-left: auto;
margin-right: auto;
max-width: 960px;
}

@media (min-width: 0px) {
[id="s-a3e4ec27-6f2a-4785-a697-cd0773d40c8b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a3e4ec27-6f2a-4785-a697-cd0773d40c8b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3e4ec27-6f2a-4785-a697-cd0773d40c8b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a3e4ec27-6f2a-4785-a697-cd0773d40c8b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3e4ec27-6f2a-4785-a697-cd0773d40c8b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a3e4ec27-6f2a-4785-a697-cd0773d40c8b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a3e4ec27-6f2a-4785-a697-cd0773d40c8b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-5c24e5ab-d3f8-4624-888d-c664c6d745a9 {
  min-height: 50px;
}








#s-5c24e5ab-d3f8-4624-888d-c664c6d745a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5c24e5ab-d3f8-4624-888d-c664c6d745a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#s-8af09392-4c78-4641-a92b-8999c99cf9fe {
  max-width: 175px;
text-align: center;
}
@media (max-width: 767px){#s-8af09392-4c78-4641-a92b-8999c99cf9fe {
  margin-bottom: 30px;
}
}






  img.s-8af09392-4c78-4641-a92b-8999c99cf9fe.shogun-image {
    
    
  }


.s-8af09392-4c78-4641-a92b-8999c99cf9fe .shogun-image-content {
  
    align-items: center;
  
}

.s-8af09392-4c78-4641-a92b-8999c99cf9fe.shg-align-container {
  text-align: center
}

.s-8af09392-4c78-4641-a92b-8999c99cf9fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8af09392-4c78-4641-a92b-8999c99cf9fe.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8af09392-4c78-4641-a92b-8999c99cf9fe.shogun-image {
    
    
  }


.s-8af09392-4c78-4641-a92b-8999c99cf9fe .shogun-image-content {
  
    align-items: center;
  
}

.s-8af09392-4c78-4641-a92b-8999c99cf9fe.shg-align-container {
  text-align: center
}

.s-8af09392-4c78-4641-a92b-8999c99cf9fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8af09392-4c78-4641-a92b-8999c99cf9fe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8af09392-4c78-4641-a92b-8999c99cf9fe.shogun-image {
    
    
  }


.s-8af09392-4c78-4641-a92b-8999c99cf9fe .shogun-image-content {
  
    align-items: center;
  
}

.s-8af09392-4c78-4641-a92b-8999c99cf9fe.shg-align-container {
  text-align: center
}

.s-8af09392-4c78-4641-a92b-8999c99cf9fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8af09392-4c78-4641-a92b-8999c99cf9fe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8af09392-4c78-4641-a92b-8999c99cf9fe.shogun-image {
    
    
  }


.s-8af09392-4c78-4641-a92b-8999c99cf9fe .shogun-image-content {
  
    align-items: center;
  
}

.s-8af09392-4c78-4641-a92b-8999c99cf9fe.shg-align-container {
  text-align: center
}

.s-8af09392-4c78-4641-a92b-8999c99cf9fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8af09392-4c78-4641-a92b-8999c99cf9fe.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8af09392-4c78-4641-a92b-8999c99cf9fe.shogun-image {
    
    
  }


.s-8af09392-4c78-4641-a92b-8999c99cf9fe .shogun-image-content {
  
    align-items: center;
  
}

.s-8af09392-4c78-4641-a92b-8999c99cf9fe.shg-align-container {
  text-align: center
}

.s-8af09392-4c78-4641-a92b-8999c99cf9fe.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8af09392-4c78-4641-a92b-8999c99cf9fe.shogun-image {
  box-sizing: border-box;
}


}
#s-0d52e9e4-bd3d-474c-86b8-e877c0c7ddeb {
  min-height: 50px;
}








#s-0d52e9e4-bd3d-474c-86b8-e877c0c7ddeb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d52e9e4-bd3d-474c-86b8-e877c0c7ddeb.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-41fc5d35-8598-4a79-8e63-cc7e53d4abd6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-41fc5d35-8598-4a79-8e63-cc7e53d4abd6 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-41fc5d35-8598-4a79-8e63-cc7e53d4abd6 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}


@media (max-width: 767px){#s-41fc5d35-8598-4a79-8e63-cc7e53d4abd6 .shogun-heading-component h2 {
  color: rgba(51, 51, 51, 1);
  font-weight:  700 ;
  
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}


}
#s-3cacc4bd-b7b4-4127-a870-796b721b9650 {
  margin-top: 20px;
}

@media (min-width: 0px) {
[id="s-3cacc4bd-b7b4-4127-a870-796b721b9650"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3cacc4bd-b7b4-4127-a870-796b721b9650"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-3cacc4bd-b7b4-4127-a870-796b721b9650"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-3cacc4bd-b7b4-4127-a870-796b721b9650"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469 {
  text-align: right;
}
@media (max-width: 767px){#s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469 {
  margin-bottom: 20px;
text-align: center;
}
}






  img.s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469.shogun-image {
    
    
  }


.s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469.shg-align-container {
  text-align: right
}

.s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469.shogun-image {
    
    
  }


.s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469.shg-align-container {
  text-align: right
}

.s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469.shogun-image {
    
    
  }


.s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469.shg-align-container {
  text-align: right
}

.s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469.shogun-image {
    
    
  }


.s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469.shg-align-container {
  text-align: right
}

.s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469.shogun-image {
  box-sizing: border-box;
}


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





  img.s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469.shogun-image {
    
    
  }


.s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469 .shogun-image-content {
  
    align-items: center;
  
}

.s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469.shg-align-container {
  text-align: center
}

.s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-c2637c4f-e207-4c17-bd8e-9b77dd4b8469.shogun-image {
  box-sizing: border-box;
}


}
#s-84f4feaf-dd12-4c31-a445-282ac7af59d3 {
  max-width: 135px;
text-align: left;
}
@media (max-width: 767px){#s-84f4feaf-dd12-4c31-a445-282ac7af59d3 {
  text-align: center;
}
}






  img.s-84f4feaf-dd12-4c31-a445-282ac7af59d3.shogun-image {
    
    
  }


.s-84f4feaf-dd12-4c31-a445-282ac7af59d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f4feaf-dd12-4c31-a445-282ac7af59d3.shg-align-container {
  text-align: left
}

.s-84f4feaf-dd12-4c31-a445-282ac7af59d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f4feaf-dd12-4c31-a445-282ac7af59d3.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-84f4feaf-dd12-4c31-a445-282ac7af59d3.shogun-image {
    
    
  }


.s-84f4feaf-dd12-4c31-a445-282ac7af59d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f4feaf-dd12-4c31-a445-282ac7af59d3.shg-align-container {
  text-align: left
}

.s-84f4feaf-dd12-4c31-a445-282ac7af59d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f4feaf-dd12-4c31-a445-282ac7af59d3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-84f4feaf-dd12-4c31-a445-282ac7af59d3.shogun-image {
    
    
  }


.s-84f4feaf-dd12-4c31-a445-282ac7af59d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f4feaf-dd12-4c31-a445-282ac7af59d3.shg-align-container {
  text-align: left
}

.s-84f4feaf-dd12-4c31-a445-282ac7af59d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f4feaf-dd12-4c31-a445-282ac7af59d3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-84f4feaf-dd12-4c31-a445-282ac7af59d3.shogun-image {
    
    
  }


.s-84f4feaf-dd12-4c31-a445-282ac7af59d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f4feaf-dd12-4c31-a445-282ac7af59d3.shg-align-container {
  text-align: left
}

.s-84f4feaf-dd12-4c31-a445-282ac7af59d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f4feaf-dd12-4c31-a445-282ac7af59d3.shogun-image {
  box-sizing: border-box;
}


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





  img.s-84f4feaf-dd12-4c31-a445-282ac7af59d3.shogun-image {
    
    
  }


.s-84f4feaf-dd12-4c31-a445-282ac7af59d3 .shogun-image-content {
  
    align-items: center;
  
}

.s-84f4feaf-dd12-4c31-a445-282ac7af59d3.shg-align-container {
  text-align: center
}

.s-84f4feaf-dd12-4c31-a445-282ac7af59d3.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-84f4feaf-dd12-4c31-a445-282ac7af59d3.shogun-image {
  box-sizing: border-box;
}


}
#s-e70fff37-43ed-42a7-b491-825da499bf41 {
  min-height: 50px;
background-color: rgba(109, 109, 109, 1);
}








#s-e70fff37-43ed-42a7-b491-825da499bf41 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e70fff37-43ed-42a7-b491-825da499bf41.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-2cd9bb4e-548b-4581-9020-008b8f219f90"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2cd9bb4e-548b-4581-9020-008b8f219f90"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-2cd9bb4e-548b-4581-9020-008b8f219f90"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-2cd9bb4e-548b-4581-9020-008b8f219f90"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-2cd9bb4e-548b-4581-9020-008b8f219f90"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-f6a4a051-314b-4e37-ad19-b5f2699f2a93 {
  padding-top: 40px;
padding-left: 40px;
padding-bottom: 40px;
padding-right: 40px;
min-height: 50px;
}
@media (min-width: 1200px){#s-f6a4a051-314b-4e37-ad19-b5f2699f2a93 {
  padding-top: 80px;
padding-left: 80px;
padding-bottom: 80px;
padding-right: 80px;
}
}@media (min-width: 992px) and (max-width: 1199px){#s-f6a4a051-314b-4e37-ad19-b5f2699f2a93 {
  padding-top: 80px;
padding-left: 80px;
padding-bottom: 80px;
padding-right: 80px;
}
}







#s-f6a4a051-314b-4e37-ad19-b5f2699f2a93 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f6a4a051-314b-4e37-ad19-b5f2699f2a93.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d91fef4a-1eb6-4492-8f50-fbaeaab48636 {
  text-align: center;
}

#s-d91fef4a-1eb6-4492-8f50-fbaeaab48636 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: center;
}



#s-d616d0c5-6355-4a5e-901d-67fdd839e98b {
  margin-top: 50px;
margin-bottom: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d616d0c5-6355-4a5e-901d-67fdd839e98b {
  display: none;
}
#s-d616d0c5-6355-4a5e-901d-67fdd839e98b, #wrap-s-d616d0c5-6355-4a5e-901d-67fdd839e98b { display:none !important; }}@media (max-width: 767px){#s-d616d0c5-6355-4a5e-901d-67fdd839e98b {
  display: none;
}
#s-d616d0c5-6355-4a5e-901d-67fdd839e98b, #wrap-s-d616d0c5-6355-4a5e-901d-67fdd839e98b { display:none !important; }}
@media (min-width: 0px) {
[id="s-d616d0c5-6355-4a5e-901d-67fdd839e98b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d616d0c5-6355-4a5e-901d-67fdd839e98b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d616d0c5-6355-4a5e-901d-67fdd839e98b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d616d0c5-6355-4a5e-901d-67fdd839e98b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

#s-cc9a2e45-5131-4941-b4c2-4d9f72bbcf9c {
  margin-left: auto;
margin-right: auto;
padding-top: 40px;
max-width: 480px;
}
@media (min-width: 1200px){#s-cc9a2e45-5131-4941-b4c2-4d9f72bbcf9c {
  display: none;
}
#s-cc9a2e45-5131-4941-b4c2-4d9f72bbcf9c, #wrap-s-cc9a2e45-5131-4941-b4c2-4d9f72bbcf9c { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-cc9a2e45-5131-4941-b4c2-4d9f72bbcf9c {
  display: none;
}
#s-cc9a2e45-5131-4941-b4c2-4d9f72bbcf9c, #wrap-s-cc9a2e45-5131-4941-b4c2-4d9f72bbcf9c { display:none !important; }}
#s-15a0f562-c687-4e68-adbb-e731541afb89 {
  background-repeat: no-repeat;
background-size: cover;
background-position: center center;
}
@media (max-width: 767px){#s-15a0f562-c687-4e68-adbb-e731541afb89 {
  min-height: 300px;
}
}







#s-15a0f562-c687-4e68-adbb-e731541afb89 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15a0f562-c687-4e68-adbb-e731541afb89.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-be802282-c2f7-4fc1-8114-4ccab0f1c4e0 {
  margin-left: auto;
margin-right: auto;
padding-top: 100px;
padding-bottom: 100px;
min-height: 50px;
max-width: 1200px;
}








#s-be802282-c2f7-4fc1-8114-4ccab0f1c4e0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be802282-c2f7-4fc1-8114-4ccab0f1c4e0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-886fc8bb-0c15-4926-8188-4f54c8bce1c6 {
  margin-left: 6%;
margin-right: 6%;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-886fc8bb-0c15-4926-8188-4f54c8bce1c6 {
  
}
}@media (max-width: 767px){#s-886fc8bb-0c15-4926-8188-4f54c8bce1c6 {
  
}
}







#s-886fc8bb-0c15-4926-8188-4f54c8bce1c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-886fc8bb-0c15-4926-8188-4f54c8bce1c6.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-5d6fd2ce-e0d8-4381-88e4-4016e837a677 {
  margin-top: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5d6fd2ce-e0d8-4381-88e4-4016e837a677 .shogun-heading-component h2 {
  color: rgba(55, 64, 72, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



#s-4c15b1eb-b89b-47ed-98c9-3d67615db7ac {
  margin-bottom: 40px;
}

@media (min-width: 768px) and (max-width: 991px){#s-47f8ba8f-e8d4-4452-b2c2-46f97d146529 {
  display: none;
}
#s-47f8ba8f-e8d4-4452-b2c2-46f97d146529, #wrap-s-47f8ba8f-e8d4-4452-b2c2-46f97d146529 { display:none !important; }}@media (max-width: 767px){#s-47f8ba8f-e8d4-4452-b2c2-46f97d146529 {
  display: none;
}
#s-47f8ba8f-e8d4-4452-b2c2-46f97d146529, #wrap-s-47f8ba8f-e8d4-4452-b2c2-46f97d146529 { display:none !important; }}
@media (min-width: 0px) {
[id="s-47f8ba8f-e8d4-4452-b2c2-46f97d146529"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 20.0px);
}

}

@media (min-width: 768px) {
[id="s-47f8ba8f-e8d4-4452-b2c2-46f97d146529"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

}

@media (min-width: 992px) {
[id="s-47f8ba8f-e8d4-4452-b2c2-46f97d146529"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

}

@media (min-width: 1200px) {
[id="s-47f8ba8f-e8d4-4452-b2c2-46f97d146529"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 33.333333333333336px);
}

}

#s-119527e1-88d3-43b3-8c33-36275a7cd56a {
  min-height: 50px;
}








#s-119527e1-88d3-43b3-8c33-36275a7cd56a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-119527e1-88d3-43b3-8c33-36275a7cd56a.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f5072f10-e1dc-44e0-a266-87541ec38d6c {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}







  #s-f5072f10-e1dc-44e0-a266-87541ec38d6c img.shogun-image {
    

    
    
    
  }


#s-f5072f10-e1dc-44e0-a266-87541ec38d6c .shogun-image-content {
  
    align-items: center;
  
}

#s-981a964a-829e-480f-a675-41627f8345d3 {
  margin-top: 14px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-5eaa34ef-fcd9-441d-9b36-7e48a3e6ec5f {
  min-height: 50px;
}








#s-5eaa34ef-fcd9-441d-9b36-7e48a3e6ec5f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5eaa34ef-fcd9-441d-9b36-7e48a3e6ec5f.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-07f92439-2fa5-48c9-aba0-aebed796271b {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}







  #s-07f92439-2fa5-48c9-aba0-aebed796271b img.shogun-image {
    

    
    
    
  }


#s-07f92439-2fa5-48c9-aba0-aebed796271b .shogun-image-content {
  
    align-items: center;
  
}

#s-69060409-e439-4059-a666-f40ce3e6b9ad {
  margin-top: 23px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b4eda02b-eb69-48f1-8a3a-47bdd91ab192 {
  min-height: 50px;
}








#s-b4eda02b-eb69-48f1-8a3a-47bdd91ab192 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4eda02b-eb69-48f1-8a3a-47bdd91ab192.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ee0f33b-4876-46e0-aeec-fbd2ae74f427 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}







  #s-1ee0f33b-4876-46e0-aeec-fbd2ae74f427 img.shogun-image {
    

    
    
    
  }


#s-1ee0f33b-4876-46e0-aeec-fbd2ae74f427 .shogun-image-content {
  
    align-items: center;
  
}

#s-85f1c1c2-8c43-4e31-ad5f-9829e7093e3e {
  margin-top: 14px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-cdd0e508-a597-48d7-b878-cc63c4a37565 {
  min-height: 50px;
}








#s-cdd0e508-a597-48d7-b878-cc63c4a37565 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cdd0e508-a597-48d7-b878-cc63c4a37565.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1f1a9bd8-449d-4e9c-9742-2582c71321d7 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}







  #s-1f1a9bd8-449d-4e9c-9742-2582c71321d7 img.shogun-image {
    

    
    
    
  }


#s-1f1a9bd8-449d-4e9c-9742-2582c71321d7 .shogun-image-content {
  
    align-items: center;
  
}

#s-1b80ed39-7600-4106-bf47-94ebf3d8cca2 {
  margin-top: 11px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-1701264d-04c1-406a-96b9-77a32562a7e3 {
  min-height: 50px;
}








#s-1701264d-04c1-406a-96b9-77a32562a7e3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1701264d-04c1-406a-96b9-77a32562a7e3.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-44dabe54-1ba9-48d2-8cbc-9a53776e7420 {
  margin-left: auto;
margin-right: auto;
max-width: 90px;
text-align: center;
}







  #s-44dabe54-1ba9-48d2-8cbc-9a53776e7420 img.shogun-image {
    

    
    
    
  }


#s-44dabe54-1ba9-48d2-8cbc-9a53776e7420 .shogun-image-content {
  
    align-items: center;
  
}

#s-e9f00119-b195-4d88-aa33-770480bd98c1 {
  margin-top: 28px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-779af673-fd38-4039-aab2-48b31173c6a8 {
  min-height: 50px;
}








#s-779af673-fd38-4039-aab2-48b31173c6a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-779af673-fd38-4039-aab2-48b31173c6a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a3acb92-5e61-4a4a-b71a-c33ef41ad31d {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-9a3acb92-5e61-4a4a-b71a-c33ef41ad31d img.shogun-image {
    

    
    
    
  }


#s-9a3acb92-5e61-4a4a-b71a-c33ef41ad31d .shogun-image-content {
  
    align-items: center;
  
}

#s-d8694469-6ddd-45b1-a1ca-a3262a8c7866 {
  margin-top: 14px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 1200px){#s-707b7a4a-686f-4f6c-82cc-bc631ab09095 {
  display: none;
}
#s-707b7a4a-686f-4f6c-82cc-bc631ab09095, #wrap-s-707b7a4a-686f-4f6c-82cc-bc631ab09095 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-707b7a4a-686f-4f6c-82cc-bc631ab09095 {
  display: none;
}
#s-707b7a4a-686f-4f6c-82cc-bc631ab09095, #wrap-s-707b7a4a-686f-4f6c-82cc-bc631ab09095 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-707b7a4a-686f-4f6c-82cc-bc631ab09095 {
  
}
}@media (max-width: 767px){#s-707b7a4a-686f-4f6c-82cc-bc631ab09095 {
  
}
}
@media (min-width: 0px) {
[id="s-707b7a4a-686f-4f6c-82cc-bc631ab09095"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-707b7a4a-686f-4f6c-82cc-bc631ab09095"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-707b7a4a-686f-4f6c-82cc-bc631ab09095"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-707b7a4a-686f-4f6c-82cc-bc631ab09095"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-153fb80a-c2c9-4948-bda7-0a2c5ae18233 {
  min-height: 50px;
}
@media (max-width: 767px){#s-153fb80a-c2c9-4948-bda7-0a2c5ae18233 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-153fb80a-c2c9-4948-bda7-0a2c5ae18233 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-153fb80a-c2c9-4948-bda7-0a2c5ae18233.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-1ce17a50-d697-4a9f-9612-c2fec97a4879 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}







  #s-1ce17a50-d697-4a9f-9612-c2fec97a4879 img.shogun-image {
    

    
    
    
  }


#s-1ce17a50-d697-4a9f-9612-c2fec97a4879 .shogun-image-content {
  
    align-items: center;
  
}

#s-95df88e8-120f-49ad-ac7a-1233163389ab {
  margin-top: 14px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-60acd6a8-44c7-46a8-8075-4e5bcc497324 {
  min-height: 50px;
}
@media (max-width: 767px){#s-60acd6a8-44c7-46a8-8075-4e5bcc497324 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-60acd6a8-44c7-46a8-8075-4e5bcc497324 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-60acd6a8-44c7-46a8-8075-4e5bcc497324.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-97fd348f-c702-4b17-9990-c00e11a5fb41 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}







  #s-97fd348f-c702-4b17-9990-c00e11a5fb41 img.shogun-image {
    

    
    
    
  }


#s-97fd348f-c702-4b17-9990-c00e11a5fb41 .shogun-image-content {
  
    align-items: center;
  
}

#s-a16d6f11-801a-4c28-904e-5f036d93877f {
  margin-top: 23px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-b5429f43-d829-47db-88bb-620854935a2e {
  min-height: 50px;
}
@media (max-width: 767px){#s-b5429f43-d829-47db-88bb-620854935a2e {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 20px;
padding-bottom: 20px;
}
}







#s-b5429f43-d829-47db-88bb-620854935a2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5429f43-d829-47db-88bb-620854935a2e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-16af8ae4-6d8e-41cf-979d-dea4104acded {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}







  #s-16af8ae4-6d8e-41cf-979d-dea4104acded img.shogun-image {
    

    
    
    
  }


#s-16af8ae4-6d8e-41cf-979d-dea4104acded .shogun-image-content {
  
    align-items: center;
  
}

#s-5bace493-0a68-4e58-b5e6-add1f1a1a11f {
  margin-top: 14px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

@media (min-width: 1200px){#s-23bfb1b9-4954-4a37-bc99-6412904a6c70 {
  display: none;
}
#s-23bfb1b9-4954-4a37-bc99-6412904a6c70, #wrap-s-23bfb1b9-4954-4a37-bc99-6412904a6c70 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-23bfb1b9-4954-4a37-bc99-6412904a6c70 {
  display: none;
}
#s-23bfb1b9-4954-4a37-bc99-6412904a6c70, #wrap-s-23bfb1b9-4954-4a37-bc99-6412904a6c70 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-23bfb1b9-4954-4a37-bc99-6412904a6c70 {
  
}
}@media (max-width: 767px){#s-23bfb1b9-4954-4a37-bc99-6412904a6c70 {
  
}
}
@media (min-width: 0px) {
[id="s-23bfb1b9-4954-4a37-bc99-6412904a6c70"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-23bfb1b9-4954-4a37-bc99-6412904a6c70"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-23bfb1b9-4954-4a37-bc99-6412904a6c70"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-23bfb1b9-4954-4a37-bc99-6412904a6c70"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 26.666666666666668px);
}

}

#s-2642453d-bbee-48ee-90cf-daed74e6c6d4 {
  min-height: 50px;
}
@media (max-width: 767px){#s-2642453d-bbee-48ee-90cf-daed74e6c6d4 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-2642453d-bbee-48ee-90cf-daed74e6c6d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2642453d-bbee-48ee-90cf-daed74e6c6d4.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-d23258a6-1dc3-4688-a1f8-444e73d11c53 {
  margin-left: auto;
margin-right: auto;
max-width: 60px;
text-align: center;
}







  #s-d23258a6-1dc3-4688-a1f8-444e73d11c53 img.shogun-image {
    

    
    
    
  }


#s-d23258a6-1dc3-4688-a1f8-444e73d11c53 .shogun-image-content {
  
    align-items: center;
  
}

#s-a4befc31-e66c-4e0c-bedb-65b9ec3ca283 {
  margin-top: 11px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-731caf0d-6e2f-4ce8-816c-edf70bc86934 {
  min-height: 50px;
}
@media (max-width: 767px){#s-731caf0d-6e2f-4ce8-816c-edf70bc86934 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-731caf0d-6e2f-4ce8-816c-edf70bc86934 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-731caf0d-6e2f-4ce8-816c-edf70bc86934.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-92574720-5ce0-4daf-925e-df338c363a49 {
  margin-left: auto;
margin-right: auto;
max-width: 90px;
text-align: center;
}







  #s-92574720-5ce0-4daf-925e-df338c363a49 img.shogun-image {
    

    
    
    
  }


#s-92574720-5ce0-4daf-925e-df338c363a49 .shogun-image-content {
  
    align-items: center;
  
}

#s-0e24b6c2-47b5-4a77-8b30-be178c35e67c {
  margin-top: 28px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-2b5dacaa-0e11-4b46-a553-1bdb52d966d8 {
  min-height: 50px;
}
@media (max-width: 767px){#s-2b5dacaa-0e11-4b46-a553-1bdb52d966d8 {
  padding-top: 20px;
padding-bottom: 20px;
}
}







#s-2b5dacaa-0e11-4b46-a553-1bdb52d966d8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2b5dacaa-0e11-4b46-a553-1bdb52d966d8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c7d0a907-def0-4bb5-903f-76f8cb4ee102 {
  margin-left: auto;
margin-right: auto;
max-width: 100px;
text-align: center;
}







  #s-c7d0a907-def0-4bb5-903f-76f8cb4ee102 img.shogun-image {
    

    
    
    
  }


#s-c7d0a907-def0-4bb5-903f-76f8cb4ee102 .shogun-image-content {
  
    align-items: center;
  
}

#s-6914b32a-a45f-479e-9663-cc4e222a7602 {
  margin-top: 14px;
margin-bottom: 0px;
padding-top: 0px;
padding-bottom: 0px;
}

#s-5227ea26-9b8c-457f-82a4-6860b515f5d9 {
  background-repeat: no-repeat;
background-size: cover;
padding-top: 80px;
padding-bottom: 80px;
background-position: center center;
}








#s-5227ea26-9b8c-457f-82a4-6860b515f5d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5227ea26-9b8c-457f-82a4-6860b515f5d9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f92bb442-ad99-4da1-8c5c-66aebfd6d532 {
  margin-left: auto;
margin-right: auto;
padding-left: 30px;
padding-right: 30px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-f92bb442-ad99-4da1-8c5c-66aebfd6d532"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-f92bb442-ad99-4da1-8c5c-66aebfd6d532"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 992px) {
[id="s-f92bb442-ad99-4da1-8c5c-66aebfd6d532"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 30.0px);
}

}

@media (min-width: 1200px) {
[id="s-f92bb442-ad99-4da1-8c5c-66aebfd6d532"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 30.0px);
}

}








#s-97ddc7e8-fad9-4e9b-97cc-4ad65bca2a0c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-97ddc7e8-fad9-4e9b-97cc-4ad65bca2a0c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-f9b1d6f9-0697-44c9-af28-5fce8ff4fd0b {
  text-align: left;
}

#s-0a7aa316-24c7-4c7d-80a5-d4cddd5ba342 {
  min-height: 50px;
}
@media (max-width: 767px){#s-0a7aa316-24c7-4c7d-80a5-d4cddd5ba342 {
  padding-top: 30px;
}
}







#s-0a7aa316-24c7-4c7d-80a5-d4cddd5ba342 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0a7aa316-24c7-4c7d-80a5-d4cddd5ba342.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c891adb9-e058-4020-853f-b529014cb2b9 {
  margin-bottom: 0px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-c891adb9-e058-4020-853f-b529014cb2b9 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 24px;
  
  
  text-align: left;
}



#s-b9c8f921-0599-4714-8a4d-7c00d81c99b2 {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-b9c8f921-0599-4714-8a4d-7c00d81c99b2 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-e3da3f9f-505a-4287-90f8-97808b95d845 {
  margin-top: 20px;
margin-bottom: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-e3da3f9f-505a-4287-90f8-97808b95d845 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 20px;
  
  
  text-align: left;
}



#s-505a9a18-235a-49ae-9a48-c68a57539f3e {
  min-height: 50px;
}








#s-505a9a18-235a-49ae-9a48-c68a57539f3e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-505a9a18-235a-49ae-9a48-c68a57539f3e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-00f4d979-a938-45fc-9d9a-f5b499aea4c5 {
  padding-top: 100px;
padding-bottom: 100px;
}








#s-00f4d979-a938-45fc-9d9a-f5b499aea4c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-00f4d979-a938-45fc-9d9a-f5b499aea4c5.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-8488178d-bade-4a0c-84e7-f0d8b1333631 {
  margin-left: auto;
margin-right: auto;
padding-left: 15px;
padding-right: 15px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-8488178d-bade-4a0c-84e7-f0d8b1333631"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-8488178d-bade-4a0c-84e7-f0d8b1333631"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 992px) {
[id="s-8488178d-bade-4a0c-84e7-f0d8b1333631"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 40.0px);
}

}

@media (min-width: 1200px) {
[id="s-8488178d-bade-4a0c-84e7-f0d8b1333631"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 40.0px);
}

}

#s-3ad3b5e0-32f9-40c5-ad84-bd6ad5b059df {
  min-height: 50px;
}








#s-3ad3b5e0-32f9-40c5-ad84-bd6ad5b059df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ad3b5e0-32f9-40c5-ad84-bd6ad5b059df.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-eb0009d1-7d77-409d-91d1-25237cc1816d {
  text-align: center;
}







  #s-eb0009d1-7d77-409d-91d1-25237cc1816d img.shogun-image {
    

    
    
    
  }


#s-eb0009d1-7d77-409d-91d1-25237cc1816d .shogun-image-content {
  
    align-items: center;
  
}

#s-8e8cd9de-45ed-47b4-86b5-5193a48d1c2c {
  min-height: 50px;
}








#s-8e8cd9de-45ed-47b4-86b5-5193a48d1c2c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8e8cd9de-45ed-47b4-86b5-5193a48d1c2c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-45755ce7-a393-4aa6-acfb-ec295e0f8cdf {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-45755ce7-a393-4aa6-acfb-ec295e0f8cdf .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Roboto";
  font-style:  normal ;
  font-size: 40px;
  
  
  text-align: left;
}



#s-308c4148-7c91-4ab5-9ead-399110d09ed8 {
  margin-top: 10px;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 6px;
background-color: rgba(255, 207, 81, 1);
text-align: center;
text-decoration: none;
background-image: none;
hover-type: color;
color: rgba(0, 0, 0, 1);
}
#s-308c4148-7c91-4ab5-9ead-399110d09ed8:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-308c4148-7c91-4ab5-9ead-399110d09ed8:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-308c4148-7c91-4ab5-9ead-399110d09ed8-root {
    text-align: center;
  }


#s-308c4148-7c91-4ab5-9ead-399110d09ed8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-308c4148-7c91-4ab5-9ead-399110d09ed8-root {
    text-align: center;
  }


#s-308c4148-7c91-4ab5-9ead-399110d09ed8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-308c4148-7c91-4ab5-9ead-399110d09ed8-root {
    text-align: center;
  }


#s-308c4148-7c91-4ab5-9ead-399110d09ed8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-308c4148-7c91-4ab5-9ead-399110d09ed8-root {
    text-align: center;
  }


#s-308c4148-7c91-4ab5-9ead-399110d09ed8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-308c4148-7c91-4ab5-9ead-399110d09ed8-root {
    text-align: center;
  }


#s-308c4148-7c91-4ab5-9ead-399110d09ed8.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  font-weight: 700;
  
  font-family: Roboto;
  display:  inline-block ;
}
}
#s-3e31bed3-b915-4c5c-8775-dad0fa05cbd9 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3e31bed3-b915-4c5c-8775-dad0fa05cbd9 .shogun-heading-component h2 {
  color: #000;
  font-weight:  700 ;
  font-family: "Montserrat";
  font-style:  normal ;
  font-size: 40px;
  
  
  
}



/*
  $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}