.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-2d9afb3c-00c4-4302-aa72-542b78a1c13d {
  padding-left: 0%;
min-height: 0px;
}








#s-2d9afb3c-00c4-4302-aa72-542b78a1c13d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-2d9afb3c-00c4-4302-aa72-542b78a1c13d.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;
}

@media (min-width: 0px) {
[id="s-ca6987be-eb25-414f-a192-46518c5b0b67"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ca6987be-eb25-414f-a192-46518c5b0b67"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-ca6987be-eb25-414f-a192-46518c5b0b67"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-ca6987be-eb25-414f-a192-46518c5b0b67"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

}

#s-fe41102a-4472-49d7-98d7-ba1394aa38d4 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 500px;
background-position: center center;
}

#s-fe41102a-4472-49d7-98d7-ba1394aa38d4 {
  background-image: url(https://i.shgcdn.com/a9b3fc99-98e0-4cf5-af16-9b122bc8b7c3/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
}








#s-fe41102a-4472-49d7-98d7-ba1394aa38d4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe41102a-4472-49d7-98d7-ba1394aa38d4.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-ce106936-904d-4786-af90-b419f1ed62b4"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-ce106936-904d-4786-af90-b419f1ed62b4"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-ce106936-904d-4786-af90-b419f1ed62b4"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-ce106936-904d-4786-af90-b419f1ed62b4"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

}

.shg-social-alignable {
  display: inline-block;
}

.shg-social-container {
  display: flex;
}

.shg-social-element {
  display: inline-block;
  border: none !important;
  padding: 0px !important;
}

#s-25a85312-9dda-4c4f-9083-0ba8981f9baf {
  text-align: left;
}
@media (max-width: 767px){#s-25a85312-9dda-4c4f-9083-0ba8981f9baf {
  text-align: center;
}
}
.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  font-family: ;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-d3901e81-5d7c-4bf1-b50a-4343c91cf7b3 {
  padding-top: 140px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-d3901e81-5d7c-4bf1-b50a-4343c91cf7b3 {
  padding-left: 20px;
padding-right: 0px;
}
}
#s-d3901e81-5d7c-4bf1-b50a-4343c91cf7b3 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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

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

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

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

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

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

.shg-default-text-content 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: #000;
  font-family: ;
  font-weight: normal;
}

.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: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
  color: #000;
  font-family: inherit;
}

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

#s-7a18465c-7547-45de-8696-aac125e7ab38 {
  padding-right: 20px;
}
@media (max-width: 767px){#s-7a18465c-7547-45de-8696-aac125e7ab38 {
  padding-top: 0px;
padding-left: 20px;
padding-bottom: 0px;
}
}
.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

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

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

#s-4a767b01-f253-4be9-b66b-0c35e5c6e701 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 28px;
padding-bottom: 13px;
padding-right: 28px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-4a767b01-f253-4be9-b66b-0c35e5c6e701:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-4a767b01-f253-4be9-b66b-0c35e5c6e701:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-4a767b01-f253-4be9-b66b-0c35e5c6e701 {
  margin-left: 20px;
margin-bottom: 50px;
}
}

  #s-4a767b01-f253-4be9-b66b-0c35e5c6e701-btn-wrapper {
    text-align: left;
  }


#s-4a767b01-f253-4be9-b66b-0c35e5c6e701.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-4a767b01-f253-4be9-b66b-0c35e5c6e701-btn-wrapper {
    text-align: left;
  }


#s-4a767b01-f253-4be9-b66b-0c35e5c6e701.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-4a767b01-f253-4be9-b66b-0c35e5c6e701-btn-wrapper {
    text-align: left;
  }


#s-4a767b01-f253-4be9-b66b-0c35e5c6e701.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-4a767b01-f253-4be9-b66b-0c35e5c6e701-btn-wrapper {
    text-align: left;
  }


#s-4a767b01-f253-4be9-b66b-0c35e5c6e701.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-4a767b01-f253-4be9-b66b-0c35e5c6e701-btn-wrapper {
    text-align: left;
  }


#s-4a767b01-f253-4be9-b66b-0c35e5c6e701.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
#s-5fb26523-b6b7-4d91-b08e-9571bebf9a2d {
  margin-top: 0px;
margin-bottom: 0px;
padding-top: 80px;
padding-left: 70px;
padding-bottom: 60px;
padding-right: 70px;
background-color: rgba(217, 217, 217, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-5fb26523-b6b7-4d91-b08e-9571bebf9a2d {
  padding-top: 49px;
padding-left: 20px;
padding-bottom: 50px;
padding-right: 20px;
}
}







#s-5fb26523-b6b7-4d91-b08e-9571bebf9a2d > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fb26523-b6b7-4d91-b08e-9571bebf9a2d.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-09ac094b-62b8-4558-aa67-335557037ecb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-09ac094b-62b8-4558-aa67-335557037ecb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-09ac094b-62b8-4558-aa67-335557037ecb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-09ac094b-62b8-4558-aa67-335557037ecb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

}

#s-457c6fde-9636-4ee4-89cb-7fedb163cb35 {
  padding-top: 50px;
padding-left: 0%;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-457c6fde-9636-4ee4-89cb-7fedb163cb35 {
  padding-top: 0px;
padding-right: 0px;
}
}
#s-457c6fde-9636-4ee4-89cb-7fedb163cb35 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 45px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-457c6fde-9636-4ee4-89cb-7fedb163cb35 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
#s-9364dfe8-1bf8-4da2-8652-91dfdf15fd0d {
  padding-right: 20px;
}

#s-bcee4202-2cd6-48ea-b4cf-2c992ccb0d20 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 28px;
padding-bottom: 13px;
padding-right: 28px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 0);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-bcee4202-2cd6-48ea-b4cf-2c992ccb0d20:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-bcee4202-2cd6-48ea-b4cf-2c992ccb0d20:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-bcee4202-2cd6-48ea-b4cf-2c992ccb0d20-btn-wrapper {
    text-align: left;
  }


#s-bcee4202-2cd6-48ea-b4cf-2c992ccb0d20.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-bcee4202-2cd6-48ea-b4cf-2c992ccb0d20-btn-wrapper {
    text-align: left;
  }


#s-bcee4202-2cd6-48ea-b4cf-2c992ccb0d20.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-bcee4202-2cd6-48ea-b4cf-2c992ccb0d20-btn-wrapper {
    text-align: left;
  }


#s-bcee4202-2cd6-48ea-b4cf-2c992ccb0d20.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-bcee4202-2cd6-48ea-b4cf-2c992ccb0d20-btn-wrapper {
    text-align: left;
  }


#s-bcee4202-2cd6-48ea-b4cf-2c992ccb0d20.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-bcee4202-2cd6-48ea-b4cf-2c992ccb0d20-btn-wrapper {
    text-align: left;
  }


#s-bcee4202-2cd6-48ea-b4cf-2c992ccb0d20.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
.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;
}

@media (max-width: 767px){#s-d1de5fc5-4eae-4b28-8c20-e8c641484abb {
  margin-top: 30px;
margin-bottom: 30px;
}
}
@media (min-width: 0px) {
[id="s-b5c0c16c-7fe6-4c9c-ad75-0ab52212c1fe"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5c0c16c-7fe6-4c9c-ad75-0ab52212c1fe"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b5c0c16c-7fe6-4c9c-ad75-0ab52212c1fe"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b5c0c16c-7fe6-4c9c-ad75-0ab52212c1fe"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-b5c0c16c-7fe6-4c9c-ad75-0ab52212c1fe"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b5c0c16c-7fe6-4c9c-ad75-0ab52212c1fe"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b5c0c16c-7fe6-4c9c-ad75-0ab52212c1fe"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5c0c16c-7fe6-4c9c-ad75-0ab52212c1fe"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-b5c0c16c-7fe6-4c9c-ad75-0ab52212c1fe"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-b5c0c16c-7fe6-4c9c-ad75-0ab52212c1fe"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

}

#s-ab942fea-eeb7-4609-8fff-db23dec27375 {
  box-shadow:0px 0px 10px 0px rgba(211, 211, 211, 1);
margin-top: -70px;
padding-top: 30px;
padding-left: 30px;
padding-bottom: 30px;
padding-right: 30px;
min-height: 50px;
max-width: 400px;
background-color: rgba(255, 255, 255, 1);
background-attachment: scroll;
}
@media (max-width: 767px){#s-ab942fea-eeb7-4609-8fff-db23dec27375 {
  margin-left: 20%;
}
}







#s-ab942fea-eeb7-4609-8fff-db23dec27375 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ab942fea-eeb7-4609-8fff-db23dec27375.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-e7d93df2-3d9c-4049-8eaa-b2d0f7ad7a93 {
  padding-right: 20px;
}
@media (max-width: 767px){#s-e7d93df2-3d9c-4049-8eaa-b2d0f7ad7a93 {
  padding-left: 20px;
}
}
@media (min-width: 0px) {
[id="s-c49e283a-68d8-4eb6-a032-06944c5ccfeb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c49e283a-68d8-4eb6-a032-06944c5ccfeb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c49e283a-68d8-4eb6-a032-06944c5ccfeb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-c49e283a-68d8-4eb6-a032-06944c5ccfeb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c49e283a-68d8-4eb6-a032-06944c5ccfeb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-c49e283a-68d8-4eb6-a032-06944c5ccfeb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-c49e283a-68d8-4eb6-a032-06944c5ccfeb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.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;
}

#s-49887645-c757-4736-8faa-d0c7d3285e36 {
  border-style: solid;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: #000;
border-style: solid;
border-radius: 500px;
max-width: 80px;
text-align: center;
}








.s-49887645-c757-4736-8faa-d0c7d3285e36 .shogun-image-content {
  
    align-items: center;
  
}

.s-49887645-c757-4736-8faa-d0c7d3285e36.shg-align-container {
  text-align: center
}

.s-49887645-c757-4736-8faa-d0c7d3285e36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49887645-c757-4736-8faa-d0c7d3285e36.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-49887645-c757-4736-8faa-d0c7d3285e36 .shogun-image-content {
  
    align-items: center;
  
}

.s-49887645-c757-4736-8faa-d0c7d3285e36.shg-align-container {
  text-align: center
}

.s-49887645-c757-4736-8faa-d0c7d3285e36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49887645-c757-4736-8faa-d0c7d3285e36.shogun-image {
  box-sizing: border-box;
}


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






.s-49887645-c757-4736-8faa-d0c7d3285e36 .shogun-image-content {
  
    align-items: center;
  
}

.s-49887645-c757-4736-8faa-d0c7d3285e36.shg-align-container {
  text-align: center
}

.s-49887645-c757-4736-8faa-d0c7d3285e36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49887645-c757-4736-8faa-d0c7d3285e36.shogun-image {
  box-sizing: border-box;
}


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






.s-49887645-c757-4736-8faa-d0c7d3285e36 .shogun-image-content {
  
    align-items: center;
  
}

.s-49887645-c757-4736-8faa-d0c7d3285e36.shg-align-container {
  text-align: center
}

.s-49887645-c757-4736-8faa-d0c7d3285e36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49887645-c757-4736-8faa-d0c7d3285e36.shogun-image {
  box-sizing: border-box;
}


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






.s-49887645-c757-4736-8faa-d0c7d3285e36 .shogun-image-content {
  
    align-items: center;
  
}

.s-49887645-c757-4736-8faa-d0c7d3285e36.shg-align-container {
  text-align: center
}

.s-49887645-c757-4736-8faa-d0c7d3285e36.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-49887645-c757-4736-8faa-d0c7d3285e36.shogun-image {
  box-sizing: border-box;
}


}
#s-c5de3eb4-55fe-4dc3-87e9-9cf0a1645770 {
  margin-top: 14px;
margin-left: 5%;
margin-bottom: -10px;
text-align: left;
}
@media (max-width: 767px){#s-c5de3eb4-55fe-4dc3-87e9-9cf0a1645770 {
  margin-top: 14px;
margin-left: 5%;
margin-bottom: -10px;
text-align: center;
}
}
#s-c5de3eb4-55fe-4dc3-87e9-9cf0a1645770 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-c5de3eb4-55fe-4dc3-87e9-9cf0a1645770 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-9a92a8a8-71e8-42d2-9a9b-048c6e92c8fc {
  margin-left: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-9a92a8a8-71e8-42d2-9a9b-048c6e92c8fc {
  margin-left: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
}
#s-9a92a8a8-71e8-42d2-9a9b-048c6e92c8fc .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-9a92a8a8-71e8-42d2-9a9b-048c6e92c8fc .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-be6089b1-9e66-41fc-9d70-cd804f013cc0 {
  padding-bottom: 30px;
min-height: 50px;
}








#s-be6089b1-9e66-41fc-9d70-cd804f013cc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-be6089b1-9e66-41fc-9d70-cd804f013cc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-94298a8c-9650-4adb-9ff1-ba23b1c45a27 {
  padding-left: 80px;
padding-right: 80px;
}
@media (max-width: 767px){#s-94298a8c-9650-4adb-9ff1-ba23b1c45a27 {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-94298a8c-9650-4adb-9ff1-ba23b1c45a27"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-94298a8c-9650-4adb-9ff1-ba23b1c45a27"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-94298a8c-9650-4adb-9ff1-ba23b1c45a27"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-94298a8c-9650-4adb-9ff1-ba23b1c45a27"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 22.5px);
}

}

#s-a885267a-41f4-439b-ad04-b7e0433f40a2 {
  background-repeat: no-repeat;
background-size: cover;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 800px;
background-position: center center;
}








#s-a885267a-41f4-439b-ad04-b7e0433f40a2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a885267a-41f4-439b-ad04-b7e0433f40a2.shg-box.shg-c {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

#s-77097870-4806-4842-bf02-57978ef95952 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}
@media (max-width: 767px){#s-77097870-4806-4842-bf02-57978ef95952 {
  padding-left: 20px;
padding-right: 0px;
}
}
#s-77097870-4806-4842-bf02-57978ef95952 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 50px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


@media (max-width: 767px){#s-77097870-4806-4842-bf02-57978ef95952 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}


}
@media (max-width: 767px){#s-dbd30bcc-abe8-496c-9019-95b7101b8450 {
  padding-left: 20px;
padding-right: 20px;
}
}
#s-79b85e52-aad9-480c-9d19-b43360a8bfc7 {
  padding-top: 30px;
padding-bottom: 30px;
}

@media (min-width: 0px) {
[id="s-79b85e52-aad9-480c-9d19-b43360a8bfc7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-79b85e52-aad9-480c-9d19-b43360a8bfc7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-79b85e52-aad9-480c-9d19-b43360a8bfc7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-79b85e52-aad9-480c-9d19-b43360a8bfc7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-2493a872-a843-4af0-9810-ed2ade69c9f0 {
  margin-bottom: -2px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-2493a872-a843-4af0-9810-ed2ade69c9f0 {
  text-align: center;
}
}
#s-2493a872-a843-4af0-9810-ed2ade69c9f0 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-2493a872-a843-4af0-9810-ed2ade69c9f0 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-6e10d5ff-c4d6-4528-8e2c-a9328326a94b {
  margin-bottom: -2px;
padding-bottom: 10px;
text-align: center;
}

#s-6e10d5ff-c4d6-4528-8e2c-a9328326a94b .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-ad6d68b5-117e-4c2a-a26c-bbab21c01256 {
  text-align: center;
}
@media (max-width: 767px){#s-ad6d68b5-117e-4c2a-a26c-bbab21c01256 {
  margin-top: 20px;
}
}
#s-ad6d68b5-117e-4c2a-a26c-bbab21c01256 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-ad6d68b5-117e-4c2a-a26c-bbab21c01256 .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-bdabfeee-fe02-4f74-aec9-3bb29344e05d {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-bdabfeee-fe02-4f74-aec9-3bb29344e05d .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-06220903-97d9-45be-b57d-5f6d1d29a37b {
  text-align: center;
}
@media (max-width: 767px){#s-06220903-97d9-45be-b57d-5f6d1d29a37b {
  margin-top: 20px;
margin-bottom: 20px;
}
}
#s-06220903-97d9-45be-b57d-5f6d1d29a37b .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-06220903-97d9-45be-b57d-5f6d1d29a37b .shogun-heading-component h4 {
  color: #000;
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
#s-45ea21e4-3ba3-4209-a1a7-3cbba56be680 {
  text-align: center;
}

#s-45ea21e4-3ba3-4209-a1a7-3cbba56be680 .shogun-heading-component h4 {
  color: #000;
  font-weight:  500 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 14px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-72a725c5-f20a-4cba-80ee-7c34f23fa236 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 13px;
padding-left: 28px;
padding-bottom: 13px;
padding-right: 28px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-72a725c5-f20a-4cba-80ee-7c34f23fa236:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-72a725c5-f20a-4cba-80ee-7c34f23fa236:active {background-color: #000000 !important;
text-decoration: none !important;}@media (max-width: 767px){#s-72a725c5-f20a-4cba-80ee-7c34f23fa236 {
  margin-left: 20px;
text-align: center;
}
}

  #s-72a725c5-f20a-4cba-80ee-7c34f23fa236-btn-wrapper {
    text-align: left;
  }


#s-72a725c5-f20a-4cba-80ee-7c34f23fa236.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-72a725c5-f20a-4cba-80ee-7c34f23fa236-btn-wrapper {
    text-align: left;
  }


#s-72a725c5-f20a-4cba-80ee-7c34f23fa236.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-72a725c5-f20a-4cba-80ee-7c34f23fa236-btn-wrapper {
    text-align: left;
  }


#s-72a725c5-f20a-4cba-80ee-7c34f23fa236.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-72a725c5-f20a-4cba-80ee-7c34f23fa236-btn-wrapper {
    text-align: left;
  }


#s-72a725c5-f20a-4cba-80ee-7c34f23fa236.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-72a725c5-f20a-4cba-80ee-7c34f23fa236-btn-wrapper {
    text-align: center;
  }


#s-72a725c5-f20a-4cba-80ee-7c34f23fa236.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
  font-weight: 700;
  
  font-family: Lato;
  display:  inline-block ;
}
}
@media (min-width: 0px) {
[id="s-d267922a-0638-4d3f-ab2f-f6df758c6f84"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d267922a-0638-4d3f-ab2f-f6df758c6f84"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d267922a-0638-4d3f-ab2f-f6df758c6f84"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-d267922a-0638-4d3f-ab2f-f6df758c6f84"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d267922a-0638-4d3f-ab2f-f6df758c6f84"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-d267922a-0638-4d3f-ab2f-f6df758c6f84"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-d267922a-0638-4d3f-ab2f-f6df758c6f84"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

}

#s-3c8ff5d5-ec11-4daa-b25a-075d873f0889 {
  background-attachment: fixed;
margin-top: -420px;
min-height: 450px;
background-color: rgba(217, 217, 217, 1);
}
@media (max-width: 767px){#s-3c8ff5d5-ec11-4daa-b25a-075d873f0889 {
  display: none;
}
#s-3c8ff5d5-ec11-4daa-b25a-075d873f0889, #wrap-s-3c8ff5d5-ec11-4daa-b25a-075d873f0889 { display:none !important; }}







#s-3c8ff5d5-ec11-4daa-b25a-075d873f0889 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3c8ff5d5-ec11-4daa-b25a-075d873f0889.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-cf666858-9a0d-4cc9-9be5-1f2fde06ecc0 {
  min-height: 50px;
}








#s-cf666858-9a0d-4cc9-9be5-1f2fde06ecc0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cf666858-9a0d-4cc9-9be5-1f2fde06ecc0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4f1248c9-dae5-4ac7-8d70-7e02b08b619c {
  padding-top: 50px;
padding-left: 145px;
padding-bottom: 90px;
padding-right: 145px;
}
@media (max-width: 767px){#s-4f1248c9-dae5-4ac7-8d70-7e02b08b619c {
  padding-left: 20px;
padding-bottom: 90px;
padding-right: 20px;
}
}







#s-4f1248c9-dae5-4ac7-8d70-7e02b08b619c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4f1248c9-dae5-4ac7-8d70-7e02b08b619c.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c9885a47-8628-4de0-99f5-1ebc8217d682 {
  padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}

#s-c9885a47-8628-4de0-99f5-1ebc8217d682 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 55px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


@media (max-width: 767px){#s-c9885a47-8628-4de0-99f5-1ebc8217d682 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}


}
@media (min-width: 0px) {
[id="s-4cf269a4-837d-4238-a2e5-ec0d89b48065"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-4cf269a4-837d-4238-a2e5-ec0d89b48065"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 992px) {
[id="s-4cf269a4-837d-4238-a2e5-ec0d89b48065"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 22.5px);
}

}

@media (min-width: 1200px) {
[id="s-4cf269a4-837d-4238-a2e5-ec0d89b48065"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 22.5px);
}

}

#s-b16b34f4-60ff-4258-a78d-59aac4f08715 {
  padding-top: 30px;
text-align: left;
}







  img.s-b16b34f4-60ff-4258-a78d-59aac4f08715.shogun-image {
    
    
  }


.s-b16b34f4-60ff-4258-a78d-59aac4f08715 .shogun-image-content {
  
    align-items: center;
  
}

.s-b16b34f4-60ff-4258-a78d-59aac4f08715.shg-align-container {
  text-align: left
}

.s-b16b34f4-60ff-4258-a78d-59aac4f08715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b16b34f4-60ff-4258-a78d-59aac4f08715.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-b16b34f4-60ff-4258-a78d-59aac4f08715.shogun-image {
    
    
  }


.s-b16b34f4-60ff-4258-a78d-59aac4f08715 .shogun-image-content {
  
    align-items: center;
  
}

.s-b16b34f4-60ff-4258-a78d-59aac4f08715.shg-align-container {
  text-align: left
}

.s-b16b34f4-60ff-4258-a78d-59aac4f08715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b16b34f4-60ff-4258-a78d-59aac4f08715.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b16b34f4-60ff-4258-a78d-59aac4f08715.shogun-image {
    
    
  }


.s-b16b34f4-60ff-4258-a78d-59aac4f08715 .shogun-image-content {
  
    align-items: center;
  
}

.s-b16b34f4-60ff-4258-a78d-59aac4f08715.shg-align-container {
  text-align: left
}

.s-b16b34f4-60ff-4258-a78d-59aac4f08715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b16b34f4-60ff-4258-a78d-59aac4f08715.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b16b34f4-60ff-4258-a78d-59aac4f08715.shogun-image {
    
    
  }


.s-b16b34f4-60ff-4258-a78d-59aac4f08715 .shogun-image-content {
  
    align-items: center;
  
}

.s-b16b34f4-60ff-4258-a78d-59aac4f08715.shg-align-container {
  text-align: left
}

.s-b16b34f4-60ff-4258-a78d-59aac4f08715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b16b34f4-60ff-4258-a78d-59aac4f08715.shogun-image {
  box-sizing: border-box;
}


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





  img.s-b16b34f4-60ff-4258-a78d-59aac4f08715.shogun-image {
    
    
  }


.s-b16b34f4-60ff-4258-a78d-59aac4f08715 .shogun-image-content {
  
    align-items: center;
  
}

.s-b16b34f4-60ff-4258-a78d-59aac4f08715.shg-align-container {
  text-align: left
}

.s-b16b34f4-60ff-4258-a78d-59aac4f08715.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-b16b34f4-60ff-4258-a78d-59aac4f08715.shogun-image {
  box-sizing: border-box;
}


}
#s-d1d7b3f0-10fd-435f-b33f-2a318c66848b {
  margin-top: 28px;
padding-bottom: 40px;
}

#s-6f815896-3313-47cb-b747-9dd407487def {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-6f815896-3313-47cb-b747-9dd407487def:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-6f815896-3313-47cb-b747-9dd407487def:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-6f815896-3313-47cb-b747-9dd407487def-btn-wrapper {
    text-align: left;
  }


#s-6f815896-3313-47cb-b747-9dd407487def.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Playfair Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-6f815896-3313-47cb-b747-9dd407487def-btn-wrapper {
    text-align: left;
  }


#s-6f815896-3313-47cb-b747-9dd407487def.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Playfair Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-6f815896-3313-47cb-b747-9dd407487def-btn-wrapper {
    text-align: left;
  }


#s-6f815896-3313-47cb-b747-9dd407487def.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Playfair Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-6f815896-3313-47cb-b747-9dd407487def-btn-wrapper {
    text-align: left;
  }


#s-6f815896-3313-47cb-b747-9dd407487def.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Playfair Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-6f815896-3313-47cb-b747-9dd407487def-btn-wrapper {
    text-align: left;
  }


#s-6f815896-3313-47cb-b747-9dd407487def.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Playfair Display;
  display:  inline-block ;
}
}
#s-7594aeb7-59c7-4024-b25e-e4de7abd82ba {
  max-width: 80px;
text-align: left;
}
@media (max-width: 767px){#s-7594aeb7-59c7-4024-b25e-e4de7abd82ba {
  max-width: 60px;
}
}






  img.s-7594aeb7-59c7-4024-b25e-e4de7abd82ba.shogun-image {
    
    
  }


.s-7594aeb7-59c7-4024-b25e-e4de7abd82ba .shogun-image-content {
  
    align-items: center;
  
}

.s-7594aeb7-59c7-4024-b25e-e4de7abd82ba.shg-align-container {
  text-align: left
}

.s-7594aeb7-59c7-4024-b25e-e4de7abd82ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7594aeb7-59c7-4024-b25e-e4de7abd82ba.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-7594aeb7-59c7-4024-b25e-e4de7abd82ba.shogun-image {
    
    
  }


.s-7594aeb7-59c7-4024-b25e-e4de7abd82ba .shogun-image-content {
  
    align-items: center;
  
}

.s-7594aeb7-59c7-4024-b25e-e4de7abd82ba.shg-align-container {
  text-align: left
}

.s-7594aeb7-59c7-4024-b25e-e4de7abd82ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7594aeb7-59c7-4024-b25e-e4de7abd82ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7594aeb7-59c7-4024-b25e-e4de7abd82ba.shogun-image {
    
    
  }


.s-7594aeb7-59c7-4024-b25e-e4de7abd82ba .shogun-image-content {
  
    align-items: center;
  
}

.s-7594aeb7-59c7-4024-b25e-e4de7abd82ba.shg-align-container {
  text-align: left
}

.s-7594aeb7-59c7-4024-b25e-e4de7abd82ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7594aeb7-59c7-4024-b25e-e4de7abd82ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7594aeb7-59c7-4024-b25e-e4de7abd82ba.shogun-image {
    
    
  }


.s-7594aeb7-59c7-4024-b25e-e4de7abd82ba .shogun-image-content {
  
    align-items: center;
  
}

.s-7594aeb7-59c7-4024-b25e-e4de7abd82ba.shg-align-container {
  text-align: left
}

.s-7594aeb7-59c7-4024-b25e-e4de7abd82ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7594aeb7-59c7-4024-b25e-e4de7abd82ba.shogun-image {
  box-sizing: border-box;
}


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





  img.s-7594aeb7-59c7-4024-b25e-e4de7abd82ba.shogun-image {
    
    
  }


.s-7594aeb7-59c7-4024-b25e-e4de7abd82ba .shogun-image-content {
  
    align-items: center;
  
}

.s-7594aeb7-59c7-4024-b25e-e4de7abd82ba.shg-align-container {
  text-align: left
}

.s-7594aeb7-59c7-4024-b25e-e4de7abd82ba.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-7594aeb7-59c7-4024-b25e-e4de7abd82ba.shogun-image {
  box-sizing: border-box;
}


}
#s-984ac12c-2393-4840-b896-527180e895e3 {
  margin-top: 7px;
margin-bottom: 0px;
padding-bottom: 19px;
}
@media (max-width: 767px){#s-984ac12c-2393-4840-b896-527180e895e3 {
  padding-bottom: 11px;
}
}
#s-d17230a2-f4cc-47d6-ab2a-487086429050 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-d17230a2-f4cc-47d6-ab2a-487086429050:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-d17230a2-f4cc-47d6-ab2a-487086429050:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-d17230a2-f4cc-47d6-ab2a-487086429050-btn-wrapper {
    text-align: left;
  }


#s-d17230a2-f4cc-47d6-ab2a-487086429050.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Playfair Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-d17230a2-f4cc-47d6-ab2a-487086429050-btn-wrapper {
    text-align: left;
  }


#s-d17230a2-f4cc-47d6-ab2a-487086429050.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Playfair Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-d17230a2-f4cc-47d6-ab2a-487086429050-btn-wrapper {
    text-align: left;
  }


#s-d17230a2-f4cc-47d6-ab2a-487086429050.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Playfair Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-d17230a2-f4cc-47d6-ab2a-487086429050-btn-wrapper {
    text-align: left;
  }


#s-d17230a2-f4cc-47d6-ab2a-487086429050.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Playfair Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-d17230a2-f4cc-47d6-ab2a-487086429050-btn-wrapper {
    text-align: left;
  }


#s-d17230a2-f4cc-47d6-ab2a-487086429050.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Playfair Display;
  display:  inline-block ;
}
}
#s-8825b713-fbe5-4b09-9836-f9edf79107ee {
  margin-top: 20px;
text-align: left;
}
@media (max-width: 767px){#s-8825b713-fbe5-4b09-9836-f9edf79107ee {
  padding-top: 20px;
padding-bottom: 0px;
}
}






  img.s-8825b713-fbe5-4b09-9836-f9edf79107ee.shogun-image {
    
    
  }


.s-8825b713-fbe5-4b09-9836-f9edf79107ee .shogun-image-content {
  
    align-items: center;
  
}

.s-8825b713-fbe5-4b09-9836-f9edf79107ee.shg-align-container {
  text-align: left
}

.s-8825b713-fbe5-4b09-9836-f9edf79107ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8825b713-fbe5-4b09-9836-f9edf79107ee.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8825b713-fbe5-4b09-9836-f9edf79107ee.shogun-image {
    
    
  }


.s-8825b713-fbe5-4b09-9836-f9edf79107ee .shogun-image-content {
  
    align-items: center;
  
}

.s-8825b713-fbe5-4b09-9836-f9edf79107ee.shg-align-container {
  text-align: left
}

.s-8825b713-fbe5-4b09-9836-f9edf79107ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8825b713-fbe5-4b09-9836-f9edf79107ee.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8825b713-fbe5-4b09-9836-f9edf79107ee.shogun-image {
    
    
  }


.s-8825b713-fbe5-4b09-9836-f9edf79107ee .shogun-image-content {
  
    align-items: center;
  
}

.s-8825b713-fbe5-4b09-9836-f9edf79107ee.shg-align-container {
  text-align: left
}

.s-8825b713-fbe5-4b09-9836-f9edf79107ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8825b713-fbe5-4b09-9836-f9edf79107ee.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8825b713-fbe5-4b09-9836-f9edf79107ee.shogun-image {
    
    
  }


.s-8825b713-fbe5-4b09-9836-f9edf79107ee .shogun-image-content {
  
    align-items: center;
  
}

.s-8825b713-fbe5-4b09-9836-f9edf79107ee.shg-align-container {
  text-align: left
}

.s-8825b713-fbe5-4b09-9836-f9edf79107ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8825b713-fbe5-4b09-9836-f9edf79107ee.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8825b713-fbe5-4b09-9836-f9edf79107ee.shogun-image {
    
    
  }


.s-8825b713-fbe5-4b09-9836-f9edf79107ee .shogun-image-content {
  
    align-items: center;
  
}

.s-8825b713-fbe5-4b09-9836-f9edf79107ee.shg-align-container {
  text-align: left
}

.s-8825b713-fbe5-4b09-9836-f9edf79107ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8825b713-fbe5-4b09-9836-f9edf79107ee.shogun-image {
  box-sizing: border-box;
}


}
#s-e4382880-6731-47be-891e-1e0b75b8bf44 {
  margin-top: 13px;
margin-bottom: 13px;
}

#s-80e0d98d-4a72-49e6-a805-9fb0d4d7c36c {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-80e0d98d-4a72-49e6-a805-9fb0d4d7c36c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-80e0d98d-4a72-49e6-a805-9fb0d4d7c36c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-80e0d98d-4a72-49e6-a805-9fb0d4d7c36c-btn-wrapper {
    text-align: left;
  }


#s-80e0d98d-4a72-49e6-a805-9fb0d4d7c36c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Playfair Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-80e0d98d-4a72-49e6-a805-9fb0d4d7c36c-btn-wrapper {
    text-align: left;
  }


#s-80e0d98d-4a72-49e6-a805-9fb0d4d7c36c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Playfair Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-80e0d98d-4a72-49e6-a805-9fb0d4d7c36c-btn-wrapper {
    text-align: left;
  }


#s-80e0d98d-4a72-49e6-a805-9fb0d4d7c36c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Playfair Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-80e0d98d-4a72-49e6-a805-9fb0d4d7c36c-btn-wrapper {
    text-align: left;
  }


#s-80e0d98d-4a72-49e6-a805-9fb0d4d7c36c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Playfair Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-80e0d98d-4a72-49e6-a805-9fb0d4d7c36c-btn-wrapper {
    text-align: left;
  }


#s-80e0d98d-4a72-49e6-a805-9fb0d4d7c36c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Playfair Display;
  display:  inline-block ;
}
}
#s-aa416405-2a87-414a-9b4d-3d2d5ded46d8 {
  max-width: 90px;
text-align: left;
}
@media (max-width: 767px){#s-aa416405-2a87-414a-9b4d-3d2d5ded46d8 {
  padding-top: 20px;
}
}






  img.s-aa416405-2a87-414a-9b4d-3d2d5ded46d8.shogun-image {
    
    
  }


.s-aa416405-2a87-414a-9b4d-3d2d5ded46d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa416405-2a87-414a-9b4d-3d2d5ded46d8.shg-align-container {
  text-align: left
}

.s-aa416405-2a87-414a-9b4d-3d2d5ded46d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa416405-2a87-414a-9b4d-3d2d5ded46d8.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-aa416405-2a87-414a-9b4d-3d2d5ded46d8.shogun-image {
    
    
  }


.s-aa416405-2a87-414a-9b4d-3d2d5ded46d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa416405-2a87-414a-9b4d-3d2d5ded46d8.shg-align-container {
  text-align: left
}

.s-aa416405-2a87-414a-9b4d-3d2d5ded46d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa416405-2a87-414a-9b4d-3d2d5ded46d8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aa416405-2a87-414a-9b4d-3d2d5ded46d8.shogun-image {
    
    
  }


.s-aa416405-2a87-414a-9b4d-3d2d5ded46d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa416405-2a87-414a-9b4d-3d2d5ded46d8.shg-align-container {
  text-align: left
}

.s-aa416405-2a87-414a-9b4d-3d2d5ded46d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa416405-2a87-414a-9b4d-3d2d5ded46d8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aa416405-2a87-414a-9b4d-3d2d5ded46d8.shogun-image {
    
    
  }


.s-aa416405-2a87-414a-9b4d-3d2d5ded46d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa416405-2a87-414a-9b4d-3d2d5ded46d8.shg-align-container {
  text-align: left
}

.s-aa416405-2a87-414a-9b4d-3d2d5ded46d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa416405-2a87-414a-9b4d-3d2d5ded46d8.shogun-image {
  box-sizing: border-box;
}


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





  img.s-aa416405-2a87-414a-9b4d-3d2d5ded46d8.shogun-image {
    
    
  }


.s-aa416405-2a87-414a-9b4d-3d2d5ded46d8 .shogun-image-content {
  
    align-items: center;
  
}

.s-aa416405-2a87-414a-9b4d-3d2d5ded46d8.shg-align-container {
  text-align: left
}

.s-aa416405-2a87-414a-9b4d-3d2d5ded46d8.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-aa416405-2a87-414a-9b4d-3d2d5ded46d8.shogun-image {
  box-sizing: border-box;
}


}
#s-ca9c62b4-3504-4b1a-8410-9dd17400344c {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(0, 0, 0, 1);
border-radius: 2px;
background-color: rgba(255, 255, 255, 1);
text-align: left;
text-decoration: none;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-ca9c62b4-3504-4b1a-8410-9dd17400344c:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;
background-image: none !important;
hover-type: color !important;}#s-ca9c62b4-3504-4b1a-8410-9dd17400344c:active {background-color: #000000 !important;
text-decoration: none !important;}

  #s-ca9c62b4-3504-4b1a-8410-9dd17400344c-btn-wrapper {
    text-align: left;
  }


#s-ca9c62b4-3504-4b1a-8410-9dd17400344c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Playfair Display;
  display:  inline-block ;
}
@media (min-width: 1200px){
  #s-ca9c62b4-3504-4b1a-8410-9dd17400344c-btn-wrapper {
    text-align: left;
  }


#s-ca9c62b4-3504-4b1a-8410-9dd17400344c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Playfair Display;
  display:  inline-block ;
}
}@media (min-width: 992px) and (max-width: 1199px){
  #s-ca9c62b4-3504-4b1a-8410-9dd17400344c-btn-wrapper {
    text-align: left;
  }


#s-ca9c62b4-3504-4b1a-8410-9dd17400344c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Playfair Display;
  display:  inline-block ;
}
}@media (min-width: 768px) and (max-width: 991px){
  #s-ca9c62b4-3504-4b1a-8410-9dd17400344c-btn-wrapper {
    text-align: left;
  }


#s-ca9c62b4-3504-4b1a-8410-9dd17400344c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Playfair Display;
  display:  inline-block ;
}
}@media (max-width: 767px){
  #s-ca9c62b4-3504-4b1a-8410-9dd17400344c-btn-wrapper {
    text-align: left;
  }


#s-ca9c62b4-3504-4b1a-8410-9dd17400344c.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 16px;
  font-weight: 700;
  
  font-family: Playfair Display;
  display:  inline-block ;
}
}
#s-1d085c9f-774e-46e8-ae1e-1bc084fe8a3b {
  padding-top: 50px;
padding-bottom: 30px;
text-align: center;
}

#s-1d085c9f-774e-46e8-ae1e-1bc084fe8a3b .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 40px;
  line-height: ;
  letter-spacing: ;
  
}


@media (max-width: 767px){#s-1d085c9f-774e-46e8-ae1e-1bc084fe8a3b .shogun-heading-component h2 {
  color: #000;
  font-weight:  600 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  
}


}
#s-351c005d-c56c-448c-972b-67b34ff2db7b {
  border-style: solid;
margin-bottom: 50px;
padding-left: 60px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 66, 66, 1);
border-style: solid;
}
@media (max-width: 767px){#s-351c005d-c56c-448c-972b-67b34ff2db7b {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-351c005d-c56c-448c-972b-67b34ff2db7b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-351c005d-c56c-448c-972b-67b34ff2db7b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-351c005d-c56c-448c-972b-67b34ff2db7b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-351c005d-c56c-448c-972b-67b34ff2db7b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-a1134e51-126b-438d-a816-14af894f0ebb {
  max-width: 80px;
text-align: center;
}







  img.s-a1134e51-126b-438d-a816-14af894f0ebb.shogun-image {
    
    
  }


.s-a1134e51-126b-438d-a816-14af894f0ebb .shogun-image-content {
  
    align-items: center;
  
}

.s-a1134e51-126b-438d-a816-14af894f0ebb.shg-align-container {
  text-align: center
}

.s-a1134e51-126b-438d-a816-14af894f0ebb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1134e51-126b-438d-a816-14af894f0ebb.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-a1134e51-126b-438d-a816-14af894f0ebb.shogun-image {
    
    
  }


.s-a1134e51-126b-438d-a816-14af894f0ebb .shogun-image-content {
  
    align-items: center;
  
}

.s-a1134e51-126b-438d-a816-14af894f0ebb.shg-align-container {
  text-align: center
}

.s-a1134e51-126b-438d-a816-14af894f0ebb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1134e51-126b-438d-a816-14af894f0ebb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a1134e51-126b-438d-a816-14af894f0ebb.shogun-image {
    
    
  }


.s-a1134e51-126b-438d-a816-14af894f0ebb .shogun-image-content {
  
    align-items: center;
  
}

.s-a1134e51-126b-438d-a816-14af894f0ebb.shg-align-container {
  text-align: center
}

.s-a1134e51-126b-438d-a816-14af894f0ebb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1134e51-126b-438d-a816-14af894f0ebb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a1134e51-126b-438d-a816-14af894f0ebb.shogun-image {
    
    
  }


.s-a1134e51-126b-438d-a816-14af894f0ebb .shogun-image-content {
  
    align-items: center;
  
}

.s-a1134e51-126b-438d-a816-14af894f0ebb.shg-align-container {
  text-align: center
}

.s-a1134e51-126b-438d-a816-14af894f0ebb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1134e51-126b-438d-a816-14af894f0ebb.shogun-image {
  box-sizing: border-box;
}


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





  img.s-a1134e51-126b-438d-a816-14af894f0ebb.shogun-image {
    
    
  }


.s-a1134e51-126b-438d-a816-14af894f0ebb .shogun-image-content {
  
    align-items: center;
  
}

.s-a1134e51-126b-438d-a816-14af894f0ebb.shg-align-container {
  text-align: center
}

.s-a1134e51-126b-438d-a816-14af894f0ebb.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-a1134e51-126b-438d-a816-14af894f0ebb.shogun-image {
  box-sizing: border-box;
}


}
#s-9ba72bfa-a5aa-4d2e-95c3-ee5fd1157253 {
  padding-top: 15px;
padding-bottom: 10px;
text-align: center;
}

#s-9ba72bfa-a5aa-4d2e-95c3-ee5fd1157253 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-0a580625-31f7-437e-9059-8529f8596235 {
  max-width: 93px;
text-align: center;
}







  img.s-0a580625-31f7-437e-9059-8529f8596235.shogun-image {
    
    
  }


.s-0a580625-31f7-437e-9059-8529f8596235 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a580625-31f7-437e-9059-8529f8596235.shg-align-container {
  text-align: center
}

.s-0a580625-31f7-437e-9059-8529f8596235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a580625-31f7-437e-9059-8529f8596235.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0a580625-31f7-437e-9059-8529f8596235.shogun-image {
    
    
  }


.s-0a580625-31f7-437e-9059-8529f8596235 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a580625-31f7-437e-9059-8529f8596235.shg-align-container {
  text-align: center
}

.s-0a580625-31f7-437e-9059-8529f8596235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a580625-31f7-437e-9059-8529f8596235.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0a580625-31f7-437e-9059-8529f8596235.shogun-image {
    
    
  }


.s-0a580625-31f7-437e-9059-8529f8596235 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a580625-31f7-437e-9059-8529f8596235.shg-align-container {
  text-align: center
}

.s-0a580625-31f7-437e-9059-8529f8596235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a580625-31f7-437e-9059-8529f8596235.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0a580625-31f7-437e-9059-8529f8596235.shogun-image {
    
    
  }


.s-0a580625-31f7-437e-9059-8529f8596235 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a580625-31f7-437e-9059-8529f8596235.shg-align-container {
  text-align: center
}

.s-0a580625-31f7-437e-9059-8529f8596235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a580625-31f7-437e-9059-8529f8596235.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0a580625-31f7-437e-9059-8529f8596235.shogun-image {
    
    
  }


.s-0a580625-31f7-437e-9059-8529f8596235 .shogun-image-content {
  
    align-items: center;
  
}

.s-0a580625-31f7-437e-9059-8529f8596235.shg-align-container {
  text-align: center
}

.s-0a580625-31f7-437e-9059-8529f8596235.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0a580625-31f7-437e-9059-8529f8596235.shogun-image {
  box-sizing: border-box;
}


}
#s-136864e6-511b-4d24-898e-8f8d37f381c3 {
  margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-136864e6-511b-4d24-898e-8f8d37f381c3 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-0f021818-f346-4776-86b6-6d3489a38ae9 {
  margin-top: 8px;
margin-bottom: 8px;
padding-top: 0px;
max-width: 100px;
text-align: center;
}
@media (max-width: 767px){#s-0f021818-f346-4776-86b6-6d3489a38ae9 {
  padding-top: 50px;
}
}






  img.s-0f021818-f346-4776-86b6-6d3489a38ae9.shogun-image {
    
    
  }


.s-0f021818-f346-4776-86b6-6d3489a38ae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f021818-f346-4776-86b6-6d3489a38ae9.shg-align-container {
  text-align: center
}

.s-0f021818-f346-4776-86b6-6d3489a38ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f021818-f346-4776-86b6-6d3489a38ae9.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0f021818-f346-4776-86b6-6d3489a38ae9.shogun-image {
    
    
  }


.s-0f021818-f346-4776-86b6-6d3489a38ae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f021818-f346-4776-86b6-6d3489a38ae9.shg-align-container {
  text-align: center
}

.s-0f021818-f346-4776-86b6-6d3489a38ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f021818-f346-4776-86b6-6d3489a38ae9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0f021818-f346-4776-86b6-6d3489a38ae9.shogun-image {
    
    
  }


.s-0f021818-f346-4776-86b6-6d3489a38ae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f021818-f346-4776-86b6-6d3489a38ae9.shg-align-container {
  text-align: center
}

.s-0f021818-f346-4776-86b6-6d3489a38ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f021818-f346-4776-86b6-6d3489a38ae9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0f021818-f346-4776-86b6-6d3489a38ae9.shogun-image {
    
    
  }


.s-0f021818-f346-4776-86b6-6d3489a38ae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f021818-f346-4776-86b6-6d3489a38ae9.shg-align-container {
  text-align: center
}

.s-0f021818-f346-4776-86b6-6d3489a38ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f021818-f346-4776-86b6-6d3489a38ae9.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0f021818-f346-4776-86b6-6d3489a38ae9.shogun-image {
    
    
  }


.s-0f021818-f346-4776-86b6-6d3489a38ae9 .shogun-image-content {
  
    align-items: center;
  
}

.s-0f021818-f346-4776-86b6-6d3489a38ae9.shg-align-container {
  text-align: center
}

.s-0f021818-f346-4776-86b6-6d3489a38ae9.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0f021818-f346-4776-86b6-6d3489a38ae9.shogun-image {
  box-sizing: border-box;
}


}
#s-f46f1924-f95d-454f-befc-26c18c30aec0 {
  box-shadow:0px 0px 0px 0px ;
padding-top: 10px;
text-align: center;
}

#s-f46f1924-f95d-454f-befc-26c18c30aec0 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-e57463b8-b8e4-4945-b42f-aa25a31a0b2d {
  border-style: solid;
margin-bottom: 50px;
padding-left: 60px;
padding-right: 60px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(204, 66, 66, 1);
border-style: solid;
}
@media (max-width: 767px){#s-e57463b8-b8e4-4945-b42f-aa25a31a0b2d {
  padding-left: 0px;
padding-right: 0px;
}
}
@media (min-width: 0px) {
[id="s-e57463b8-b8e4-4945-b42f-aa25a31a0b2d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e57463b8-b8e4-4945-b42f-aa25a31a0b2d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-e57463b8-b8e4-4945-b42f-aa25a31a0b2d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-e57463b8-b8e4-4945-b42f-aa25a31a0b2d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

}

#s-8f044366-8316-49a4-9758-917fa7a52641 {
  max-width: 100px;
text-align: center;
}







  img.s-8f044366-8316-49a4-9758-917fa7a52641.shogun-image {
    
    
  }


.s-8f044366-8316-49a4-9758-917fa7a52641 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f044366-8316-49a4-9758-917fa7a52641.shg-align-container {
  text-align: center
}

.s-8f044366-8316-49a4-9758-917fa7a52641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f044366-8316-49a4-9758-917fa7a52641.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-8f044366-8316-49a4-9758-917fa7a52641.shogun-image {
    
    
  }


.s-8f044366-8316-49a4-9758-917fa7a52641 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f044366-8316-49a4-9758-917fa7a52641.shg-align-container {
  text-align: center
}

.s-8f044366-8316-49a4-9758-917fa7a52641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f044366-8316-49a4-9758-917fa7a52641.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8f044366-8316-49a4-9758-917fa7a52641.shogun-image {
    
    
  }


.s-8f044366-8316-49a4-9758-917fa7a52641 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f044366-8316-49a4-9758-917fa7a52641.shg-align-container {
  text-align: center
}

.s-8f044366-8316-49a4-9758-917fa7a52641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f044366-8316-49a4-9758-917fa7a52641.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8f044366-8316-49a4-9758-917fa7a52641.shogun-image {
    
    
  }


.s-8f044366-8316-49a4-9758-917fa7a52641 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f044366-8316-49a4-9758-917fa7a52641.shg-align-container {
  text-align: center
}

.s-8f044366-8316-49a4-9758-917fa7a52641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f044366-8316-49a4-9758-917fa7a52641.shogun-image {
  box-sizing: border-box;
}


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





  img.s-8f044366-8316-49a4-9758-917fa7a52641.shogun-image {
    
    
  }


.s-8f044366-8316-49a4-9758-917fa7a52641 .shogun-image-content {
  
    align-items: center;
  
}

.s-8f044366-8316-49a4-9758-917fa7a52641.shg-align-container {
  text-align: center
}

.s-8f044366-8316-49a4-9758-917fa7a52641.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-8f044366-8316-49a4-9758-917fa7a52641.shogun-image {
  box-sizing: border-box;
}


}
#s-7a80d478-bdca-4dd2-9d8f-87c5b9ee0d73 {
  padding-top: 15px;
padding-bottom: 10px;
text-align: center;
}

#s-7a80d478-bdca-4dd2-9d8f-87c5b9ee0d73 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee {
  max-width: 80px;
text-align: center;
}







  img.s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee.shogun-image {
    
    
  }


.s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee .shogun-image-content {
  
    align-items: center;
  
}

.s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee.shg-align-container {
  text-align: center
}

.s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee.shogun-image {
    
    
  }


.s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee .shogun-image-content {
  
    align-items: center;
  
}

.s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee.shg-align-container {
  text-align: center
}

.s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee.shogun-image {
    
    
  }


.s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee .shogun-image-content {
  
    align-items: center;
  
}

.s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee.shg-align-container {
  text-align: center
}

.s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee.shogun-image {
    
    
  }


.s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee .shogun-image-content {
  
    align-items: center;
  
}

.s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee.shg-align-container {
  text-align: center
}

.s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee.shogun-image {
  box-sizing: border-box;
}


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





  img.s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee.shogun-image {
    
    
  }


.s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee .shogun-image-content {
  
    align-items: center;
  
}

.s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee.shg-align-container {
  text-align: center
}

.s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-9c294708-a1b8-4520-bcf1-cc2bccdc29ee.shogun-image {
  box-sizing: border-box;
}


}
#s-4ceb3111-0b2f-4d81-b01c-b814ff68895a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4ceb3111-0b2f-4d81-b01c-b814ff68895a .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-817441dd-0043-44db-9d6b-63a814109a05 {
  padding-top: 0px;
max-width: 80px;
text-align: center;
}
@media (max-width: 767px){#s-817441dd-0043-44db-9d6b-63a814109a05 {
  padding-top: 50px;
}
}






  img.s-817441dd-0043-44db-9d6b-63a814109a05.shogun-image {
    
    
  }


.s-817441dd-0043-44db-9d6b-63a814109a05 .shogun-image-content {
  
    align-items: center;
  
}

.s-817441dd-0043-44db-9d6b-63a814109a05.shg-align-container {
  text-align: center
}

.s-817441dd-0043-44db-9d6b-63a814109a05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-817441dd-0043-44db-9d6b-63a814109a05.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-817441dd-0043-44db-9d6b-63a814109a05.shogun-image {
    
    
  }


.s-817441dd-0043-44db-9d6b-63a814109a05 .shogun-image-content {
  
    align-items: center;
  
}

.s-817441dd-0043-44db-9d6b-63a814109a05.shg-align-container {
  text-align: center
}

.s-817441dd-0043-44db-9d6b-63a814109a05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-817441dd-0043-44db-9d6b-63a814109a05.shogun-image {
  box-sizing: border-box;
}


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





  img.s-817441dd-0043-44db-9d6b-63a814109a05.shogun-image {
    
    
  }


.s-817441dd-0043-44db-9d6b-63a814109a05 .shogun-image-content {
  
    align-items: center;
  
}

.s-817441dd-0043-44db-9d6b-63a814109a05.shg-align-container {
  text-align: center
}

.s-817441dd-0043-44db-9d6b-63a814109a05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-817441dd-0043-44db-9d6b-63a814109a05.shogun-image {
  box-sizing: border-box;
}


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





  img.s-817441dd-0043-44db-9d6b-63a814109a05.shogun-image {
    
    
  }


.s-817441dd-0043-44db-9d6b-63a814109a05 .shogun-image-content {
  
    align-items: center;
  
}

.s-817441dd-0043-44db-9d6b-63a814109a05.shg-align-container {
  text-align: center
}

.s-817441dd-0043-44db-9d6b-63a814109a05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-817441dd-0043-44db-9d6b-63a814109a05.shogun-image {
  box-sizing: border-box;
}


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





  img.s-817441dd-0043-44db-9d6b-63a814109a05.shogun-image {
    
    
  }


.s-817441dd-0043-44db-9d6b-63a814109a05 .shogun-image-content {
  
    align-items: center;
  
}

.s-817441dd-0043-44db-9d6b-63a814109a05.shg-align-container {
  text-align: center
}

.s-817441dd-0043-44db-9d6b-63a814109a05.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-817441dd-0043-44db-9d6b-63a814109a05.shogun-image {
  box-sizing: border-box;
}


}
#s-8a9bcd9a-c101-48ab-a88d-cb671b412917 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}
@media (max-width: 767px){#s-8a9bcd9a-c101-48ab-a88d-cb671b412917 {
  padding-top: 40px;
}
}
#s-8a9bcd9a-c101-48ab-a88d-cb671b412917 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  
}



#s-5b67c8f4-7c01-4438-80e2-629d605048a0 {
  min-height: 50px;
}








#s-5b67c8f4-7c01-4438-80e2-629d605048a0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5b67c8f4-7c01-4438-80e2-629d605048a0.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd {
  text-align: center;
}








.s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd .shogun-image-content {
  
    align-items: center;
  
}

.s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd.shg-align-container {
  text-align: center
}

.s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){






.s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd .shogun-image-content {
  
    align-items: center;
  
}

.s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd.shg-align-container {
  text-align: center
}

.s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd.shogun-image {
  box-sizing: border-box;
}


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






.s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd .shogun-image-content {
  
    align-items: center;
  
}

.s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd.shg-align-container {
  text-align: center
}

.s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd.shogun-image {
  box-sizing: border-box;
}


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






.s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd .shogun-image-content {
  
    align-items: center;
  
}

.s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd.shg-align-container {
  text-align: center
}

.s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd.shogun-image {
  box-sizing: border-box;
}


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






.s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd .shogun-image-content {
  
    align-items: center;
  
}

.s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd.shg-align-container {
  text-align: center
}

.s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-4c8ce78b-6d0b-4ef2-bcaf-57ad9a37fbfd.shogun-image {
  box-sizing: border-box;
}


}
#s-944a333b-5ab3-487f-a2fc-7d47f28525a8 {
  padding-top: 40px;
padding-left: 39px;
padding-bottom: 40px;
padding-right: 39px;
}
@media (max-width: 767px){#s-944a333b-5ab3-487f-a2fc-7d47f28525a8 {
  padding-top: 0px;
padding-left: 20px;
padding-right: 18px;
}
}







#s-944a333b-5ab3-487f-a2fc-7d47f28525a8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-944a333b-5ab3-487f-a2fc-7d47f28525a8.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-4eda81cf-58be-4e9d-b7b1-053a14d05139 {
  padding-top: 50px;
padding-bottom: 50px;
min-height: 50px;
}
@media (max-width: 767px){#s-4eda81cf-58be-4e9d-b7b1-053a14d05139 {
  padding-top: 0px;
padding-bottom: 0px;
}
}







#s-4eda81cf-58be-4e9d-b7b1-053a14d05139 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4eda81cf-58be-4e9d-b7b1-053a14d05139.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-c503dcad-c1b5-44be-800f-c887b2233027 {
  padding-top: 10px;
padding-bottom: 30px;
text-align: center;
}
@media (max-width: 767px){#s-c503dcad-c1b5-44be-800f-c887b2233027 {
  padding-top: 50px;
}
}
#s-c503dcad-c1b5-44be-800f-c887b2233027 .shogun-heading-component h1 {
  color: #000;
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 36px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 0px) {
[id="s-997ad1fb-7f78-4645-b383-2932b2c9e9bf"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-997ad1fb-7f78-4645-b383-2932b2c9e9bf"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-997ad1fb-7f78-4645-b383-2932b2c9e9bf"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-997ad1fb-7f78-4645-b383-2932b2c9e9bf"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

}

#s-708a16d3-8d42-4f85-a47f-0c67d26e0261 {
  text-align: center;
}







  img.s-708a16d3-8d42-4f85-a47f-0c67d26e0261.shogun-image {
    
    
  }


.s-708a16d3-8d42-4f85-a47f-0c67d26e0261 .shogun-image-content {
  
    align-items: center;
  
}

.s-708a16d3-8d42-4f85-a47f-0c67d26e0261.shg-align-container {
  text-align: center
}

.s-708a16d3-8d42-4f85-a47f-0c67d26e0261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-708a16d3-8d42-4f85-a47f-0c67d26e0261.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-708a16d3-8d42-4f85-a47f-0c67d26e0261.shogun-image {
    
    
  }


.s-708a16d3-8d42-4f85-a47f-0c67d26e0261 .shogun-image-content {
  
    align-items: center;
  
}

.s-708a16d3-8d42-4f85-a47f-0c67d26e0261.shg-align-container {
  text-align: center
}

.s-708a16d3-8d42-4f85-a47f-0c67d26e0261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-708a16d3-8d42-4f85-a47f-0c67d26e0261.shogun-image {
  box-sizing: border-box;
}


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





  img.s-708a16d3-8d42-4f85-a47f-0c67d26e0261.shogun-image {
    
    
  }


.s-708a16d3-8d42-4f85-a47f-0c67d26e0261 .shogun-image-content {
  
    align-items: center;
  
}

.s-708a16d3-8d42-4f85-a47f-0c67d26e0261.shg-align-container {
  text-align: center
}

.s-708a16d3-8d42-4f85-a47f-0c67d26e0261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-708a16d3-8d42-4f85-a47f-0c67d26e0261.shogun-image {
  box-sizing: border-box;
}


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





  img.s-708a16d3-8d42-4f85-a47f-0c67d26e0261.shogun-image {
    
    
  }


.s-708a16d3-8d42-4f85-a47f-0c67d26e0261 .shogun-image-content {
  
    align-items: center;
  
}

.s-708a16d3-8d42-4f85-a47f-0c67d26e0261.shg-align-container {
  text-align: center
}

.s-708a16d3-8d42-4f85-a47f-0c67d26e0261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-708a16d3-8d42-4f85-a47f-0c67d26e0261.shogun-image {
  box-sizing: border-box;
}


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





  img.s-708a16d3-8d42-4f85-a47f-0c67d26e0261.shogun-image {
    
    
  }


.s-708a16d3-8d42-4f85-a47f-0c67d26e0261 .shogun-image-content {
  
    align-items: center;
  
}

.s-708a16d3-8d42-4f85-a47f-0c67d26e0261.shg-align-container {
  text-align: center
}

.s-708a16d3-8d42-4f85-a47f-0c67d26e0261.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-708a16d3-8d42-4f85-a47f-0c67d26e0261.shogun-image {
  box-sizing: border-box;
}


}
#s-53d715fe-b286-4cb9-a135-9f077a38b2a9 {
  min-height: 50px;
}








#s-53d715fe-b286-4cb9-a135-9f077a38b2a9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53d715fe-b286-4cb9-a135-9f077a38b2a9.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-ad570864-d579-4ef0-a535-6a666311fb28 {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-ad570864-d579-4ef0-a535-6a666311fb28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ad570864-d579-4ef0-a535-6a666311fb28.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-7d14e8f9-618c-4cca-bfa8-0bc14191c2bc {
  padding-bottom: 10px;
text-align: left;
}

#s-7d14e8f9-618c-4cca-bfa8-0bc14191c2bc .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-96443cbe-013f-4d16-9ed0-91d18edb5801 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-96443cbe-013f-4d16-9ed0-91d18edb5801 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359 {
  text-align: center;
}
@media (max-width: 767px){#s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359 {
  padding-top: 30px;
padding-bottom: 0px;
}
}






  img.s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359.shogun-image {
    
    
  }


.s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359 .shogun-image-content {
  
    align-items: center;
  
}

.s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359.shg-align-container {
  text-align: center
}

.s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359.shogun-image {
    
    
  }


.s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359 .shogun-image-content {
  
    align-items: center;
  
}

.s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359.shg-align-container {
  text-align: center
}

.s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359.shogun-image {
    
    
  }


.s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359 .shogun-image-content {
  
    align-items: center;
  
}

.s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359.shg-align-container {
  text-align: center
}

.s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359.shogun-image {
    
    
  }


.s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359 .shogun-image-content {
  
    align-items: center;
  
}

.s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359.shg-align-container {
  text-align: center
}

.s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359.shogun-image {
  box-sizing: border-box;
}


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





  img.s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359.shogun-image {
    
    
  }


.s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359 .shogun-image-content {
  
    align-items: center;
  
}

.s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359.shg-align-container {
  text-align: center
}

.s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-0964c946-efe3-4d5d-bf9d-d4ac23e4d359.shogun-image {
  box-sizing: border-box;
}


}
#s-32217ad3-78ab-42ab-a31b-8a2252ace70e {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-32217ad3-78ab-42ab-a31b-8a2252ace70e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-32217ad3-78ab-42ab-a31b-8a2252ace70e.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9c49c82c-5c41-4f0a-93b4-44a4466fce41 {
  padding-bottom: 10px;
text-align: left;
}

#s-9c49c82c-5c41-4f0a-93b4-44a4466fce41 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1abd832d-7145-463e-a2a7-9ffbb17f9ce4 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-1abd832d-7145-463e-a2a7-9ffbb17f9ce4 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-17cec2f1-9812-413e-8807-8f63402e7c01 {
  text-align: center;
}
@media (max-width: 767px){#s-17cec2f1-9812-413e-8807-8f63402e7c01 {
  padding-top: 30px;
}
}






  img.s-17cec2f1-9812-413e-8807-8f63402e7c01.shogun-image {
    
    
  }


.s-17cec2f1-9812-413e-8807-8f63402e7c01 .shogun-image-content {
  
    align-items: center;
  
}

.s-17cec2f1-9812-413e-8807-8f63402e7c01.shg-align-container {
  text-align: center
}

.s-17cec2f1-9812-413e-8807-8f63402e7c01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17cec2f1-9812-413e-8807-8f63402e7c01.shogun-image {
  box-sizing: border-box;
}


@media (min-width: 1200px){





  img.s-17cec2f1-9812-413e-8807-8f63402e7c01.shogun-image {
    
    
  }


.s-17cec2f1-9812-413e-8807-8f63402e7c01 .shogun-image-content {
  
    align-items: center;
  
}

.s-17cec2f1-9812-413e-8807-8f63402e7c01.shg-align-container {
  text-align: center
}

.s-17cec2f1-9812-413e-8807-8f63402e7c01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17cec2f1-9812-413e-8807-8f63402e7c01.shogun-image {
  box-sizing: border-box;
}


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





  img.s-17cec2f1-9812-413e-8807-8f63402e7c01.shogun-image {
    
    
  }


.s-17cec2f1-9812-413e-8807-8f63402e7c01 .shogun-image-content {
  
    align-items: center;
  
}

.s-17cec2f1-9812-413e-8807-8f63402e7c01.shg-align-container {
  text-align: center
}

.s-17cec2f1-9812-413e-8807-8f63402e7c01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17cec2f1-9812-413e-8807-8f63402e7c01.shogun-image {
  box-sizing: border-box;
}


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





  img.s-17cec2f1-9812-413e-8807-8f63402e7c01.shogun-image {
    
    
  }


.s-17cec2f1-9812-413e-8807-8f63402e7c01 .shogun-image-content {
  
    align-items: center;
  
}

.s-17cec2f1-9812-413e-8807-8f63402e7c01.shg-align-container {
  text-align: center
}

.s-17cec2f1-9812-413e-8807-8f63402e7c01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17cec2f1-9812-413e-8807-8f63402e7c01.shogun-image {
  box-sizing: border-box;
}


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





  img.s-17cec2f1-9812-413e-8807-8f63402e7c01.shogun-image {
    
    
  }


.s-17cec2f1-9812-413e-8807-8f63402e7c01 .shogun-image-content {
  
    align-items: center;
  
}

.s-17cec2f1-9812-413e-8807-8f63402e7c01.shg-align-container {
  text-align: center
}

.s-17cec2f1-9812-413e-8807-8f63402e7c01.shogun-image-container {
  display: inline-block;
  box-sizing: border-box;
}

#s-17cec2f1-9812-413e-8807-8f63402e7c01.shogun-image {
  box-sizing: border-box;
}


}
#s-14b27b7b-32e1-4933-b7b4-5c6016c8c8ef {
  padding-top: 20px;
padding-left: 30px;
padding-bottom: 20px;
padding-right: 30px;
min-height: 50px;
background-color: rgba(0, 0, 0, 1);
}








#s-14b27b7b-32e1-4933-b7b4-5c6016c8c8ef > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14b27b7b-32e1-4933-b7b4-5c6016c8c8ef.shg-box.shg-c {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

#s-9a5887dd-2a0b-4be2-88c9-03eccd4a1e4b {
  text-align: left;
}

#s-9a5887dd-2a0b-4be2-88c9-03eccd4a1e4b .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:  700 ;
  font-family: "Playfair Display";
  font-style:   ;
  font-size: 20px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-8c41411b-5d13-433b-959c-6503d1cec206 {
  padding-top: 20px;
padding-bottom: 10px;
text-align: left;
}

#s-8c41411b-5d13-433b-959c-6503d1cec206 .shogun-heading-component h3 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  
  font-style:   ;
  font-size: 15px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



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

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

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

.shogun-root iframe {
  display: initial;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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