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

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

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  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 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-eeb4c4ef-f204-4398-9cb6-ad661eff7fda {
  min-height: 50px;
}
@media (min-width: 1200px){#s-eeb4c4ef-f204-4398-9cb6-ad661eff7fda {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-eeb4c4ef-f204-4398-9cb6-ad661eff7fda {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-eeb4c4ef-f204-4398-9cb6-ad661eff7fda {
  
}
}@media (max-width: 767px){#s-eeb4c4ef-f204-4398-9cb6-ad661eff7fda {
  
}
}







#s-eeb4c4ef-f204-4398-9cb6-ad661eff7fda > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eeb4c4ef-f204-4398-9cb6-ad661eff7fda.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2b1a9cab-a030-40c4-848f-b17582f8c6da {
  background-image: url(https://i.shgcdn.com/4a1a2de0-8ea7-45ba-9ede-b24286c2ef4a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 500px;
background-position: center bottom;
background-attachment: scroll;
}
@media (min-width: 1200px){#s-2b1a9cab-a030-40c4-848f-b17582f8c6da {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2b1a9cab-a030-40c4-848f-b17582f8c6da {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2b1a9cab-a030-40c4-848f-b17582f8c6da {
  
}
}@media (max-width: 767px){#s-2b1a9cab-a030-40c4-848f-b17582f8c6da {
  
}
}







#s-2b1a9cab-a030-40c4-848f-b17582f8c6da > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-2b1a9cab-a030-40c4-848f-b17582f8c6da.shg-box.shg-c {
  justify-content: center;
}
@media (max-width: 767px){






#s-2b1a9cab-a030-40c4-848f-b17582f8c6da > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.2;
}#s-2b1a9cab-a030-40c4-848f-b17582f8c6da.shg-box.shg-c {
  justify-content: center;
}
}
.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

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

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

#s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36 {
  margin-left: 30px;
margin-right: 30px;
min-height: 0px;
background-color: rgba(0, 2, 1, 0);
}

@media (min-width: 0px) {
[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-735f3430-5f1c-4f1d-b5a6-9a7e33578d36"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-14b168cd-da62-48cb-8995-a61c23751ae9 {
  border-style: solid;
margin-top: 38px;
margin-bottom: 38px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 0.5);
border-style: solid;
border-radius: 0px;
min-height: 350px;
opacity: 1;
background-color: rgba(0, 0, 0, 0);
}








#s-14b168cd-da62-48cb-8995-a61c23751ae9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-14b168cd-da62-48cb-8995-a61c23751ae9.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  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-4e90da39-434b-424e-81c3-e9d9f9d22468 {
  margin-top: 30px;
margin-left: 15px;
margin-bottom: 20px;
margin-right: 15px;
padding-top: 0px;
padding-bottom: 0px;
text-align: center;
}
@media (min-width: 1200px){#s-4e90da39-434b-424e-81c3-e9d9f9d22468 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4e90da39-434b-424e-81c3-e9d9f9d22468 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4e90da39-434b-424e-81c3-e9d9f9d22468 {
  
}
}@media (max-width: 767px){#s-4e90da39-434b-424e-81c3-e9d9f9d22468 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 40px;
padding-right: 40px;
}
}
#s-4e90da39-434b-424e-81c3-e9d9f9d22468 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 53px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



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

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

@media (max-width: 767px){#s-deed6255-0905-421e-ab02-07b59e4bd3c1 {
  padding-left: 40px;
padding-right: 40px;
}
}
.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-f69c281c-6686-460f-bd8c-177051c366f4 {
  border-style: solid;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 22px;
padding-bottom: 15px;
padding-right: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 451px;
opacity: 1;
text-align: center;
background-color: rgba(252, 248, 248, 0);
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#f9f97c"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-f69c281c-6686-460f-bd8c-177051c366f4:hover {border-style: solid !important;
border-color: rgba(69, 78, 149, 1) !important;
opacity: 1 !important;
background-color: rgba(253, 253, 253, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(221, 222, 224, 1) !important;}#s-f69c281c-6686-460f-bd8c-177051c366f4:active {border-style: solid !important;
border-color: rgba(69, 78, 149, 1) !important;
background-color: rgba(69, 78, 149, 1) !important;
text-decoration: none !important;}

  #s-f69c281c-6686-460f-bd8c-177051c366f4-btn-wrapper {
    text-align: center;
  }


#s-f69c281c-6686-460f-bd8c-177051c366f4.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Playfair Display;
  display:  inline-block ;
}

#s-905c35ed-1ecb-4951-81d6-533014edf38b {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-905c35ed-1ecb-4951-81d6-533014edf38b {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-905c35ed-1ecb-4951-81d6-533014edf38b {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-905c35ed-1ecb-4951-81d6-533014edf38b {
  
}
}@media (max-width: 767px){#s-905c35ed-1ecb-4951-81d6-533014edf38b {
  
}
}







#s-905c35ed-1ecb-4951-81d6-533014edf38b > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-905c35ed-1ecb-4951-81d6-533014edf38b.shg-box.shg-c {
  justify-content: flex-start;
}

#s-bc07e00d-d51b-4b1d-8dd7-68c625ecf4cf {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bc07e00d-d51b-4b1d-8dd7-68c625ecf4cf {
  display: none;
}
#s-bc07e00d-d51b-4b1d-8dd7-68c625ecf4cf, #wrap-s-bc07e00d-d51b-4b1d-8dd7-68c625ecf4cf { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bc07e00d-d51b-4b1d-8dd7-68c625ecf4cf {
  display: none;
}
#s-bc07e00d-d51b-4b1d-8dd7-68c625ecf4cf, #wrap-s-bc07e00d-d51b-4b1d-8dd7-68c625ecf4cf { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bc07e00d-d51b-4b1d-8dd7-68c625ecf4cf {
  display: none;
}
#s-bc07e00d-d51b-4b1d-8dd7-68c625ecf4cf, #wrap-s-bc07e00d-d51b-4b1d-8dd7-68c625ecf4cf { display:none !important; }}@media (max-width: 767px){#s-bc07e00d-d51b-4b1d-8dd7-68c625ecf4cf {
  display: none;
}
#s-bc07e00d-d51b-4b1d-8dd7-68c625ecf4cf, #wrap-s-bc07e00d-d51b-4b1d-8dd7-68c625ecf4cf { display:none !important; }}







#s-bc07e00d-d51b-4b1d-8dd7-68c625ecf4cf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bc07e00d-d51b-4b1d-8dd7-68c625ecf4cf.shg-box.shg-c {
  justify-content: center;
}

#s-3dab9878-bbee-41a8-88bc-7707435d9323 {
  border-style: solid;
margin-top: -41px;
margin-left: 0px;
margin-bottom: -41px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
}
@media (min-width: 1200px){#s-3dab9878-bbee-41a8-88bc-7707435d9323 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3dab9878-bbee-41a8-88bc-7707435d9323 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3dab9878-bbee-41a8-88bc-7707435d9323 {
  
}
}@media (max-width: 767px){#s-3dab9878-bbee-41a8-88bc-7707435d9323 {
  
}
}







#s-3dab9878-bbee-41a8-88bc-7707435d9323 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-3dab9878-bbee-41a8-88bc-7707435d9323.shg-box.shg-c {
  justify-content: center;
}

#s-01576d3b-e345-47cf-b64e-cf42adc30971 {
  margin-top: 50px;
margin-left: 10px;
margin-bottom: 50px;
margin-right: 10px;
}

@media (min-width: 0px) {
[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-xs-6 {
  width: calc(50% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-01576d3b-e345-47cf-b64e-cf42adc30971"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-54711733-365a-4736-be47-7779ff3fce32 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-54711733-365a-4736-be47-7779ff3fce32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-54711733-365a-4736-be47-7779ff3fce32 {
  cursor: pointer;
}#s-54711733-365a-4736-be47-7779ff3fce32.shg-box.shg-c {
  justify-content: flex-start;
}

.shogun-image-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-5331ff73-bca7-4c89-a35b-0206c73a182e {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-5331ff73-bca7-4c89-a35b-0206c73a182e img.shogun-image {
    
    width: px;
  }


#s-5331ff73-bca7-4c89-a35b-0206c73a182e .shogun-image-content {
  
    align-items: center;
  
}

#s-ed782e78-5b92-483f-bf7c-87e6c0a65f93 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-ed782e78-5b92-483f-bf7c-87e6c0a65f93 .shogun-heading-component h2 {
  color: rgba(43, 61, 134, 1);
  font-weight:   ;
  font-family: Playfair Display;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-e2109602-48ed-474d-9cb4-2f5e7f7c5e8b {
  margin-left: 20px;
margin-right: 20px;
}

#s-22717b23-244d-4399-a0da-b9f85e00edf7 {
  min-height: 50px;
}








#s-22717b23-244d-4399-a0da-b9f85e00edf7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22717b23-244d-4399-a0da-b9f85e00edf7.shg-box.shg-c {
  justify-content: center;
}

#s-d4c13831-bf5f-4aa1-bcbb-ad5ebc422a27 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-d4c13831-bf5f-4aa1-bcbb-ad5ebc422a27 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4c13831-bf5f-4aa1-bcbb-ad5ebc422a27 {
  cursor: pointer;
}#s-d4c13831-bf5f-4aa1-bcbb-ad5ebc422a27.shg-box.shg-c {
  justify-content: flex-start;
}

#s-8e5f5e16-a3ec-4fbb-b5dd-9843d0402728 {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-8e5f5e16-a3ec-4fbb-b5dd-9843d0402728 img.shogun-image {
    
    width: px;
  }


#s-8e5f5e16-a3ec-4fbb-b5dd-9843d0402728 .shogun-image-content {
  
    align-items: center;
  
}

#s-85614de6-d19f-4176-98c5-df50ae86243c {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-85614de6-d19f-4176-98c5-df50ae86243c .shogun-heading-component h2 {
  color: rgba(43, 61, 134, 1);
  font-weight:   ;
  font-family: Playfair Display;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-a95843ad-ceea-47a0-97cc-6e930a6f40e1 {
  margin-left: 20px;
margin-right: 20px;
}

#s-0d2511e8-bc5c-44af-abfe-b9bbe7b53cfc {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-0d2511e8-bc5c-44af-abfe-b9bbe7b53cfc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0d2511e8-bc5c-44af-abfe-b9bbe7b53cfc {
  cursor: pointer;
}#s-0d2511e8-bc5c-44af-abfe-b9bbe7b53cfc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-4a2c177f-2297-4f3c-b9f7-a6cd003e6fcd {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-4a2c177f-2297-4f3c-b9f7-a6cd003e6fcd img.shogun-image {
    
    width: px;
  }


#s-4a2c177f-2297-4f3c-b9f7-a6cd003e6fcd .shogun-image-content {
  
    align-items: center;
  
}

#s-46e804c6-79af-4d1b-bed8-7e3f94ef1873 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-46e804c6-79af-4d1b-bed8-7e3f94ef1873 .shogun-heading-component h2 {
  color: rgba(43, 61, 134, 1);
  font-weight:   ;
  font-family: Playfair Display;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f5360638-20a6-4090-97dc-942bd8a90d09 {
  margin-left: 20px;
margin-right: 20px;
}

#s-c987526f-1c1b-48a1-8fe4-c964c336a266 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-c987526f-1c1b-48a1-8fe4-c964c336a266 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c987526f-1c1b-48a1-8fe4-c964c336a266 {
  cursor: pointer;
}#s-c987526f-1c1b-48a1-8fe4-c964c336a266.shg-box.shg-c {
  justify-content: flex-start;
}

#s-a57fe5c1-cdfd-4959-80da-55845057493f {
  margin-left: auto;
margin-right: auto;
max-width: 200px;
text-align: center;
}




  #s-a57fe5c1-cdfd-4959-80da-55845057493f img.shogun-image {
    
    width: px;
  }


#s-a57fe5c1-cdfd-4959-80da-55845057493f .shogun-image-content {
  
    align-items: center;
  
}

#s-12300be7-98a4-4ab5-92fc-c2c48b58a4f8 {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-12300be7-98a4-4ab5-92fc-c2c48b58a4f8 .shogun-heading-component h2 {
  color: rgba(43, 61, 134, 1);
  font-weight:   ;
  font-family: Playfair Display;
  font-style:   ;
  font-size: 16px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-42f0436f-a0b6-4e44-b8f9-a5ec059bbcbe {
  margin-left: 20px;
margin-right: 20px;
}

#s-b75af08f-51ed-4844-a4a1-d93f2720e018 {
  min-height: 50px;
}








#s-b75af08f-51ed-4844-a4a1-d93f2720e018 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b75af08f-51ed-4844-a4a1-d93f2720e018.shg-box.shg-c {
  justify-content: center;
}

#s-df59502c-e867-4c70-ba4d-7f551df4406d {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 30px;
}

@media (min-width: 0px) {
[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-df59502c-e867-4c70-ba4d-7f551df4406d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-28700d19-cb8b-478e-9773-1b3899996070 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 473px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-28700d19-cb8b-478e-9773-1b3899996070 {
  min-height: 575px;
}
}







#s-28700d19-cb8b-478e-9773-1b3899996070 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28700d19-cb8b-478e-9773-1b3899996070 {
  cursor: pointer;
}#s-28700d19-cb8b-478e-9773-1b3899996070.shg-box.shg-c {
  justify-content: flex-start;
}

#s-eab0f7a2-111c-4fde-b32e-a35bf41d4881 {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 300px;
background-color: rgba(238, 233, 233, 1);
}
@media (max-width: 767px){#s-eab0f7a2-111c-4fde-b32e-a35bf41d4881 {
  padding-top: 15px;
padding-bottom: 25px;
}
}







#s-eab0f7a2-111c-4fde-b32e-a35bf41d4881 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-eab0f7a2-111c-4fde-b32e-a35bf41d4881.shg-box.shg-c {
  justify-content: center;
}

#s-f4da1d01-a0a7-4da3-89c8-ae2d41ed1298 {
  margin-left: 50px;
margin-right: 50px;
}

#s-8285ebda-d3b6-4c00-bafd-055426e5caff {
  margin-left: 50px;
margin-right: 50px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-8285ebda-d3b6-4c00-bafd-055426e5caff .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6a6d8bcf-230e-4e63-af33-bce20dcbe255 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}

#s-6a6d8bcf-230e-4e63-af33-bce20dcbe255 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-1a537b82-7bdd-46d1-b299-78170a1635d0 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 5px;
padding-bottom: 5px;
}

#s-c928e056-0236-45fa-bbd9-0a48553af322 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(35, 46, 131, 1);
text-align: center;
text-decoration: none;
}
#s-c928e056-0236-45fa-bbd9-0a48553af322:hover {background-color: rgba(20, 26, 77, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-c928e056-0236-45fa-bbd9-0a48553af322:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-c928e056-0236-45fa-bbd9-0a48553af322 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-c928e056-0236-45fa-bbd9-0a48553af322 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-c928e056-0236-45fa-bbd9-0a48553af322 {
  
}
}


#s-c928e056-0236-45fa-bbd9-0a48553af322.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-dea04400-1e07-48d2-998f-76e9dfec82cd {
  min-height: 50px;
}
@media (min-width: 1200px){#s-dea04400-1e07-48d2-998f-76e9dfec82cd {
  display: none;
}
#s-dea04400-1e07-48d2-998f-76e9dfec82cd, #wrap-s-dea04400-1e07-48d2-998f-76e9dfec82cd { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-dea04400-1e07-48d2-998f-76e9dfec82cd {
  display: none;
}
#s-dea04400-1e07-48d2-998f-76e9dfec82cd, #wrap-s-dea04400-1e07-48d2-998f-76e9dfec82cd { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-dea04400-1e07-48d2-998f-76e9dfec82cd {
  
}
}







#s-dea04400-1e07-48d2-998f-76e9dfec82cd > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dea04400-1e07-48d2-998f-76e9dfec82cd.shg-box.shg-c {
  justify-content: center;
}

#s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-bottom: 75px;
min-height: 30px;
}

@media (min-width: 0px) {
[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (max-width: 767px) {
  [id="s-762e911d-44b0-4a5c-ac0a-ca7a7fb1c8fb"] > .shg-row {
    flex-flow: column-reverse;
  }
}

#s-a2914fe0-55bb-4f73-975b-1ee0fdd63aee {
  border-style: solid;
margin-top: 0px;
margin-bottom: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0);
min-height: 300px;
background-color: rgba(238, 233, 233, 1);
}
@media (max-width: 767px){#s-a2914fe0-55bb-4f73-975b-1ee0fdd63aee {
  padding-top: 15px;
padding-bottom: 25px;
}
}







#s-a2914fe0-55bb-4f73-975b-1ee0fdd63aee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a2914fe0-55bb-4f73-975b-1ee0fdd63aee.shg-box.shg-c {
  justify-content: center;
}

#s-3275d2f0-c931-4771-a7ac-f7565f8fd777 {
  margin-left: 50px;
margin-right: 50px;
}

#s-f4b4ad33-e867-4aed-ad1c-ffeb1945c480 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 5px;
padding-bottom: 5px;
text-align: center;
}

#s-f4b4ad33-e867-4aed-ad1c-ffeb1945c480 .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-f5aa4620-5956-49ee-8b4f-393fe6b2fde8 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 5px;
padding-bottom: 10px;
text-align: center;
}

#s-f5aa4620-5956-49ee-8b4f-393fe6b2fde8 .shogun-heading-component h4 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 22px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0877bfbb-2569-4dfa-9c56-2013815d7ed3 {
  margin-left: 50px;
margin-right: 50px;
padding-top: 5px;
padding-bottom: 5px;
}

#s-381d2c95-caf3-44f0-835d-174599b9a56d {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(35, 46, 131, 1);
text-align: center;
text-decoration: none;
}
#s-381d2c95-caf3-44f0-835d-174599b9a56d:hover {background-color: rgba(20, 26, 77, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-381d2c95-caf3-44f0-835d-174599b9a56d:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-381d2c95-caf3-44f0-835d-174599b9a56d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-381d2c95-caf3-44f0-835d-174599b9a56d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-381d2c95-caf3-44f0-835d-174599b9a56d {
  
}
}


#s-381d2c95-caf3-44f0-835d-174599b9a56d.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}

#s-4103e40b-199c-4c6c-b717-aa1e38f6dbc5 {
  background-repeat: no-repeat;
background-size: cover;
border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(0, 0, 0, 0.57);
min-height: 473px;
background-position: center center;
}
@media (min-width: 1200px){#s-4103e40b-199c-4c6c-b717-aa1e38f6dbc5 {
  min-height: 575px;
}
}







#s-4103e40b-199c-4c6c-b717-aa1e38f6dbc5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4103e40b-199c-4c6c-b717-aa1e38f6dbc5 {
  cursor: pointer;
}#s-4103e40b-199c-4c6c-b717-aa1e38f6dbc5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-f643598e-73ec-4718-bdf4-69f90eed1069 {
  min-height: 50px;
}








#s-f643598e-73ec-4718-bdf4-69f90eed1069 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f643598e-73ec-4718-bdf4-69f90eed1069.shg-box.shg-c {
  justify-content: center;
}

#s-2adee589-2cf3-435b-9e04-aa64bd061579 {
  padding-top: 10px;
padding-bottom: 20px;
text-align: center;
}

#s-2adee589-2cf3-435b-9e04-aa64bd061579 .shogun-heading-component h1 {
  color: rgba(35, 46, 131, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 41px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bd6d9b21-4af2-4a3a-8d59-84df665638c4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-bd6d9b21-4af2-4a3a-8d59-84df665638c4 {
  display: none;
}
#s-bd6d9b21-4af2-4a3a-8d59-84df665638c4, #wrap-s-bd6d9b21-4af2-4a3a-8d59-84df665638c4 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-bd6d9b21-4af2-4a3a-8d59-84df665638c4 {
  display: none;
}
#s-bd6d9b21-4af2-4a3a-8d59-84df665638c4, #wrap-s-bd6d9b21-4af2-4a3a-8d59-84df665638c4 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-bd6d9b21-4af2-4a3a-8d59-84df665638c4 {
  display: none;
}
#s-bd6d9b21-4af2-4a3a-8d59-84df665638c4, #wrap-s-bd6d9b21-4af2-4a3a-8d59-84df665638c4 { display:none !important; }}







#s-bd6d9b21-4af2-4a3a-8d59-84df665638c4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bd6d9b21-4af2-4a3a-8d59-84df665638c4.shg-box.shg-c {
  justify-content: center;
}

.shg-sld-content {
  width: 100%;
  position: relative;
}

.shg-sld-slides {
  word-break: break-word;
}

.shg-sld-slides-padded {
  padding: 0 35px;
}

.shg-sld-nav-button {
  cursor: pointer;

  position: absolute;
  z-index: 10;
  top: 0;
  width: 35px;
  height: 100%;

  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.shg-sld-nav-button.shg-sld-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEyMDMgNTQ0cTAgMTMtMTAgMjNsLTM5MyAzOTMgMzkzIDM5M3ExMCAxMCAxMCAyM3QtMTAgMjNsLTUwIDUwcS0xMCAxMC0yMyAxMHQtMjMtMTBsLTQ2Ni00NjZxLTEwLTEwLTEwLTIzdDEwLTIzbDQ2Ni00NjZxMTAtMTAgMjMtMTB0MjMgMTBsNTAgNTBxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

.shg-sld-nav-button.shg-sld-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExNzEgOTYwcTAgMTMtMTAgMjNsLTQ2NiA0NjZxLTEwIDEwLTIzIDEwdC0yMy0xMGwtNTAtNTBxLTEwLTEwLTEwLTIzdDEwLTIzbDM5My0zOTMtMzkzLTM5M3EtMTAtMTAtMTAtMjN0MTAtMjNsNTAtNTBxMTAtMTAgMjMtMTB0MjMgMTBsNDY2IDQ2NnExMCAxMCAxMCAyM3oiLz48L3N2Zz4=);
}

.shg-sld-nav-button.shg-sld-disabled {
  cursor: default;
  opacity: 0.2;
}

.shg-sld-item {
  display: none;
}

.shg-sld-item.shg-sld-active {
  display: block;
}

.shg-sld-dots {
  margin-top: 10px;
  text-align: center;
}

.shg-sld-dot {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  margin-left: 5px;
  background-color: #bbbbbb;
}

.shg-sld-dot:first-child {
  margin-left: 0px;
}

.shg-sld-dot.shg-sld-active {
  background-color: #717171;
}

.shg-sld-fade {
  -webkit-animation-name: shg-sld-fade;
          animation-name: shg-sld-fade;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  image-rendering: -webkit-optimize-contrast;
}

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

  to {
    opacity: 1;
  }
}

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

  to {
    opacity: 1;
  }
}

#s-d8891840-9ed1-4f89-a478-c4d08ff0aa6c {
  padding-top: 10px;
padding-bottom: 10px;
}

#s-a3179d45-ddd9-4093-8163-6e05c63b8309 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center bottom;
}








#s-a3179d45-ddd9-4093-8163-6e05c63b8309 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a3179d45-ddd9-4093-8163-6e05c63b8309 {
  cursor: pointer;
}#s-a3179d45-ddd9-4093-8163-6e05c63b8309.shg-box.shg-c {
  justify-content: center;
}

#s-88279cfc-26a0-4bbf-990b-bfa86ff76205 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-88279cfc-26a0-4bbf-990b-bfa86ff76205 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-81e28360-063c-45c0-a414-e4156849d32b {
  margin-top: -30px;
margin-left: 100px;
margin-bottom: -30px;
margin-right: 100px;
}

#s-81e28360-063c-45c0-a414-e4156849d32b hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-0f742cc9-6aca-438f-ba3d-eb048bf37e04 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-0f742cc9-6aca-438f-ba3d-eb048bf37e04 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-4dfcc4ea-cf75-4e98-9ddf-c15780791a4e {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center bottom;
}








#s-4dfcc4ea-cf75-4e98-9ddf-c15780791a4e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4dfcc4ea-cf75-4e98-9ddf-c15780791a4e {
  cursor: pointer;
}#s-4dfcc4ea-cf75-4e98-9ddf-c15780791a4e.shg-box.shg-c {
  justify-content: center;
}

#s-842f79b9-a4b6-4117-8f00-9cf1c43ebe8b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-842f79b9-a4b6-4117-8f00-9cf1c43ebe8b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b8f6cc22-d7f6-4723-ba2d-f806488e096b {
  margin-top: -30px;
margin-left: 100px;
margin-bottom: -30px;
margin-right: 100px;
}

#s-b8f6cc22-d7f6-4723-ba2d-f806488e096b hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-291bc579-ec6e-4050-9de4-3270a769f5e0 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-291bc579-ec6e-4050-9de4-3270a769f5e0 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-614b7e86-fe3f-4c44-9bda-07d782a87657 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}








#s-614b7e86-fe3f-4c44-9bda-07d782a87657 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-614b7e86-fe3f-4c44-9bda-07d782a87657 {
  cursor: pointer;
}#s-614b7e86-fe3f-4c44-9bda-07d782a87657.shg-box.shg-c {
  justify-content: center;
}

#s-994d1b59-f090-4959-b668-2ed53ad6ba73 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-994d1b59-f090-4959-b668-2ed53ad6ba73 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-02ad2909-ea7e-4850-81f0-fd4b9469cbb1 {
  margin-top: -30px;
margin-left: 100px;
margin-bottom: -30px;
margin-right: 100px;
}

#s-02ad2909-ea7e-4850-81f0-fd4b9469cbb1 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-b9da0f63-9567-48b0-a5cf-4fe207e00253 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-b9da0f63-9567-48b0-a5cf-4fe207e00253 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d376d6d0-e629-4f81-9a7b-680bc7abc3ec {
  min-height: 20px;
}








#s-d376d6d0-e629-4f81-9a7b-680bc7abc3ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d376d6d0-e629-4f81-9a7b-680bc7abc3ec.shg-box.shg-c {
  justify-content: center;
}

#s-5cbf1c95-512f-417d-b1f0-e897bbf56a43 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-5cbf1c95-512f-417d-b1f0-e897bbf56a43 {
  display: none;
}
#s-5cbf1c95-512f-417d-b1f0-e897bbf56a43, #wrap-s-5cbf1c95-512f-417d-b1f0-e897bbf56a43 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-5cbf1c95-512f-417d-b1f0-e897bbf56a43 {
  display: none;
}
#s-5cbf1c95-512f-417d-b1f0-e897bbf56a43, #wrap-s-5cbf1c95-512f-417d-b1f0-e897bbf56a43 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-5cbf1c95-512f-417d-b1f0-e897bbf56a43 {
  display: none;
}
#s-5cbf1c95-512f-417d-b1f0-e897bbf56a43, #wrap-s-5cbf1c95-512f-417d-b1f0-e897bbf56a43 { display:none !important; }}@media (max-width: 767px){#s-5cbf1c95-512f-417d-b1f0-e897bbf56a43 {
  display: none;
}
#s-5cbf1c95-512f-417d-b1f0-e897bbf56a43, #wrap-s-5cbf1c95-512f-417d-b1f0-e897bbf56a43 { display:none !important; }}



  #s-5cbf1c95-512f-417d-b1f0-e897bbf56a43 img.shogun-image {
    
    width: px;
  }


#s-5cbf1c95-512f-417d-b1f0-e897bbf56a43 .shogun-image-content {
  
    align-items: center;
  
}

#s-93be256e-356b-48e4-aca5-98cfe6bc3367 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-93be256e-356b-48e4-aca5-98cfe6bc3367 {
  display: none;
}
#s-93be256e-356b-48e4-aca5-98cfe6bc3367, #wrap-s-93be256e-356b-48e4-aca5-98cfe6bc3367 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-93be256e-356b-48e4-aca5-98cfe6bc3367 {
  display: none;
}
#s-93be256e-356b-48e4-aca5-98cfe6bc3367, #wrap-s-93be256e-356b-48e4-aca5-98cfe6bc3367 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-93be256e-356b-48e4-aca5-98cfe6bc3367 {
  display: none;
}
#s-93be256e-356b-48e4-aca5-98cfe6bc3367, #wrap-s-93be256e-356b-48e4-aca5-98cfe6bc3367 { display:none !important; }}@media (max-width: 767px){#s-93be256e-356b-48e4-aca5-98cfe6bc3367 {
  display: none;
}
#s-93be256e-356b-48e4-aca5-98cfe6bc3367, #wrap-s-93be256e-356b-48e4-aca5-98cfe6bc3367 { display:none !important; }}



  #s-93be256e-356b-48e4-aca5-98cfe6bc3367 img.shogun-image {
    
    width: px;
  }


#s-93be256e-356b-48e4-aca5-98cfe6bc3367 .shogun-image-content {
  
    align-items: center;
  
}

#s-7c6ff411-969c-4508-b732-474a2de12637 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}
@media (min-width: 1200px){#s-7c6ff411-969c-4508-b732-474a2de12637 {
  display: none;
}
#s-7c6ff411-969c-4508-b732-474a2de12637, #wrap-s-7c6ff411-969c-4508-b732-474a2de12637 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-7c6ff411-969c-4508-b732-474a2de12637 {
  display: none;
}
#s-7c6ff411-969c-4508-b732-474a2de12637, #wrap-s-7c6ff411-969c-4508-b732-474a2de12637 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-7c6ff411-969c-4508-b732-474a2de12637 {
  display: none;
}
#s-7c6ff411-969c-4508-b732-474a2de12637, #wrap-s-7c6ff411-969c-4508-b732-474a2de12637 { display:none !important; }}@media (max-width: 767px){#s-7c6ff411-969c-4508-b732-474a2de12637 {
  display: none;
}
#s-7c6ff411-969c-4508-b732-474a2de12637, #wrap-s-7c6ff411-969c-4508-b732-474a2de12637 { display:none !important; }}



  #s-7c6ff411-969c-4508-b732-474a2de12637 img.shogun-image {
    
    width: px;
  }


#s-7c6ff411-969c-4508-b732-474a2de12637 .shogun-image-content {
  
    align-items: center;
  
}

@media (min-width: 1200px){#s-3c1da074-3c8d-4055-a39d-f6ba4f575e62 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3c1da074-3c8d-4055-a39d-f6ba4f575e62 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3c1da074-3c8d-4055-a39d-f6ba4f575e62 {
  
}
}@media (max-width: 767px){#s-3c1da074-3c8d-4055-a39d-f6ba4f575e62 {
  display: none;
}
#s-3c1da074-3c8d-4055-a39d-f6ba4f575e62, #wrap-s-3c1da074-3c8d-4055-a39d-f6ba4f575e62 { display:none !important; }}
@media (min-width: 0px) {
[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-3c1da074-3c8d-4055-a39d-f6ba4f575e62"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-9c52fa1e-b2ce-42a0-b541-68ca1c761928 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center center;
}








#s-9c52fa1e-b2ce-42a0-b541-68ca1c761928 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9c52fa1e-b2ce-42a0-b541-68ca1c761928 {
  cursor: pointer;
}#s-9c52fa1e-b2ce-42a0-b541-68ca1c761928.shg-box.shg-c {
  justify-content: center;
}

#s-e0b0471d-77b1-4c50-b14c-f3dffff9fa7e {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-e0b0471d-77b1-4c50-b14c-f3dffff9fa7e .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-2a09be50-ef95-4e6a-b005-e1e896d59e56 {
  margin-top: 0px;
margin-left: 100px;
margin-bottom: 0px;
margin-right: 100px;
}

#s-2a09be50-ef95-4e6a-b005-e1e896d59e56 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-442688b5-d278-42ce-aea4-718209b799f8 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-442688b5-d278-42ce-aea4-718209b799f8 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c3e67429-a9fe-4bea-8a49-e49bd5d054c5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-c3e67429-a9fe-4bea-8a49-e49bd5d054c5 {
  min-height: 350px;
}
}







#s-c3e67429-a9fe-4bea-8a49-e49bd5d054c5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c3e67429-a9fe-4bea-8a49-e49bd5d054c5 {
  cursor: pointer;
}#s-c3e67429-a9fe-4bea-8a49-e49bd5d054c5.shg-box.shg-c {
  justify-content: center;
}

#s-1a944e61-b942-4631-b79a-4c4a56bf527b {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-1a944e61-b942-4631-b79a-4c4a56bf527b .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5c350f79-c5e0-4af9-8aca-bd27730a6879 {
  margin-left: 100px;
margin-right: 100px;
}

#s-5c350f79-c5e0-4af9-8aca-bd27730a6879 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-5fa80716-b685-4c0d-98c8-8e8ca285bccb {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-5fa80716-b685-4c0d-98c8-8e8ca285bccb .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9257083b-fdd6-412c-b375-4fece36810c7 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 250px;
background-position: center bottom;
}








#s-9257083b-fdd6-412c-b375-4fece36810c7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9257083b-fdd6-412c-b375-4fece36810c7 {
  cursor: pointer;
}#s-9257083b-fdd6-412c-b375-4fece36810c7.shg-box.shg-c {
  justify-content: center;
}

#s-76d78211-687c-42a4-98f4-45fd54598804 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-76d78211-687c-42a4-98f4-45fd54598804 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-0afe7ef9-ad91-49b8-b199-5131b5973717 {
  margin-top: 0px;
margin-left: 100px;
margin-bottom: 0px;
margin-right: 100px;
}

#s-0afe7ef9-ad91-49b8-b199-5131b5973717 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-3806cb75-b3b1-4da0-978e-e5b13f631a88 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-3806cb75-b3b1-4da0-978e-e5b13f631a88 .shogun-heading-component h1 {
  color: rgba(255, 255, 255, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



@media (min-width: 1200px){#s-564f6f8a-a9b0-431d-a915-75ba0e5b5911 {
  display: none;
}
#s-564f6f8a-a9b0-431d-a915-75ba0e5b5911, #wrap-s-564f6f8a-a9b0-431d-a915-75ba0e5b5911 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-564f6f8a-a9b0-431d-a915-75ba0e5b5911 {
  display: none;
}
#s-564f6f8a-a9b0-431d-a915-75ba0e5b5911, #wrap-s-564f6f8a-a9b0-431d-a915-75ba0e5b5911 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-564f6f8a-a9b0-431d-a915-75ba0e5b5911 {
  display: none;
}
#s-564f6f8a-a9b0-431d-a915-75ba0e5b5911, #wrap-s-564f6f8a-a9b0-431d-a915-75ba0e5b5911 { display:none !important; }}@media (max-width: 767px){#s-564f6f8a-a9b0-431d-a915-75ba0e5b5911 {
  display: none;
}
#s-564f6f8a-a9b0-431d-a915-75ba0e5b5911, #wrap-s-564f6f8a-a9b0-431d-a915-75ba0e5b5911 { display:none !important; }}
@media (min-width: 0px) {
[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-564f6f8a-a9b0-431d-a915-75ba0e5b5911"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-4022bc9f-11f2-4c11-ac09-c64142108a99 {
  margin-top: 40px;
margin-bottom: 0px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-radius: 2px;
background-color: rgba(35, 46, 131, 1);
text-align: center;
text-decoration: none;
}
#s-4022bc9f-11f2-4c11-ac09-c64142108a99:hover {background-color: rgba(20, 26, 77, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}#s-4022bc9f-11f2-4c11-ac09-c64142108a99:active {background-color: #000000 !important;
text-decoration: none !important;}@media (min-width: 1200px){#s-4022bc9f-11f2-4c11-ac09-c64142108a99 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-4022bc9f-11f2-4c11-ac09-c64142108a99 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-4022bc9f-11f2-4c11-ac09-c64142108a99 {
  
}
}@media (max-width: 767px){#s-4022bc9f-11f2-4c11-ac09-c64142108a99 {
  margin-top: 20px;
margin-bottom: 10px;
}
}


#s-4022bc9f-11f2-4c11-ac09-c64142108a99.shg-btn {
  color: #ffffff;
  font-size: 18px;
  
  
  
  display:  inline-block ;
}
@media (min-width: 768px) and (max-width: 991px){

#s-4022bc9f-11f2-4c11-ac09-c64142108a99.shg-btn {
  color: #ffffff;
  font-size: 14px;
  
  
  
  display:  inline-block ;
}
}
#s-3048fb8b-450c-4b50-8c38-9dacc68427b0 {
  min-height: 20px;
}








#s-3048fb8b-450c-4b50-8c38-9dacc68427b0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3048fb8b-450c-4b50-8c38-9dacc68427b0.shg-box.shg-c {
  justify-content: center;
}

#s-c365a518-fada-46a2-8c29-aeb86f277a33 {
  margin-top: 5px;
margin-bottom: 5px;
}
@media (max-width: 767px){#s-c365a518-fada-46a2-8c29-aeb86f277a33 {
  display: none;
}
#s-c365a518-fada-46a2-8c29-aeb86f277a33, #wrap-s-c365a518-fada-46a2-8c29-aeb86f277a33 { display:none !important; }}
#s-c365a518-fada-46a2-8c29-aeb86f277a33 hr {
  border: 0;
  width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 1);
}

#s-05fa1d06-4fe7-46b0-94d2-8be11fc9594d {
  border-style: solid;
margin-top: -41px;
margin-left: 0px;
margin-bottom: -41px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 0);
}
@media (min-width: 1200px){#s-05fa1d06-4fe7-46b0-94d2-8be11fc9594d {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-05fa1d06-4fe7-46b0-94d2-8be11fc9594d {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-05fa1d06-4fe7-46b0-94d2-8be11fc9594d {
  
}
}@media (max-width: 767px){#s-05fa1d06-4fe7-46b0-94d2-8be11fc9594d {
  
}
}







#s-05fa1d06-4fe7-46b0-94d2-8be11fc9594d > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-05fa1d06-4fe7-46b0-94d2-8be11fc9594d.shg-box.shg-c {
  justify-content: center;
}

#s-b9a31266-497c-45fc-b2d5-04e2eafd08ba {
  min-height: 50px;
}








#s-b9a31266-497c-45fc-b2d5-04e2eafd08ba > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b9a31266-497c-45fc-b2d5-04e2eafd08ba.shg-box.shg-c {
  justify-content: center;
}

#s-67bb24a1-28e1-4b4a-add1-da1dd9b116a4 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-67bb24a1-28e1-4b4a-add1-da1dd9b116a4 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-67bb24a1-28e1-4b4a-add1-da1dd9b116a4 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-67bb24a1-28e1-4b4a-add1-da1dd9b116a4 {
  
}
}@media (max-width: 767px){#s-67bb24a1-28e1-4b4a-add1-da1dd9b116a4 {
  
}
}







#s-67bb24a1-28e1-4b4a-add1-da1dd9b116a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-67bb24a1-28e1-4b4a-add1-da1dd9b116a4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-605ee658-7fec-4288-ba8b-29ed99e83e5b {
  padding-top: 40px;
}
@media (max-width: 767px){#s-605ee658-7fec-4288-ba8b-29ed99e83e5b {
  margin-left: 20px;
margin-right: 20px;
padding-left: 35px;
padding-right: 35px;
}
}
#s-5a9eed5a-a951-4bd5-9c86-8161e81f1543 {
  min-height: 50px;
background-color: rgba(0, 0, 0, 0);
}
@media (min-width: 1200px){#s-5a9eed5a-a951-4bd5-9c86-8161e81f1543 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a9eed5a-a951-4bd5-9c86-8161e81f1543 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a9eed5a-a951-4bd5-9c86-8161e81f1543 {
  
}
}@media (max-width: 767px){#s-5a9eed5a-a951-4bd5-9c86-8161e81f1543 {
  display: none;
}
#s-5a9eed5a-a951-4bd5-9c86-8161e81f1543, #wrap-s-5a9eed5a-a951-4bd5-9c86-8161e81f1543 { display:none !important; }}







#s-5a9eed5a-a951-4bd5-9c86-8161e81f1543 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5a9eed5a-a951-4bd5-9c86-8161e81f1543.shg-box.shg-c {
  justify-content: flex-start;
}

#s-55581a8c-adc7-4766-83ff-cab6386591b1 {
  border-style: solid;
margin-top: 20px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}
@media (min-width: 1200px){#s-55581a8c-adc7-4766-83ff-cab6386591b1 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-55581a8c-adc7-4766-83ff-cab6386591b1 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-55581a8c-adc7-4766-83ff-cab6386591b1 {
  
}
}@media (max-width: 767px){#s-55581a8c-adc7-4766-83ff-cab6386591b1 {
  
}
}
@media (min-width: 0px) {
[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 992px) {
[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

@media (min-width: 1200px) {
[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 16.666666666666668px);
}

[id="s-55581a8c-adc7-4766-83ff-cab6386591b1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 16.666666666666668px);
}

}

#s-0fbc949e-6233-4d73-bca8-c6470b794d42 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
background-color: rgba(255, 255, 255, 1);
}








#s-0fbc949e-6233-4d73-bca8-c6470b794d42 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0fbc949e-6233-4d73-bca8-c6470b794d42.shg-box.shg-c {
  justify-content: flex-start;
}

#s-c419e0db-c73a-46d3-a21d-7a9da1a9d194 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-c419e0db-c73a-46d3-a21d-7a9da1a9d194 .shogun-icon-wrapper {
  text-align: center;
}


#s-c419e0db-c73a-46d3-a21d-7a9da1a9d194 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-61aa3227-e692-42d3-b589-33ac20096861 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-61aa3227-e692-42d3-b589-33ac20096861 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-61aa3227-e692-42d3-b589-33ac20096861 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-61aa3227-e692-42d3-b589-33ac20096861 {
  
}
}@media (max-width: 767px){#s-61aa3227-e692-42d3-b589-33ac20096861 {
  
}
}
@media (min-width: 1200px){#s-a89431b0-4a2e-46a2-a85b-c18589c4f0f6 {
  display: none;
}
#s-a89431b0-4a2e-46a2-a85b-c18589c4f0f6, #wrap-s-a89431b0-4a2e-46a2-a85b-c18589c4f0f6 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-a89431b0-4a2e-46a2-a85b-c18589c4f0f6 {
  display: none;
}
#s-a89431b0-4a2e-46a2-a85b-c18589c4f0f6, #wrap-s-a89431b0-4a2e-46a2-a85b-c18589c4f0f6 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-a89431b0-4a2e-46a2-a85b-c18589c4f0f6 {
  display: none;
}
#s-a89431b0-4a2e-46a2-a85b-c18589c4f0f6, #wrap-s-a89431b0-4a2e-46a2-a85b-c18589c4f0f6 { display:none !important; }}
#s-a89431b0-4a2e-46a2-a85b-c18589c4f0f6 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-e4cce63c-ac28-4633-9110-cfc15d1a67ca {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
background-color: rgba(255, 255, 255, 1);
}








#s-e4cce63c-ac28-4633-9110-cfc15d1a67ca > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4cce63c-ac28-4633-9110-cfc15d1a67ca.shg-box.shg-c {
  justify-content: flex-start;
}

#s-67983eb8-1f9b-4133-b26f-180addd54800 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-67983eb8-1f9b-4133-b26f-180addd54800 .shogun-icon-wrapper {
  text-align: center;
}


#s-67983eb8-1f9b-4133-b26f-180addd54800 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-d362e32d-3ecf-4380-8824-af9488737946 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-d362e32d-3ecf-4380-8824-af9488737946 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-d362e32d-3ecf-4380-8824-af9488737946 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-d362e32d-3ecf-4380-8824-af9488737946 {
  
}
}@media (max-width: 767px){#s-d362e32d-3ecf-4380-8824-af9488737946 {
  
}
}
@media (min-width: 1200px){#s-f134cf23-11e2-43d3-ad7a-c86594a5a3ce {
  display: none;
}
#s-f134cf23-11e2-43d3-ad7a-c86594a5a3ce, #wrap-s-f134cf23-11e2-43d3-ad7a-c86594a5a3ce { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f134cf23-11e2-43d3-ad7a-c86594a5a3ce {
  display: none;
}
#s-f134cf23-11e2-43d3-ad7a-c86594a5a3ce, #wrap-s-f134cf23-11e2-43d3-ad7a-c86594a5a3ce { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f134cf23-11e2-43d3-ad7a-c86594a5a3ce {
  display: none;
}
#s-f134cf23-11e2-43d3-ad7a-c86594a5a3ce, #wrap-s-f134cf23-11e2-43d3-ad7a-c86594a5a3ce { display:none !important; }}
#s-f134cf23-11e2-43d3-ad7a-c86594a5a3ce hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-6b237160-9e8d-4800-acbf-1dbef472e8c0 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
background-color: rgba(255, 255, 255, 1);
}








#s-6b237160-9e8d-4800-acbf-1dbef472e8c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6b237160-9e8d-4800-acbf-1dbef472e8c0.shg-box.shg-c {
  justify-content: flex-start;
}

#s-2932810c-b7ed-47c3-84b1-91e39c962a5f {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-2932810c-b7ed-47c3-84b1-91e39c962a5f .shogun-icon-wrapper {
  text-align: center;
}


#s-2932810c-b7ed-47c3-84b1-91e39c962a5f .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-7465bdc8-26bb-4caa-875b-cf9c28f4f143 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-7465bdc8-26bb-4caa-875b-cf9c28f4f143 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7465bdc8-26bb-4caa-875b-cf9c28f4f143 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7465bdc8-26bb-4caa-875b-cf9c28f4f143 {
  
}
}@media (max-width: 767px){#s-7465bdc8-26bb-4caa-875b-cf9c28f4f143 {
  
}
}
#s-22acb6d4-d3a1-4647-84a1-93770d532330 {
  min-height: 50px;
}
@media (max-width: 767px){#s-22acb6d4-d3a1-4647-84a1-93770d532330 {
  display: none;
}
#s-22acb6d4-d3a1-4647-84a1-93770d532330, #wrap-s-22acb6d4-d3a1-4647-84a1-93770d532330 { display:none !important; }}







#s-22acb6d4-d3a1-4647-84a1-93770d532330 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-22acb6d4-d3a1-4647-84a1-93770d532330.shg-box.shg-c {
  justify-content: center;
}

#s-f2a1f50a-f509-4a8a-818d-3877d568e1b1 {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-f2a1f50a-f509-4a8a-818d-3877d568e1b1 {
  display: none;
}
#s-f2a1f50a-f509-4a8a-818d-3877d568e1b1, #wrap-s-f2a1f50a-f509-4a8a-818d-3877d568e1b1 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-f2a1f50a-f509-4a8a-818d-3877d568e1b1 {
  display: none;
}
#s-f2a1f50a-f509-4a8a-818d-3877d568e1b1, #wrap-s-f2a1f50a-f509-4a8a-818d-3877d568e1b1 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-f2a1f50a-f509-4a8a-818d-3877d568e1b1 {
  display: none;
}
#s-f2a1f50a-f509-4a8a-818d-3877d568e1b1, #wrap-s-f2a1f50a-f509-4a8a-818d-3877d568e1b1 { display:none !important; }}
#s-377c9c48-1c8d-4b9e-b30f-ea82cdc75d66 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
background-color: rgba(255, 255, 255, 1);
}








#s-377c9c48-1c8d-4b9e-b30f-ea82cdc75d66 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-377c9c48-1c8d-4b9e-b30f-ea82cdc75d66.shg-box.shg-c {
  justify-content: flex-start;
}

#s-b2785086-fb22-4e65-9d83-0db8de7ed37f {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-b2785086-fb22-4e65-9d83-0db8de7ed37f .shogun-icon-wrapper {
  text-align: center;
}


#s-b2785086-fb22-4e65-9d83-0db8de7ed37f .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-26858cdf-095e-439d-82de-74d6657e89a9 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-26858cdf-095e-439d-82de-74d6657e89a9 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-26858cdf-095e-439d-82de-74d6657e89a9 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-26858cdf-095e-439d-82de-74d6657e89a9 {
  
}
}@media (max-width: 767px){#s-26858cdf-095e-439d-82de-74d6657e89a9 {
  
}
}
#s-53d02d25-e665-4c4c-a05b-e58f4b1dfe33 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
background-color: rgba(255, 255, 255, 1);
}








#s-53d02d25-e665-4c4c-a05b-e58f4b1dfe33 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-53d02d25-e665-4c4c-a05b-e58f4b1dfe33.shg-box.shg-c {
  justify-content: flex-start;
}

#s-19f1514f-0c3a-4f7a-8e4a-eaecddeb72a3 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-19f1514f-0c3a-4f7a-8e4a-eaecddeb72a3 .shogun-icon-wrapper {
  text-align: center;
}


#s-19f1514f-0c3a-4f7a-8e4a-eaecddeb72a3 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-2828527c-5fdc-474b-86f0-5df7c1f66c6f {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 40px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-2828527c-5fdc-474b-86f0-5df7c1f66c6f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-2828527c-5fdc-474b-86f0-5df7c1f66c6f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-2828527c-5fdc-474b-86f0-5df7c1f66c6f {
  
}
}@media (max-width: 767px){#s-2828527c-5fdc-474b-86f0-5df7c1f66c6f {
  
}
}
#s-d1c1b5c6-dfba-4653-9e2f-42c61f9b4d5e {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
border-top-width: 4px;
border-left-width: 4px;
border-bottom-width: 4px;
border-right-width: 4px;
border-color: rgba(235, 235, 235, 1);
background-color: rgba(255, 255, 255, 1);
}








#s-d1c1b5c6-dfba-4653-9e2f-42c61f9b4d5e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1c1b5c6-dfba-4653-9e2f-42c61f9b4d5e.shg-box.shg-c {
  justify-content: flex-start;
}

#s-97dc3cc3-400b-4087-82bd-bdc181b7e1f4 {
  margin-top: 40px;
margin-left: 20px;
margin-right: 20px;
}

#s-97dc3cc3-400b-4087-82bd-bdc181b7e1f4 .shogun-icon-wrapper {
  text-align: center;
}


#s-97dc3cc3-400b-4087-82bd-bdc181b7e1f4 .shogun-icon-wrapper > .shogun-icon {

  font-size: 32px !important;
  color: rgba(0, 0, 0, 1);
}

#s-697b1ada-4dc7-44b8-9368-5fefa85a1250 {
  margin-top: 20px;
margin-left: 20px;
margin-bottom: 20px;
margin-right: 20px;
opacity: 1;
}
@media (min-width: 1200px){#s-697b1ada-4dc7-44b8-9368-5fefa85a1250 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-697b1ada-4dc7-44b8-9368-5fefa85a1250 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-697b1ada-4dc7-44b8-9368-5fefa85a1250 {
  
}
}@media (max-width: 767px){#s-697b1ada-4dc7-44b8-9368-5fefa85a1250 {
  
}
}
#s-ba171c2f-d8b7-4b25-8779-738004bc1cfa {
  min-height: 50px;
}








#s-ba171c2f-d8b7-4b25-8779-738004bc1cfa > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ba171c2f-d8b7-4b25-8779-738004bc1cfa.shg-box.shg-c {
  justify-content: center;
}

#s-6457ddc1-e33d-4d32-b81b-4f59d3185c32 {
  min-height: 50px;
background-color: rgba(234, 234, 234, 1);
}
@media (min-width: 1200px){#s-6457ddc1-e33d-4d32-b81b-4f59d3185c32 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6457ddc1-e33d-4d32-b81b-4f59d3185c32 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6457ddc1-e33d-4d32-b81b-4f59d3185c32 {
  
}
}@media (max-width: 767px){#s-6457ddc1-e33d-4d32-b81b-4f59d3185c32 {
  
}
}







#s-6457ddc1-e33d-4d32-b81b-4f59d3185c32 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6457ddc1-e33d-4d32-b81b-4f59d3185c32.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3e3483af-9088-4203-88f6-28d70748f607 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-3e3483af-9088-4203-88f6-28d70748f607 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-3e3483af-9088-4203-88f6-28d70748f607 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-3e3483af-9088-4203-88f6-28d70748f607 {
  
}
}@media (max-width: 767px){#s-3e3483af-9088-4203-88f6-28d70748f607 {
  
}
}







#s-3e3483af-9088-4203-88f6-28d70748f607 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-3e3483af-9088-4203-88f6-28d70748f607.shg-box.shg-c {
  justify-content: center;
}

#s-7b03c1d5-a500-40cf-b0a0-d941cbeb4384 {
  border-style: solid;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(236, 236, 236, 1);
border-radius: 0px;
min-height: 0px;
background-color: rgba(255, 255, 255, 1);
}
@media (min-width: 1200px){#s-7b03c1d5-a500-40cf-b0a0-d941cbeb4384 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-7b03c1d5-a500-40cf-b0a0-d941cbeb4384 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-7b03c1d5-a500-40cf-b0a0-d941cbeb4384 {
  
}
}@media (max-width: 767px){#s-7b03c1d5-a500-40cf-b0a0-d941cbeb4384 {
  
}
}







#s-7b03c1d5-a500-40cf-b0a0-d941cbeb4384 > .shg-box-overlay {
  background-color: rgba(0, 0, 0, 1);
  opacity: 0;
}#s-7b03c1d5-a500-40cf-b0a0-d941cbeb4384.shg-box.shg-c {
  justify-content: center;
}

#s-4d9a180a-1b40-437f-b3e2-7567344f34bc {
  margin-top: 15px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-4d9a180a-1b40-437f-b3e2-7567344f34bc .shogun-heading-component h1 {
  color: rgba(33, 61, 131, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-327f270a-b7c2-4c26-b26f-559908778b3f {
  border-style: solid;
margin-top: 10px;
margin-left: 50px;
margin-bottom: 50px;
margin-right: 50px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
}

@media (min-width: 0px) {
[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 992px) {
[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

@media (min-width: 1200px) {
[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 13.333333333333334px);
}

[id="s-327f270a-b7c2-4c26-b26f-559908778b3f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 13.333333333333334px);
}

}

#s-4daf1782-bbf0-4dec-9186-122b90ee1830 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-4daf1782-bbf0-4dec-9186-122b90ee1830 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4daf1782-bbf0-4dec-9186-122b90ee1830.shg-box.shg-c {
  justify-content: flex-start;
}

#s-62e3aa1f-3df7-4405-a4e6-3613fbd65c2e {
  text-align: center;
}




  #s-62e3aa1f-3df7-4405-a4e6-3613fbd65c2e img.shogun-image {
    
    width: px;
  }


#s-62e3aa1f-3df7-4405-a4e6-3613fbd65c2e .shogun-image-content {
  
    align-items: center;
  
}

#s-87f7f915-4d70-4c37-86a3-89095cf3170a {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-87f7f915-4d70-4c37-86a3-89095cf3170a .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-6c0b71dc-9948-47d9-a739-15c36607b8ae {
  margin-left: 20px;
margin-right: 20px;
}

#s-61778631-610f-4273-8029-21626c7416a4 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-61778631-610f-4273-8029-21626c7416a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61778631-610f-4273-8029-21626c7416a4.shg-box.shg-c {
  justify-content: flex-start;
}

#s-dafc5775-4b11-4e90-aa1a-46816232fb46 {
  text-align: center;
}




  #s-dafc5775-4b11-4e90-aa1a-46816232fb46 img.shogun-image {
    
    width: px;
  }


#s-dafc5775-4b11-4e90-aa1a-46816232fb46 .shogun-image-content {
  
    align-items: center;
  
}

#s-600529cf-781f-4d76-864d-190a10d9a2be {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-600529cf-781f-4d76-864d-190a10d9a2be .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9c206ea9-8b5d-47df-8d28-705192f38a0c {
  margin-left: 20px;
margin-right: 20px;
}

#s-91f70cda-ccf7-4afe-983d-b4d802816052 {
  border-style: solid;
margin-top: 20px;
margin-bottom: 20px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(221, 221, 221, 1);
min-height: 50px;
}








#s-91f70cda-ccf7-4afe-983d-b4d802816052 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91f70cda-ccf7-4afe-983d-b4d802816052.shg-box.shg-c {
  justify-content: flex-start;
}

#s-00a4d13e-7c35-4ac9-b473-abc8c071a9eb {
  text-align: center;
}




  #s-00a4d13e-7c35-4ac9-b473-abc8c071a9eb img.shogun-image {
    
    width: px;
  }


#s-00a4d13e-7c35-4ac9-b473-abc8c071a9eb .shogun-image-content {
  
    align-items: center;
  
}

#s-543a5989-1205-44b7-8276-bcaa32ef3cad {
  margin-left: 20px;
margin-right: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-543a5989-1205-44b7-8276-bcaa32ef3cad .shogun-heading-component h1 {
  color: rgba(0, 0, 0, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-7d433c80-0af2-43ff-bc91-a4ed06514551 {
  margin-left: 20px;
margin-right: 20px;
}

#s-f792e344-1d25-43ed-9e56-817f581bdeb9 {
  margin-bottom: 20px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-f792e344-1d25-43ed-9e56-817f581bdeb9 .shogun-heading-component h1 {
  color: rgba(33, 61, 131, 1);
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 32px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-fe08b70b-d199-4087-bf9b-ddb75a6ca2e7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-fe08b70b-d199-4087-bf9b-ddb75a6ca2e7 {
  display: none;
}
#s-fe08b70b-d199-4087-bf9b-ddb75a6ca2e7, #wrap-s-fe08b70b-d199-4087-bf9b-ddb75a6ca2e7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-fe08b70b-d199-4087-bf9b-ddb75a6ca2e7 {
  display: none;
}
#s-fe08b70b-d199-4087-bf9b-ddb75a6ca2e7, #wrap-s-fe08b70b-d199-4087-bf9b-ddb75a6ca2e7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-fe08b70b-d199-4087-bf9b-ddb75a6ca2e7 {
  display: none;
}
#s-fe08b70b-d199-4087-bf9b-ddb75a6ca2e7, #wrap-s-fe08b70b-d199-4087-bf9b-ddb75a6ca2e7 { display:none !important; }}







#s-fe08b70b-d199-4087-bf9b-ddb75a6ca2e7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-fe08b70b-d199-4087-bf9b-ddb75a6ca2e7.shg-box.shg-c {
  justify-content: center;
}

#s-47c7317f-b7d9-4fe4-a50e-fee680bf813f {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 1200px){#s-47c7317f-b7d9-4fe4-a50e-fee680bf813f {
  display: none;
}
#s-47c7317f-b7d9-4fe4-a50e-fee680bf813f, #wrap-s-47c7317f-b7d9-4fe4-a50e-fee680bf813f { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-47c7317f-b7d9-4fe4-a50e-fee680bf813f {
  display: none;
}
#s-47c7317f-b7d9-4fe4-a50e-fee680bf813f, #wrap-s-47c7317f-b7d9-4fe4-a50e-fee680bf813f { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-47c7317f-b7d9-4fe4-a50e-fee680bf813f {
  display: none;
}
#s-47c7317f-b7d9-4fe4-a50e-fee680bf813f, #wrap-s-47c7317f-b7d9-4fe4-a50e-fee680bf813f { display:none !important; }}
#s-6add3515-2030-48b0-ae8e-5c7d583b0c13 {
  text-align: center;
}




  #s-6add3515-2030-48b0-ae8e-5c7d583b0c13 img.shogun-image {
    
    width: px;
  }


#s-6add3515-2030-48b0-ae8e-5c7d583b0c13 .shogun-image-content {
  
    align-items: center;
  
}

#s-39a92a9d-f072-42eb-930a-5c64bf34e6cc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 275px;
background-position: center center;
}








#s-39a92a9d-f072-42eb-930a-5c64bf34e6cc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-39a92a9d-f072-42eb-930a-5c64bf34e6cc.shg-box.shg-c {
  justify-content: center;
}

#s-a06d8c2e-b0e2-4ad2-8862-405fb884613c {
  text-align: center;
}




  #s-a06d8c2e-b0e2-4ad2-8862-405fb884613c img.shogun-image {
    
    width: px;
  }


#s-a06d8c2e-b0e2-4ad2-8862-405fb884613c .shogun-image-content {
  
    align-items: center;
  
}

#s-b13a6261-8d71-4a68-98b6-dfdcc79eac06 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 255px;
background-position: center bottom;
}








#s-b13a6261-8d71-4a68-98b6-dfdcc79eac06 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b13a6261-8d71-4a68-98b6-dfdcc79eac06.shg-box.shg-c {
  justify-content: center;
}

#s-dcb63bb4-0b69-47fc-8fde-4465db3d5842 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 255px;
background-position: center center;
}








#s-dcb63bb4-0b69-47fc-8fde-4465db3d5842 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-dcb63bb4-0b69-47fc-8fde-4465db3d5842.shg-box.shg-c {
  justify-content: center;
}

#s-c6c9b924-7de9-4ec5-876b-2502ef03eee7 {
  min-height: 50px;
}
@media (min-width: 1200px){#s-c6c9b924-7de9-4ec5-876b-2502ef03eee7 {
  display: none;
}
#s-c6c9b924-7de9-4ec5-876b-2502ef03eee7, #wrap-s-c6c9b924-7de9-4ec5-876b-2502ef03eee7 { display:none !important; }}@media (min-width: 992px) and (max-width: 1199px){#s-c6c9b924-7de9-4ec5-876b-2502ef03eee7 {
  display: none;
}
#s-c6c9b924-7de9-4ec5-876b-2502ef03eee7, #wrap-s-c6c9b924-7de9-4ec5-876b-2502ef03eee7 { display:none !important; }}@media (min-width: 768px) and (max-width: 991px){#s-c6c9b924-7de9-4ec5-876b-2502ef03eee7 {
  display: none;
}
#s-c6c9b924-7de9-4ec5-876b-2502ef03eee7, #wrap-s-c6c9b924-7de9-4ec5-876b-2502ef03eee7 { display:none !important; }}@media (max-width: 767px){#s-c6c9b924-7de9-4ec5-876b-2502ef03eee7 {
  display: none;
}
#s-c6c9b924-7de9-4ec5-876b-2502ef03eee7, #wrap-s-c6c9b924-7de9-4ec5-876b-2502ef03eee7 { display:none !important; }}







#s-c6c9b924-7de9-4ec5-876b-2502ef03eee7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6c9b924-7de9-4ec5-876b-2502ef03eee7.shg-box.shg-c {
  justify-content: center;
}

#s-3fbd4542-0630-42d2-846a-1c0bedb1954e {
  padding-left: 30px;
padding-right: 30px;
background-color: rgba(253, 253, 253, 1);
}

@media (min-width: 0px) {
[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3fbd4542-0630-42d2-846a-1c0bedb1954e"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f39d55a1-75cd-4613-ac9d-7d0535ff01d3 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-f39d55a1-75cd-4613-ac9d-7d0535ff01d3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f39d55a1-75cd-4613-ac9d-7d0535ff01d3.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-d798adb6-0465-45d2-a43f-8750639f6fcd {
  display: none;
}
#s-d798adb6-0465-45d2-a43f-8750639f6fcd, #wrap-s-d798adb6-0465-45d2-a43f-8750639f6fcd { display:none !important; }}
#s-d798adb6-0465-45d2-a43f-8750639f6fcd hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-34a9ea63-c566-4ae8-b13a-3203bb6c6660 {
  padding-left: 30px;
padding-right: 30px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-34a9ea63-c566-4ae8-b13a-3203bb6c6660"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-45fef9d9-e835-4a88-a5e0-920d7b5bca16 {
  min-height: 50px;
}
@media (max-width: 767px){#s-45fef9d9-e835-4a88-a5e0-920d7b5bca16 {
  display: none;
}
#s-45fef9d9-e835-4a88-a5e0-920d7b5bca16, #wrap-s-45fef9d9-e835-4a88-a5e0-920d7b5bca16 { display:none !important; }}







#s-45fef9d9-e835-4a88-a5e0-920d7b5bca16 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-45fef9d9-e835-4a88-a5e0-920d7b5bca16.shg-box.shg-c {
  justify-content: center;
}

#s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7 {
  padding-left: 30px;
padding-right: 30px;
background-color: rgba(253, 253, 253, 1);
}

@media (min-width: 0px) {
[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-c23297f1-deaa-4ef6-ae0c-4cfa5ab493b7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f3d7a0a3-9923-4848-89ae-9f5a2c9d37a4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 255px;
background-position: center center;
}








#s-f3d7a0a3-9923-4848-89ae-9f5a2c9d37a4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-f3d7a0a3-9923-4848-89ae-9f5a2c9d37a4 {
  cursor: pointer;
}#s-f3d7a0a3-9923-4848-89ae-9f5a2c9d37a4.shg-box.shg-c {
  justify-content: center;
}

#s-8dda9f23-7e74-43fc-b5d3-dfb35d296918 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 255px;
background-position: center bottom;
}








#s-8dda9f23-7e74-43fc-b5d3-dfb35d296918 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8dda9f23-7e74-43fc-b5d3-dfb35d296918 {
  cursor: pointer;
}#s-8dda9f23-7e74-43fc-b5d3-dfb35d296918.shg-box.shg-c {
  justify-content: center;
}

#s-4455213c-9bd6-4f5e-9dd2-07462d43b8f3 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center center;
}








#s-4455213c-9bd6-4f5e-9dd2-07462d43b8f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4455213c-9bd6-4f5e-9dd2-07462d43b8f3.shg-box.shg-c {
  justify-content: center;
}

#s-d0c79f7c-3761-4f96-bb15-566ec98fc439 {
  min-height: 50px;
background-color: rgba(255, 255, 255, 1);
}








#s-d0c79f7c-3761-4f96-bb15-566ec98fc439 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d0c79f7c-3761-4f96-bb15-566ec98fc439.shg-box.shg-c {
  justify-content: center;
}

@media (max-width: 767px){#s-5c4f81bb-4cc6-4c80-8bd1-abde6fd35f63 {
  display: none;
}
#s-5c4f81bb-4cc6-4c80-8bd1-abde6fd35f63, #wrap-s-5c4f81bb-4cc6-4c80-8bd1-abde6fd35f63 { display:none !important; }}
#s-5c4f81bb-4cc6-4c80-8bd1-abde6fd35f63 hr {
  border: 0;
  width: 100%;
  border-top: 2px solid rgba(255, 255, 255, 1);
}

#s-6bdc9225-65f5-4858-96e4-ca05c0572071 {
  padding-left: 30px;
padding-right: 30px;
background-color: rgba(255, 255, 255, 1);
}

@media (min-width: 0px) {
[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-6bdc9225-65f5-4858-96e4-ca05c0572071"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-1df6feaf-a8cc-4882-baea-f65e8c51ebe4 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 275px;
background-position: center bottom;
}








#s-1df6feaf-a8cc-4882-baea-f65e8c51ebe4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1df6feaf-a8cc-4882-baea-f65e8c51ebe4 {
  cursor: pointer;
}#s-1df6feaf-a8cc-4882-baea-f65e8c51ebe4.shg-box.shg-c {
  justify-content: center;
}

#s-c6c0ffcb-a3bc-40d1-b271-5c7ef4d1893b {
  background-repeat: no-repeat;
background-size: cover;
min-height: 50px;
background-position: center bottom;
}








#s-c6c0ffcb-a3bc-40d1-b271-5c7ef4d1893b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c6c0ffcb-a3bc-40d1-b271-5c7ef4d1893b.shg-box.shg-c {
  justify-content: center;
}

#s-7275e793-3502-4fae-826d-cd91e47286c0 {
  min-height: 50px;
}








#s-7275e793-3502-4fae-826d-cd91e47286c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7275e793-3502-4fae-826d-cd91e47286c0.shg-box.shg-c {
  justify-content: center;
}

#s-d1aaa57e-8021-4724-b1e4-f3963f811784 {
  min-height: 100px;
}








#s-d1aaa57e-8021-4724-b1e4-f3963f811784 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d1aaa57e-8021-4724-b1e4-f3963f811784.shg-box.shg-c {
  justify-content: center;
}

#s-b6e29840-6570-4fa3-8ed8-06a79ed689e1 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 500px;
background-position: center bottom;
}
@media (min-width: 1200px){#s-b6e29840-6570-4fa3-8ed8-06a79ed689e1 {
  min-height: 600px;
}
}







#s-b6e29840-6570-4fa3-8ed8-06a79ed689e1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b6e29840-6570-4fa3-8ed8-06a79ed689e1.shg-box.shg-c {
  justify-content: center;
}

#s-39774159-c0aa-442e-8e04-39244f4c9202 {
  margin-right: 0%;
padding-top: 20px;
padding-bottom: 0px;
}
@media (max-width: 767px){#s-39774159-c0aa-442e-8e04-39244f4c9202 {
  margin-top: -30px;
padding-top: 0px;
}
}
#s-a6a48f9d-a7bc-4564-88c3-51d55f0c273d {
  border-style: solid;
margin-bottom: 15px;
padding-top: 15px;
padding-left: 22px;
padding-bottom: 15px;
padding-right: 22px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 1px;
border-right-width: 0px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
max-width: 451px;
opacity: 1;
text-align: center;
background-color: rgba(252, 248, 248, 0);
text-decoration: none;
hover-type: gradient;
background-gradient: [{"id"=>1, "pos"=>0.05, "color"=>"#f9f97c"}, {"id"=>2, "pos"=>1, "color"=>"#7e20cf"}];
}
#s-a6a48f9d-a7bc-4564-88c3-51d55f0c273d:hover {border-style: solid !important;
border-color: rgba(69, 78, 149, 1) !important;
opacity: 1 !important;
background-color: rgba(253, 253, 253, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(221, 222, 224, 1) !important;}#s-a6a48f9d-a7bc-4564-88c3-51d55f0c273d:active {border-style: solid !important;
border-color: rgba(69, 78, 149, 1) !important;
background-color: rgba(69, 78, 149, 1) !important;
text-decoration: none !important;}

  #s-a6a48f9d-a7bc-4564-88c3-51d55f0c273d-btn-wrapper {
    text-align: center;
  }


#s-a6a48f9d-a7bc-4564-88c3-51d55f0c273d.shg-btn {
  color: rgba(255, 255, 255, 1);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-family: Playfair Display;
  display:  inline-block ;
}

#s-3209ce9f-1904-4741-a066-3e6305ac1c56 {
  min-height: 50px;
}








#s-3209ce9f-1904-4741-a066-3e6305ac1c56 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3209ce9f-1904-4741-a066-3e6305ac1c56.shg-box.shg-c {
  justify-content: flex-start;
}

/*
  $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;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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;
}
