:root {
  --deep-sky-blue: #00bfff4f;
  --black-2: #000000c7;
  --white: white;
  --new-menu: #151f27e0;
  --menu-batt-color: #54677982;
  --menu-batt-orage: #ff5e00;
  --lines: #ffffff82;
  --menu-over: #151f279c;
  --black-4: #0000007a;
  --white-3: #ffffffcf;
  --20: #fff3;
  --white-2: #ffffff82;
  --lines-2: #7a7a7a78;
  --steel-blue: #1a658b;
  --midnight-blue: #082f42;
  --black: black;
  --black-3: #151f2766;
}

.body {
  height: auto;
  margin-top: auto;
  margin-bottom: 0;
  padding-bottom: 0;
}

.logo-home {
  background-image: url('../images/MB_logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
  background-attachment: scroll;
  flex-direction: column;
  align-items: center;
  height: 232px;
  margin-top: 2px;
  padding-bottom: 0;
  display: flex;
}

.mill-page-bann {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.mill-page-bann.container-class-outline {
  z-index: 100;
  border: 1px #11364029;
  flex-direction: column;
  align-items: center;
  width: 510px;
  height: 330px;
  margin-top: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.left {
  opacity: 1;
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff;
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: -2px;
  margin-left: auto;
  transition: opacity .5s;
  display: flex;
  position: relative;
  inset: -2% auto 0% 0%;
}

.left:hover {
  background-color: var(--deep-sky-blue);
  opacity: 1;
  border-style: solid;
}

.processingsolutions {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  width: 420px;
  height: 120px;
  margin-top: 134px;
  font-size: 50px;
  font-weight: 100;
}

.processingsolutions.home {
  margin-top: 39px;
  margin-left: 0;
}

.right {
  opacity: 1;
  background-image: url('../images/right-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff;
  border-radius: 30px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: flex-end;
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-left: 8px;
  font-size: 0;
  transition: opacity .5s;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.right:hover {
  background-color: var(--deep-sky-blue);
  opacity: 1;
  border-style: solid;
}

.down-arr {
  opacity: .7;
  background-image: url('../images/left_arr.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 40px;
  height: 40px;
  margin-left: 24px;
  transition: opacity .5s;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.down-arr:hover {
  opacity: 1;
  background-color: #ffffff3d;
}

.down-arr.arrow-down {
  z-index: 40;
  opacity: .7;
  border-style: none;
  margin-left: 0;
  top: 184%;
  transform: rotate(-90deg);
}

.menu-button {
  flex-direction: row-reverse;
  justify-content: flex-end;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-button.w--open {
  background-color: var(--black-2);
  opacity: 1;
  width: 100%;
  height: 80px;
}

.slide-nav {
  color: #0000;
  text-align: center;
  width: 440px;
  margin-top: 203px;
  margin-left: 482.5px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 7px;
  position: absolute;
  inset: auto 0% 0%;
}

.slide {
  background-image: url('../images/home_boat_1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  padding-right: 0;
  transition: opacity .5s;
  top: 0;
  transform: translate(0);
}

.mb-home {
  opacity: .67;
  color: #fff;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 100;
  transition: opacity .5s;
  display: flex;
}

.mb-home:hover {
  opacity: 1;
}

.mb-home.w--current {
  opacity: 1;
  color: #ffffffb3;
  text-decoration: underline;
}

.mask {
  margin-top: -1px;
  padding-top: 0;
  top: 0;
}

.navbar {
  z-index: 120;
  text-align: center;
  background-color: #0000;
  width: 100%;
  height: 60px;
  margin-top: 80px;
  padding-top: 0;
  display: block;
  position: absolute;
  top: 0;
}

.right-arrow {
  z-index: 19;
  justify-content: flex-end;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: -61px auto 0 99px;
  line-height: 1px;
  display: flex;
  position: relative;
  inset: 0 0% 0%;
}

.home-page {
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.icon {
  color: var(--white);
  justify-content: flex-end;
  display: flex;
}

.boat-ocean {
  background-image: url('../images/home_boat_1.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100.052%;
  top: 0;
}

.salmon-file {
  background-image: url('../images/snow-crab.jpg');
  background-position: 100% 0;
  background-size: cover;
}

.nav-menu {
  background-color: var(--black-2);
  opacity: 1;
  color: #333;
  text-align: center;
  flex-flow: wrap;
  justify-content: space-between;
  width: 100%;
  height: 661px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.salmon {
  background-image: url('../images/salmon.jpg');
  background-position: 50%;
  background-size: cover;
}

.section-3 {
  height: auto;
  margin-top: 0;
}

.div-block-3 {
  width: 450px;
  height: 200px;
}

.left-arrow {
  z-index: 19;
  align-items: center;
  width: 60px;
  height: 60px;
  margin: -92px 0 auto 26px;
  display: flex;
  position: relative;
  inset: 0 0% 0%;
  transform: rotate(0);
}

.container {
  clear: none;
  background-color: #0000;
  flex-wrap: nowrap;
  justify-content: space-around;
  line-height: 30px;
  display: inline;
}

.link-block {
  background-color: red;
  justify-content: center;
  align-items: flex-end;
  width: 80px;
  height: 70px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: 470px 0% 0%;
}

.king {
  background-image: url('../images/king-crab.jpg');
  background-position: 50%;
  background-size: cover;
}

.seattle-boats, .seattle-boats-copy {
  background-image: url('../images/boats-seattle2x.jpg');
  background-position: 50%;
  background-size: cover;
}

.navbar-2 {
  z-index: 20;
  background-color: #0000;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 70px;
  margin-top: 0;
  display: flex;
  position: absolute;
  overflow: visible;
}

.image {
  margin-top: 65px;
  margin-left: 52px;
  padding-left: 0;
}

.container-2 {
  background-color: #0000;
  flex-direction: row;
  width: 100%;
  height: 70px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  top: 0;
}

.nav-link {
  margin-right: 57px;
}

.home {
  color: var(--white);
  text-align: left;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px #ffffff52;
  border-radius: 4px;
  justify-content: space-between;
  width: 250px;
  margin-top: 14px;
  margin-left: 328px;
  margin-right: auto;
  padding-left: 13px;
  padding-right: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-weight: 300;
  text-decoration: none;
  display: flex;
  top: 72px;
}

.home:hover {
  opacity: 1;
  letter-spacing: 0;
  background-color: #0000;
  border: 1px solid #ffffff8a;
}

.nav-menu-2 {
  background-color: var(--new-menu);
  flex-direction: column;
  width: 70%;
  height: auto;
  min-height: 100px;
  margin-right: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.icon-2 {
  color: #fff;
  text-transform: none;
  border: 1px solid #0000;
  border-radius: 20px;
  width: 120px;
  height: 25px;
  margin-left: 20px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 100;
  line-height: 20px;
  transition: background-color .2s;
  display: inline;
}

.icon-2:hover {
  border-style: solid;
  border-color: var(--white);
  background-color: var(--deep-sky-blue);
  opacity: 1;
}

.menu-button-2 {
  z-index: 10;
  background-color: #0000;
  width: 80px;
  height: 70px;
  margin-left: auto;
  margin-right: 1px;
  padding: 0;
  display: block;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-button-2.w--open {
  background-color: #0000;
}

.brand {
  z-index: 10;
  background-image: url('../images/logo_no_name.svg');
  background-position: 19%;
  background-repeat: no-repeat;
  background-size: 120px;
  width: 130px;
  height: 70px;
  margin-left: 23px;
}

.button {
  margin-top: 98px;
  margin-left: 357px;
}

.button-2 {
  text-align: left;
  background-color: #0000;
  border: .5px #ffffff6e;
  border-radius: 5px;
  width: 300px;
  height: 50px;
  margin-left: 290px;
  padding: 14px 0 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-weight: 300;
  display: block;
  position: relative;
  inset: 30% auto auto 0%;
}

.button-2:hover {
  border-style: solid;
  border-color: #ffffff8c;
}

.section-4 {
  background-image: url('../images/salmon.jpg');
  background-position: 50%;
  background-size: cover;
  height: 160px;
}

.button-3 {
  width: 250px;
  height: 60px;
  margin-top: 61px;
  margin-left: 145px;
  overflow: scroll;
}

.butt-menu {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #0000;
  width: 250px;
  height: 50px;
  margin-top: 6px;
  margin-left: 123px;
  padding-top: 13px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-weight: 300;
  transition: background-color .2s;
  display: block;
  position: relative;
  inset: 4% auto auto 0%;
}

.butt-menu:hover {
  background-color: var(--menu-batt-color);
  color: #fff;
  border: 1px solid #ffffff85;
  border-radius: 5px;
  padding-top: 13px;
  padding-left: 15px;
  transform: translate(0);
}

.butt-menu.learn-more {
  border-color: var(--white);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  width: 160px;
  height: 30px;
  margin-top: 31px;
  margin-left: 290px;
  padding-top: 4px;
  font-size: 20px;
  display: flex;
}

.div-block-4 {
  background-color: var(--menu-batt-orage);
  color: #fff;
  background-image: url('../images/king-crab.jpg');
  background-position: 0 0;
  background-size: 125px;
  width: 200px;
  height: 90px;
  display: inline;
  position: fixed;
  inset: 0% 0% auto auto;
}

.div-block-5 {
  background-color: var(--menu-batt-orage);
  position: fixed;
}

.div-block-6 {
  background-color: red;
  position: fixed;
}

.button-4 {
  z-index: 1;
  position: absolute;
}

.right-vert-part {
  z-index: 10;
  border-style: none;
  border-width: 1px;
  border-color: black black black var(--lines);
  background-color: var(--menu-over);
  width: 30%;
  height: 100vh;
  position: absolute;
  inset: auto 0% 0% auto;
}

.div-block-7 {
  width: 140px;
  height: 70px;
  display: flex;
  position: fixed;
  inset: auto auto 0% 0%;
}

.text-block {
  z-index: 30;
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: flex-end;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.text-block.home:hover {
  border-style: none;
}

.text-block.product-text {
  margin-top: -12px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
}

.text-block.product-text:hover {
  border-style: none;
}

.home-text-block {
  z-index: 20;
  flex-flow: column wrap;
  place-content: flex-end center;
  align-items: flex-end;
  width: 50%;
  height: 90px;
  margin-top: 26px;
  margin-left: 170px;
  display: flex;
  position: absolute;
  inset: 36% auto auto;
}

.home-text-block.iphone-home {
  z-index: 19;
  margin-left: auto;
  left: 243px;
}

.home-text-block.prod-part {
  width: 70%;
  height: 100px;
  margin-top: 32px;
  margin-left: 0;
  top: 38%;
}

.home-text-block.product-new {
  z-index: 19;
  margin-left: -22px;
  left: 243px;
}

.button-5 {
  margin-top: 33px;
  margin-left: 221px;
}

.learn-more-link {
  border: 1px solid var(--white);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  border-radius: 4px;
  width: 160px;
  height: 50px;
  margin-top: -31px;
  margin-left: auto;
  padding: 12px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 300;
  transition: background-color .2s;
  display: block;
  position: relative;
  inset: 29% auto auto 0%;
}

.learn-more-link:hover {
  background-color: var(--deep-sky-blue);
  color: #fff;
  border: 1px solid #ffffff85;
  border-radius: 5px;
  padding: 12px;
}

.learn-more-link.learn-more {
  border-color: var(--white);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  width: 160px;
  height: 50px;
  margin-top: -14px;
  margin-left: 0;
  padding-top: 12px;
  padding-bottom: 22px;
  font-size: 20px;
  display: flex;
}

.learn-more-link.learn-more:hover {
  background-color: var(--deep-sky-blue);
}

.slider {
  background-color: #0000;
  height: 100vh;
  transform: rotate(90deg);
}

.slide-nav-2 {
  display: none;
}

.lobster {
  background-image: url('../images/lobster.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 170px;
  height: 90vh;
}

.left-arrow-2 {
  height: 60px;
}

.left-copy {
  opacity: 1;
  background-image: url('../images/left-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  font-size: 0;
  transition: opacity .5s;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
  transform: rotate(90deg);
}

.left-copy:hover {
  background-color: var(--deep-sky-blue);
  opacity: 1;
  border-style: solid;
}

.right-arrow-2 {
  justify-content: space-between;
  width: 40px;
  height: 40px;
  margin: 0 50px 0 auto;
  display: flex;
  inset: 359px 0% 0% auto;
}

.left-arrow-copy {
  z-index: 19;
  justify-content: center;
  align-items: flex-end;
  width: 40px;
  height: 40px;
  margin: 0 51px auto 0;
  display: flex;
  position: absolute;
  inset: 310px 0% 0% auto;
  transform: rotate(0);
}

.king-crab {
  background-image: url('../images/king-crab.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 280px;
  height: 80vh;
  transform: rotate(0);
}

.mask-2 {
  opacity: 1;
  height: 100vh;
  transform: rotate(0);
}

.right-copy {
  opacity: 1;
  background-image: url('../images/right-arrow.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: auto;
  font-size: 0;
  transition: opacity .5s;
  display: flex;
  position: relative;
  inset: 0% auto;
  transform: rotate(90deg);
}

.right-copy:hover {
  background-color: var(--deep-sky-blue);
  opacity: 1;
  border-style: solid;
}

.lobster-text {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  align-items: center;
  height: 40px;
  margin-top: 159px;
  margin-left: 0;
  margin-right: 16px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 38% 0% 0% auto;
  transform: rotate(-90deg);
}

.lobster-text.text-crab {
  width: 140px;
  margin-top: auto;
  margin-left: auto;
  margin-right: 2px;
  position: relative;
  top: 464px;
  transform: rotate(90deg);
}

.div-block-8 {
  width: 40px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.div-block-9 {
  width: 20px;
  height: 87vh;
  display: flex;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.social {
  z-index: 19;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 100vh;
  margin-left: auto;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.social.footer {
  height: 150px;
  margin-top: -2px;
  padding-top: 5px;
  display: block;
  position: relative;
  inset: 11px auto 0% 0%;
}

.social-link {
  background-image: url('../images/twitter_1twitter.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 348px;
}

.social-link.tvitt {
  opacity: .6;
  height: 50px;
  margin-top: 0;
  top: 338px;
}

.social-link.tvitt:hover {
  opacity: 1;
}

.social-link.tvitt.foo {
  margin-top: -167px;
}

.social-link.facebook {
  border-top: 1px solid var(--white);
  border-bottom: 1px solid var(--white);
  opacity: .6;
  background-image: url('../images/facebook_1facebook.png');
  background-size: 13px;
  height: 50px;
  top: 387px;
}

.social-link.facebook:hover {
  opacity: 1;
}

.social-link.facebook.foo {
  margin-top: -161px;
}

.social-link.in {
  opacity: .6;
  background-image: url('../images/LinkedIn_1LinkedIn.png');
  height: 50px;
  top: 442px;
}

.social-link.in:hover {
  opacity: 1;
}

.social-link.in.foo {
  margin-top: -159px;
}

.text-block-2 {
  color: #fff;
}

.text-block-3 {
  color: #fff;
  font-weight: 400;
}

.text-block-4 {
  color: #fff;
  flex: none;
  justify-content: space-between;
  align-self: flex-start;
  align-items: flex-end;
  width: 180px;
  height: 30px;
  margin-top: 256px;
  margin-left: -60px;
  line-height: 30px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-90deg);
}

.text-block-4.footer {
  margin-top: 89px;
}

.home-sections {
  background-image: url('../images/lobster_blur.jpg');
  background-position: 0 0;
  background-size: cover;
  height: 543px;
  margin-bottom: 0;
  position: static;
}

.home-sections.lobter {
  height: auto;
}

.home-sections.crab {
  background-image: url('../images/Crab.jpg');
  height: auto;
}

.home-sections.shrimp {
  background-image: url('../images/Group-4.jpg');
}

.home-sections.fish {
  background-image: url('../images/Group-4.jpg');
  height: auto;
  display: none;
}

.home-sections.about {
  background-image: url('../images/about-fon-new.jpg');
  background-position: 50%;
  height: auto;
  margin-left: 0;
}

.home-sections.opport {
  background-image: url('../images/opp-fon.jpg');
  background-position: 50%;
  height: auto;
  margin-left: 0;
}

.main-part-product {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 30%;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  height: 544px;
  display: grid;
}

.right-block {
  border-left: 1px solid var(--lines);
  background-image: url('../images/lobster-_right_1.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: flex-end;
  align-items: flex-start;
  width: 30%;
  height: auto;
  display: flex;
}

.left-block {
  width: 70%;
  height: 540px;
  padding-top: 0;
  padding-bottom: 0;
}

.heading {
  color: var(--white);
  text-align: right;
  text-transform: uppercase;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
}

.heading.creb-had, .heading.shrimp {
  margin-top: -4px;
}

.heading.opportunities-had {
  margin-top: 15px;
  margin-bottom: -5px;
}

.paragraph {
  color: var(--white);
  text-align: right;
  width: 520px;
  min-width: 60%;
  padding-top: 17px;
  padding-bottom: 0;
  font-size: 18px;
}

.paragraph.crab-para {
  text-transform: capitalize;
  width: 500px;
  margin-top: -8px;
  font-size: 18px;
  line-height: 22px;
}

.paragraph.shrimp-para {
  width: 500px;
  margin-top: -8px;
  padding-top: 6px;
}

.paragraph.opportunities-copy {
  text-transform: capitalize;
  width: 500px;
  margin-top: 3px;
}

.text-learn-more {
  flex-direction: column;
  align-items: flex-end;
  height: 80%;
  margin-top: 0;
  margin-bottom: auto;
  padding: 123px 51px 83px 93px;
  display: flex;
}

.buttom-pictures-line {
  z-index: auto;
  background-color: var(--lines);
  flex-direction: row;
  flex: none;
  align-items: flex-end;
  width: 100%;
  height: 90px;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 0;
  display: flex;
  position: absolute;
  inset: 82% 0% 0%;
}

.section-6 {
  background-image: url('../images/ISV_FOOTER_IMG_7208.jpg');
  background-position: 50%;
  background-size: cover;
  height: 460px;
  line-height: 455px;
  display: flex;
}

.div-block-10 {
  border-left: 1px solid var(--lines);
  flex-direction: column;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.footer-left-part {
  width: 70%;
  padding-top: 0;
  position: relative;
}

.div-block-12, .left-footer-soc {
  border-right: 1px solid var(--lines);
  flex-direction: column;
  width: 113px;
  height: 100%;
  display: inline-block;
}

.left-footer-soc.footer-social {
  width: 60px;
  height: 462px;
  margin-top: 0;
  line-height: 455px;
  display: block;
}

.div-block-13 {
  justify-content: center;
  display: flex;
  position: relative;
}

.image-4 {
  text-align: center;
  flex: 0 auto;
  height: auto;
  padding: 35px;
  display: block;
  position: relative;
  left: auto;
}

.link-in {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/facebook_1.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 44px;
  height: 44px;
  margin-left: 16px;
  padding-left: 0;
  transition: background-color .6s;
}

.link-in:hover {
  opacity: 1;
  background-color: #c1d82e42;
  background-image: url('../images/facebook_1.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.link-in.inst {
  opacity: 1;
  background-image: url('../images/in.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  width: 32px;
  height: 32px;
  transition-property: none;
}

.link-in.inst:hover {
  color: #000000c7;
  background-color: #00000038;
  border: 1px solid #63625e;
  border-radius: 20px;
  width: 32px;
}

.logo-footer {
  border-top: 1px #63625e;
  border-bottom: 1px solid #63625e;
  border-radius: 1px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  width: auto;
  height: 215px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.social-block {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 70px;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 39px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.mb-logo {
  z-index: 100;
  border-right: 1px solid #63625e;
  justify-content: center;
  align-items: flex-end;
  width: 200px;
  height: 192px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.link-2 {
  color: #63625e;
  margin-top: -10px;
  margin-left: 22px;
  display: block;
}

.footer-final {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/Group.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  height: 284px;
  transition: opacity .7s;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  overflow: visible;
  transform: translate(0);
}

.footer-final:hover {
  opacity: 1;
  border: 1px #0000;
  border-radius: 0;
}

.address-footer {
  flex-direction: row;
  width: 260px;
  height: 180px;
  margin-left: 200px;
  display: block;
  position: absolute;
  inset: auto auto 0% 0%;
}

.face-book {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/facebook_1.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 44px;
  height: 44px;
  margin-left: 16px;
  padding-left: 0;
  transition: background-color .6s;
}

.face-book:hover {
  opacity: 1;
  background-color: #c1d82e42;
  background-image: url('../images/facebook_1.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.face-book.inst {
  opacity: 1;
  background-image: url('../images/facebook.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  width: 32px;
  height: 32px;
  transition-property: none;
}

.face-book.inst:hover {
  color: #000000c7;
  background-color: #00000038;
  border: 1px solid #63625e;
  border-radius: 20px;
  width: 32px;
}

.paragraph-2 {
  color: #63625e;
  padding-top: 17px;
  padding-left: 23px;
  font-family: Roboto, sans-serif;
}

.text-block-6 {
  color: #63625e;
  text-align: right;
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 230px;
  height: 30px;
  margin-top: 112px;
  margin-left: -102px;
  padding-left: 0;
  padding-right: 0;
  font-size: 10px;
  line-height: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(-90deg);
}

.copyright {
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 27px;
  height: 220px;
  margin-top: -1px;
  padding-bottom: 0;
  line-height: 2px;
  display: block;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(0);
}

.about {
  color: #63625e;
  text-align: center;
  text-transform: uppercase;
  flex-wrap: nowrap;
  justify-content: center;
  margin-left: 24px;
  font-family: Roboto, sans-serif;
  font-style: normal;
  text-decoration: none;
  display: flex;
  overflow: visible;
}

.insta {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/facebook_1.svg');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  width: 44px;
  height: 44px;
  margin-left: 16px;
  padding-left: 0;
  transition: background-color .6s;
}

.insta:hover {
  opacity: 1;
  background-color: #c1d82e42;
  background-image: url('../images/facebook_1.svg');
  background-position: 0 0;
  background-size: cover;
  border-radius: 20px;
}

.insta.inst {
  opacity: 1;
  background-image: url('../images/instagram.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  width: 32px;
  height: 32px;
  transition-property: none;
}

.insta.inst:hover {
  color: #000000c7;
  background-color: #00000038;
  border: 1px solid #63625e;
  border-radius: 20px;
  width: 32px;
}

.footer-links {
  align-items: center;
  width: 100%;
  height: 70px;
  display: flex;
  position: absolute;
}

.text-block-8 {
  color: #63625e;
  text-transform: uppercase;
  padding-left: 23px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
}

.section-7 {
  line-height: 426px;
}

.div-block-14 {
  line-height: 260px;
}

.section-8 {
  flex-direction: column;
  height: 426px;
  display: flex;
}

.fon-footer {
  background-image: url('../images/ISV_FOOTER_IMG_7208.jpg');
  background-position: 50%;
  background-size: cover;
  height: 426px;
}

.footer {
  border: 1px solid #11364029;
  margin-top: 150px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.container-4 {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
}

.container-4.footer-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo {
  color: #113640;
  font-size: 1.4em;
}

.mt-5 {
  margin-top: 5px;
}

.link {
  color: #113640;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #ffb975;
}

.fa-brand {
  color: #4c7a62;
  padding: 10px 15px;
  font-size: 22px;
  text-decoration: none;
  transition: color .2s;
  display: inline-block;
}

.fa-brand:hover {
  color: #ffb975;
}

.footer-main {
  background-image: url('../images/ISV_FOOTER_IMG_7208.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  height: 422px;
  margin-top: 0;
  margin-bottom: auto;
  padding-bottom: 0;
  display: flex;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: minmax(0, .25fr) 2fr 1fr;
  justify-items: center;
  height: 100%;
}

.left-social {
  border-right: 1px solid var(--lines);
  width: 5%;
  height: 100%;
}

.left-social.middle {
  width: 65%;
}

.left-social.right-footer {
  width: 30%;
}

.footer-logo-text {
  height: 290px;
}

.footer-menu {
  flex-wrap: wrap;
  align-content: stretch;
  align-self: auto;
  align-items: center;
  height: 70px;
  margin-top: 53px;
  margin-left: 38px;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

.text-block-9 {
  color: var(--white);
  margin-top: 16px;
  margin-left: 56px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 39px;
}

.link-3 {
  opacity: .66;
  color: #fff;
  align-self: auto;
  margin: 0 5px 0 7px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-style: normal;
  text-decoration: none;
}

.link-3:hover {
  opacity: 1;
}

.footer-social {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  width: 40px;
  height: 100%;
  padding-left: 0;
  display: flex;
}

.follow {
  width: 30px;
  height: 50px;
}

.follow.text {
  align-self: flex-start;
  width: 70px;
  height: 70px;
  margin-left: 0;
  display: block;
}

.text-block-10 {
  color: #fff;
  text-align: center;
  width: 90px;
  height: 50px;
  transform: rotate(-90deg);
}

.footer-soc {
  border-bottom: 1px solid var(--lines);
  opacity: .6;
  background-image: url('../images/twitter_1twitter.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  width: 30px;
  height: 50px;
  margin-left: 15px;
}

.footer-soc:hover {
  opacity: 1;
}

.footer-soc.face {
  background-image: url('../images/facebook_1facebook.png');
  background-size: 13px;
}

.footer-soc.link {
  background-image: url('../images/LinkedIn_1LinkedIn.png');
  background-size: 19px;
  border-bottom-style: none;
}

.bold-text {
  font-weight: 400;
}

.address {
  float: left;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-indent: 0;
  column-count: 0;
  justify-content: center;
  width: 330px;
  margin: 39px 0 18px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 36px;
  display: flex;
}

.address.coop {
  opacity: .35;
  width: 320px;
  height: 50px;
  margin-top: 350px;
  padding-left: 35px;
  font-size: 17px;
  line-height: 20px;
}

.div-block-15 {
  z-index: 20;
  flex: 1;
  justify-content: space-between;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.banner-line {
  z-index: 60;
  flex-direction: row;
  flex: none;
  align-self: flex-end;
  align-items: stretch;
  width: 100%;
  height: 126px;
  margin-top: -127px;
  display: flex;
  position: relative;
  inset: 0 auto 0% 0%;
}

.battom-banner-block {
  z-index: 20;
  color: #b81212;
  background-color: #ffffff26;
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  width: 100%;
  height: 90px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: 40px 0% 0%;
}

.battom-banner-block.right_block {
  align-self: flex-end;
  margin-top: 0;
  margin-bottom: 41px;
  padding-top: 0;
}

.banner-block-photo {
  opacity: 1;
  background-image: url('../images/small_lobster1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 143px;
  height: 110px;
  overflow: visible;
}

.banner-block-photo:hover {
  opacity: 1;
  background-color: #0000;
  background-image: url('../images/1lobster-tails1.5x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-block-photo.scond, .banner-block-photo.second {
  background-image: url('../images/2lobster-tails1.5x.jpg');
}

.banner-block-photo.second:hover {
  background-color: var(--black-4);
  background-image: linear-gradient(to bottom, var(--black-4), var(--black-4)), url('../images/2lobster-tails1.5x.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, repeat;
  background-size: auto, cover;
}

.banner-block-photo.crab-ph {
  background-image: url('../images/DSC_1760-small.jpg');
}

.banner-block-photo.crab-ph:hover {
  background-image: linear-gradient(to bottom, var(--black-4), var(--black-4)), url('../images/DSC_1760-small.jpg');
  opacity: 1;
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.gary-over {
  opacity: 0;
  background-color: #00000082;
  width: 143px;
  height: 110px;
  transition: opacity .325s;
}

.gary-over:hover {
  opacity: .45;
  background-color: #0000;
}

.gary-over.lop_second {
  background-color: #0000;
  height: 110px;
  transition-property: none;
}

.text-block-11 {
  color: var(--white);
  text-align: center;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  width: 80%;
  height: 110px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 41px 34px 34px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300;
  display: flex;
}

.div-block-16 {
  text-align: right;
  flex: 1;
  justify-content: flex-end;
  align-self: center;
  width: 50%;
  height: 90px;
  padding-left: 0;
  display: flex;
}

.div-block-17 {
  text-align: right;
  flex: none;
  justify-content: flex-end;
  width: 30%;
  height: 78px;
  display: block;
}

.lobster-link {
  width: 70%;
  height: 100%;
  display: flex;
  transform: translate(0);
}

.lobster-link.w--current {
  width: 130px;
  height: 140px;
  display: block;
}

.slider-2 {
  background-color: #0000;
  width: 300px;
  height: 302px;
  margin-top: -175px;
  display: block;
  position: absolute;
  inset: 29% auto auto 0%;
  transform: rotate(90deg);
}

.div-block-18 {
  border-left: 1px solid var(--lines);
  align-items: center;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slide-2 {
  background-image: url('../images/king-crab-right.png');
  background-position: 50% 120%;
  background-repeat: no-repeat;
  background-size: 480px;
  width: 651px;
  padding-bottom: 0;
  transform: rotate(0);
}

.slide-3 {
  background-image: url('../images/shrimp_home.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 50vh;
}

.mask-3 {
  width: 620px;
  height: 300px;
}

.right-arrow-3 {
  height: 80px;
  margin-left: 384px;
  display: flex;
  inset: 0% auto auto 0%;
}

.right-arrow-3.right {
  border-radius: 30px;
  width: 60px;
  height: 60px;
  margin-top: -62px;
  margin-left: auto;
  margin-right: -73px;
}

.left-arrow-3 {
  height: 80px;
  margin-left: 137px;
  display: flex;
  inset: 0% auto auto 0%;
}

.left-arrow-3.left {
  border-radius: 30px;
  width: 60px;
  height: 60px;
  margin: -314px 0 auto 233px;
}

.slide-nav-3 {
  width: 300px;
  margin-top: 1px;
  margin-left: 1px;
  margin-right: -247px;
  font-size: 7px;
  inset: 0% 0% auto;
}

.div-block-19 {
  width: 150px;
  height: 80px;
  padding-bottom: 0;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-20 {
  display: flex;
  position: absolute;
}

.bert-banner-text {
  color: var(--white);
  text-align: left;
  margin-top: 3px;
  margin-right: 40px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 60px;
  transform: rotate(180deg);
}

.bert-banner-text.crab {
  width: 500px;
}

.bert-banner-text.lob-test {
  width: 520px;
}

.bert-line-text {
  margin-top: -19px;
  margin-bottom: auto;
  margin-left: auto;
}

.link-block-2 {
  width: 100%;
  height: 86%;
}

.link-block-3 {
  width: 610px;
  height: 259px;
}

.div-block-21 {
  background-image: url('../images/lobster-_right_1.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  display: flex;
}

.div-block-22 {
  background-color: #ffffff2b;
  align-items: flex-end;
  width: 100%;
  height: 90px;
  display: flex;
  position: absolute;
}

.div-block-23 {
  display: flex;
  position: absolute;
}

.left-batt-line, .div-block-25 {
  background-color: var(--20);
}

.left-text-and-batt {
  height: auto;
}

.right-lline-butt {
  background-color: var(--20);
}

.div-block-26 {
  border-left: 1px solid var(--lines);
  background-image: url('../images/lobster-_right_1.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.div-block-26.king-crab-right {
  border-top-style: none;
  border-left-style: solid;
  border-left-color: var(--white-2);
  background-image: url('../images/king-crab_1.png');
  background-size: cover;
}

.div-block-26.shrimp_right {
  background-image: url('../images/shrimp_right.png');
  background-size: contain;
}

.div-block-26.fish-right {
  background-image: url('../images/tale_fish.png');
  background-size: contain;
}

.div-block-26.about-plate {
  border-top-style: none;
  border-left-style: solid;
  border-left-color: var(--white-2);
  background-image: url('../images/plate.png');
  background-position: 100% -10%;
  background-size: 280px;
}

.div-block-26.opp-bird {
  border-top-style: none;
  border-left-style: solid;
  border-left-color: var(--white-2);
  background-image: url('../images/bird.png');
  background-position: 100% -10%;
  background-size: 280px;
}

.div-block-27 {
  border-top-style: none;
  border-top-color: var(--white-2);
  height: 80%;
}

.right-line {
  background-color: var(--20);
  border-bottom-style: none;
  width: 100%;
  height: 110px;
}

.div-block-29 {
  background-color: var(--20);
  height: 20%;
}

.left-line {
  background-color: var(--20);
  height: 110px;
  display: flex;
}

.menu-parent {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: 0;
  padding: 8px;
  display: flex;
  overflow: hidden;
}

.menu-parent.icon-3 {
  border-style: none;
  align-items: center;
  width: 80px;
  height: 70px;
  padding: 0;
}

.menu-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
  margin-bottom: 6px;
}

.menu-bar.last {
  align-self: flex-start;
  width: 50%;
  margin-left: 20px;
}

.div-block-30:hover {
  background-color: #0000;
}

.photo1 {
  background-image: url('../images/small_lobster1.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  align-self: flex-start;
  width: 143px;
  height: 100%;
}

.photo1.shrimp1 {
  background-image: url('../images/DSC_4829.jpg');
}

.photo1.crab1 {
  background-image: url('../images/DSC_1606-small.jpg');
  align-self: flex-start;
  height: 100%;
}

.photo1.fish1 {
  background-image: url('../images/shutterstock_592726868.png');
}

.photo1.about-p2 {
  background-image: url('../images/DSC_6228.jpg');
  background-position: 50%;
  background-size: 230px;
}

.photo1.opp2 {
  background-image: url('../images/_0596-1.jpg');
  background-position: 50% 0;
  background-size: 230px;
}

.div-block-31 {
  flex: 1;
  display: flex;
}

.photo2 {
  background-image: url('../images/DSC_2691.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 143px;
  height: 100%;
}

.photo2.crab2 {
  background-image: url('../images/DSC_1760-small.jpg');
  background-position: 100% 100%;
  align-self: flex-start;
  height: 100%;
}

.photo2.lobster2 {
  background-image: url('../images/small_lobster2.jpg');
  align-self: flex-start;
  height: 100%;
}

.photo2.fish2 {
  background-image: url('../images/DSC_7544.png');
}

.photo2.about-p1 {
  background-image: url('../images/DSC_6166.jpg');
}

.photo2.opp1 {
  background-image: url('../images/p-2_boats.jpg');
}

.section-3-copy, .section-lobster {
  height: auto;
  margin-top: 0;
}

.lobster-slide {
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.text-block-copy {
  z-index: 30;
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: flex-end;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  font-weight: 300;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.text-block-copy.home:hover {
  border-style: none;
}

.lobster-text-sl {
  z-index: 30;
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: flex-end;
  width: 100%;
  height: 60px;
  margin-top: 338px;
  margin-left: -320px;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.lobster-text-sl.home:hover {
  border-style: none;
}

.lobster-leran-more {
  z-index: 20;
  flex-flow: column wrap;
  place-content: flex-end center;
  align-items: flex-end;
  width: 440px;
  height: 90px;
  margin-top: -11px;
  margin-left: 814px;
  display: flex;
  position: absolute;
  inset: 36% auto auto;
}

.batt-lobster {
  border: 1px solid var(--white);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  border-radius: 4px;
  width: 160px;
  height: 50px;
  margin-top: -31px;
  margin-left: auto;
  padding: 12px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 300;
  transition: background-color .2s;
  display: block;
  position: relative;
  inset: 29% auto auto 0%;
}

.batt-lobster:hover {
  background-color: var(--deep-sky-blue);
  color: #fff;
  border: 1px solid #ffffff85;
  border-radius: 5px;
  padding: 12px;
}

.batt-lobster.learn-more {
  border-color: var(--white);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  width: 160px;
  height: 50px;
  margin-top: 11px;
  margin-left: 0;
  padding-top: 12px;
  padding-bottom: 22px;
  font-size: 20px;
  display: flex;
}

.batt-lobster.learn-more:hover {
  background-color: var(--deep-sky-blue);
}

.div-block-32 {
  height: 230px;
  margin-top: 259px;
}

.lobster-one {
  background-image: url('../images/home-image1x.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100.052%;
  top: 0;
}

.right-part-no-line {
  border-left: 1px none var(--lines);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.div-block-33 {
  background-image: url('../images/lobster.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 120px;
  position: absolute;
  inset: auto 0% 0%;
}

.lobster-page-sec {
  background-image: url('../images/lobster-right-page.png'), url('../images/lobster-bert-blur.jpg');
  background-position: 100% -35%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, cover;
  height: 2173px;
  margin-bottom: 0;
  position: static;
}

.lobster-page-sec.crab {
  background-image: url('../images/Crab.jpg');
}

.lobster-page-sec.shrimp, .lobster-page-sec.fish {
  background-image: url('../images/Group-4.jpg');
}

.lobster-page-sec.shrimp {
  background-image: url('../images/Fish.jpg');
}

.main-part-lobster {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 30%;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.no-lobster {
  border-left: 1px solid var(--lines);
}

.no-lobster.king-crab-right {
  background-image: url('../images/king-crab_1.png');
  background-size: cover;
}

.no-lobster.shrimp_right {
  background-image: url('../images/shrimp_right.png');
  background-size: contain;
}

.no-lobster.fish-right {
  background-image: url('../images/tale_fish.png');
  background-size: contain;
}

.left-lobster-white-trens {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid var(--lines-2);
  background-color: #fff0;
  grid-template-rows: 280px 330px 368px 311px 336px;
  grid-template-columns: 1fr 1fr 30%;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.main-part-white {
  flex-direction: column;
  align-items: flex-end;
  height: 80%;
  margin-top: 0;
  margin-bottom: auto;
  padding: 123px 51px 83px 93px;
  display: flex;
}

.main-part-white-lobster {
  flex-direction: column;
  align-items: flex-end;
  height: auto;
  margin-top: 0;
  margin-bottom: auto;
  padding: 175px 51px 83px 67px;
  display: flex;
}

.lobster-paragr {
  color: var(--steel-blue);
  text-align: right;
  width: 460px;
  min-width: 60%;
  padding-top: 17px;
  padding-bottom: 0;
  font-size: 20px;
  line-height: 30px;
}

.lobster-paragr.crab-para, .lobster-paragr.shrimp-para {
  margin-top: -8px;
}

.heading-lobster {
  color: var(--steel-blue);
  text-align: right;
  text-transform: uppercase;
  margin-top: -100px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
}

.heading-lobster.creb-had, .heading-lobster.shrimp {
  margin-top: -4px;
}

.div-block-34 {
  position: relative;
  inset: 0% auto auto 0%;
}

.cristall {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--lines);
  grid-template-rows: minmax(416px, 1fr) auto;
  grid-template-columns: .25fr .5fr 1fr;
  grid-auto-columns: 1fr;
  width: 380px;
  padding: 47px 0 57px;
  display: grid;
}

.cristall-in {
  background-image: url('../images/cristall_3D.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 120%;
}

.lobster-box {
  border-right: 1px solid var(--lines-2);
  background-color: var(--lines);
  display: flex;
}

.lobster-box-in {
  text-align: right;
  background-image: url('../images/lobster-box.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row-reverse;
  justify-content: flex-end;
  width: 690px;
  height: 390px;
  margin-top: 8px;
  display: inline-block;
}

.net-wt-part-lobster {
  border-top: 1px solid var(--lines-2);
  border-right: 1px solid var(--lines-2);
  background-color: var(--lines);
}

.net-wt-in {
  margin-top: 29px;
  padding: 52px;
}

.text-block-12 {
  color: var(--steel-blue);
  text-align: right;
  height: 240px;
  font-family: Roboto, sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 60px;
}

.div-block-35 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.we-know-block {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--lines-2);
  border-bottom: 1px solid var(--lines-2);
  grid-template-rows: 311px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 311px;
  display: grid;
}

.we-know-block.king-greed {
  grid-template-columns: 1fr 1fr;
}

.we-know-left {
  height: 311px;
}

.paragraph-3 {
  border-top: 1px none var(--lines-2);
  border-right: 1px solid var(--lines-2);
  background-color: var(--white-3);
  color: var(--steel-blue);
  text-align: right;
  height: 311px;
  margin-bottom: 0;
  padding: 74px 34px 34px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
}

.frozen-nw {
  color: var(--steel-blue);
  text-align: right;
  height: 240px;
  font-family: Roboto, sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 60px;
}

.ca-dro {
  background-image: url('../images/lobster_map.svg');
  background-position: 10%;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-36 {
  border-left: 1px solid var(--lines-2);
}

.paragraph-4 {
  color: var(--steel-blue);
  text-align: left;
  padding: 58px 27px 27px 54px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.lob-text {
  border-right: 1px solid var(--lines-2);
  background-color: var(--lines);
}

.trans-lobster {
  height: 80%;
}

.bold-text-2 {
  text-align: left;
  width: 221px;
  min-width: 221px;
}

.wild-text-bl {
  border-right: 1px solid var(--lines-2);
  border-left: 1px solid var(--lines-2);
  background-color: var(--white-2);
}

.div-block-37 {
  width: 37.7%;
}

.div-block-38 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/fresh_lobster.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lobster-div {
  width: 63.1518%;
  height: auto;
}

.fresh-fom-sea {
  background-color: #151f2700;
  flex: none;
  width: 100%;
  margin-right: 0;
  padding-right: 57px;
}

.text-block-13 {
  border: 1px none var(--white);
  color: var(--white);
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 338px;
  margin-top: 0;
  padding: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
  display: flex;
}

.fresh-lobster {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#00000045, #00000045), url('../images/fresh_lobster.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 336px;
  display: flex;
}

.div-block-39 {
  width: 100%;
}

.batt-lobster-image {
  background-image: url('../images/canat.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 548px;
}

.text-block-14 {
  color: var(--white);
  text-align: right;
  text-transform: uppercase;
  align-items: flex-end;
  height: 100%;
  padding: 209px 67px 209px 209px;
  font-family: Roboto, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 60px;
  display: block;
  position: relative;
  inset: auto 0% 0%;
}

.div-block-40 {
  align-items: flex-start;
  height: 406px;
  margin-top: -142px;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.div-block-41 {
  align-items: flex-end;
  width: 30%;
  height: 110px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.icon-lobster {
  background-image: url('../images/lobster.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 120px;
  position: absolute;
  inset: auto 0% 0%;
}

.div-block-42 {
  flex-direction: row;
  width: 30%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0 0% 0% auto;
}

.right-part {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 310px;
  margin-top: auto;
  display: block;
  position: absolute;
  inset: auto 0% auto auto;
}

.div-block-43 {
  background-image: url('../images/cooked_lobster.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 30%;
  height: 120px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.ac-logo {
  background-color: var(--menu-over);
  background-image: url('../images/AC-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.lobster-dish {
  background-image: url('../images/cooked_lobster.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.lobster-two {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_6221.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.text-block-15 {
  color: var(--steel-blue);
  justify-content: space-between;
  width: 50%;
  margin: 84px 87px 87px 140px;
  padding: 38px 0 37px 37px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 33px;
  display: block;
  position: relative;
}

.section-crab {
  height: auto;
  margin-top: 0;
}

.crab-slide {
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.crab_one {
  background-image: linear-gradient(#00000061, #00000061), url('../images/DSC_1606.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100.052%;
  top: 0;
}

.lobster-leran-more-copy {
  z-index: 20;
  flex-flow: column wrap;
  place-content: flex-end center;
  align-items: flex-end;
  width: 440px;
  height: 90px;
  margin-top: -11px;
  margin-left: 814px;
  display: flex;
  position: absolute;
  inset: 36% auto auto;
}

.crab_text {
  z-index: 20;
  flex-flow: column wrap;
  place-content: flex-end center;
  align-items: flex-end;
  width: 100%;
  height: 90px;
  margin-top: 387px;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.icon_crab {
  background-image: url('../images/icon_crab.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 120px;
  position: absolute;
  inset: auto 0% 0%;
}

.crab_two {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_1760.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.crab-text-main {
  z-index: 30;
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: flex-start;
  width: 80%;
  height: 60px;
  margin-top: auto;
  margin-left: -91px;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.crab-text-main.home:hover {
  border-style: none;
}

.crab_div {
  flex: 1;
  justify-content: flex-start;
  height: 40px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.king-page-sec {
  background-image: url('../images/DSC_1583-1.png'), url('../images/crab_blur.jpg');
  background-position: 100% 0, 170% 0;
  background-repeat: no-repeat, no-repeat;
  background-size: cover, auto;
  height: auto;
  margin-bottom: 0;
  position: static;
}

.king-page-sec.crab {
  background-image: url('../images/Crab.jpg');
}

.king-page-sec.shrimp, .king-page-sec.fish {
  background-image: url('../images/Group-4.jpg');
}

.king-page-sec.shrimp {
  background-image: url('../images/Fish.jpg');
}

.king-page-sec.lob-big-image {
  background-image: url('../images/lobster-right-page.png'), url('../images/lobster-bert-blur.jpg');
  background-position: 100% 0, 100%;
  background-size: contain, contain;
  height: auto;
}

.king-page-sec.fish_big-part {
  background-image: url('../images/shrimp-part.png'), url('../images/shrimp-bert-blur.jpg');
  background-position: 100% -17%, 100%;
  background-size: auto, contain;
  height: auto;
}

.king-page-sec.fish_big-part-copy {
  background-image: url('../images/big_fish.png'), url('../images/fish-bert-blur-copy.jpg');
  background-position: 100% -17%, 100%;
  background-size: auto, contain;
  height: auto;
}

.cristall-in-crab {
  background-image: url('../images/cristall_3D.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 230px;
  height: 160px;
  margin-left: 57px;
}

.main-part-king {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 30%;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.left-king-white-trens {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-right: 1px solid var(--lines-2);
  background-color: #fff0;
  grid-template-rows: 654px .25fr auto;
  grid-template-columns: 1.5fr 1.25fr 30%;
  grid-auto-columns: 1fr;
  height: auto;
  display: grid;
}

.left-king-white-trens.lob-box-part {
  grid-template-rows: 256px .25fr auto;
}

.left-king-white-trens.fish-list-main {
  grid-template-rows: 333px .25fr auto;
}

.left-king-white-trens.shrimp-greed {
  grid-template-rows: 328px .25fr auto;
}

.lob-text-copy {
  border-right: 1px solid var(--lines-2);
  background-color: var(--lines);
}

.king-text {
  border-right: 1px solid var(--lines-2);
  background-color: var(--white-2);
}

.king-paragr {
  color: var(--steel-blue);
  text-align: right;
  width: 390px;
  min-width: 60%;
  height: 430px;
  margin-top: 63px;
  margin-left: 8px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 20px;
  line-height: 30px;
}

.king-paragr.crab-para, .king-paragr.shrimp-para {
  margin-top: -8px;
}

.heading-king {
  color: var(--steel-blue);
  text-align: right;
  text-transform: uppercase;
  margin-top: -445px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
}

.heading-king.creb-had, .heading-king.shrimp {
  margin-top: -4px;
}

.king-paragr-left {
  color: var(--steel-blue);
  text-align: right;
  width: 370px;
  min-width: 60%;
  height: 370px;
  margin-top: 202px;
  margin-left: -305px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 20px;
  line-height: 30px;
}

.king-paragr-left.crab-para, .king-paragr-left.shrimp-para {
  margin-top: -8px;
}

.king-box {
  border-top: 1px solid var(--lines-2);
  border-right: 1px solid var(--lines-2);
  background-color: var(--white-3);
  justify-content: center;
  width: 100%;
  padding-right: 0;
  display: block;
}

.div-block-44 {
  background-color: var(--white-2);
}

.cristall-in-crab-2 {
  background-image: url('../images/cristall_3D.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 230px;
  height: 180px;
  margin-top: -60px;
  margin-left: 57px;
  margin-right: auto;
}

.heading-king-box {
  color: var(--steel-blue);
  text-align: right;
  text-transform: uppercase;
  flex-flow: row;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: auto;
  margin-bottom: -11px;
  padding-top: 42px;
  padding-right: 51px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
  display: inline-block;
  position: static;
}

.heading-king-box.creb-had, .heading-king-box.shrimp {
  margin-top: -4px;
}

.king-box-3d {
  background-image: url('../images/3d-krab.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 430px;
  justify-content: flex-end;
  width: 650px;
  height: 340px;
  margin-top: -45px;
  margin-left: auto;
  display: flex;
}

.net-wt-part-crab {
  border-top: 1px solid var(--lines-2);
  border-right: 1px solid var(--lines-2);
  background-color: var(--white-3);
}

.net-wt-in-crab {
  justify-content: flex-end;
  margin-top: -243px;
  padding: 52px;
  display: flex;
}

.frozen-nw-copy, .frozen-nw-crab {
  color: var(--steel-blue);
  text-align: right;
  height: 240px;
  font-family: Roboto, sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 60px;
}

.ca-dro-crab {
  background-color: var(--white-3);
  background-image: url('../images/new_map.svg');
  background-position: 15%;
  background-repeat: no-repeat;
  background-size: 120px;
}

.crab-list {
  color: var(--steel-blue);
  justify-content: space-between;
  width: 50%;
  margin: 11px 87px 87px 179px;
  padding: 38px 0 37px 37px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 33px;
  display: block;
  position: relative;
}

.red-king {
  border-right: 1px solid var(--lines-2);
  border-left: 1px solid var(--lines-2);
  background-color: var(--white-3);
}

.king-crab-preium {
  text-align: left;
  width: 221px;
  min-width: 221px;
}

.fresh-crab {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#00000045, #00000045), url('../images/crab_batt.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 336px;
  display: flex;
}

.batt-boat-crab {
  background-image: url('../images/boat-image.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 548px;
}

.lobster-dish-copy {
  background-image: url('../images/cooked_lobster.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.snow-crab-dish {
  background-image: url('../images/snow_crab.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.crab-had {
  flex-direction: column;
  align-items: flex-end;
  height: auto;
  margin-top: 0;
  margin-bottom: auto;
  padding: 175px 51px 83px 67px;
  display: flex;
}

.div-block-45 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(500px, .25fr) 1.25fr 30%;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-crab {
  color: var(--steel-blue);
  text-align: right;
  text-transform: uppercase;
  flex-flow: row;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 42px;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 54px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
  display: inline-block;
  position: static;
}

.heading-crab.creb-had, .heading-crab.shrimp {
  margin-top: -4px;
}

.cristall-in-crab-1 {
  background-image: url('../images/cristall_3D.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex: none;
  width: 230px;
  height: 180px;
  margin-top: 40px;
  margin-left: 57px;
  margin-right: auto;
}

.div-block-46 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 30%;
  grid-auto-columns: 1fr;
  display: grid;
}

.lobster-paragr-2 {
  color: #1a658b;
  text-align: right;
  width: 420px;
  min-width: 60%;
  margin-left: 69px;
  padding: 0 9px 49px 49px;
  font-size: 20px;
  line-height: 30px;
}

.div-block-47 {
  border-right: 1px solid var(--lines-2);
  background-color: var(--white-3);
}

.crab-text-left {
  border-right: 1px none var(--lines-2);
  background-color: var(--white-3);
}

.crab-had-new {
  border-right: 1px solid var(--lines-2);
  background-color: var(--white-3);
}

.cristal-up {
  background-color: var(--white-2);
}

.lobster-paragr-2-copy {
  color: #1a658b;
  text-align: right;
  width: 420px;
  min-width: 60%;
  margin-left: 69px;
  padding: 0 9px 49px 49px;
  font-size: 20px;
  line-height: 30px;
}

.crab-pargr {
  color: #1a658b;
  text-align: right;
  width: 360px;
  min-width: 60%;
  margin-top: -51px;
  margin-left: 313px;
  padding: 0 9px 49px 49px;
  font-size: 20px;
  line-height: 30px;
}

.crab-par1 {
  color: #1a658b;
  text-align: right;
  width: 580px;
  min-width: 60%;
  margin-bottom: 29px;
  margin-left: auto;
  padding: 0 44px 0 49px;
  font-size: 20px;
  line-height: 30px;
}

.div-block-48 {
  background-color: red;
  justify-content: flex-end;
  width: 85%;
  height: 2px;
  margin-top: 13px;
  margin-left: 70px;
  display: inline-block;
}

.body-2 {
  height: auto;
}

.lobster-text-main {
  z-index: 30;
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: flex-start;
  width: 80%;
  height: 60px;
  margin-top: auto;
  margin-left: 62px;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.lobster-text-main.home:hover {
  border-style: none;
}

.lob_one {
  background-image: linear-gradient(#00000061, #00000061), url('../images/home-image1x.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  height: 100.052%;
  top: 0;
}

.lob_icon {
  background-image: url('../images/lobster.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 120px;
  position: absolute;
  inset: auto 0% 0%;
}

.fish-_one {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_6221.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.lob_text-main {
  z-index: 30;
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: flex-start;
  width: 80%;
  height: 60px;
  margin-top: auto;
  margin-left: -190px;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.lob_text-main.home:hover {
  border-style: none;
}

.lob-greed {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: minmax(500px, .25fr) 1.25fr 30%;
  grid-auto-columns: 1fr;
  display: grid;
}

.hading-lob {
  color: var(--steel-blue);
  text-align: right;
  text-transform: uppercase;
  flex-flow: row;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 42px;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 54px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
  display: inline-block;
  position: static;
}

.hading-lob.creb-had, .hading-lob.shrimp {
  margin-top: -4px;
}

.cristal-up-lob {
  background-color: var(--white-3);
}

.lob-text-top {
  color: #1a658b;
  text-align: right;
  width: 500px;
  min-width: 60%;
  margin-left: 47px;
  padding: 0 31px 49px 49px;
  font-size: 20px;
  line-height: 30px;
}

.lob-box {
  background-image: url('../images/lobster-box.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 430px;
  justify-content: flex-end;
  width: 660px;
  height: 430px;
  margin-top: -43px;
  margin-left: auto;
  display: flex;
}

.main-part-king-copy, .main-part-lob {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 30%;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.frozen-lob {
  color: var(--steel-blue);
  text-align: right;
  height: 190px;
  font-family: Roboto, sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 60px;
}

.lob-list {
  color: var(--steel-blue);
  justify-content: space-between;
  width: 50%;
  margin: 86px 87px 87px 140px;
  padding: 38px 0 37px 37px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 33px;
  display: block;
  position: relative;
}

.king-crab-preium-copy, .lob-text-wild {
  text-align: left;
  width: 221px;
  min-width: 221px;
}

.lob-map {
  background-color: var(--white-3);
  background-image: url('../images/new_map.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 120px;
}

.lob-map.fish {
  background-image: url('../images/new_map.svg');
  background-position: 50%;
  background-size: 120px;
}

.lob-map.lob-map-one {
  background-image: url('../images/new_map_1.svg');
  background-position: 20%;
  background-size: 120px;
}

.fresh-lob {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#00000045, #00000045), url('../images/fresh_lobster.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 336px;
  display: flex;
}

.batt-boat-crab-copy {
  background-image: url('../images/boat-image.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 548px;
}

.batt-boat-lob {
  background-image: url('../images/canat.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 548px;
}

.lob-dish {
  background-image: url('../images/cooked_lobster.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.net-wt-in-crab-copy {
  margin-top: 29px;
  padding: 52px;
}

.net-wt-part-lob {
  border-top: 1px solid var(--lines-2);
  border-right: 1px solid var(--lines-2);
  background-color: var(--white-3);
}

.net-wt-in-lob {
  margin-top: 29px;
  padding: 52px 52px 0;
}

.slide-4 {
  background-image: url('../images/lobster-_right.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.slide-3-copy {
  background-image: url('../images/shrimp_home.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 50vh;
}

.slide-fish {
  background-image: url('../images/fish.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 50vh;
}

.learn-more-link-prod {
  border: 1px solid var(--white);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #3898ec00;
  border-radius: 4px;
  width: 160px;
  height: 50px;
  margin-top: -8px;
  margin-left: 7px;
  padding: 12px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 20px;
  font-weight: 300;
  transition: background-color .2s;
  display: block;
  position: relative;
  inset: 102% auto auto -6%;
}

.learn-more-link-prod:hover {
  background-color: var(--deep-sky-blue);
  color: #fff;
  border: 1px solid #ffffff85;
  border-radius: 5px;
  padding: 12px;
}

.learn-more-link-prod.learn-more {
  border-color: var(--white);
  border-radius: 4px;
  flex: none;
  justify-content: center;
  width: 160px;
  height: 50px;
  margin-top: -14px;
  margin-left: 0;
  padding-top: 12px;
  padding-bottom: 22px;
  font-size: 20px;
  display: flex;
}

.learn-more-link-prod.learn-more:hover {
  background-color: var(--deep-sky-blue);
}

.prod_div {
  flex: 1;
  align-self: flex-end;
  width: 380px;
  height: 40px;
  margin-top: 0;
  padding-top: 0;
  position: relative;
}

.div-block-18-copy {
  border-left: 1px solid var(--lines);
  align-items: center;
  width: 100%;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.lobster_line {
  background-color: red;
  justify-content: flex-end;
  width: 85%;
  height: 2px;
  margin-top: 13px;
  margin-left: 70px;
  display: inline-block;
}

.menu-parent-2 {
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin-top: -4px;
  margin-left: 19px;
  margin-right: 14px;
  padding: 12px 8px 8px;
  display: none;
  overflow: hidden;
}

.menu-bar-2 {
  background-color: #fff;
  width: 90%;
  height: 3px;
  margin-bottom: 6px;
  box-shadow: 0 0 4px #0000008a;
}

.text-block-23 {
  color: #8a898b;
  letter-spacing: 0;
  text-transform: uppercase;
  flex: 0 auto;
  margin-top: 46px;
  font-family: Roboto, sans-serif;
  font-size: 23px;
  font-weight: 100;
  line-height: 20px;
  position: absolute;
}

.text-field-2 {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #8a898b99;
  height: 43px;
}

.field-label-2 {
  color: var(--black-2);
  width: auto;
  height: 6%;
  font-family: Roboto, sans-serif;
  font-weight: 100;
  display: flex;
}

.submit-button-2 {
  border: 1px solid var(--menu-batt-color);
  background-color: #1a658b99;
  border-radius: 4px;
  width: 320px;
  height: 60px;
  margin-top: 24px;
  transition: background-color .2s;
}

.submit-button-2:hover {
  background-color: var(--steel-blue);
  color: #ffffff96;
}

.field-label-3 {
  color: var(--black-2);
  font-family: Roboto, sans-serif;
  font-weight: 100;
}

.error-message-2 {
  flex: none;
  width: 360px;
  margin-top: -4px;
  margin-left: auto;
  margin-right: 316px;
  position: absolute;
}

.form-block-2 {
  flex: 0 auto;
  justify-content: center;
  width: 320px;
  margin-top: 52px;
  margin-bottom: 71px;
  display: flex;
}

.container-11 {
  justify-content: center;
  height: 460px;
  transition: background-color .4s;
  display: flex;
}

.text-block-33 {
  text-align: center;
}

.text-field-3 {
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #8a898b99;
}

.form-2 {
  flex: none;
  width: auto;
  margin-left: auto;
  display: block;
}

.div-block-49 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #6e8b8f00;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 80%;
  padding-left: 0;
  display: grid;
}

.div-block-50 {
  width: 100%;
}

.div-block-51 {
  background-image: url('../images/iPhone-X-Mockup.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 310px;
}

.text-block-34 {
  color: var(--steel-blue);
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
  position: relative;
  top: 299px;
}

.text-block-35 {
  padding: 74px;
}

.section-9 {
  background-color: #1a658b38;
  justify-content: center;
  width: 100%;
  height: 413px;
  display: flex;
}

.form-block {
  height: 410px;
}

.section-10 {
  height: auto;
}

.contact-_block {
  grid-template-rows: auto auto auto 100px;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-block-36 {
  text-transform: uppercase;
  padding: 38px 25px 0 62px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.text-block-37 {
  color: var(--black-4);
  text-align: left;
  width: 100%;
  height: 60px;
  padding-top: 18px;
  padding-left: 25px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  text-decoration: none;
}

.div-block-53 {
  width: 100%;
  display: flex;
}

.div-block-54 {
  background-image: url('../images/location.svg');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 12%;
  padding: 0;
}

.get-in-tuch {
  text-transform: uppercase;
  padding: 38px 25px 0 62px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
}

.adress {
  width: 100%;
  text-decoration: none;
  display: flex;
}

.email-isv {
  text-decoration: none;
}

.envelop_logo {
  background-image: url('../images/mail.svg');
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: 25px;
  width: 12%;
  padding: 0;
}

.phone-logo {
  background-image: url('../images/phone.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 25px 70px;
  width: 12%;
  padding: 0;
}

.link-block-4 {
  text-decoration: none;
}

.phone-list {
  color: var(--black-4);
  text-align: left;
  width: 100%;
  height: 130px;
  padding-top: 9px;
  padding-left: 25px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
}

.section-11 {
  justify-content: center;
  height: 420px;
  display: flex;
}

.brands {
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.lob_2-copy {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_6221.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.brands-two {
  background-image: linear-gradient(#00000029, #00000029), url('../images/DSC_9839.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.brands-one {
  background-image: linear-gradient(#0000000f, #0000000f), url('../images/salmon-file.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.brands-text {
  z-index: 30;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex: none;
  justify-content: flex-start;
  width: 80%;
  height: 60px;
  margin-top: auto;
  margin-left: -190px;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 63px;
  font-weight: 100;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.brands-text.home:hover {
  border-style: none;
}

.logos {
  grid-template-rows: 236px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 80%;
  height: 170px;
  margin-top: 73px;
  padding-top: 0;
  display: grid;
  position: static;
  inset: 0% 0% auto;
}

.div-block-55 {
  flex-direction: column;
  justify-content: center;
  padding: 0 107px 107px;
  display: flex;
}

.div-block-56 {
  background-image: url('../images/logo1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-57 {
  background-image: url('../images/logo2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-58 {
  background-image: url('../images/logo3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.paragraph-5 {
  direction: ltr;
  color: var(--steel-blue);
  text-align: justify;
  column-count: auto;
  margin-top: -83px;
  padding: 20px 109px 109px;
  font-size: 22px;
  line-height: 32px;
}

.div-block-59 {
  height: 180px;
}

.waves {
  background-image: url('../images/waves.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  width: 100%;
  height: 280px;
  margin-top: 128px;
  line-height: 60px;
  display: flex;
}

.chef-logo {
  background-image: url('../images/logo1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.aqua {
  background-image: url('../images/logo2.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.asian {
  background-image: url('../images/logo3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-60 {
  background-image: url('../images/cristal-glob.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  width: 330px;
  height: 280px;
  margin-top: -39px;
  margin-right: 52px;
  display: inline-block;
  position: relative;
}

.div-block-61 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 90px;
  display: inline;
}

.section-12 {
  height: 240px;
}

.brand-icon {
  background-image: url('../images/logo_brands.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 80px;
  width: 100%;
  height: 120px;
  position: absolute;
  inset: auto 0% 0%;
}

.fish-sl {
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.fish_two {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/DSC_1695.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.fish_icon {
  background-image: url('../images/fish_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 120px;
  position: absolute;
  inset: auto 0% 0%;
}

.fish_bann_text {
  z-index: 30;
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: flex-start;
  width: 60%;
  height: 60px;
  margin-top: auto;
  margin-left: -128px;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.fish_bann_text.home:hover {
  border-style: none;
}

.fish_div {
  flex: 1;
  justify-content: flex-start;
  height: 40px;
  margin-top: 0;
  margin-left: -34px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.fish_one {
  background-image: linear-gradient(#00000038, #00000038), url('../images/DSC_9816.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.hading-fish {
  color: var(--steel-blue);
  text-align: right;
  text-transform: uppercase;
  flex-flow: row;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 95px;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 54px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
  display: inline-block;
  position: static;
}

.hading-fish.creb-had, .hading-fish.shrimp {
  margin-top: -4px;
}

.fish-text-top {
  color: #1a658b;
  text-align: right;
  width: 420px;
  min-width: 60%;
  margin-left: 69px;
  padding: 0 33px 49px 49px;
  font-size: 20px;
  line-height: 30px;
}

.lobster_line-copy {
  background-color: red;
  justify-content: flex-end;
  width: 85%;
  height: 2px;
  margin-top: 13px;
  margin-left: 70px;
  display: inline-block;
}

.fish_line {
  background-color: red;
  justify-content: flex-end;
  width: 83%;
  height: 2px;
  margin-top: 13px;
  margin-left: 70px;
  display: inline-block;
}

.fish-text-blog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .25fr 30%;
  grid-auto-columns: 1fr;
  display: grid;
}

.fish-text-right {
  border-right: 1px solid var(--lines-2);
  background-color: var(--white-3);
}

.fish-text-left {
  border-right: 1px none var(--lines-2);
  background-color: var(--white-2);
}

.fish-text-second {
  border-top: 1px solid var(--lines-2);
  border-right: 1px solid var(--lines-2);
  background-color: var(--white-3);
  justify-content: center;
  width: 100%;
  height: auto;
  padding-right: 0;
  display: block;
}

.fish-list {
  color: #1a658b;
  text-align: right;
  width: 380px;
  min-width: 60%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 358px;
  padding: 46px 0 49px 49px;
  font-size: 20px;
  line-height: 30px;
}

.main-part-lob-copy, .main-part-fish {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 30%;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.div-block-62 {
  justify-content: flex-end;
  width: 80px;
  display: flex;
}

.fish-text-first {
  color: #1a658b;
  text-align: right;
  width: 290px;
  min-width: 60%;
  margin-left: auto;
  padding: 46px 33px 49px 0;
  font-size: 20px;
  line-height: 30px;
}

.net-wt-part-lob-copy {
  border-top: 1px solid var(--lines-2);
  border-right: 1px solid var(--lines-2);
  background-color: var(--white-3);
}

.fresh-fish {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#00000045, #00000045), url('../images/shutterstock_592726868.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 336px;
  display: flex;
}

.batt-boat-lfish {
  background-image: url('../images/Responsible_fishing.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 548px;
}

.fish-dish {
  background-image: url('../images/DSC_1695.jpg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.fish_tree {
  background-image: linear-gradient(#00000042, #00000042), url('../images/DSC_9859.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.srimp-sl {
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.shrimp-one {
  background-image: linear-gradient(#00000038, #00000038), url('../images/ISV_shrimp2.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.shrimp_two {
  background-image: linear-gradient(#0000004a, #0000004a), url('../images/ISV_shrimp.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.shrimp_tree {
  background-image: linear-gradient(#00000042, #00000042), url('../images/ISV_Shrimp_DSC_2689.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.shrimp_icon {
  background-image: url('../images/shrimp_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 120px;
  position: absolute;
  inset: auto 0% 0%;
}

.shrimp_bann_text {
  z-index: 30;
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: flex-start;
  width: 60%;
  height: 60px;
  margin-top: auto;
  margin-left: -197px;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.shrimp_bann_text.home:hover {
  border-style: none;
}

.shrimp_div {
  flex: 1;
  justify-content: flex-start;
  height: 40px;
  margin-top: 0;
  margin-left: -34px;
  padding-top: 0;
  display: flex;
  position: relative;
}

.shrimp_line {
  background-color: red;
  justify-content: flex-end;
  width: 83%;
  height: 2px;
  margin-top: 13px;
  margin-left: 70px;
  display: inline-block;
}

.hading-shrimp {
  color: var(--steel-blue);
  text-align: right;
  text-transform: uppercase;
  flex-flow: row;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-top: 99px;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 54px;
  font-family: Roboto Condensed, sans-serif;
  font-weight: 300;
  display: inline-block;
  position: static;
}

.hading-shrimp.creb-had, .hading-shrimp.shrimp {
  margin-top: -4px;
}

.shrimp-text-top {
  color: #1a658b;
  text-align: right;
  width: 541px;
  min-width: 60%;
  margin-left: 69px;
  padding: 0 33px 49px 49px;
  font-size: 20px;
  line-height: 30px;
}

.shrimp-second-text {
  color: #1a658b;
  text-align: right;
  width: 420px;
  min-width: 60%;
  margin-left: auto;
  padding: 52px 33px 49px 49px;
  font-size: 20px;
  line-height: 30px;
}

.shrimp-text-wild {
  text-align: left;
  width: 221px;
  min-width: 221px;
}

.fersh-shrimp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#00000045, #00000045), url('../images/shrimp_DSC_2797.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 336px;
  display: flex;
}

.water-shrimp-resp {
  background-image: linear-gradient(#00000080, #00000080), url('../images/DSC_4737.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 548px;
}

.shrimp-dish {
  background-image: url('../images/ISV_shrimp3.jpg');
  background-position: 40%;
  background-repeat: no-repeat;
  background-size: cover;
}

.shrimp-text-second-copy {
  border-top: 1px solid var(--lines-2);
  border-right: 1px solid var(--lines-2);
  background-color: var(--white-3);
  justify-content: center;
  width: 100%;
  height: auto;
  padding-right: 0;
  display: block;
}

.fresh-fish-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: linear-gradient(#00000045, #00000045), url('../images/shutterstock_592726868.png');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 336px;
  display: flex;
}

.logos-all {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.get-in {
  background-color: #1a658b38;
  justify-content: center;
  width: 100%;
  height: auto;
  display: flex;
}

.waves-copy {
  background-image: url('../images/waves.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  width: 100%;
  height: 280px;
  margin-top: 122px;
  line-height: 60px;
  display: flex;
}

.logos-copy {
  grid-template-rows: 236px auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 80%;
  height: 238px;
  margin-top: 30px;
  padding-top: 0;
  display: grid;
  position: static;
  inset: 0% 0% auto;
}

.text-block-38 {
  color: var(--steel-blue);
  margin-top: 102px;
  padding-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
}

.section-13 {
  height: 100vh;
}

.text-block-39 {
  color: #fff;
  padding: 221px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 50px;
  font-weight: 300;
}

.about-banner {
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.about-sl1 {
  background-image: linear-gradient(#00000052, #00000052), url('../images/DSC_6228.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
}

.about-sl2 {
  background-image: linear-gradient(#00000029, #00000029), url('../images/DSC_6166.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.about-text {
  z-index: 30;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex: none;
  justify-content: flex-start;
  width: 80%;
  height: 60px;
  margin-top: auto;
  margin-left: -203px;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 63px;
  font-weight: 100;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.about-text.home:hover {
  border-style: none;
}

.about-div {
  flex: 1;
  justify-content: flex-start;
  height: 40px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.about-line {
  background-color: red;
  justify-content: flex-end;
  width: 80%;
  height: 2px;
  margin-top: 13px;
  margin-left: 128px;
  display: inline-block;
}

.about-icon {
  background-image: url('../images/Group-3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px;
  width: 100%;
  height: 120px;
  position: absolute;
  inset: auto 0% 0%;
}

.plate-about {
  justify-content: center;
  height: 560px;
  display: flex;
}

.div-block-63 {
  background-image: url('../images/fish_cut.jpg');
  background-position: 0 0;
  background-size: auto;
  width: 60%;
}

.div-block-64 {
  width: 40%;
}

.abut-text {
  height: 250px;
}

.plate {
  background-image: url('../images/fish_cut.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 60%;
}

.text-block-40 {
  color: var(--steel-blue);
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
}

.moto-about {
  color: var(--steel-blue);
  width: 420px;
  padding: 144px 144px 144px 17px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 30px;
  line-height: 50px;
}

.about-pharagraph {
  color: var(--steel-blue);
  text-align: justify;
  margin-top: -137px;
  padding: 0;
  font-size: 20px;
  line-height: 32px;
}

.about-div-text {
  flex-direction: column;
  justify-content: center;
  padding: 91px 107px 80px;
  display: flex;
}

.opportunities-banner {
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.opp-sl1 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/iStock_000015227962Medium.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.opp-sl2 {
  background-image: linear-gradient(#00000029, #00000029), url('../images/IMG_5565.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.opportunities-text {
  z-index: 30;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  flex: none;
  justify-content: flex-start;
  width: 80%;
  height: 60px;
  margin-top: auto;
  margin-left: -348px;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 63px;
  font-weight: 100;
  display: flex;
  position: absolute;
  inset: 0% auto auto;
}

.opportunities-text.home:hover {
  border-style: none;
}

.opportunities-text.contact-text {
  margin-left: -163px;
}

.opportunities-line {
  background-color: red;
  justify-content: flex-end;
  width: 80%;
  height: 2px;
  margin-top: 13px;
  margin-left: 128px;
  display: inline-block;
}

.opportunities-icon {
  background-image: url('../images/icon-OPPORTUNITIES.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70px;
  width: 100%;
  height: 160px;
  position: absolute;
  inset: auto 0% 0%;
}

.section-14 {
  flex-direction: row;
  width: auto;
  height: 120vh;
  display: flex;
}

.div-block-65 {
  width: 70%;
}

.div-block-66 {
  width: 30%;
}

.right-photos {
  grid-template-rows: 0 auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  height: auto;
  display: block;
}

.opportunities-left {
  background-image: url('../images/waves-vert.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 70%;
}

.div-block-67 {
  height: 370px;
}

.p-1-crab {
  background-image: url('../images/p-1_crab.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
}

.section-opp {
  flex-direction: row;
  width: auto;
  height: auto;
  display: flex;
}

.p-2-boat {
  background-image: url('../images/p-2_boats.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
}

.p-3-salmon {
  background-image: url('../images/p-3_salmon.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
}

.p-3cod {
  background-image: url('../images/p-3_cod.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
}

.p-4-snow {
  background-image: url('../images/p-3_snow.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
}

.p-5-water {
  background-image: url('../images/p-5_water.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
}

.div-block-68 {
  height: 240px;
}

.paragraph-6 {
  padding: 131px 131px 131px 264px;
}

.text-opp {
  border-bottom: 1px #1e89be;
  height: 122px;
  margin-top: 123px;
  margin-left: 305px;
  margin-right: 56px;
}

.paragraph-7 {
  color: var(--steel-blue);
  margin-top: 5px;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 40px;
}

.text-opp-1 {
  border-top: 1px solid var(--steel-blue);
  border-bottom: 1px solid #1e89be;
  height: 250px;
  margin-top: 99px;
  margin-left: 305px;
  margin-right: 56px;
}

.list-stile {
  color: var(--steel-blue);
  margin-top: -6px;
  margin-bottom: 14px;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 40px;
}

.list-stile.our-global {
  width: auto;
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 0;
  padding-left: 0;
  font-weight: 100;
  line-height: 30px;
}

.list-stile.our-global.phone {
  font-weight: 300;
}

.list-stile.our-global-copy {
  width: auto;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: -34px;
  padding: 30px 4px 41px 37px;
  font-weight: 400;
  line-height: 30px;
}

.list-stile.our-global-copy.phone {
  font-weight: 400;
}

.text-opp-2 {
  border-bottom: 1px #1e89be;
  height: 160px;
  margin-top: 68px;
  margin-left: 329px;
  margin-right: 56px;
}

.paragraph-9 {
  color: var(--steel-blue);
  margin-top: -20px;
  margin-bottom: 14px;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 40px;
}

.text-opp-3 {
  background-image: url('../images/cristal-glob.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 310px;
  border-bottom: 1px #1e89be;
  align-items: center;
  width: 100%;
  height: 330px;
  margin-top: 16px;
  margin-left: 136px;
  margin-right: 0;
  display: flex;
}

.hader-main {
  color: var(--steel-blue);
  text-transform: uppercase;
  flex-direction: column;
  margin-top: -54px;
  margin-left: 328px;
  padding-left: 0;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 41px;
  display: flex;
}

.hader-main.team {
  text-align: right;
  align-items: flex-end;
  margin-top: 24px;
  margin-left: 0;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}

.text-opp-4 {
  text-indent: 0;
  border-bottom: 1px #1e89be;
  height: 40px;
  margin-top: -38px;
  margin-left: 329px;
  margin-right: 56px;
}

.paragraph-10 {
  color: var(--steel-blue);
  letter-spacing: 0;
  text-indent: 2px;
  margin-top: -20px;
  margin-bottom: 14px;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 40px;
}

.heading-2 {
  color: var(--steel-blue);
  margin-top: 8px;
  margin-bottom: 12px;
  margin-left: 14px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.paragraph-11 {
  clear: none;
  color: var(--steel-blue);
  text-indent: 0;
  font-size: 20px;
  line-height: 30px;
}

.text-opp-5 {
  text-indent: 0;
  border-bottom: 1px #1e89be;
  height: 220px;
  margin-top: 68px;
  margin-left: 329px;
  margin-right: 56px;
}

.div-block-69 {
  background-image: url('../images/boxes.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 460px;
  margin-top: 174px;
}

.text-opp-22 {
  border-bottom: 1px #1e89be;
  height: 130px;
  margin-top: 53px;
  margin-left: 305px;
  margin-right: 56px;
}

.text-opp-22-copy {
  border-bottom: 1px #1e89be;
  height: 150px;
  margin-top: 85px;
  margin-left: 268px;
  margin-right: 26px;
}

.text-opp-44 {
  border-bottom: 1px #1e89be;
  height: 130px;
  margin-top: 30px;
  margin-left: 305px;
  margin-right: 56px;
}

.list {
  margin-left: -30px;
}

.list-2 {
  padding-left: 0;
}

.text-opp-33 {
  text-indent: 0;
  border-bottom: 1px #1e89be;
  height: 40px;
  margin-top: 241px;
  margin-left: 329px;
  margin-right: 56px;
}

.list-inv {
  margin-top: 0;
  margin-bottom: 3px;
}

.list-stile-copy {
  color: var(--steel-blue);
  margin-top: 5px;
  margin-bottom: 14px;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  line-height: 40px;
}

.list-stile-copy.our-global {
  margin-top: 0;
  margin-bottom: 10px;
  padding-top: 40px;
  padding-left: 38px;
}

.contact {
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.conatct-1 {
  background-image: linear-gradient(#00000040, #00000040), url('../images/IMG_0954.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.contact-2 {
  background-image: linear-gradient(#00000063, #00000063), url('../images/DSC_3792.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.opportunities-line-copy {
  background-color: red;
  justify-content: flex-end;
  width: 80%;
  height: 2px;
  margin-top: 13px;
  margin-left: 128px;
  display: inline-block;
}

.contact-div {
  flex: 1;
  justify-content: flex-start;
  height: 40px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: relative;
}

.contact-line {
  background-color: red;
  justify-content: flex-end;
  width: 80%;
  height: 2px;
  margin-top: 13px;
  margin-left: 128px;
  display: inline-block;
}

.our-team {
  background-image: url('../images/waves-copy-right.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-direction: row;
  height: auto;
  margin-top: 0;
  display: flex;
}

.contact-icon {
  background-image: url('../images/conatct-icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 180px;
  position: absolute;
  inset: auto 0% 0%;
}

.contact-left {
  flex-direction: column;
  width: 70%;
  margin-top: 22px;
  display: flex;
}

.contact-right {
  flex: 1;
  grid-template-rows: 0 auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  height: auto;
  margin-top: 16px;
  display: block;
  position: sticky;
}

.contact-3 {
  background-image: linear-gradient(#00000063, #00000063), url('../images/IMG_0423.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heading-2-copy {
  color: var(--steel-blue);
  margin-top: -53px;
  margin-bottom: 6px;
  margin-left: 14px;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.cristal-move {
  background-image: url('../images/cristal-glob.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: row;
  align-items: center;
  width: 250px;
  height: 200px;
  margin-top: 0;
  margin-left: 83px;
  display: flex;
  position: static;
}

.heading-3 {
  text-align: right;
}

.kozloff {
  border-top: 1px none var(--steel-blue);
  text-align: right;
  border-bottom: 1px solid #1e89be;
  flex-direction: column;
  align-items: flex-end;
  width: 650px;
  height: 280px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.kozloff.ben {
  height: 198px;
  margin-top: 13px;
}

.div-block-70 {
  background-image: url('../images/contact-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  align-self: flex-end;
  width: 200px;
  height: 150px;
  margin: 0;
  padding: 0;
}

.adress-contact {
  width: auto;
  display: block;
}

.email {
  font-weight: 300;
  text-decoration: none;
}

.state {
  font-weight: 500;
}

.div-block-71 {
  width: 680px;
  height: 40px;
}

.bold-text-4 {
  display: block;
}

.div-contact {
  height: 329px;
  margin-left: 261px;
  display: flex;
}

.div-contact.stuart {
  height: 300px;
}

.div-contact.ceo {
  height: 220px;
}

.div-block-73 {
  background-image: url('../images/contact-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  width: 190px;
  height: 276px;
  margin-top: 4px;
  padding-top: 0;
}

.bennet {
  border-top: 1px none var(--steel-blue);
  text-align: right;
  border-bottom: 1px solid #1e89be;
  flex-direction: column;
  align-items: flex-end;
  width: 650px;
  height: 240px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.logo-icon {
  background-image: url('../images/contact-logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100px;
  width: 190px;
  height: 160px;
  margin-top: 5px;
  padding-top: 0;
}

.link-4, .link-5, .e-mail {
  color: var(--midnight-blue);
  text-decoration: none;
}

.dropdown-toggle {
  background-image: url('../images/Icon_nav.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100px;
  height: 100px;
  margin-top: 0;
  margin-left: 0;
  padding: 17px;
  transition: background-color .4s;
}

.dropdown-toggle:hover, .dropdown-toggle.w--open {
  background-color: #4a90e263;
}

.dropdown-link-2 {
  color: #ffffffb3;
  font-family: Roboto, sans-serif;
}

.dropdown-link-2:hover {
  color: #fff;
}

.dropdown {
  width: 100px;
  height: 100px;
}

.bold-text-13 {
  color: #fff;
}

.dropdown-link-3, .dropdown-link {
  color: #ffffffb3;
  font-family: Roboto, sans-serif;
}

.dropdown-link.w--current, .dropdown-link.w--current:hover {
  color: #fff;
}

.nav-up {
  background-color: #4a90e200;
  width: 100px;
  height: 200px;
  position: sticky;
  inset: 469px auto 0% 0%;
}

.go-up {
  background-image: url('../images/up_arrows-nav.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100px;
  height: 100px;
  transition: background-color .4s;
}

.go-up:hover {
  background-color: #4a90e263;
}

.div-block-83 {
  z-index: 20;
  width: 380px;
  height: 109vh;
  margin-top: 0;
  position: absolute;
  inset: 0% 0% auto -32px;
}

.dropdown-list {
  padding-left: 0;
}

.dropdown-list.w--open {
  background-color: #4a90e2ad;
  margin-top: -100px;
  margin-left: 107px;
  padding-left: 0;
  display: block;
}

.download-flyer {
  color: #ffffff9e;
  background-color: #ff0101;
  font-family: Roboto, sans-serif;
}

.div-block-84 {
  background-image: url('../images/image003.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 610px;
  height: 200px;
  margin-top: -233px;
  margin-left: 59px;
  position: relative;
}

.shrimp-text-right-copy {
  border-right: 1px solid var(--lines-2);
  background-color: var(--white-3);
}

.main-part-shrimp {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 30%;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.paragraph-3-copy {
  border-top: 1px none var(--lines-2);
  border-right: 1px solid var(--lines-2);
  background-color: var(--white-3);
  color: var(--steel-blue);
  text-align: right;
  height: 311px;
  margin-bottom: 0;
  padding: 74px 34px 34px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 40px;
}

.phone-_logo {
  background-image: url('../images/phone.svg');
  background-position: 50% 24%;
  background-repeat: no-repeat;
  background-size: 22px;
  width: 12%;
  padding: 0;
}

.link-6 {
  color: var(--menu-over);
}

.product {
  z-index: 30;
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: flex-end;
  width: 80%;
  height: 60px;
  margin-top: auto;
  margin-left: -2px;
  margin-right: 0;
  padding-right: 46px;
  font-family: Roboto, sans-serif;
  font-size: 60px;
  font-weight: 100;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.product.home:hover {
  border-style: none;
}

.text-block-41 {
  color: var(--steel-blue);
  text-align: right;
  justify-content: flex-end;
  width: 320px;
  height: 50px;
  margin-top: 194px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 28px;
  display: flex;
}

.crab-par2 {
  color: #1a658b;
  text-align: right;
  width: 780px;
  min-width: 60%;
  margin-bottom: 29px;
  margin-left: auto;
  padding: 40px 43px 0 49px;
  font-size: 20px;
  line-height: 30px;
}

.aqua-chef-logo {
  background-color: var(--menu-over);
  background-image: url('../images/logo3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.div-block-85, .div-block-86 {
  background-color: var(--white-3);
  background-image: url('../images/logo2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-block-42 {
  color: #fff;
  text-transform: uppercase;
  align-items: center;
  width: 250px;
  height: 100%;
  font-size: 20px;
  font-weight: 400;
  line-height: 21px;
  display: flex;
}

.top-menu {
  flex-wrap: wrap;
  flex: 1;
  place-content: stretch flex-end;
  align-self: auto;
  align-items: center;
  width: 70%;
  height: 50px;
  margin-top: 0;
  margin-left: 363px;
  margin-right: 30%;
  padding-right: 20px;
  font-size: 12px;
  display: flex;
  position: relative;
  inset: auto auto 0% 0%;
}

@media screen and (max-width: 991px) {
  .logo-home {
    background-position: 50%;
    background-size: 30%;
    margin-top: -47px;
  }

  .left {
    z-index: 20;
    margin-bottom: 0;
    top: 1%;
  }

  .left:hover {
    border-style: solid;
  }

  .processingsolutions {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: -1px;
    padding-top: 0;
    font-size: 40px;
    font-weight: 100;
    position: relative;
    top: -40px;
  }

  .processingsolutions.home {
    margin-top: 47px;
    margin-left: 12px;
  }

  .right:hover {
    border-style: solid;
  }

  .menu-button {
    color: #0000;
  }

  .menu-button.w--open {
    background-color: #000000c7;
    width: 100vw;
    height: 64px;
    inset: 0% 0% auto;
  }

  .slide-nav {
    margin-top: -57px;
    margin-left: 220.5px;
  }

  .slide {
    opacity: .61;
    background-color: #000;
    background-image: url('../images/home-banner-copy1x.jpg');
    background-position: 0 0;
    background-size: cover;
    border-radius: 0;
    padding-bottom: 52px;
  }

  .mb-home {
    float: none;
    justify-content: center;
    height: 60px;
    padding-top: 6px;
    display: flex;
  }

  .mask {
    margin-top: -1px;
  }

  .navbar {
    z-index: 120;
    background-color: #0000;
    border: 1px solid #0000;
    width: 100%;
    height: 66px;
    margin-top: 0;
    padding-top: 0;
    display: block;
    position: fixed;
  }

  .right-arrow {
    z-index: 19;
    margin-top: -9px;
    margin-left: 52px;
    top: -104px;
    left: 6%;
  }

  .home-page {
    height: 60vh;
  }

  .icon {
    color: #fff;
    text-align: right;
    margin-top: 5px;
  }

  .boat-ocean {
    height: 90vh;
  }

  .nav-menu {
    background-color: var(--black-2);
    color: #0000;
    justify-content: space-between;
    width: auto;
    height: 385px;
    margin-top: 64px;
    display: block;
    position: fixed;
    inset: 0% 0% auto;
  }

  .section-3 {
    height: auto;
    position: static;
  }

  .div-block-3 {
    height: 360px;
  }

  .div-block-3.home {
    height: 270px;
  }

  .left-arrow {
    z-index: 10;
    height: 65px;
    margin-top: -36px;
    margin-left: 26px;
    top: -51px;
  }

  .container {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: inline;
  }

  .link-block {
    height: 30px;
    margin-top: 2px;
    padding-bottom: 0;
    top: 370px;
  }

  .image {
    margin-top: 42px;
    margin-left: 44px;
  }

  .nav-menu-2 {
    background-color: var(--new-menu);
    height: 60vh;
    top: auto;
  }

  .icon-2 {
    border-style: none;
    margin-left: 19px;
    font-size: 40px;
  }

  .butt-menu {
    text-transform: uppercase;
    white-space: normal;
    margin-top: 1px;
    margin-bottom: 0;
    margin-left: 74px;
    padding-top: 13px;
    padding-bottom: 0;
    font-size: 29px;
    display: block;
    top: 4%;
  }

  .right-vert-part {
    border-left: 1px none var(--lines);
    height: 60vh;
    inset: 0% 0% 0% auto;
  }

  .text-block {
    text-align: right;
    width: 290px;
    line-height: 40px;
    top: 0%;
  }

  .text-block.home {
    margin-left: 5px;
    padding-left: 16px;
  }

  .text-block.product-text {
    margin-top: 32px;
    margin-left: 5px;
    padding-left: 16px;
  }

  .home-text-block {
    justify-content: center;
    width: 290px;
    height: 120px;
    margin-top: auto;
    margin-left: 13px;
    top: 22%;
    left: 26%;
  }

  .home-text-block.iphone-home {
    left: 24%;
  }

  .home-text-block.prod-part {
    margin-top: 0;
    margin-left: 0;
    top: 51%;
  }

  .home-text-block.product-new {
    margin-left: 4px;
    left: 24%;
  }

  .learn-more-link {
    text-transform: uppercase;
    white-space: normal;
    margin-top: 9px;
    margin-bottom: 0;
    margin-left: 147px;
    padding-top: 12px;
    padding-bottom: 0;
    display: block;
    top: 11%;
  }

  .learn-more-link.learn-more {
    margin-top: 117px;
    margin-left: 124px;
    top: 0%;
  }

  .learn-more-link.opp-batt {
    margin-top: -84px;
  }

  .slider {
    height: 60vh;
  }

  .lobster {
    background-size: 120px;
    height: 60vh;
  }

  .left-copy:hover {
    border-style: solid;
  }

  .right-arrow-2 {
    top: 263px;
  }

  .left-arrow-copy {
    z-index: 19;
    height: 70px;
    top: 193px;
  }

  .king-crab {
    background-size: 210px;
    width: 229.391px;
  }

  .right-copy:hover {
    border-style: solid;
  }

  .lobster-text {
    top: 47%;
  }

  .lobster-text.text-crab {
    margin-top: 0;
    top: 371px;
  }

  .div-block-8 {
    height: 410px;
  }

  .social {
    height: 60vh;
  }

  .social-link.tvitt {
    opacity: .6;
    margin-top: -94px;
  }

  .social-link.tvitt:hover {
    opacity: 1;
  }

  .social-link.facebook {
    opacity: .6;
    margin-top: -95px;
  }

  .social-link.facebook:hover {
    opacity: 1;
  }

  .social-link.in {
    opacity: .6;
    margin-top: -94px;
  }

  .social-link.in:hover {
    opacity: .6;
  }

  .text-block-4 {
    margin-top: 112px;
  }

  .home-sections {
    height: 502px;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: static;
  }

  .home-sections.about, .home-sections.opport {
    background-size: auto;
    height: auto;
    padding-bottom: 0;
  }

  .main-part-product {
    height: 502px;
  }

  .right-block {
    background-position: 100%;
    background-size: 270px;
    align-items: flex-end;
    height: 502px;
  }

  .left-block {
    height: 519px;
  }

  .heading.creb-had {
    margin-top: 22px;
  }

  .heading.opportunities-had {
    margin-top: 109px;
  }

  .paragraph {
    width: 90%;
    min-width: 70%;
    overflow: visible;
  }

  .paragraph.crab-para {
    width: 100%;
  }

  .paragraph.shrimp-para {
    width: 380px;
  }

  .paragraph.opportunities-copy {
    width: 100%;
    margin-bottom: 66px;
  }

  .text-learn-more {
    height: 392px;
    margin-top: 0;
    padding-top: 33px;
  }

  .text-learn-more.shrimp {
    height: 392px;
    padding-top: 36px;
  }

  .buttom-pictures-line {
    z-index: auto;
    margin-top: 76px;
    margin-bottom: 51px;
    position: absolute;
    inset: auto 0% 0%;
  }

  .section-6 {
    align-items: flex-end;
    margin-top: auto;
    display: flex;
    position: absolute;
    inset: 0 0% 0%;
  }

  .footer-left-part {
    position: static;
  }

  .link-in.inst {
    background-image: url('../images/in.svg');
  }

  .logo-footer {
    width: 100%;
    height: 210px;
  }

  .social-block {
    flex-direction: row;
    justify-content: center;
    width: 190px;
    margin-top: 0;
    margin-left: -2px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 32px;
    display: flex;
    inset: auto 0% 0% auto;
  }

  .mb-logo {
    justify-content: center;
  }

  .footer-final {
    flex-flow: wrap;
    justify-content: flex-end;
    height: 460px;
  }

  .face-book.inst {
    background-image: url('../images/facebook.svg');
  }

  .text-block-6 {
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 20px;
    margin: 91px -100px -100px -66px;
    inset: 0% auto 0% 0%;
  }

  .copyright {
    text-align: left;
    flex-flow: column;
    flex: 0 auto;
    align-self: stretch;
    width: 30px;
    height: 210px;
    margin-top: 8px;
    margin-left: 0;
    padding-left: 0;
    display: block;
    inset: 0% 0% 0% auto;
  }

  .about {
    text-align: left;
    justify-content: flex-start;
    margin-left: 64px;
    padding-bottom: 8px;
  }

  .insta.inst {
    background-image: url('../images/instagram.svg');
  }

  .footer-links {
    text-align: left;
    justify-content: center;
    width: 100%;
    height: 251px;
    margin-top: 0;
    padding-top: 18px;
    display: block;
    inset: auto 0% 0%;
  }

  .section-8 {
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    display: inline-block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .fon-footer {
    flex-direction: column;
    flex: 1;
    justify-content: flex-end;
    align-self: flex-end;
    display: flex;
  }

  .grid {
    align-items: end;
    height: 200px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    position: absolute;
    inset: 0%;
  }

  .container-3 {
    display: block;
  }

  .footer {
    flex-direction: column;
    align-items: flex-end;
    margin-top: 0;
    display: flex;
  }

  .footer-main {
    flex-wrap: wrap;
    align-items: flex-end;
    height: 460px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .left-social {
    width: 77px;
    height: 100%;
  }

  .left-social.middle {
    flex: 1;
    width: 100%;
  }

  .left-social.right-footer {
    border-right-style: none;
    align-self: flex-end;
    width: 80%;
    height: 3%;
    position: absolute;
  }

  .footer-logo-text {
    width: 100%;
    height: 290px;
  }

  .footer-menu {
    width: 130px;
    height: 47px;
    margin-top: -99px;
    line-height: 10px;
  }

  .text-block-9 {
    letter-spacing: normal;
    text-indent: 0;
    text-transform: none;
    column-count: auto;
    white-space: normal;
    flex-wrap: nowrap;
    align-content: space-between;
    width: 340px;
    height: 90px;
    margin-top: 23px;
    margin-left: 42px;
    font-size: 30px;
    font-weight: 300;
    display: flex;
  }

  .link-3 {
    margin: 15px 12px 0;
  }

  .footer-social {
    margin-left: 5px;
  }

  .address {
    flex-direction: row;
    justify-content: flex-start;
    width: 260px;
    height: 140px;
    margin-top: 348px;
    margin-left: 0;
    padding-left: 0;
    font-size: 18px;
    line-height: 27px;
    display: flex;
  }

  .address.coop {
    justify-content: flex-start;
    width: 260px;
    margin-top: -26px;
    margin-bottom: 0;
    margin-left: auto;
    padding-left: 0;
    display: flex;
  }

  .right-footer {
    width: 40%;
    height: 100%;
    margin-top: auto;
    margin-left: 63px;
  }

  .battom-banner-block {
    height: 90px;
    margin-top: 0;
    margin-bottom: -145px;
    padding-top: 0;
    top: 18px;
  }

  .battom-banner-block.right_block {
    margin-top: 0;
    margin-bottom: 18px;
  }

  .gary-over {
    height: 90px;
  }

  .text-block-11 {
    border-bottom: 1px none var(--white-3);
    text-align: left;
    height: 110px;
    margin-left: 0;
    padding: 29px;
    font-size: 17px;
  }

  .slider-2 {
    width: 220px;
    height: 220px;
  }

  .slide-2 {
    background-size: 320px;
    width: 560px;
  }

  .slide-3 {
    background-position: 50% 100%;
    background-size: 30vh;
  }

  .mask-3 {
    width: 560px;
    height: 220px;
  }

  .right-arrow-3.right {
    margin-top: -57px;
    margin-right: -53px;
  }

  .left-arrow-3.left {
    margin-top: -217px;
    margin-left: 302px;
  }

  .slide-nav-3 {
    width: 230px;
    margin-right: -261px;
    top: 10%;
    left: 19%;
    right: -8%;
  }

  .bert-banner-text.crab {
    margin-top: -4px;
    margin-left: 8px;
    margin-right: auto;
  }

  .bert-line-text {
    height: 60px;
    margin-top: 9px;
  }

  .link-block-2 {
    height: 80%;
  }

  .div-block-26 {
    background-position: 100%;
    background-size: cover;
  }

  .div-block-26.king-crab-right {
    background-position: 100%;
  }

  .div-block-26.shrimp_right {
    background-position: 100% 100%;
  }

  .div-block-26.fish-right {
    background-position: 100%;
    height: 100%;
  }

  .div-block-26.about-plate, .div-block-26.opp-bird {
    background-position: 100% 0;
    background-size: 220px;
    height: 100%;
  }

  .div-block-27 {
    height: 78%;
  }

  .right-line {
    border-bottom-style: none;
    border-bottom-color: var(--white-3);
    height: 111px;
    margin-top: 0;
  }

  .photo1 {
    height: 99%;
  }

  .photo1.shrimp1 {
    height: 100%;
  }

  .photo1.crab1 {
    align-self: flex-start;
    height: 99%;
  }

  .div-block-31 {
    position: relative;
  }

  .photo2 {
    align-self: flex-start;
    height: 100%;
  }

  .photo2.crab2 {
    align-self: flex-start;
    height: 99%;
  }

  .photo2.lobster2 {
    height: 99%;
  }

  .section-3-copy, .section-lobster {
    height: auto;
    position: static;
  }

  .lobster-slide {
    height: 60vh;
  }

  .text-block-copy {
    text-align: right;
    width: 290px;
    line-height: 40px;
    top: 0%;
  }

  .lobster-text-sl {
    text-align: right;
    width: 290px;
    margin-top: 245px;
    margin-left: -270px;
    line-height: 40px;
    top: 0%;
  }

  .lobster-leran-more {
    justify-content: center;
    width: 290px;
    height: 120px;
    margin-top: auto;
    margin-left: 59px;
    top: 22%;
    left: 26%;
  }

  .batt-lobster {
    text-transform: uppercase;
    white-space: normal;
    margin-top: 9px;
    margin-bottom: 0;
    margin-left: 147px;
    padding-top: 12px;
    padding-bottom: 0;
    display: block;
    top: 11%;
  }

  .batt-lobster.learn-more {
    margin-top: 117px;
    margin-left: 124px;
    top: 0%;
  }

  .div-block-32 {
    background-position: 100%;
    background-size: 210px;
    margin-top: 131px;
  }

  .lobster-one {
    height: 90vh;
  }

  .right-part-no-line {
    border-left-style: none;
  }

  .lobster-page-sec {
    background-position: 100% 0, 100% 0;
    background-size: 518px, cover;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: static;
  }

  .lobster-page-sec.shrimp {
    height: 514px;
  }

  .main-part-lobster {
    height: auto;
  }

  .no-lobster {
    background-position: -240%;
    background-size: cover;
  }

  .no-lobster.shrimp_right {
    background-position: 0 100%;
  }

  .no-lobster.fish-right {
    background-position: 100%;
    height: 100%;
  }

  .left-lobster-white-trens {
    border-right-style: none;
    grid-template-rows: 263px 268px 284px 310px 238px auto;
    height: 100%;
  }

  .main-part-white {
    height: 78%;
    margin-top: 0;
    padding-top: 33px;
  }

  .main-part-white-lobster {
    height: 78%;
    margin-top: 0;
    padding-top: 33px;
    padding-left: 0;
  }

  .lobster-paragr {
    width: 180%;
    min-width: 70%;
    padding-top: 0;
    font-size: 16px;
    line-height: 23px;
    overflow: visible;
  }

  .heading-lobster {
    width: 230px;
    margin-top: 59px;
  }

  .cristall {
    grid-template-columns: .25fr .5fr .25fr;
    padding-left: 28px;
  }

  .cristall-in {
    background-position: 50% 10%;
    height: 130px;
    margin-top: -28px;
    margin-left: -70px;
    margin-right: -7px;
  }

  .lobster-box-in {
    background-position: 80% 20%;
    background-size: 390px;
  }

  .we-know-block {
    grid-row-gap: 0px;
    border-bottom-style: none;
    grid-template-rows: 149px 243px;
    grid-template-columns: 1fr 1fr;
    height: 313px;
  }

  .we-know-block.shrimp-map {
    grid-template-rows: 149px 164px;
  }

  .we-know-left {
    border-right: 1px solid var(--lines-2);
    background-color: var(--white-3);
    height: 402px;
  }

  .paragraph-3 {
    background-color: #fff0;
    border-right-style: none;
    height: auto;
    margin-top: 1px;
    padding: 16px;
    font-size: 21px;
    line-height: 30px;
  }

  .frozen-nw {
    margin-top: -48px;
  }

  .ca-dro {
    background-color: var(--lines);
    background-position: 50% 10%;
    background-size: auto;
  }

  .paragraph-4 {
    text-align: right;
    margin-top: 7px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 32px;
    line-height: 32px;
  }

  .trans-lobster {
    height: 78%;
  }

  .bold-text-2 {
    width: 240px;
    font-size: 24px;
    line-height: 5px;
  }

  .wild-text-bl {
    border-top: 1px solid var(--lines-2);
    border-right-style: none;
  }

  .fresh-fom-sea {
    margin-right: auto;
  }

  .text-block-13 {
    height: 251px;
    padding: 0;
  }

  .fresh-lobster {
    grid-template-rows: 239px;
    grid-template-columns: 1fr 1.5fr .5fr;
    height: 238px;
  }

  .batt-lobster-image {
    text-align: right;
    height: 352px;
  }

  .text-block-14 {
    text-align: right;
    padding: 84px 39px 84px 84px;
  }

  .ac-logo {
    background-size: 180px;
  }

  .lobster-dish {
    height: 352px;
  }

  .text-block-15 {
    width: 70%;
    margin-top: 148px;
    margin-left: 40px;
    margin-right: 32px;
    padding-top: 36px;
    padding-left: 29px;
    padding-right: 0;
  }

  .section-crab {
    height: auto;
    position: static;
  }

  .crab-slide {
    height: 60vh;
  }

  .crab_one {
    height: 90vh;
  }

  .lobster-leran-more-copy {
    justify-content: center;
    width: 290px;
    height: 120px;
    margin-top: auto;
    margin-left: 59px;
    top: 22%;
    left: 26%;
  }

  .crab_text {
    justify-content: center;
    width: 270px;
    height: 160px;
    margin-top: auto;
    margin-left: -160px;
    top: 22%;
    left: 26%;
  }

  .crab-text-main {
    text-align: right;
    width: 290px;
    margin-top: -8px;
    margin-left: -63px;
    padding-left: 0;
    line-height: 40px;
    top: 0%;
  }

  .crab_div {
    background-image: none;
    margin-top: 0;
  }

  .king-page-sec {
    background-position: 30% -10%, 100% 0;
    background-size: 136vh, cover;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: block;
    position: static;
  }

  .king-page-sec.shrimp {
    height: 514px;
  }

  .king-page-sec.lob-big-image {
    background-position: 100% 0, 100%;
    background-size: 610px, contain;
    height: auto;
  }

  .king-page-sec.fish_big-part {
    background-position: 100% 0, 100%;
    background-size: 578px, contain;
    height: auto;
  }

  .king-page-sec.fish_big-part-copy {
    background-position: 100% 0, 100%;
    background-size: 510px, contain;
    height: auto;
  }

  .cristall-in-crab {
    background-position: 50% 10%;
    height: 130px;
    margin-top: -28px;
    margin-left: -70px;
    margin-right: -7px;
  }

  .main-part-king {
    height: auto;
  }

  .left-king-white-trens {
    border-right-style: none;
    grid-template-rows: 524px 309px 391px 251px 350px auto;
    grid-template-columns: 4.5fr .25fr 30%;
    height: 100%;
  }

  .left-king-white-trens.fish-list-main {
    grid-template-rows: 402px .25fr auto;
  }

  .left-king-white-trens.fish-grid {
    grid-template-rows: 396px 309px 250px 351px auto auto;
  }

  .king-paragr {
    width: 100%;
    min-width: 70%;
    margin-top: 24px;
    margin-left: 5px;
    margin-right: -22px;
    padding-top: 0;
    font-size: 16px;
    line-height: 23px;
    overflow: visible;
  }

  .heading-king {
    width: 230px;
    margin-top: 59px;
  }

  .king-paragr-left {
    width: 90%;
    min-width: 70%;
    height: 360px;
    margin-top: 19px;
    margin-left: 15px;
    padding-top: 0;
    font-size: 16px;
    line-height: 23px;
    overflow: visible;
  }

  .cristall-in-crab-2 {
    letter-spacing: 0;
    text-indent: 10px;
    background-position: 50% 10%;
    height: 130px;
    margin-top: -41px;
    margin-left: -39px;
    margin-right: -7px;
  }

  .heading-king-box {
    width: 100%;
    margin-top: 1px;
    padding-top: 20px;
    padding-bottom: 0;
    padding-right: 35px;
  }

  .king-box-3d {
    width: 538px;
    height: 300px;
    margin-top: 0;
  }

  .net-wt-in-crab {
    margin-top: 36px;
  }

  .frozen-nw-copy {
    margin-top: -48px;
  }

  .frozen-nw-crab {
    margin-top: -51px;
  }

  .ca-dro-crab {
    background-color: var(--white-3);
    background-position: 50% 10%;
    background-size: 120px;
  }

  .crab-list {
    letter-spacing: 0;
    text-indent: -1px;
    width: 70%;
    margin-top: 180px;
    margin-left: 40px;
    margin-right: 32px;
    padding: 0;
    line-height: 30px;
  }

  .red-king {
    border-top: 1px solid var(--lines-2);
    background-color: var(--white-3);
    border-right-style: solid;
  }

  .king-crab-preium {
    width: 290px;
    font-size: 24px;
    line-height: 5px;
  }

  .fresh-crab {
    background-image: linear-gradient(#0000005e, #0000005e), url('../images/crab_batt.jpg');
    background-size: auto, auto;
    grid-template-rows: 239px;
    grid-template-columns: 1fr 1.5fr .5fr;
    height: 251px;
  }

  .batt-boat-crab {
    text-align: right;
    height: 352px;
  }

  .lobster-dish-copy, .snow-crab-dish {
    height: 352px;
  }

  .crab-had {
    height: 78%;
    margin-top: 0;
    padding-top: 33px;
    padding-left: 0;
  }

  .div-block-45 {
    grid-template-rows: 170px;
    grid-template-columns: minmax(349px, .25fr) 1.25fr 30%;
  }

  .heading-crab {
    width: 100%;
    margin-top: 1px;
    padding-top: 26px;
    padding-bottom: 0;
    padding-right: 39px;
  }

  .cristall-in-crab-1 {
    letter-spacing: 0;
    text-indent: 10px;
    background-position: 50% 10%;
    height: 130px;
    margin-top: 33px;
    margin-left: -39px;
    margin-right: -7px;
  }

  .div-block-46 {
    grid-template-columns: .5fr auto 30%;
  }

  .lobster-paragr-2 {
    width: 250px;
    min-width: 70%;
    margin-left: 6px;
    margin-right: -2px;
    padding-top: 0;
    padding-left: 25px;
    font-size: 16px;
    line-height: 23px;
    overflow: visible;
  }

  .crab-text-left, .cristal-up {
    background-color: var(--white-3);
  }

  .lobster-paragr-2-copy, .crab-pargr {
    width: 250px;
    min-width: 70%;
    margin-left: 6px;
    margin-right: -2px;
    padding-top: 0;
    padding-left: 25px;
    font-size: 16px;
    line-height: 23px;
    overflow: visible;
  }

  .crab-par1 {
    width: 450px;
    min-width: 70%;
    margin-left: 81px;
    margin-right: -2px;
    padding-top: 0;
    padding-left: 25px;
    font-size: 16px;
    line-height: 23px;
    overflow: visible;
  }

  .div-block-48 {
    width: 60%;
    margin-left: auto;
  }

  .lobster-text-main {
    text-align: right;
    width: 290px;
    margin-top: -8px;
    margin-left: -174px;
    padding-left: 0;
    line-height: 40px;
    top: 0%;
  }

  .lob_one {
    height: 90vh;
  }

  .lob_text-main {
    text-align: right;
    width: 290px;
    margin-top: -8px;
    margin-left: -169px;
    padding-left: 0;
    line-height: 40px;
    top: 0%;
  }

  .lob-greed {
    grid-template-rows: 170px;
    grid-template-columns: minmax(349px, .25fr) 1.25fr 30%;
  }

  .hading-lob {
    width: 100%;
    margin-top: 1px;
    padding-top: 26px;
    padding-bottom: 0;
    padding-right: 39px;
  }

  .cristal-up-lob {
    background-color: var(--white-3);
  }

  .lob-text-top {
    width: 360px;
    min-width: 70%;
    margin-top: 45px;
    margin-left: 145px;
    margin-right: -2px;
    padding-top: 0;
    padding-left: 27px;
    font-size: 16px;
    line-height: 23px;
    overflow: visible;
  }

  .lob-box {
    width: 538px;
    height: 300px;
    margin-top: 0;
  }

  .main-part-king-copy, .main-part-lob {
    height: auto;
  }

  .frozen-lob {
    margin-top: -51px;
  }

  .lob-list {
    letter-spacing: 0;
    text-indent: -1px;
    width: 70%;
    margin-top: 192px;
    margin-left: 84px;
    margin-right: 32px;
    padding: 0;
  }

  .king-crab-preium-copy, .lob-text-wild {
    width: 290px;
    font-size: 24px;
    line-height: 5px;
  }

  .lob-map {
    background-color: var(--white-3);
    background-position: 50%;
    background-size: 120px;
  }

  .lob-map.fish {
    background-position: 50% 37%;
    background-size: 100px;
  }

  .lob-map.lob-map-one {
    background-position: 50% 10%;
    background-size: 110px;
  }

  .fresh-lob {
    background-image: linear-gradient(#0000005e, #0000005e), url('../images/crab_batt.jpg');
    background-size: auto, auto;
    grid-template-rows: 239px;
    grid-template-columns: 1fr 1.5fr .5fr;
    height: 251px;
  }

  .batt-boat-crab-copy, .batt-boat-lob {
    text-align: right;
    height: 352px;
  }

  .lob-dish {
    height: 352px;
  }

  .net-wt-in-crab-copy, .net-wt-in-lob {
    margin-top: 36px;
  }

  .slide-4 {
    background-position: 50% 100%;
    background-size: 450px;
  }

  .slide-3-copy {
    background-position: 50% 100%;
    background-size: 30vh;
  }

  .slide-fish {
    background-image: url('../images/fish_1.png');
    background-position: 50% 100%;
    background-size: 30vh;
  }

  .learn-more-link-prod {
    text-transform: uppercase;
    white-space: normal;
    margin-top: -5px;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 12px;
    padding-bottom: 0;
    display: block;
    top: -54%;
    left: 7%;
  }

  .learn-more-link-prod.learn-more {
    margin-top: 117px;
    margin-left: 124px;
    top: 0%;
  }

  .prod_div {
    background-image: none;
    margin-top: -17px;
  }

  .lobster_line {
    width: 60%;
    margin-left: auto;
  }

  .menu-parent-2 {
    margin-left: 16px;
    display: block;
  }

  .div-block-49 {
    grid-template-rows: 411px;
    grid-template-columns: 1fr;
  }

  .section-9 {
    height: auto;
  }

  .contact-_block {
    grid-template-rows: auto 81px 76px 100px;
    padding-left: 176px;
  }

  .get-in-tuch {
    padding-left: 85px;
  }

  .section-11 {
    height: 430px;
  }

  .brands {
    height: 60vh;
  }

  .brands-text {
    text-align: right;
    width: 290px;
    margin-top: -8px;
    margin-left: -169px;
    padding-left: 0;
    line-height: 40px;
    top: 0%;
  }

  .logos {
    grid-column-gap: 16px;
    grid-template-rows: 176px auto;
  }

  .paragraph-5 {
    margin-top: -144px;
    padding: 0;
  }

  .waves {
    margin-top: -18px;
  }

  .chef-logo {
    background-position: 50% 26%;
    background-size: 180px;
  }

  .aqua {
    background-position: 50% 35%;
    background-size: 170px;
  }

  .asian {
    background-position: 50% 19%;
    background-size: 170px;
  }

  .div-block-60 {
    margin-right: 132px;
  }

  .section-12 {
    height: 470px;
  }

  .fish-sl {
    height: 60vh;
  }

  .fish_bann_text {
    text-align: right;
    width: 290px;
    margin-top: -8px;
    margin-left: -72px;
    padding-left: 0;
    line-height: 40px;
    top: 0%;
  }

  .fish_div {
    background-image: none;
    margin-top: 0;
    margin-left: -92px;
  }

  .hading-fish {
    width: 100%;
    margin-top: 1px;
    padding-top: 26px;
    padding-bottom: 0;
    padding-right: 39px;
  }

  .fish-text-top {
    width: 250px;
    min-width: 70%;
    margin-left: 6px;
    margin-right: -199px;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 0;
    font-size: 16px;
    line-height: 23px;
    overflow: visible;
  }

  .lobster_line-copy, .fish_line {
    width: 60%;
    margin-left: auto;
  }

  .fish-text-blog {
    grid-template-columns: .5fr auto 30%;
  }

  .fish-text-left {
    background-color: var(--white-3);
  }

  .fish-list {
    width: 250px;
    min-width: 70%;
    margin-left: 6px;
    margin-right: -199px;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 0;
    font-size: 16px;
    line-height: 23px;
    overflow: visible;
  }

  .main-part-lob-copy, .main-part-fish {
    height: auto;
  }

  .fish-text-first {
    width: 250px;
    min-width: 70%;
    margin-top: 34px;
    margin-left: 123px;
    margin-right: auto;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 0;
    font-size: 16px;
    line-height: 23px;
    overflow: visible;
  }

  .fresh-fish {
    background-image: linear-gradient(#0000005e, #0000005e), url('../images/crab_batt.jpg');
    background-size: auto, auto;
    grid-template-rows: 239px;
    grid-template-columns: 1fr 1.5fr .5fr;
    height: 251px;
  }

  .batt-boat-lfish {
    text-align: right;
    height: 352px;
  }

  .fish-dish {
    height: 352px;
  }

  .srimp-sl {
    height: 60vh;
  }

  .shrimp_bann_text {
    text-align: right;
    width: 290px;
    margin-top: -8px;
    margin-left: -134px;
    padding-left: 0;
    line-height: 40px;
    top: 0%;
  }

  .shrimp_div {
    background-image: none;
    margin-top: 0;
    margin-left: -92px;
  }

  .shrimp_line {
    width: 60%;
    margin-left: auto;
  }

  .hading-shrimp {
    width: 100%;
    margin-top: 37px;
    padding-top: 26px;
    padding-bottom: 0;
    padding-right: 39px;
  }

  .shrimp-text-top {
    width: 320px;
    min-width: 70%;
    margin-left: 6px;
    margin-right: -191px;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 26px;
    font-size: 16px;
    line-height: 23px;
    overflow: visible;
  }

  .shrimp-second-text {
    width: 243px;
    min-width: 70%;
    margin-top: 75px;
    margin-left: 123px;
    margin-right: auto;
    padding: 0 0 0 25px;
    font-size: 16px;
    line-height: 23px;
    overflow: visible;
  }

  .shrimp-text-wild {
    width: 290px;
    font-size: 24px;
    line-height: 5px;
  }

  .fersh-shrimp {
    background-image: linear-gradient(#0000005e, #0000005e), url('../images/shrimp_DSC_2797.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    grid-template-rows: 239px;
    grid-template-columns: 1fr 1.5fr .5fr;
    height: 251px;
  }

  .water-shrimp-resp {
    text-align: right;
    height: 352px;
  }

  .shrimp-dish {
    height: 352px;
  }

  .fresh-fish-copy {
    background-image: linear-gradient(#0000005e, #0000005e), url('../images/shutterstock_592726868.png');
    background-size: auto, cover;
    grid-template-rows: 239px;
    grid-template-columns: 1fr 1.5fr .5fr;
    height: 251px;
  }

  .bold-text-3 {
    margin-left: 3px;
  }

  .get-in {
    height: auto;
  }

  .logos-copy {
    grid-column-gap: 16px;
    grid-template-rows: 176px auto;
  }

  .section-13, .about-banner {
    height: 60vh;
  }

  .about-text {
    text-align: right;
    width: 290px;
    margin-top: -8px;
    margin-left: -201px;
    padding-left: 0;
    line-height: 40px;
    top: 0%;
  }

  .about-div {
    background-image: none;
    margin-top: 0;
  }

  .about-line {
    width: 44%;
    margin-left: auto;
  }

  .plate-about {
    height: 320px;
  }

  .abut-text {
    height: 550px;
  }

  .plate {
    background-repeat: no-repeat;
    background-size: contain;
  }

  .moto-about {
    width: 300px;
    padding-top: 76px;
    padding-right: 54px;
  }

  .about-pharagraph {
    margin-top: -68px;
    padding: 0;
  }

  .about-div-text {
    margin-top: -68px;
    padding-bottom: 0;
  }

  .opportunities-banner {
    height: 60vh;
  }

  .opp-sl1 {
    background-image: linear-gradient(#00000040, #00000040), url('../images/iStock_000015227962Medium.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .opportunities-text {
    text-align: right;
    width: 290px;
    margin-top: -8px;
    margin-left: -345px;
    padding-left: 0;
    line-height: 40px;
    top: 0%;
  }

  .opportunities-line {
    width: 44%;
    margin-left: auto;
  }

  .right-photos {
    background-image: url('../images/p-5_water.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    display: none;
  }

  .opportunities-left {
    width: 100%;
  }

  .p-1-crab, .p-2-boat, .p-3-salmon, .p-3cod, .p-4-snow, .p-5-water {
    height: 240px;
  }

  .text-opp {
    height: 120px;
    margin: 66px 100px 55px 90px;
  }

  .paragraph-7 {
    line-height: 32px;
  }

  .text-opp-1 {
    height: 250px;
    margin-top: 5px;
    margin-left: 90px;
    margin-right: 57px;
    padding-top: 14px;
  }

  .list-stile {
    margin-top: -6px;
    line-height: 32px;
  }

  .list-stile.our-global {
    margin-top: 0;
    padding-top: 9px;
    padding-left: 35px;
  }

  .list-stile.our-global.phone {
    margin-bottom: 9px;
    padding-top: 4px;
  }

  .list-stile.our-global-copy {
    margin-top: 23px;
    padding-top: 9px;
    padding-left: 35px;
  }

  .list-stile.our-global-copy.phone {
    margin-bottom: 9px;
    padding-top: 4px;
  }

  .text-opp-2 {
    margin-left: 90px;
  }

  .paragraph-9 {
    line-height: 32px;
  }

  .text-opp-3 {
    margin-top: -23px;
    margin-left: -33px;
    padding-left: 0;
  }

  .hader-main {
    margin-left: 381px;
    font-size: 30px;
    line-height: 31px;
  }

  .text-opp-4 {
    margin-top: -56px;
    margin-left: 90px;
  }

  .heading-2 {
    margin-top: 175px;
    margin-bottom: -3px;
    margin-left: 32px;
  }

  .text-opp-5 {
    margin-left: 90px;
  }

  .div-block-69 {
    background-size: 390px;
    width: 100%;
    height: 316px;
    margin-top: 171px;
  }

  .text-opp-22 {
    height: 110px;
    margin: 43px 100px 55px 90px;
  }

  .text-opp-22-copy {
    height: 110px;
    margin: 63px 100px 55px 90px;
  }

  .text-opp-44 {
    height: 110px;
    margin: 51px 100px 55px 90px;
  }

  .list {
    height: 40px;
  }

  .list-2 {
    margin-top: -30px;
  }

  .text-opp-33 {
    margin-top: 1px;
    margin-bottom: 0;
    margin-left: 90px;
  }

  .list-inv {
    margin-top: 17px;
    padding-left: 0;
  }

  .list-stile-copy {
    margin-top: -6px;
    line-height: 32px;
  }

  .list-stile-copy.our-global {
    margin-top: 45px;
    padding-top: 9px;
    padding-left: 35px;
  }

  .contact {
    height: 60vh;
  }

  .conatct-1 {
    background-image: linear-gradient(#00000040, #00000040), url('../images/iStock_000015227962Medium.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .opportunities-line-copy {
    width: 44%;
    margin-left: auto;
  }

  .contact-div {
    background-image: none;
    margin-top: 0;
  }

  .contact-line {
    width: 44%;
    margin-left: auto;
  }

  .our-team {
    margin-top: auto;
  }

  .contact-left {
    width: 100%;
    margin-top: 0;
  }

  .contact-right {
    background-image: url('../images/p-5_water.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: auto;
    display: none;
  }

  .heading-2-copy {
    margin-top: 14px;
    margin-left: 33px;
  }

  .kozloff {
    width: 63%;
    height: 100%;
    margin-top: 0;
    margin-left: 52px;
    margin-right: 0;
    padding-top: 0;
  }

  .kozloff.ben {
    margin-top: 29px;
  }

  .adress-contact {
    margin-top: -8px;
  }

  .div-contact {
    width: 100%;
    margin-left: 0;
  }

  .div-contact.stuart {
    height: 280px;
  }

  .div-block-73 {
    width: 29%;
  }

  .bennet {
    width: 670px;
    height: 250px;
    margin-top: 0;
    margin-left: 90px;
    margin-right: 57px;
    padding-top: 14px;
  }

  .section-15 {
    height: auto;
  }

  .logo-icon {
    width: 29%;
  }

  .div-block-83 {
    height: 816vh;
  }

  .div-block-84 {
    width: 470px;
    height: 150px;
    margin-top: -188px;
    margin-left: -54px;
  }

  .main-part-shrimp {
    height: auto;
  }

  .paragraph-3-copy {
    border-right-style: none;
    height: auto;
    padding: 20px 33px 22px 22px;
    font-size: 21px;
    line-height: 22px;
  }

  .product {
    text-align: right;
    width: 290px;
    margin-top: -110px;
    margin-left: 133px;
    padding-left: 0;
    line-height: 40px;
    top: 0%;
  }

  .crab-par2 {
    width: auto;
    min-width: 70%;
    margin-left: 45px;
    margin-right: -2px;
    padding-top: 42px;
    padding-left: 0;
    padding-right: 46px;
    font-size: 16px;
    line-height: 20px;
    overflow: visible;
  }

  .aqua-chef-logo {
    background-color: var(--20);
    background-size: 180px;
  }

  .div-block-85 {
    background-size: 190px;
  }

  .div-block-86 {
    background-size: 170px;
  }

  .top-menu {
    width: 130px;
    height: 47px;
    margin-top: -99px;
    line-height: 10px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .logo-home {
    background-position: 50%;
    background-size: 27%;
    margin-top: -52px;
  }

  .mill-page-bann {
    width: 90%;
  }

  .mill-page-bann.container-class-outline {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .processingsolutions.home {
    height: 80px;
  }

  .menu-button.w--open {
    height: 64px;
  }

  .slide-nav {
    text-align: right;
    width: 290px;
    margin-left: 54px;
    margin-right: 0;
    padding-right: 40px;
  }

  .slide {
    background-size: cover;
  }

  .mb-home {
    margin-top: -1px;
    display: flex;
  }

  .navbar {
    width: 100%;
  }

  .right-arrow {
    top: -105px;
    left: 8%;
  }

  .section-3 {
    height: 515px;
  }

  .div-block-3.home {
    height: 260px;
  }

  .left-arrow {
    width: 60px;
    top: -52px;
  }

  .image {
    margin-left: 42px;
  }

  .nav-menu-2 {
    width: 100%;
  }

  .icon-2 {
    margin-left: 25px;
    margin-right: 4px;
    padding-left: 0;
    font-size: 37px;
  }

  .menu-button-2 {
    margin-left: 6px;
    margin-right: 10px;
    font-size: 12px;
  }

  .menu-button-2.w--open {
    margin-right: 0;
  }

  .butt-menu {
    margin-left: 77px;
    top: 4%;
  }

  .right-vert-part {
    border-left-style: none;
    display: flex;
  }

  .text-block.home, .text-block.product-text {
    align-self: auto;
    left: -157px;
  }

  .home-text-block {
    left: 37%;
  }

  .home-text-block.iphone-home {
    margin-left: 22px;
    left: 32%;
  }

  .home-text-block.prod-part {
    margin-left: 83px;
    left: 0%;
  }

  .home-text-block.product-new {
    margin-left: 35px;
    left: 32%;
  }

  .learn-more-link {
    height: 50px;
    margin-top: -27px;
    margin-left: 91px;
    padding-top: 13px;
    top: -12%;
  }

  .learn-more-link:hover {
    padding-top: 13px;
  }

  .learn-more-link.learn-more {
    margin-left: 0;
    left: -54%;
  }

  .learn-more-link.crab-batt, .learn-more-link.about-batt, .learn-more-link.opp-batt {
    margin-top: -25px;
    top: -20%;
  }

  .left-arrow-copy {
    width: 60px;
  }

  .home-sections {
    background-position: 50%;
    height: 467px;
    margin-top: 10px;
    margin-bottom: 0;
  }

  .home-sections.lobter, .home-sections.crab {
    height: auto;
    margin-top: 0;
  }

  .home-sections.shrimp {
    height: 543px;
    margin-top: 0;
  }

  .home-sections.fish {
    height: auto;
    margin-top: 0;
  }

  .home-sections.about, .home-sections.opport {
    background-size: auto;
    height: auto;
    margin-top: 0;
    padding-left: 0;
  }

  .main-part-product {
    grid-template-rows: auto;
    height: 543px;
  }

  .right-block {
    height: 546px;
    display: none;
  }

  .left-block {
    flex: none;
    width: 100%;
    height: 550px;
    margin-right: 0;
  }

  .heading {
    margin-top: 40px;
  }

  .heading.creb-had {
    margin-top: 21px;
  }

  .heading.shrimp {
    margin-top: 29px;
  }

  .heading.opportunities-had {
    margin-top: 131px;
  }

  .paragraph {
    padding-top: 25px;
  }

  .paragraph.crab-para {
    margin-top: -142px;
  }

  .paragraph.shrimp-para {
    width: 310px;
    margin-top: -87px;
    padding-top: 0;
  }

  .paragraph.lobster-banner {
    margin-top: -74px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .paragraph.opportunities-copy {
    margin-top: -183px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .text-learn-more {
    justify-content: space-between;
    height: 432px;
    margin-top: 0;
    padding: 29px 45px 0 0;
  }

  .text-learn-more.shrimp {
    height: 433px;
  }

  .image-4 {
    flex: 1;
    margin-left: 4px;
    padding-top: 26px;
    padding-left: 39px;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .link-in.inst {
    background-image: url('../images/in.svg');
  }

  .logo-footer {
    width: 100%;
    height: 192px;
    margin-top: 22px;
    display: block;
    position: absolute;
    inset: 0% 0% auto;
  }

  .social-block {
    justify-content: center;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    inset: auto 0% 0% auto;
  }

  .mb-logo {
    flex: 0 auto;
    justify-content: space-between;
    width: 160px;
    height: 192px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    inset: 0% auto auto 0%;
  }

  .footer-final {
    flex-direction: column;
    justify-content: flex-end;
    height: 450px;
    display: flex;
    position: static;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .address-footer {
    margin-left: 160px;
  }

  .copyright {
    margin-top: -18px;
  }

  .about {
    margin-top: 6px;
    margin-left: 26px;
    padding-bottom: 0;
    padding-left: 22px;
  }

  .footer-links {
    width: 100%;
    height: 237px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 13px;
    display: block;
    position: absolute;
    inset: auto 0% 0%;
    overflow: visible;
  }

  .footer {
    margin-top: 75px;
  }

  .container-4 {
    width: 90%;
  }

  .footer-main {
    align-content: flex-end;
    height: 470px;
    margin-top: 0;
    padding-top: 0;
  }

  .left-social.middle {
    border: 1px #000;
    width: 76%;
  }

  .left-social.right-footer {
    border-right-style: none;
    width: 50%;
    margin-left: 122px;
  }

  .footer-logo-text {
    border-right: 1px #000;
  }

  .footer-menu {
    width: 100px;
    margin-left: 47px;
    display: flex;
  }

  .link-3 {
    margin-left: 0;
  }

  .footer-social {
    width: 47px;
    margin-left: 1px;
  }

  .address {
    margin-top: 371px;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .address.coop {
    margin-left: auto;
    padding-left: 0;
    display: block;
  }

  .right-footer {
    margin-left: 1px;
  }

  .battom-banner-block {
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    display: flex;
    top: 83px;
    left: 0%;
  }

  .text-block-11 {
    padding-top: 10px;
    padding-left: 24px;
    font-size: 11px;
    display: none;
  }

  .div-block-16 {
    flex: none;
    display: flex;
  }

  .div-block-17 {
    display: none;
    overflow: auto;
  }

  .div-block-18 {
    display: none;
  }

  .left-text-and-batt {
    align-items: flex-end;
    height: 100%;
    display: block;
  }

  .div-block-26 {
    background-position: 0 0;
    height: 100%;
  }

  .div-block-26.fish-right, .div-block-26.about-plate, .div-block-26.opp-bird {
    background-position: 0 100%;
    background-size: 190px;
  }

  .div-block-27 {
    height: 432px;
  }

  .left-line {
    border-bottom-style: none;
    border-bottom-color: var(--white-2);
    height: 110px;
    position: relative;
  }

  .photo1 {
    align-self: flex-start;
  }

  .photo1.shrimp1 {
    align-self: auto;
  }

  .photo1.crab1 {
    height: 108px;
  }

  .div-block-31 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    align-self: flex-start;
    align-items: flex-end;
    height: 100%;
  }

  .photo2.crab2 {
    height: 108px;
  }

  .section-3-copy {
    height: 515px;
  }

  .section-lobster {
    height: 60vh;
  }

  .lobster-leran-more {
    left: 37%;
  }

  .batt-lobster {
    height: 50px;
    margin-top: -27px;
    margin-left: 91px;
    padding-top: 13px;
  }

  .batt-lobster:hover {
    padding-top: 13px;
  }

  .right-part-no-line {
    border-left-style: none;
    display: flex;
  }

  .lobster-page-sec {
    background-image: url('../images/lobster-bert-blur.jpg');
    background-position: 100% 0;
    background-repeat: repeat;
    background-size: cover;
    height: 286vh;
    margin-top: 0;
    margin-bottom: 0;
  }

  .lobster-page-sec.lobter, .lobster-page-sec.crab, .lobster-page-sec.shrimp, .lobster-page-sec.fish, .lobster-page-sec.shrimp {
    height: 543px;
    margin-top: 0;
  }

  .main-part-lobster {
    grid-template-rows: 543px;
    height: 543px;
  }

  .no-lobster {
    background-position: 0 0;
    height: 100%;
  }

  .no-lobster.fish-right {
    background-position: 0 100%;
    background-size: 190px;
  }

  .left-lobster-white-trens {
    grid-template-rows: 263px 268px 284px 310px 238px 238px;
    grid-template-columns: 1.5fr 1fr;
    height: 100%;
  }

  .main-part-white, .main-part-white-lobster {
    height: 433px;
    margin-top: 0;
    padding-top: 29px;
    padding-bottom: 0;
    padding-left: 35px;
  }

  .lobster-paragr {
    padding-top: 32px;
  }

  .heading-lobster {
    margin-top: 52px;
  }

  .heading-lobster.creb-had, .heading-lobster.shrimp {
    margin-top: 21px;
  }

  .we-know-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 149px 207px;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    display: grid;
  }

  .we-know-block.fish-map {
    grid-template-rows: 149px 249px;
  }

  .we-know-block.shrimp-map {
    grid-template-rows: 149px 221px;
  }

  .we-know-block.king-greed {
    grid-template-rows: 149px 236px;
  }

  .we-know-left, .paragraph-3 {
    height: auto;
  }

  .paragraph-4 {
    margin-top: 34px;
  }

  .trans-lobster {
    height: 433px;
  }

  .bold-text-2 {
    font-size: 21px;
  }

  .wild-text-bl {
    margin-top: 14px;
  }

  .fresh-fom-sea {
    margin-right: 41px;
    padding-right: 32px;
  }

  .text-block-13 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .text-block-13.king-cr {
    margin-top: 59px;
  }

  .text-block-14 {
    height: 100%;
    margin-top: 0;
    padding-top: 76px;
    padding-bottom: 0;
  }

  .ac-logo {
    background-color: var(--20);
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
  }

  .lobster-dish {
    background-position: 50% 20%;
    background-size: cover;
  }

  .section-crab {
    height: auto;
  }

  .lobster-leran-more-copy {
    left: 37%;
  }

  .crab_text {
    width: 100%;
    margin-left: auto;
    left: 37%;
  }

  .crab-text-main {
    width: 220px;
    margin-left: -73px;
    font-size: 50px;
  }

  .king-page-sec {
    background-image: url('../images/lobster-bert-blur.jpg');
    background-position: 100% 0;
    background-repeat: repeat;
    background-size: cover;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .king-page-sec.lobter, .king-page-sec.crab, .king-page-sec.shrimp, .king-page-sec.fish, .king-page-sec.shrimp {
    height: 543px;
    margin-top: 0;
  }

  .king-page-sec.lob-big-image {
    background-image: url('../images/lobster-right-page.png'), url('../images/lobster-bert-blur.jpg');
    background-position: 100% 0, 50%;
    background-repeat: no-repeat, repeat;
    background-size: 540px, cover;
    height: auto;
  }

  .king-page-sec.fish_big-part {
    background-image: url('../images/shrimp-part.png'), url('../images/shrimp-bert-blur.jpg');
    background-position: 100% 0, 50%;
    background-repeat: no-repeat, repeat;
    background-size: 486px, cover;
    height: auto;
  }

  .king-page-sec.fish_big-part-copy {
    background-image: url('../images/big_fish.png'), url('../images/fish-bert-blur-copy.jpg');
    background-position: 50% 0, 50%;
    background-repeat: no-repeat, repeat;
    background-size: 330px, cover;
    height: auto;
  }

  .main-part-king {
    grid-template-rows: 543px;
    height: auto;
  }

  .left-king-white-trens {
    grid-template-rows: 528px 279px 385px 356px 292px 339px 352px;
    grid-template-columns: minmax(282px, 1.75fr) 0;
    grid-auto-rows: 280px;
    height: auto;
    margin-bottom: 0;
  }

  .left-king-white-trens.lob-box-part {
    grid-template-rows: 256px .25fr 356px auto 263px auto 377px;
    grid-auto-rows: 244px;
    margin-bottom: 0;
  }

  .left-king-white-trens.fish-list-main {
    grid-template-rows: 585px 340px 325px 250px 250px 420px;
    grid-auto-rows: auto;
    margin-bottom: auto;
  }

  .left-king-white-trens.fish-grid {
    grid-template-rows: 405px 399px 250px 250px 258px 250px;
    margin-bottom: 0;
  }

  .left-king-white-trens.shrimp-greed {
    grid-template-rows: 250px 2fr 251px;
    grid-auto-rows: 297px;
    margin-bottom: 0;
  }

  .king-paragr {
    width: 110%;
    margin-top: 33px;
    margin-left: 40px;
    margin-right: 3px;
    padding-top: 35px;
  }

  .heading-king {
    margin-top: 52px;
  }

  .heading-king.creb-had, .heading-king.shrimp {
    margin-top: 21px;
  }

  .king-paragr-left {
    padding-top: 32px;
  }

  .king-box {
    width: 100%;
  }

  .heading-king-box {
    margin-top: 5px;
    padding-right: 88px;
  }

  .heading-king-box.creb-had, .heading-king-box.shrimp {
    margin-top: 21px;
  }

  .king-box-3d {
    background-size: 330px;
    width: 82%;
    margin-top: -79px;
  }

  .net-wt-in-crab {
    margin-top: 0;
    padding-top: 118px;
  }

  .frozen-nw-crab {
    height: 180px;
    margin-top: -71px;
  }

  .crab-list {
    margin-top: 180px;
    margin-left: 68px;
  }

  .red-king {
    margin-top: 0;
  }

  .king-crab-preium {
    font-size: 21px;
  }

  .fresh-crab {
    background-image: linear-gradient(#0000, #0000), url('../images/crab_batt.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: auto;
    margin-top: 0;
  }

  .lobster-dish-copy {
    background-position: 50% 20%;
    background-size: cover;
  }

  .snow-crab-dish {
    background-position: 50% 20%;
    background-size: cover;
    margin-top: 0;
  }

  .crab-had {
    height: 433px;
    margin-top: 0;
    padding-top: 29px;
    padding-bottom: 0;
    padding-left: 35px;
  }

  .div-block-45 {
    grid-template-columns: minmax(349px, .25fr) 1.25fr;
  }

  .heading-crab {
    margin-top: 5px;
    padding-right: 32px;
  }

  .heading-crab.creb-had, .heading-crab.shrimp {
    margin-top: 21px;
  }

  .div-block-46 {
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    height: auto;
  }

  .lobster-paragr-2 {
    width: 280px;
    margin-right: auto;
    padding-top: 32px;
    padding-left: 31px;
  }

  .div-block-47 {
    width: 100%;
  }

  .lobster-paragr-2-copy {
    width: 280px;
    margin-right: auto;
    padding-top: 32px;
    padding-left: 31px;
  }

  .crab-pargr {
    width: 280px;
    margin-left: 90px;
    margin-right: auto;
    padding-top: 32px;
    padding-left: 31px;
  }

  .crab-par1 {
    width: 350px;
    margin-left: 161px;
    margin-right: auto;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 30px;
  }

  .body-2 {
    height: auto;
    display: block;
  }

  .lobster-text-main {
    width: 220px;
    margin-left: -260px;
    font-size: 50px;
  }

  .lob_text-main {
    width: 220px;
    margin-left: -146px;
    font-size: 50px;
  }

  .lob-greed {
    grid-template-columns: minmax(349px, .25fr) 1.25fr;
  }

  .hading-lob {
    margin-top: 5px;
    padding-right: 52px;
  }

  .hading-lob.creb-had, .hading-lob.shrimp {
    margin-top: 21px;
  }

  .lob-text-top {
    width: 280px;
    margin-top: 3px;
    margin-left: 145px;
    margin-right: auto;
    padding-top: 32px;
    padding-left: 10px;
    padding-right: 21px;
  }

  .lob-box {
    background-size: 330px;
    width: 82%;
    margin-top: -69px;
  }

  .main-part-king-copy {
    grid-template-rows: 543px;
    height: 543px;
  }

  .main-part-lob {
    grid-template-rows: 543px;
    height: auto;
  }

  .frozen-lob {
    height: 180px;
    margin-top: -71px;
  }

  .lob-list {
    margin-top: 202px;
  }

  .king-crab-preium-copy, .lob-text-wild {
    font-size: 21px;
  }

  .lob-map.fish {
    background-position: 50% 42%;
    background-size: 120px;
  }

  .lob-map.lob-map-one {
    height: auto;
  }

  .fresh-lob {
    height: auto;
    margin-top: 0;
  }

  .lob-dish {
    background-position: 50% 20%;
    background-size: cover;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
  }

  .net-wt-in-crab-copy, .net-wt-in-lob {
    margin-top: 42px;
    padding-top: 73px;
  }

  .learn-more-link-prod {
    height: 50px;
    margin-top: -27px;
    margin-left: 57px;
    padding-top: 13px;
    left: -13%;
  }

  .learn-more-link-prod:hover {
    padding-top: 13px;
  }

  .div-block-18-copy {
    display: none;
  }

  .menu-parent-2 {
    margin-left: 23px;
  }

  .error-message-2 {
    margin-left: auto;
    margin-right: 326px;
  }

  .container-11 {
    margin-top: 65px;
  }

  .contact-_block {
    grid-template-rows: auto 100px 91px 100px;
    padding-left: 96px;
  }

  .section-11 {
    flex-direction: row;
    height: 82vh;
    display: flex;
  }

  .brands-text {
    width: 220px;
    margin-left: -146px;
    font-size: 50px;
  }

  .logos {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: 150px 150px 150px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    height: 290px;
    margin-top: 53px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: static;
  }

  .div-block-55 {
    padding: 5px 67px 67px;
  }

  .paragraph-5 {
    margin-top: -114px;
  }

  .waves {
    background-position: 0 10%;
    background-size: cover;
    height: 60vh;
    margin-top: -193px;
  }

  .div-block-60 {
    height: 290px;
    margin-top: 5px;
  }

  .section-12 {
    height: 760px;
  }

  .fish_bann_text {
    width: 220px;
    margin-left: -36px;
    font-size: 50px;
  }

  .hading-fish {
    margin-top: 5px;
    padding-right: 52px;
  }

  .hading-fish.creb-had, .hading-fish.shrimp {
    margin-top: 21px;
  }

  .fish-text-top {
    width: 280px;
    margin-left: 128px;
    margin-right: auto;
    padding-top: 32px;
    padding-left: 10px;
    padding-right: 0;
  }

  .fish-text-blog {
    grid-template-columns: auto;
    height: auto;
  }

  .fish-text-right {
    width: 100%;
  }

  .fish-list {
    width: 280px;
    margin-left: 128px;
    margin-right: auto;
    padding-top: 32px;
    padding-left: 10px;
    padding-right: 0;
  }

  .main-part-lob-copy {
    grid-template-rows: 543px;
    height: 543px;
  }

  .main-part-fish {
    flex-direction: row;
    grid-template-rows: 543px;
    align-items: stretch;
    height: auto;
    margin-top: 0;
  }

  .fish-text-first {
    width: 280px;
    margin-top: 5px;
    margin-left: 128px;
    margin-right: auto;
    padding-top: 32px;
    padding-left: 10px;
    padding-right: 0;
  }

  .fresh-fish {
    margin-top: 77px;
  }

  .batt-boat-lfish {
    background-position: 50%;
    background-size: cover;
    height: 100%;
  }

  .fish-dish {
    background-position: 50% 20%;
    background-size: cover;
    height: auto;
    margin-top: 0;
  }

  .shrimp_bann_text {
    width: 220px;
    margin-left: -100px;
    font-size: 50px;
  }

  .hading-shrimp {
    margin-top: 5px;
    padding-right: 52px;
  }

  .hading-shrimp.creb-had, .hading-shrimp.shrimp {
    margin-top: 21px;
  }

  .shrimp-text-top {
    width: 280px;
    margin-left: 128px;
    margin-right: auto;
    padding-top: 32px;
    padding-left: 10px;
    padding-right: 0;
  }

  .shrimp-second-text {
    width: 280px;
    margin-top: 16px;
    margin-left: 128px;
    margin-right: auto;
    padding-top: 2px;
    padding-left: 10px;
    padding-right: 0;
  }

  .shrimp-text-wild {
    font-size: 21px;
  }

  .fersh-shrimp {
    margin-top: 0;
  }

  .shrimp-dish {
    background-position: 50% 20%;
    background-size: cover;
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
  }

  .fresh-fish-copy {
    height: auto;
    margin-top: auto;
  }

  .bold-text-3 {
    margin-left: -15px;
  }

  .logos-all {
    height: auto;
  }

  .waves-copy {
    background-position: 0 10%;
    background-size: cover;
    height: auto;
    margin-top: 238px;
  }

  .logos-copy {
    clear: none;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    grid-template-rows: 150px 150px 150px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: stretch;
    height: 290px;
    margin-top: 61px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    position: static;
  }

  .text-block-38 {
    margin-top: 60px;
  }

  .about-text {
    width: 220px;
    margin-left: -146px;
    font-size: 50px;
  }

  .about-line {
    width: 33%;
  }

  .plate-about {
    flex-direction: row;
    height: 50vh;
    display: flex;
  }

  .abut-text {
    height: 730px;
  }

  .moto-about {
    width: 227px;
    padding-top: 35px;
    padding-bottom: 0;
  }

  .about-div-text {
    margin-top: -62px;
    padding: 5px 67px 26px;
  }

  .opp-sl1 {
    background-image: linear-gradient(#00000040, #00000040), url('../images/iStock_000015227962Medium.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .opportunities-text {
    width: 220px;
    margin-left: -265px;
    font-size: 50px;
  }

  .opportunities-line {
    width: 33%;
  }

  .text-opp {
    margin-top: 63px;
  }

  .text-opp-1 {
    height: 280px;
    margin-top: 249px;
    margin-bottom: -3px;
    padding-top: 39px;
  }

  .list-stile {
    margin-top: 54px;
    margin-bottom: -7px;
  }

  .list-stile.our-global, .list-stile.our-global.phone {
    margin-top: 0;
    margin-bottom: 0;
  }

  .list-stile.our-global-copy {
    margin-top: -32px;
    margin-bottom: 0;
    padding-left: 38px;
  }

  .list-stile.our-global-copy.phone {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-opp-3 {
    background-size: 270px;
    margin-top: 1px;
  }

  .hader-main {
    margin-left: 306px;
  }

  .text-opp-4 {
    margin-top: -52px;
  }

  .heading-2 {
    margin-top: 100px;
    margin-bottom: 29px;
  }

  .div-block-69 {
    margin-top: 132px;
  }

  .text-opp-44 {
    height: 180px;
    margin-top: -191px;
    margin-bottom: 53px;
    margin-right: 50px;
  }

  .list-2 {
    margin-top: 209px;
  }

  .text-opp-33 {
    margin-top: 334px;
    margin-bottom: 3px;
  }

  .list-stile-copy {
    margin-top: 48px;
    margin-bottom: -7px;
  }

  .list-stile-copy.our-global {
    margin-top: 20px;
  }

  .conatct-1 {
    background-image: linear-gradient(#00000040, #00000040), url('../images/iStock_000015227962Medium.jpg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .opportunities-line-copy, .contact-line {
    width: 33%;
  }

  .heading-2-copy {
    margin-top: 18px;
    margin-bottom: 22px;
  }

  .kozloff.ben {
    height: 210px;
    margin-top: 0;
  }

  .adress-contact {
    margin-top: 0;
  }

  .div-contact.stuart {
    height: 300px;
  }

  .div-block-73 {
    width: 31%;
    margin-top: 0;
  }

  .logo-icon {
    width: 31%;
  }

  .div-block-83 {
    height: 835vh;
  }

  .div-block-84 {
    background-position: 100%;
    width: auto;
    height: 180px;
    margin-top: -32px;
    margin-left: auto;
    margin-right: 35px;
    padding-right: 0;
  }

  .shrimp-text-right-copy {
    width: 100%;
  }

  .main-part-shrimp {
    flex-direction: row;
    grid-template-rows: 543px;
    align-items: stretch;
    height: auto;
    margin-top: 0;
  }

  .paragraph-3-copy {
    height: auto;
  }

  .product {
    width: 220px;
    margin-left: -260px;
    font-size: 50px;
  }

  .text-block-41 {
    margin-top: -141px;
    margin-right: -19px;
  }

  .crab-par2 {
    width: 490px;
    margin-left: 23px;
    margin-right: auto;
    padding-top: 32px;
    padding-left: 0;
    padding-right: 0;
  }

  .aqua-chef-logo {
    background-color: var(--20);
    height: auto;
    margin-top: 0;
    padding-bottom: 0;
  }

  .top-menu {
    width: 100px;
    margin-left: 47px;
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .body {
    height: auto;
  }

  .logo-home {
    background-position: 50% 0;
    background-size: 40%;
    flex-direction: row;
    justify-content: center;
    align-self: auto;
    align-items: stretch;
    width: 170px;
    height: 194px;
    margin-top: -98px;
    padding-top: 0;
    display: flex;
    position: relative;
  }

  .mill-page-bann.container-class-outline {
    width: 190px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .left {
    z-index: -1;
    top: 1%;
  }

  .processingsolutions {
    align-self: center;
  }

  .processingsolutions.home {
    width: 200px;
    margin-top: -58px;
    margin-left: 0;
    font-size: 30px;
    top: 0;
  }

  .slide-nav {
    text-align: right;
    width: 50%;
    margin: 0 20px 25px auto;
    padding-right: 0;
    line-height: 20px;
    display: none;
    position: absolute;
    overflow: visible;
  }

  .mask {
    margin-top: 0;
  }

  .right-arrow {
    margin-top: -54px;
    margin-left: -1px;
    top: -96px;
    left: 92px;
  }

  .home-page {
    height: 80vh;
    margin-top: auto;
  }

  .boat-ocean {
    background-position: 60% 40%;
    background-size: cover;
    height: 104vh;
  }

  .section-3 {
    height: 80vh;
    margin-top: 0;
    display: block;
    position: relative;
  }

  .div-block-3 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 180px;
    margin-left: 2px;
    display: flex;
  }

  .left-arrow {
    z-index: 10;
    align-items: flex-start;
    width: 61px;
    height: 61px;
    margin-top: 0;
    margin-left: 18px;
    line-height: 0;
    top: -91px;
  }

  .image {
    width: 200px;
    margin-top: 14px;
    margin-left: 26px;
    display: block;
  }

  .container-2 {
    z-index: auto;
    display: flex;
    inset: 0% auto auto 0%;
  }

  .nav-menu-2 {
    background-color: #151f27c7;
  }

  .icon-2 {
    height: 21px;
    margin-left: 26px;
    font-size: 37px;
  }

  .menu-button-2 {
    margin-left: 0;
    margin-right: 2px;
    padding-top: 20px;
  }

  .menu-button-2.w--open {
    padding-top: 21px;
  }

  .brand {
    background-position: 20%;
    background-size: 110px;
    margin-left: 12px;
  }

  .butt-menu {
    text-align: left;
    margin-top: 14px;
    margin-bottom: -15px;
    margin-left: 35px;
    top: 4%;
  }

  .right-vert-part {
    text-align: center;
    background-color: #151f2700;
    width: 40%;
    height: 100%;
    display: inline;
  }

  .text-block {
    text-align: center;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    width: 70%;
    margin-left: 0;
    display: flex;
    position: relative;
    inset: -137% 2px auto 23px;
  }

  .text-block.home {
    text-align: right;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
    align-items: stretch;
    width: 70%;
    margin-top: auto;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    left: 0;
    right: 0;
  }

  .text-block.product-text {
    text-align: right;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
    align-items: stretch;
    width: 70%;
    margin-top: auto;
    margin-left: 99px;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 50px;
    top: 22px;
    left: 0;
    right: 0;
  }

  .home-text-block {
    text-align: center;
    align-content: center;
    align-items: center;
    width: 60%;
    height: 110px;
    margin-top: 22px;
    margin-left: 154px;
    display: flex;
    position: relative;
    top: 76%;
    left: -1px;
  }

  .home-text-block.iphone-home {
    text-align: right;
    flex-direction: column;
    align-content: stretch;
    align-items: flex-end;
    width: 100%;
    height: 120px;
    margin-top: 197px;
    margin-left: auto;
    margin-right: 55px;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .home-text-block.prod-part {
    text-align: right;
    flex-direction: column;
    align-content: stretch;
    align-items: flex-end;
    width: 100%;
    height: 120px;
    margin-top: 280px;
    margin-left: auto;
    margin-right: 55px;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .home-text-block.product-new {
    text-align: right;
    flex-direction: column;
    align-content: stretch;
    align-items: flex-end;
    width: 100%;
    height: 120px;
    margin-top: 259px;
    margin-left: auto;
    margin-right: 55px;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .learn-more-link {
    text-align: center;
    align-self: flex-end;
    margin: 34px 41px -2px auto;
    top: -15%;
    left: 0%;
  }

  .learn-more-link.learn-more {
    align-self: auto;
    margin: 44px 0 90px auto;
    padding-top: 13px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .learn-more-link.crab-batt, .learn-more-link.about-batt, .learn-more-link.opp-batt {
    top: -17%;
  }

  .left-arrow-copy {
    width: 50px;
  }

  .social {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
    position: relative;
    overflow: visible;
  }

  .home-sections {
    height: 550px;
    margin-top: 0;
  }

  .home-sections.lobter, .home-sections.crab, .home-sections.fish, .home-sections.about, .home-sections.opport {
    height: 550px;
  }

  .main-part-product {
    grid-template-rows: 550px;
    grid-template-columns: 1fr 0%;
    height: 551px;
    margin-top: auto;
  }

  .left-block {
    text-align: center;
    flex: none;
    width: 100%;
    margin-top: 0;
    margin-right: 0;
  }

  .heading {
    text-align: right;
    align-self: flex-end;
    width: 220px;
    margin-top: 6px;
    margin-right: 47px;
  }

  .heading.creb-had {
    margin-top: 1px;
  }

  .heading.shrimp {
    margin-top: 24px;
  }

  .heading.opportunities-had {
    margin-top: 1px;
  }

  .paragraph {
    text-align: right;
    width: 80%;
    margin-bottom: 0;
    margin-right: 39px;
    padding-top: 16px;
  }

  .paragraph.crab-para {
    width: 70%;
    margin-top: -142px;
  }

  .paragraph.shrimp-para {
    width: 250px;
    margin-top: -125px;
  }

  .paragraph.lobster-banner {
    margin-top: -54px;
    margin-bottom: -7px;
    padding-top: 0;
  }

  .paragraph.opportunities-copy {
    width: 70%;
    margin-top: -142px;
  }

  .text-learn-more {
    align-items: flex-end;
    height: 440px;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 1px;
  }

  .text-learn-more.shrimp {
    height: 440px;
  }

  .image-4 {
    flex: 0 auto;
    width: auto;
  }

  .link-in.inst {
    background-image: url('../images/in.svg');
  }

  .logo-footer {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: 370px;
    margin-top: 0;
    display: flex;
  }

  .social-block {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    width: 230px;
    margin-left: -13px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    inset: auto auto 0% 0%;
  }

  .mb-logo {
    border-bottom: 1px #63625e;
    border-right-style: none;
    justify-content: center;
  }

  .link-2 {
    margin-top: 7px;
  }

  .footer-final {
    flex-wrap: nowrap;
    height: 670px;
  }

  .address-footer {
    margin-top: 4px;
    margin-bottom: -1px;
    margin-left: 29px;
    padding-top: 0;
  }

  .paragraph-2 {
    margin-bottom: -6px;
    padding-bottom: 0;
  }

  .text-block-6 {
    text-align: center;
    justify-content: center;
    align-self: flex-end;
    width: 467%;
    margin-top: -75px;
    margin-bottom: 0;
    margin-left: -57px;
    padding-right: 0;
    line-height: 40px;
    inset: 0% auto 0% -18%;
  }

  .copyright {
    align-items: center;
    height: 210px;
    margin-top: 0;
    margin-left: 0;
    line-height: 10px;
    display: flex;
    inset: auto 0% 0% auto;
  }

  .footer-links {
    height: 167px;
    margin-bottom: 134px;
    padding-bottom: 7px;
  }

  .container-4.footer-container {
    text-align: center;
    flex-direction: column;
  }

  .fa-brand.solid {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-main {
    height: 440px;
    margin-top: auto;
  }

  .left-social {
    width: 60px;
  }

  .left-social.middle {
    width: 80%;
    padding-top: 0;
  }

  .left-social.right-footer {
    margin-left: auto;
  }

  .footer-logo-text {
    margin-top: 43px;
  }

  .footer-menu {
    margin-top: -149px;
    margin-left: 25px;
  }

  .text-block-9 {
    width: 190px;
    margin-top: 12px;
    margin-left: 27px;
    font-size: 23px;
    line-height: 30px;
  }

  .address {
    width: 130%;
    margin-top: 337px;
    margin-left: auto;
    position: static;
    inset: 0% auto auto 0%;
  }

  .address.coop {
    width: 210px;
    margin-top: -43px;
    margin-left: 0;
    font-size: 14px;
  }

  .right-footer {
    width: 100%;
    margin-top: 0;
    margin-left: 84px;
  }

  .battom-banner-block {
    justify-content: center;
    width: 100%;
    margin-top: 1px;
    margin-bottom: -2px;
    position: relative;
    top: 87px;
  }

  .banner-block-photo {
    flex: 1;
    justify-content: center;
    display: flex;
  }

  .gary-over {
    width: 100%;
  }

  .text-block-11, .div-block-16 {
    display: none;
    overflow: visible;
  }

  .div-block-17 {
    overflow: visible;
  }

  .left-text-and-batt {
    width: 100%;
  }

  .div-block-26.king-crab-right {
    border-left-style: none;
  }

  .left-line {
    margin-top: 0;
  }

  .menu-parent {
    margin-top: 1px;
    margin-left: 25px;
    padding-left: 8px;
  }

  .menu-parent.icon-3 {
    margin-top: -21px;
    margin-left: auto;
  }

  .div-block-30 {
    width: 143px;
  }

  .photo1, .photo2 {
    width: 50%;
  }

  .section-3-copy {
    height: 80vh;
    margin-top: 0;
    display: block;
    position: relative;
  }

  .section-lobster {
    height: 93vh;
    margin-top: -131px;
    display: block;
    position: relative;
  }

  .lobster-slide {
    height: 80vh;
    margin-top: auto;
  }

  .text-block-copy {
    text-align: center;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    width: 70%;
    margin-left: 0;
    display: flex;
    position: relative;
    inset: -137% 2px auto 23px;
  }

  .text-block-copy.home {
    text-align: right;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
    align-items: stretch;
    width: 70%;
    margin-top: auto;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    left: 0;
    right: 0;
  }

  .lobster-text-sl {
    text-align: center;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    width: 70%;
    margin-left: 0;
    display: flex;
    position: relative;
    inset: -137% 2px auto 23px;
  }

  .lobster-text-sl.home {
    text-align: right;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
    align-items: stretch;
    width: 70%;
    margin-top: auto;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    left: 0;
    right: 0;
  }

  .lobster-leran-more {
    text-align: center;
    align-content: center;
    align-items: center;
    width: 60%;
    height: 110px;
    margin-top: 22px;
    margin-left: 86px;
    display: flex;
    position: relative;
    top: 76%;
    left: -1px;
  }

  .lobster-leran-more.iphone-home {
    text-align: right;
    flex-direction: column;
    align-content: stretch;
    align-items: flex-end;
    width: 100%;
    height: 120px;
    margin-top: 197px;
    margin-left: auto;
    margin-right: 55px;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .batt-lobster {
    text-align: center;
    align-self: flex-end;
    margin: 34px 41px -2px auto;
    top: -1%;
    left: 0%;
  }

  .batt-lobster.learn-more {
    align-self: auto;
    margin: 44px 0 90px auto;
    padding-top: 13px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .lobster-one {
    background-position: 20%;
    background-size: cover;
    height: 104vh;
  }

  .lobster-page-sec {
    height: 2302px;
    margin-top: 0;
  }

  .lobster-page-sec.lobter, .lobster-page-sec.crab, .lobster-page-sec.fish, .lobster-page-sec.shrimp {
    height: 550px;
  }

  .main-part-lobster {
    grid-template-rows: 550px;
    grid-template-columns: 1fr 0%;
    height: 551px;
    margin-top: auto;
  }

  .no-lobster.king-crab-right {
    border-left-style: none;
  }

  .left-lobster-white-trens {
    width: 100%;
  }

  .main-part-white {
    align-items: flex-end;
    height: 440px;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 1px;
  }

  .main-part-white-lobster {
    align-items: flex-end;
    height: 140px;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 1px;
  }

  .lobster-paragr {
    text-align: right;
    width: 130%;
    margin-bottom: 0;
    margin-right: 25px;
    padding-top: 16px;
  }

  .lobster-paragr.shrimp-para {
    margin-top: 2px;
  }

  .heading-lobster {
    text-align: right;
    align-self: flex-end;
    width: 170px;
    margin-top: 9px;
    margin-right: 47px;
  }

  .heading-lobster.creb-had {
    margin-top: 1px;
  }

  .heading-lobster.shrimp {
    margin-top: 24px;
  }

  .lobster-box-in {
    background-position: 99% 20%;
    background-size: 310px;
    margin-top: 56px;
    margin-right: auto;
  }

  .net-wt-in {
    margin-top: 0;
    padding: 0;
  }

  .we-know-block {
    grid-template-rows: 148px 167px;
    grid-template-columns: auto auto;
    margin-top: 0;
    display: grid;
  }

  .we-know-block.king-greed {
    grid-template-rows: 149px 166px;
  }

  .we-know-left {
    height: 315px;
  }

  .paragraph-3 {
    height: 100%;
    margin-top: 5px;
    padding-top: 12px;
    padding-bottom: 0;
    padding-right: 21px;
    font-size: 17px;
    line-height: 20px;
  }

  .frozen-nw {
    margin-top: 38px;
    padding-right: 28px;
    line-height: 40px;
  }

  .ca-dro {
    background-position: 50% 10%;
    background-size: 80px;
  }

  .paragraph-4 {
    margin-top: 44px;
    margin-bottom: 4px;
    padding-left: 12px;
    padding-right: 15px;
    line-height: 25px;
  }

  .bold-text-2 {
    width: 270px;
    min-width: auto;
    font-size: 18px;
    line-height: 10px;
  }

  .wild-text-bl {
    margin-top: 0;
  }

  .fresh-fom-sea {
    align-self: center;
    margin-top: -20px;
    margin-right: 0;
    padding-right: 24px;
    line-height: 80px;
  }

  .text-block-13 {
    height: auto;
    margin-top: 20px;
    padding-top: 0;
    padding-left: 35px;
    padding-right: 7px;
    display: flex;
  }

  .text-block-14 {
    text-align: right;
    height: 330px;
    padding-top: 59px;
    padding-left: 0;
    font-size: 40px;
    line-height: 50px;
  }

  .ac-logo {
    margin-top: 0;
    padding-bottom: 0;
  }

  .text-block-15 {
    width: 100%;
    margin-left: 0;
    padding-left: 14px;
  }

  .section-crab {
    height: auto;
    margin-top: 0;
    display: block;
    position: relative;
  }

  .crab-slide {
    height: 80vh;
    margin-top: auto;
  }

  .crab_one {
    background-image: linear-gradient(to bottom, null, null);
    height: 104vh;
    top: auto;
  }

  .lobster-leran-more-copy {
    text-align: center;
    align-content: center;
    align-items: center;
    width: 60%;
    height: 110px;
    margin-top: 22px;
    margin-left: 86px;
    display: flex;
    position: relative;
    top: 76%;
    left: -1px;
  }

  .lobster-leran-more-copy.iphone-home {
    text-align: right;
    flex-direction: column;
    align-content: stretch;
    align-items: flex-end;
    width: 100%;
    height: 120px;
    margin-top: 197px;
    margin-left: auto;
    margin-right: 55px;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .crab_text {
    text-align: center;
    align-content: center;
    align-items: center;
    width: 60%;
    height: 110px;
    margin-top: 22px;
    margin-left: auto;
    display: flex;
    position: relative;
    top: 76%;
    left: -1px;
  }

  .crab_text.iphone-home {
    text-align: right;
    flex-direction: column;
    align-content: stretch;
    align-items: flex-end;
    width: 100%;
    height: 120px;
    margin-top: 197px;
    margin-left: auto;
    margin-right: 55px;
    display: block;
    position: absolute;
    inset: 0% 0% 0% auto;
  }

  .icon_crab {
    background-size: 50px;
  }

  .crab-text-main {
    text-align: center;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    width: 70%;
    margin-top: 32px;
    margin-left: -86px;
    display: flex;
    position: relative;
    inset: -137% 2px auto -19px;
  }

  .crab-text-main.home {
    text-align: right;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
    align-items: stretch;
    width: 70%;
    margin-top: auto;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    left: 0;
    right: 0;
  }

  .crab_div {
    margin-top: 54px;
    top: 0;
    left: -71px;
  }

  .king-page-sec {
    width: 100%;
    height: auto;
    margin-top: auto;
  }

  .king-page-sec.lobter, .king-page-sec.crab, .king-page-sec.fish, .king-page-sec.shrimp {
    height: 550px;
  }

  .king-page-sec.lob-big-image {
    background-position: 90% 0, 50%;
    background-size: 630px, cover;
    height: auto;
  }

  .king-page-sec.fish_big-part {
    background-position: 0 0, 50%;
    background-size: 510px, cover;
    height: auto;
  }

  .king-page-sec.fish_big-part-copy {
    background-position: 0 0, 50%;
    background-size: 400px, cover;
    height: auto;
  }

  .main-part-king {
    grid-template-rows: 550px;
    grid-template-columns: 1fr 0%;
    height: auto;
    margin-top: auto;
  }

  .left-king-white-trens {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 675px 332px 316px 321px 294px 238px auto;
    grid-template-columns: minmax(100%, .25fr);
    grid-auto-columns: 0%;
    grid-auto-flow: row;
    width: 100%;
    margin-bottom: auto;
    display: grid;
  }

  .left-king-white-trens.lob-box-part {
    grid-template-rows: 256px 2.5fr auto;
    grid-auto-rows: 281px;
  }

  .left-king-white-trens.fish-list-main {
    grid-template-rows: 273px auto 296px;
    grid-auto-rows: 315px;
  }

  .left-king-white-trens.fish-grid {
    grid-template-rows: 380px 66px 316px 335px 258px 277px;
  }

  .king-paragr {
    text-align: right;
    width: 120%;
    height: 350px;
    margin: 371px auto 0;
    padding-top: 16px;
  }

  .king-paragr.shrimp-para {
    margin-top: 2px;
  }

  .heading-king {
    text-align: right;
    align-self: flex-end;
    width: 170px;
    margin-top: 9px;
    margin-right: 47px;
  }

  .heading-king.creb-had {
    margin-top: 1px;
  }

  .heading-king.shrimp {
    margin-top: 24px;
  }

  .king-paragr-left {
    text-align: right;
    width: 90%;
    margin-bottom: 0;
    margin-right: 25px;
    padding-top: 16px;
  }

  .king-paragr-left.shrimp-para {
    margin-top: 2px;
  }

  .heading-king-box {
    text-align: right;
    align-self: flex-end;
    width: 100%;
    margin-top: 9px;
    margin-right: auto;
    padding-right: 37px;
  }

  .heading-king-box.creb-had {
    margin-top: 1px;
  }

  .heading-king-box.shrimp {
    margin-top: 24px;
  }

  .king-box-3d {
    background-size: 260px;
    width: 100%;
    margin-top: -44px;
  }

  .net-wt-part-crab {
    height: 333px;
  }

  .net-wt-in-crab {
    margin-top: 0;
    padding: 0;
  }

  .frozen-nw-copy {
    margin-top: 38px;
    padding-right: 28px;
    line-height: 40px;
  }

  .frozen-nw-crab {
    margin-top: 38px;
    padding-right: 17px;
    line-height: 40px;
  }

  .ca-dro-crab {
    background-position: 50% 10%;
    background-size: 80px;
  }

  .crab-list {
    width: 100%;
    margin-top: 131px;
    margin-left: 0;
    padding-left: 14px;
    line-height: 25px;
  }

  .red-king {
    background-color: #0000;
    margin-top: 0;
  }

  .king-crab-preium {
    width: 170px;
    min-width: auto;
    padding: 0 0 0 5px;
    font-size: 18px;
    line-height: 10px;
  }

  .fresh-crab {
    height: auto;
    margin-top: 0;
  }

  .crab-had {
    align-items: flex-end;
    height: 140px;
    margin-top: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 1px;
  }

  .div-block-45 {
    grid-template-columns: repeat(auto-fit, minmax(30vh, auto));
  }

  .heading-crab {
    text-align: right;
    align-self: flex-end;
    width: 100%;
    margin-top: -25px;
    margin-left: -46px;
    margin-right: 47px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-crab.creb-had {
    margin-top: 1px;
  }

  .heading-crab.shrimp {
    margin-top: 24px;
  }

  .lobster-paragr-2, .lobster-paragr-2-copy {
    text-align: right;
    width: 130%;
    margin-bottom: 0;
    margin-right: 25px;
    padding-top: 16px;
  }

  .crab-pargr {
    text-align: right;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }

  .crab-par1 {
    text-align: right;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
    padding: 37px;
  }

  .div-block-48 {
    margin-top: -30px;
    margin-left: 2px;
    padding-left: 4px;
    position: relative;
    left: 120px;
  }

  .body-2 {
    height: auto;
    display: block;
  }

  .lobster-text-main {
    text-align: center;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    width: 70%;
    margin-top: 11px;
    margin-left: 79px;
    display: flex;
    position: relative;
    inset: -401% 2px auto 23px;
  }

  .lobster-text-main.home {
    text-align: right;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
    align-items: stretch;
    width: 70%;
    margin-top: auto;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    left: 0;
    right: 0;
  }

  .lob_one {
    background-image: linear-gradient(to bottom, null, null);
    height: 104vh;
    top: auto;
  }

  .lob_icon {
    background-size: 50px;
  }

  .lob_text-main {
    text-align: center;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    width: 70%;
    margin-top: 32px;
    margin-left: -134px;
    display: flex;
    position: relative;
    inset: -137% 2px auto 22px;
  }

  .lob_text-main.home {
    text-align: right;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
    align-items: stretch;
    width: 70%;
    margin-top: auto;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    left: 0;
    right: 0;
  }

  .lob-greed {
    grid-template-columns: repeat(auto-fit, minmax(30vh, auto));
  }

  .hading-lob {
    text-align: right;
    align-self: flex-end;
    width: 100%;
    margin-top: 9px;
    margin-left: -46px;
    margin-right: 47px;
    padding-left: 0;
    padding-right: 0;
  }

  .hading-lob.creb-had {
    margin-top: 1px;
  }

  .hading-lob.shrimp {
    margin-top: 24px;
  }

  .lob-text-top {
    text-align: right;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
    padding: 37px 36px 37px 29px;
  }

  .lob-box {
    background-size: 260px;
    width: 100%;
    margin-top: -44px;
  }

  .main-part-king-copy {
    grid-template-rows: 550px;
    grid-template-columns: 1fr 0%;
    height: 551px;
    margin-top: auto;
  }

  .main-part-lob {
    grid-template-rows: 550px;
    grid-template-columns: 1fr 0%;
    height: auto;
    margin-top: auto;
  }

  .frozen-lob {
    margin-top: 19px;
    padding-right: 28px;
    line-height: 40px;
  }

  .lob-list {
    width: 100%;
    margin-top: 169px;
    margin-left: 0;
    padding-left: 40px;
  }

  .king-crab-preium-copy {
    width: 170px;
    min-width: auto;
    padding: 0 0 0 5px;
    font-size: 18px;
    line-height: 10px;
  }

  .lob-text-wild {
    width: 167px;
    min-width: auto;
    padding: 0 0 0 5px;
    font-size: 17px;
    line-height: 10px;
  }

  .lob-map {
    background-position: 50%;
    background-size: 80px;
    width: 163.891px;
  }

  .lob-map.fish {
    background-position: 50% 30%;
    background-size: 90px;
  }

  .lob-map.lob-map-one {
    background-size: 81px;
  }

  .fresh-lob {
    height: auto;
    margin-top: 0;
  }

  .batt-boat-lob, .lob-dish {
    height: auto;
  }

  .net-wt-in-crab-copy, .net-wt-in-lob {
    margin-top: 0;
    padding: 0;
  }

  .learn-more-link-prod {
    text-align: center;
    align-self: flex-end;
    margin: 34px 41px -2px auto;
    top: 19%;
    left: 13%;
  }

  .learn-more-link-prod.learn-more {
    align-self: auto;
    margin: 44px 0 90px auto;
    padding-top: 13px;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .prod_div {
    margin-top: 78px;
  }

  .lobster_line {
    width: 30%;
    margin-top: -30px;
    margin-left: -19px;
    padding-left: 4px;
    position: relative;
    left: 152px;
  }

  .menu-parent-2 {
    margin-top: 1px;
    margin-left: 25px;
    padding-left: 8px;
  }

  .text-block-23 {
    margin-top: 28px;
    margin-left: 16px;
    font-size: 21px;
  }

  .submit-button-2 {
    width: 280px;
  }

  .error-message-2 {
    flex: 1;
    width: 310px;
    margin-top: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .form-block-2 {
    flex: 1;
    margin-top: 79px;
    margin-left: 0;
    display: flex;
  }

  .container-11 {
    flex-direction: row;
    flex: none;
    justify-content: flex-start;
    height: 340px;
    display: flex;
  }

  .text-block-33 {
    text-align: center;
    justify-content: center;
    width: 210px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .form-2 {
    flex: 0 auto;
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block-49 {
    grid-template-rows: 291px;
  }

  .div-block-51 {
    background-size: 240px;
  }

  .text-block-34 {
    margin-top: -55px;
    top: 220px;
  }

  .form-block {
    display: none;
  }

  .contact-_block {
    grid-template-rows: auto 96px 79px 83px;
    padding-left: 38px;
  }

  .div-block-54 {
    width: 17%;
  }

  .email-isv {
    margin-top: 22px;
  }

  .envelop_logo {
    width: 17%;
  }

  .section-11 {
    height: 60vh;
  }

  .brands {
    height: 80vh;
    margin-top: auto;
  }

  .brands-text {
    text-align: center;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    width: 70%;
    margin-top: 32px;
    margin-left: -134px;
    display: flex;
    position: relative;
    inset: -137% 2px auto 22px;
  }

  .brands-text.home {
    text-align: right;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
    align-items: stretch;
    width: 70%;
    margin-top: auto;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    left: 0;
    right: 0;
  }

  .div-block-55 {
    padding: 29px;
  }

  .paragraph-5 {
    margin-top: 20px;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .waves {
    height: 30vh;
    margin-top: -168px;
  }

  .div-block-60 {
    margin-top: 8px;
    margin-left: -8px;
    margin-right: 92px;
    padding-left: 21px;
    padding-right: 0;
  }

  .section-12 {
    height: 820px;
  }

  .brand-icon {
    background-size: 50px;
  }

  .fish-sl {
    height: 80vh;
    margin-top: auto;
  }

  .fish_icon {
    background-size: 50px;
  }

  .fish_bann_text {
    text-align: center;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    width: 70%;
    margin-top: 32px;
    margin-left: -134px;
    display: flex;
    position: relative;
    inset: -137% 2px auto 22px;
  }

  .fish_bann_text.home {
    text-align: right;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
    align-items: stretch;
    width: 70%;
    margin-top: auto;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    left: 0;
    right: 0;
  }

  .fish_div {
    margin-top: 54px;
    top: 0;
    left: -71px;
  }

  .hading-fish {
    text-align: right;
    align-self: flex-end;
    width: 100%;
    margin-top: 9px;
    margin-left: -46px;
    margin-right: 47px;
    padding-left: 0;
    padding-right: 0;
  }

  .hading-fish.creb-had {
    margin-top: 1px;
  }

  .hading-fish.shrimp {
    margin-top: 24px;
  }

  .fish-text-top {
    text-align: right;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
    padding: 37px;
  }

  .lobster_line-copy {
    width: 30%;
    margin-top: -30px;
    margin-left: -19px;
    padding-left: 4px;
    position: relative;
    left: 152px;
  }

  .fish_line {
    width: 40%;
    margin-top: -30px;
    margin-left: 42px;
    padding-left: 0;
    position: relative;
    left: 160px;
  }

  .fish-text-blog {
    grid-template-columns: auto 1fr;
  }

  .fish-list {
    text-align: right;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
    padding: 37px;
  }

  .main-part-lob-copy {
    grid-template-rows: 550px;
    grid-template-columns: 1fr 0%;
    height: 551px;
    margin-top: auto;
  }

  .main-part-fish {
    grid-template-rows: 550px;
    grid-template-columns: 1fr 0%;
    height: auto;
    margin-top: auto;
  }

  .fish-text-first {
    text-align: right;
    width: 100%;
    margin: auto 0 0 auto;
    padding: 37px;
  }

  .fresh-fish {
    height: auto;
    margin-top: 0;
  }

  .batt-boat-lfish {
    background-size: cover;
    height: auto;
  }

  .srimp-sl {
    height: 80vh;
    margin-top: auto;
  }

  .shrimp_icon {
    background-size: 50px;
  }

  .shrimp_bann_text {
    text-align: center;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    width: 70%;
    margin-top: 32px;
    margin-left: -200px;
    display: flex;
    position: relative;
    inset: -137% 2px auto 22px;
  }

  .shrimp_bann_text.home {
    text-align: right;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
    align-items: stretch;
    width: 70%;
    margin-top: auto;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    left: 0;
    right: 0;
  }

  .shrimp_div {
    margin-top: 54px;
    top: 0;
    left: -71px;
  }

  .shrimp_line {
    width: 40%;
    margin-top: -30px;
    margin-left: 42px;
    padding-left: 0;
    position: relative;
    left: 160px;
  }

  .hading-shrimp {
    text-align: right;
    align-self: flex-end;
    width: 100%;
    margin-top: 9px;
    margin-left: -46px;
    margin-right: 47px;
    padding-left: 0;
    padding-right: 0;
  }

  .hading-shrimp.creb-had {
    margin-top: 1px;
  }

  .hading-shrimp.shrimp {
    margin-top: 24px;
  }

  .shrimp-text-top {
    text-align: right;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
    padding: 37px;
  }

  .shrimp-second-text {
    text-align: right;
    width: 100%;
    margin: 8px 0 0 auto;
    padding: 37px 37px 37px 0;
  }

  .shrimp-text-wild {
    width: 170px;
    min-width: auto;
    padding: 0 0 0 5px;
    font-size: 18px;
    line-height: 10px;
  }

  .fersh-shrimp {
    height: auto;
    margin-top: 0;
  }

  .shrimp-dish {
    margin-top: 0;
  }

  .fresh-fish-copy {
    height: auto;
    margin-top: 0;
  }

  .bold-text-3 {
    margin-left: -33px;
  }

  .text-block-38 {
    text-align: center;
    letter-spacing: -1px;
    font-size: 20px;
  }

  .section-13 {
    height: 80vh;
  }

  .about-banner {
    height: 80vh;
    margin-top: auto;
  }

  .about-text {
    text-align: center;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    width: 70%;
    margin-top: 32px;
    margin-left: -134px;
    display: flex;
    position: relative;
    inset: -137% 2px auto 22px;
  }

  .about-text.home {
    text-align: right;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
    align-items: stretch;
    width: 70%;
    margin-top: auto;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    left: 0;
    right: 0;
  }

  .about-div {
    margin-top: 54px;
    top: 0;
    left: -71px;
  }

  .about-line {
    width: 30%;
    margin-top: -30px;
    margin-left: -19px;
    padding-left: 4px;
    position: relative;
    left: 180px;
  }

  .about-icon {
    background-size: 50px;
  }

  .plate-about {
    flex-direction: column;
    height: 42vh;
  }

  .abut-text {
    height: 810px;
  }

  .plate {
    width: 100%;
    height: 240px;
    margin-top: 0;
  }

  .moto-about {
    width: 320px;
    padding-top: 5px;
    padding-left: 30px;
  }

  .about-pharagraph {
    margin-top: 20px;
    padding: 0;
    font-size: 16px;
    line-height: 25px;
  }

  .about-div-text {
    margin-top: -4px;
    padding: 29px;
  }

  .opportunities-banner {
    height: 80vh;
    margin-top: auto;
  }

  .opp-sl1 {
    background-image: linear-gradient(#00000040, #00000040), url('../images/iStock_000015227962Medium.jpg');
    background-position: 0 0, 24%;
  }

  .opportunities-text {
    text-align: center;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    width: 70%;
    height: 60px;
    margin-top: 32px;
    margin-left: -134px;
    font-size: 33px;
    display: flex;
    position: relative;
    inset: -137% 2px auto 22px;
  }

  .opportunities-text.home {
    text-align: right;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
    align-items: stretch;
    width: 70%;
    margin-top: auto;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    left: 0;
    right: 0;
  }

  .opportunities-line {
    width: 30%;
    margin-top: -30px;
    margin-left: -19px;
    padding-left: 4px;
    position: relative;
    left: 180px;
  }

  .opportunities-icon {
    background-size: 50px;
  }

  .opportunities-left {
    background-size: cover;
  }

  .text-opp {
    width: 310px;
    height: 120px;
    margin: 6px 8px 79px 2px;
  }

  .text-opp-1 {
    height: 410px;
    margin-top: 268px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 56px;
    padding-left: 52px;
  }

  .list-stile {
    margin-top: 156px;
    margin-bottom: -133px;
    margin-left: 38px;
  }

  .list-stile.our-global {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .list-stile.our-global.phone {
    padding-top: 0;
    padding-right: 0;
  }

  .list-stile.our-global-copy {
    width: 100%;
    margin-top: -38px;
    margin-bottom: 0;
    margin-left: -26px;
    padding-left: 0;
    padding-right: 0;
  }

  .list-stile.our-global-copy.phone {
    padding-top: 0;
    padding-right: 0;
  }

  .text-opp-3 {
    background-size: 140px;
    height: 200px;
  }

  .hader-main {
    margin-top: -28px;
    margin-left: 160px;
    font-size: 20px;
  }

  .hader-main.team {
    margin-top: 8px;
    margin-right: -32px;
    padding-bottom: 0;
    font-size: 30px;
  }

  .text-opp-4 {
    width: 100%;
    margin-top: -36px;
    margin-left: 0;
    margin-right: -71px;
    font-size: 10px;
  }

  .heading-2 {
    margin-top: 4px;
    margin-bottom: 7px;
    margin-left: 0;
    padding-top: 35px;
    padding-left: 42px;
    font-size: 21px;
    line-height: 35px;
  }

  .div-block-69 {
    background-position: 50%;
    background-size: 280px;
    margin-top: 305px;
  }

  .text-opp-22 {
    margin: 11px 9px 89px 10px;
  }

  .text-opp-22-copy {
    height: 430px;
    margin: -24px 0 250px;
  }

  .text-opp-44 {
    margin: 3px 0 143px;
  }

  .list {
    margin-top: -119px;
    margin-bottom: 13px;
  }

  .list-2 {
    margin-top: -103px;
    padding-right: 33px;
  }

  .text-opp-33 {
    margin-top: -15px;
    margin-left: -1px;
  }

  .list-inv {
    margin-top: -94px;
    padding-right: 35px;
  }

  .list-stile-copy {
    margin-top: 163px;
    margin-left: 38px;
  }

  .list-3 {
    margin-top: 35px;
    margin-right: 38px;
    padding-left: 39px;
  }

  .contact {
    height: 80vh;
    margin-top: auto;
  }

  .conatct-1 {
    background-image: linear-gradient(#00000040, #00000040), url('../images/iStock_000015227962Medium.jpg');
    background-position: 0 0, 24%;
  }

  .opportunities-line-copy {
    width: 30%;
    margin-top: -30px;
    margin-left: -19px;
    padding-left: 4px;
    position: relative;
    left: 180px;
  }

  .contact-div {
    margin-top: 54px;
    top: 0;
    left: -71px;
  }

  .contact-line {
    width: 30%;
    margin-top: -30px;
    margin-left: -19px;
    padding-left: 4px;
    position: relative;
    left: 180px;
  }

  .contact-icon {
    background-size: 50px;
  }

  .contact-left {
    background-size: cover;
  }

  .heading-2-copy {
    margin-top: 18px;
    margin-left: 0;
    padding-left: 42px;
    font-size: 21px;
    line-height: 35px;
  }

  .kozloff {
    width: 90%;
    height: 240px;
    margin-top: 34px;
    margin-left: -113px;
    margin-right: 0;
    padding-left: 0;
  }

  .kozloff.ben {
    width: 70%;
    margin-left: -35px;
  }

  .div-contact {
    height: 350px;
  }

  .div-block-73 {
    background-size: 60px;
    width: 30%;
    height: 276px;
    margin-top: -1px;
    margin-left: 35px;
  }

  .bennet {
    height: 350px;
    margin-top: 99px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 52px;
  }

  .logo-icon {
    background-size: 60px;
    width: 30%;
    height: 267px;
    margin-top: -28px;
    margin-left: 35px;
  }

  .nav-up {
    top: 515px;
  }

  .div-block-83 {
    display: inline;
  }

  .div-block-84 {
    width: 290px;
    margin-top: 5px;
    margin-left: 13px;
    display: block;
  }

  .main-part-shrimp {
    grid-template-rows: 550px;
    grid-template-columns: 1fr 0%;
    height: auto;
    margin-top: auto;
  }

  .paragraph-3-copy {
    height: 100%;
    margin-top: 0;
    padding: 12px 21px 0 3px;
    font-size: 17px;
    line-height: 20px;
  }

  .phone-_logo {
    width: 17%;
  }

  .product {
    text-align: center;
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-self: center;
    width: 70%;
    margin-top: 11px;
    margin-left: 79px;
    display: flex;
    position: relative;
    inset: -401% 2px auto 23px;
  }

  .product.home {
    text-align: right;
    flex-direction: row;
    justify-content: space-between;
    align-self: flex-end;
    align-items: stretch;
    width: 70%;
    margin-top: auto;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    top: auto;
    left: 0;
    right: 0;
  }

  .text-block-41 {
    width: 230px;
    margin-top: -46px;
    margin-right: 34px;
  }

  .crab-par2 {
    text-align: right;
    width: 100%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 0;
    padding: 37px 36px 37px 37px;
  }

  .aqua-chef-logo {
    margin-top: 0;
    padding-bottom: 0;
  }

  .text-block-42 {
    flex-flow: row;
    width: 115px;
    margin-left: -6px;
    padding-left: 0;
    font-size: 14px;
    line-height: 14px;
  }

  .top-menu {
    margin-top: -149px;
    margin-left: 25px;
  }
}

#w-node-_9db64cf8-91bc-612e-38b6-6a500e6587db-2df09272 {
  justify-self: center;
}

#w-node-c54d25c8-07b7-e072-1b18-5183c909cee7-2df09272 {
  justify-self: start;
}

#w-node-_29578782-4410-98cd-e675-4202b90aea5f-2df09273 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_16b4c30f-e735-549a-843e-6f8214452f05-2df09273, #w-node-_4e484a77-04b7-2390-99d8-38a09dbf99b6-2df09273, #w-node-_4f275f86-fdc1-795f-4532-8cee79fdc72f-2df09273 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57e8494b-363c-8004-2c5b-b156704d1e25-2df09273 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_94f4e873-f844-6900-b60c-ff6e0d14f06c-2df09273 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c691521-3d54-87eb-d884-88f0fcb862d7-2df09273 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_29578782-4410-98cd-e675-4202b90aea5f-2df09274 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: stretch;
}

#w-node-_16b4c30f-e735-549a-843e-6f8214452f05-2df09274, #w-node-_4e484a77-04b7-2390-99d8-38a09dbf99b6-2df09274, #w-node-_4f275f86-fdc1-795f-4532-8cee79fdc72f-2df09274 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57e8494b-363c-8004-2c5b-b156704d1e25-2df09274 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_7c691521-3d54-87eb-d884-88f0fcb862d7-2df09274 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_29578782-4410-98cd-e675-4202b90aea5f-2df09277 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_4e484a77-04b7-2390-99d8-38a09dbf99b6-2df09277, #w-node-_4f275f86-fdc1-795f-4532-8cee79fdc72f-2df09277 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57e8494b-363c-8004-2c5b-b156704d1e25-2df09277 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_7c691521-3d54-87eb-d884-88f0fcb862d7-2df09277 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_29578782-4410-98cd-e675-4202b90aea5f-2df09278 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_4e484a77-04b7-2390-99d8-38a09dbf99b6-2df09278, #w-node-_4f275f86-fdc1-795f-4532-8cee79fdc72f-2df09278 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_57e8494b-363c-8004-2c5b-b156704d1e25-2df09278 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  justify-self: end;
}

#w-node-_94f4e873-f844-6900-b60c-ff6e0d14f06c-2df09278 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c691521-3d54-87eb-d884-88f0fcb862d7-2df09278 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-bab538bf-5764-fabc-877e-7f0af00e4068-2df09272 {
    justify-self: center;
  }

  #w-node-_3234ccc7-29d5-555d-dee5-35325e78212e-2df09273, #w-node-_09853d97-a4c1-7180-842c-64f449e0ab0a-2df09273 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_7c691521-3d54-87eb-d884-88f0fcb862d7-2df09273 {
    align-self: start;
  }

  #w-node-_09853d97-a4c1-7180-842c-64f449e0ab0a-2df09274 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_7c691521-3d54-87eb-d884-88f0fcb862d7-2df09274 {
    align-self: start;
  }

  #w-node-_09853d97-a4c1-7180-842c-64f449e0ab0a-2df09277 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_7c691521-3d54-87eb-d884-88f0fcb862d7-2df09277 {
    align-self: start;
  }

  #w-node-_09853d97-a4c1-7180-842c-64f449e0ab0a-2df09278 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_7c691521-3d54-87eb-d884-88f0fcb862d7-2df09278 {
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4695d21a-5f2b-5115-052e-047a52e77ac5-2df09272 {
    align-self: end;
  }

  #w-node-_4695d21a-5f2b-5115-052e-047a52e77ad5-2df09272 {
    align-self: start;
  }

  #w-node-_24d8b48b-ac43-ab9f-1638-a45feafab4a7-2df09272 {
    justify-self: auto;
  }

  #w-node-ec70d329-d1f3-240b-5b0f-b5cf06152090-2df09273 {
    justify-self: end;
  }

  #w-node-_57e8494b-363c-8004-2c5b-b156704d1e25-2df09273 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bd2e6b4a-2cd4-815a-da05-c480c73644c1-2df09273, #w-node-ea5af255-fae4-0778-2e57-7df72667ba97-2df09273 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ec70d329-d1f3-240b-5b0f-b5cf06152090-2df09274 {
    justify-self: end;
  }

  #w-node-_57e8494b-363c-8004-2c5b-b156704d1e25-2df09274 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bd2e6b4a-2cd4-815a-da05-c480c73644c1-2df09274, #w-node-ea5af255-fae4-0778-2e57-7df72667ba97-2df09274 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ec70d329-d1f3-240b-5b0f-b5cf06152090-2df09277 {
    justify-self: end;
  }

  #w-node-_57e8494b-363c-8004-2c5b-b156704d1e25-2df09277 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bd2e6b4a-2cd4-815a-da05-c480c73644c1-2df09277, #w-node-ea5af255-fae4-0778-2e57-7df72667ba97-2df09277 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ec70d329-d1f3-240b-5b0f-b5cf06152090-2df09278 {
    justify-self: end;
  }

  #w-node-_57e8494b-363c-8004-2c5b-b156704d1e25-2df09278 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-bd2e6b4a-2cd4-815a-da05-c480c73644c1-2df09278, #w-node-ea5af255-fae4-0778-2e57-7df72667ba97-2df09278 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_29578782-4410-98cd-e675-4202b90aea5f-2df09273 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_7c691521-3d54-87eb-d884-88f0fcb862d7-2df09273 {
    justify-self: end;
  }

  #w-node-_29578782-4410-98cd-e675-4202b90aea5f-2df09274 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_7c691521-3d54-87eb-d884-88f0fcb862d7-2df09274 {
    justify-self: end;
  }

  #w-node-_29578782-4410-98cd-e675-4202b90aea5f-2df09277 {
    grid-area: span 2 / span 2 / span 2 / span 2;
    justify-self: stretch;
  }

  #w-node-_7c691521-3d54-87eb-d884-88f0fcb862d7-2df09277 {
    justify-self: end;
  }

  #w-node-_29578782-4410-98cd-e675-4202b90aea5f-2df09278 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: stretch;
  }

  #w-node-_7c691521-3d54-87eb-d884-88f0fcb862d7-2df09278 {
    justify-self: end;
  }
}


